Xenn007 commited on
Commit
3ce387f
·
verified ·
1 Parent(s): f20d68c

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. alu_w16_3ops_sky130_1000mhz/flow/alu_w16_3ops.gds.gz +3 -0
  2. alu_w16_3ops_sky130_1000mhz/flow/alu_w16_3ops.spef.gz +3 -0
  3. alu_w16_3ops_sky130_1000mhz/flow/clean_gds_for_lvs.py +52 -0
  4. alu_w16_3ops_sky130_1000mhz/flow/design_only.cdl.gz +3 -0
  5. alu_w16_3ops_sky130_1000mhz/flow/drc_deck_patched.lydrc +918 -0
  6. alu_w16_3ops_sky130_1000mhz/flow/drc_report.rpt +892 -0
  7. alu_w16_3ops_sky130_1000mhz/flow/extracted/cell_neighborhoods.json +0 -0
  8. alu_w16_3ops_sky130_1000mhz/flow/extracted/deepgate.json +1 -0
  9. alu_w16_3ops_sky130_1000mhz/flow/extracted/drc_labels.json +1 -0
  10. alu_w16_3ops_sky130_1000mhz/flow/extracted/geometry_patches.json +0 -0
  11. alu_w16_3ops_sky130_1000mhz/flow/extracted/mesoscale_blocks.json +1 -0
  12. alu_w16_3ops_sky130_1000mhz/flow/extracted/physics_labels.json +0 -0
  13. alu_w16_3ops_sky130_1000mhz/flow/extracted/pin_access.json +1 -0
  14. alu_w16_3ops_sky130_1000mhz/flow/extracted/power_grid.json +0 -0
  15. alu_w16_3ops_sky130_1000mhz/flow/extracted/timing_contexts.json +1 -0
  16. alu_w16_3ops_sky130_1000mhz/flow/extracted/trajectory_snapshots.json +1 -0
  17. alu_w16_3ops_sky130_1000mhz/flow/flow_log.txt +94 -0
  18. alu_w16_3ops_sky130_1000mhz/flow/klayout_lvs.log +745 -0
  19. alu_w16_3ops_sky130_1000mhz/flow/lvs_cleaned.gds.gz +3 -0
  20. alu_w16_3ops_sky130_1000mhz/flow/lvs_deck_patched.lylvs +295 -0
  21. alu_w16_3ops_sky130_1000mhz/flow/lvs_extracted.cir +0 -0
  22. alu_w16_3ops_sky130_1000mhz/flow/lvs_reference.cdl.gz +3 -0
  23. alu_w16_3ops_sky130_1000mhz/flow/lvs_report.lyrdb +4096 -0
  24. alu_w16_3ops_sky130_1000mhz/flow/netlist.v +4122 -0
  25. alu_w16_3ops_sky130_1000mhz/flow/output.def.gz +3 -0
  26. alu_w16_3ops_sky130_1000mhz/flow/write_cdl.tcl +4 -0
  27. alu_w16_3ops_sky130_1000mhz/result.json +41 -0
  28. alu_w16_3ops_sky130_500mhz/flow/design_only.cdl.gz +3 -0
  29. alu_w16_3ops_sky130_500mhz/flow/lvs_reference.cdl.gz +3 -0
  30. alu_w16_3ops_sky130_500mhz/result.json +41 -0
  31. alu_w16_5ops_sky130_50mhz/flow/clean_gds_for_lvs.py +52 -0
  32. alu_w16_5ops_sky130_50mhz/flow/drc_deck_patched.lydrc +918 -0
  33. alu_w16_5ops_sky130_50mhz/flow/drc_report.rpt +892 -0
  34. alu_w16_5ops_sky130_50mhz/flow/extracted/cell_neighborhoods.json +0 -0
  35. alu_w16_5ops_sky130_50mhz/flow/extracted/deepgate.json +1 -0
  36. alu_w16_5ops_sky130_50mhz/flow/extracted/drc_labels.json +1 -0
  37. alu_w16_5ops_sky130_50mhz/flow/extracted/geometry_patches.json +0 -0
  38. alu_w16_5ops_sky130_50mhz/flow/extracted/mesoscale_blocks.json +1 -0
  39. alu_w16_5ops_sky130_50mhz/flow/extracted/physics_labels.json +0 -0
  40. alu_w16_5ops_sky130_50mhz/flow/extracted/pin_access.json +1 -0
  41. alu_w16_5ops_sky130_50mhz/flow/extracted/power_grid.json +1 -0
  42. alu_w16_5ops_sky130_50mhz/flow/extracted/timing_contexts.json +1 -0
  43. alu_w16_5ops_sky130_50mhz/flow/extracted/trajectory_snapshots.json +1 -0
  44. alu_w16_5ops_sky130_50mhz/flow/flow_log.txt +94 -0
  45. alu_w16_5ops_sky130_50mhz/flow/klayout_lvs.log +763 -0
  46. alu_w16_5ops_sky130_50mhz/flow/lvs_deck_patched.lylvs +295 -0
  47. alu_w16_5ops_sky130_50mhz/flow/lvs_extracted.cir +0 -0
  48. alu_w16_5ops_sky130_50mhz/flow/lvs_report.lyrdb +2262 -0
  49. alu_w16_5ops_sky130_50mhz/flow/netlist.v +1239 -0
  50. alu_w16_5ops_sky130_50mhz/flow/write_cdl.tcl +4 -0
alu_w16_3ops_sky130_1000mhz/flow/alu_w16_3ops.gds.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b718ae1af9ff380455ba3bdda226b25f0a4dbc31a9754447d497a2622e8eda
3
+ size 138473
alu_w16_3ops_sky130_1000mhz/flow/alu_w16_3ops.spef.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:395ad4732dc1c473656e83b3593c26e72e8430abb1099b2f1bd5db5202cb107f
3
+ size 177776
alu_w16_3ops_sky130_1000mhz/flow/clean_gds_for_lvs.py ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import pya
2
+ import sys
3
+
4
+ layout = pya.Layout()
5
+ layout.read("/tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/alu_w16_3ops.gds")
6
+
7
+ top_cell = None
8
+ for tc in layout.top_cells():
9
+ if tc.name == "alu_w16_3ops" or tc.name != "OUTLINE":
10
+ top_cell = tc
11
+ break
12
+
13
+ if top_cell is None:
14
+ print("ERROR: No top cell found")
15
+ sys.exit(1)
16
+
17
+ skip_patterns = ["sky130_fd_sc_hd__fill_", "sky130_fd_sc_hd__decap_", "sky130_fd_sc_hd__conb_"]
18
+
19
+ removed = 0
20
+ to_delete = []
21
+ for inst in top_cell.each_inst():
22
+ cell_name = inst.cell.name
23
+ for pat in skip_patterns:
24
+ if pat in cell_name:
25
+ to_delete.append(inst)
26
+ break
27
+
28
+ for inst in to_delete:
29
+ inst.delete()
30
+ removed += 1
31
+
32
+ print("Removed %d non-logic cell instances" % removed)
33
+
34
+ # Remove orphaned cell definitions
35
+ used_cells = set()
36
+ for cell in layout.each_cell():
37
+ for inst in cell.each_inst():
38
+ used_cells.add(inst.cell.cell_index())
39
+ used_cells.add(top_cell.cell_index())
40
+
41
+ orphans = []
42
+ for cell in layout.each_cell():
43
+ if cell.cell_index() not in used_cells and cell.cell_index() != top_cell.cell_index():
44
+ orphans.append(cell.cell_index())
45
+
46
+ for ci in orphans:
47
+ layout.delete_cell(ci)
48
+
49
+ print("Removed %d orphaned cell definitions" % len(orphans))
50
+
51
+ layout.write("/tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/lvs_cleaned.gds")
52
+ print("Cleaned GDS written to /tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/lvs_cleaned.gds")
alu_w16_3ops_sky130_1000mhz/flow/design_only.cdl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:819aafbf7c5d9d58c1438760e950d6e763db572b6743556c1e050b06d9172ffb
3
+ size 8891
alu_w16_3ops_sky130_1000mhz/flow/drc_deck_patched.lydrc ADDED
@@ -0,0 +1,918 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <klayout-macro>
3
+ <description/>
4
+ <version/>
5
+ <category>drc</category>
6
+ <prolog/>
7
+ <epilog/>
8
+ <doc/>
9
+ <autorun>false</autorun>
10
+ <autorun-early>false</autorun-early>
11
+ <shortcut/>
12
+ <show-in-menu>true</show-in-menu>
13
+ <group-name>drc_scripts</group-name>
14
+ <menu-path>tools_menu.drc.end</menu-path>
15
+ <interpreter>dsl</interpreter>
16
+ <dsl-interpreter-name>drc-dsl-xml</dsl-interpreter-name>
17
+ <text>#
18
+ # DRC for SKY130 according to :
19
+ # https://skywater-pdk.readthedocs.io/en/latest/rules/periphery.html
20
+ # https://skywater-pdk.readthedocs.io/en/latest/rules/layers.html
21
+ #
22
+ # Distributed under GNU GPLv3: https://www.gnu.org/licenses/
23
+ #
24
+ # History :
25
+ # 2020-10-04 : v1.0 : initial release
26
+ #
27
+ ##########################################################################################
28
+
29
+ # optionnal for a batch launch : klayout -b -rd in_gds=my_layout.gds -rd report_file=6_drc_count.rpt -r drc_sky130.drc
30
+ if $in_gds
31
+ source($in_gds, $topcell)
32
+ end
33
+
34
+ if $report_file
35
+ report("SKY130 DRC runset", $report_file)
36
+ else
37
+ report("SKY130 DRC runset", File.join(File.dirname(RBA::CellView::active.filename), "6_drc_count.rpt"))
38
+ end
39
+
40
+ AL = true # do not change
41
+ CU = false # do not change
42
+ # choose betwen only one of AL or CU back-end flow here :
43
+ backend_flow = AL
44
+
45
+ # enable / disable rule groups
46
+ FEOL = false # front-end-of-line checks
47
+ BEOL = true # back-end-of-line checks
48
+ OFFGRID = true # manufacturing grid/angle checks
49
+
50
+ # klayout setup
51
+ ########################
52
+ # use a tile size of 1mm - not used in deep mode-
53
+ tiles(1000.um)
54
+ # use a tile border of 10 micron:
55
+ tile_borders(1.um)
56
+ #no_borders
57
+
58
+ # hierachical
59
+ deep
60
+
61
+ # use 4 cpu cores
62
+ threads(4)
63
+ # if more inof is needed, set true
64
+ verbose(true)
65
+
66
+ # layers definitions
67
+ ########################
68
+
69
+ # all except purpose (datatype) 5 -- label and 44 -- via
70
+ li_wildcard = "67/0-4,6-43,45-*"
71
+ mcon_wildcard = "67/44"
72
+
73
+ m1_wildcard = "68/0-4,6-43,45-*"
74
+ via_wildcard = "68/44"
75
+
76
+ m2_wildcard = "69/0-4,6-43,45-*"
77
+ via2_wildcard = "69/44"
78
+
79
+ m3_wildcard = "70/0-4,6-43,45-*"
80
+ via3_wildcard = "70/44"
81
+
82
+ m4_wildcard = "71/0-4,6-43,45-*"
83
+ via4_wildcard = "71/44"
84
+
85
+ m5_wildcard = "72/0-4,6-43,45-*"
86
+
87
+ diff = input(65, 20)
88
+ tap = polygons(65, 44)
89
+ nwell = polygons(64, 20)
90
+ dnwell = polygons(64, 18)
91
+ pwbm = polygons(19, 44)
92
+ pwde = polygons(124, 20)
93
+ natfet = polygons(124, 21)
94
+ hvtr = polygons(18, 20)
95
+ hvtp = polygons(78, 44)
96
+ ldntm = polygons(11, 44)
97
+ hvi = polygons(75, 20)
98
+ tunm = polygons(80, 20)
99
+ lvtn = polygons(125, 44)
100
+ poly = polygons(66, 20)
101
+ hvntm = polygons(125, 20)
102
+ nsdm = polygons(93, 44)
103
+ psdm = polygons(94, 20)
104
+ rpm = polygons(86, 20)
105
+ urpm = polygons(79, 20)
106
+ npc = polygons(95, 20)
107
+ licon = polygons(66, 44)
108
+
109
+ li = polygons(li_wildcard)
110
+ mcon = polygons(mcon_wildcard)
111
+
112
+ m1 = polygons(m1_wildcard)
113
+ via = polygons(via_wildcard)
114
+
115
+ m2 = polygons(m2_wildcard)
116
+ via2 = polygons(via2_wildcard)
117
+
118
+ m3 = polygons(m3_wildcard)
119
+ via3 = polygons(via3_wildcard)
120
+
121
+ m4 = polygons(m4_wildcard)
122
+ via4 = polygons(via4_wildcard)
123
+
124
+ m5 = polygons(m5_wildcard)
125
+
126
+ pad = polygons(76, 20)
127
+ nsm = polygons(61, 20)
128
+ capm = polygons(89, 44)
129
+ cap2m = polygons(97, 44)
130
+ vhvi = polygons(74, 21)
131
+ uhvi = polygons(74, 22)
132
+ npn = polygons(82, 20)
133
+ inductor = polygons(82, 24)
134
+ vpp = polygons(82, 64)
135
+ pnp = polygons(82, 44)
136
+ lvs_prune = polygons(84, 44)
137
+ ncm = polygons(92, 44)
138
+ padcenter = polygons(81, 20)
139
+ mf = polygons(76, 44)
140
+ areaid_sl = polygons(81, 1)
141
+ areaid_ce = polygons(81, 2)
142
+ areaid_fe = polygons(81, 3)
143
+ areaid_sc = polygons(81, 4)
144
+ areaid_sf = polygons(81, 6)
145
+ areaid_sw = polygons(81, 7)
146
+ areaid_sr = polygons(81, 8)
147
+ areaid_mt = polygons(81, 10)
148
+ areaid_dt = polygons(81, 11)
149
+ areaid_ft = polygons(81, 12)
150
+ areaid_ww = polygons(81, 13)
151
+ areaid_ld = polygons(81, 14)
152
+ areaid_ns = polygons(81, 15)
153
+ areaid_ij = polygons(81, 17)
154
+ areaid_zr = polygons(81, 18)
155
+ areaid_ed = polygons(81, 19)
156
+ areaid_de = polygons(81, 23)
157
+ areaid_rd = polygons(81, 24)
158
+ areaid_dn = polygons(81, 50)
159
+ areaid_cr = polygons(81, 51)
160
+ areaid_cd = polygons(81, 52)
161
+ areaid_st = polygons(81, 53)
162
+ areaid_op = polygons(81, 54)
163
+ areaid_en = polygons(81, 57)
164
+ areaid_en20 = polygons(81, 58)
165
+ areaid_le = polygons(81, 60)
166
+ areaid_hl = polygons(81, 63)
167
+ areaid_sd = polygons(81, 70)
168
+ areaid_po = polygons(81, 81)
169
+ areaid_it = polygons(81, 84)
170
+ areaid_et = polygons(81, 101)
171
+ areaid_lvt = polygons(81, 108)
172
+ areaid_re = polygons(81, 125)
173
+ areaid_ag = polygons(81, 79)
174
+ poly_rs = polygons(66, 13)
175
+ diff_rs = polygons(65, 13)
176
+ pwell_rs = polygons(64, 13)
177
+ li_rs = polygons(67, 13)
178
+ cfom = polygons(22, 20)
179
+
180
+
181
+ # Define a new custom function that selects polygons by their number of holes:
182
+ # It will return a new layer containing those polygons with min to max holes.
183
+ # max can be nil to omit the upper limit.
184
+ class DRC::DRCLayer
185
+ def with_holes(min, max)
186
+ new_data = RBA::Region::new
187
+ self.data.each do |p|
188
+ if p.holes &gt;= (min || 0) &amp;&amp; (!max || p.holes &lt;= max)
189
+ new_data.insert(p)
190
+ end
191
+ end
192
+ DRC::DRCLayer::new(@engine, new_data)
193
+ end
194
+ end
195
+
196
+ # DRC section
197
+ ########################
198
+ info("DRC section")
199
+
200
+ if FEOL
201
+ info("FEOL section")
202
+ gate = diff &amp; poly
203
+
204
+ # dnwell
205
+ dnwell.width(3.0, euclidian).output("dnwell.2", "dnwell.2 : min. dnwell width : 3.0um")
206
+ dnwell.not(uhvi).not(areaid_po).isolated(6.3, euclidian).output("dnwell.3", "dnwell.3 : min. dnwell spacing : 6.3um")
207
+ dnwell.and(pnp).output("dnwell.4", "dnwell.4 : dnwell must not overlap pnp")
208
+ dnwell.and(psdm).edges.not(psdm.edges).output("dnwell.5", "p+ must not straddle dnwell")
209
+ # dnwell.6 rue not coded
210
+
211
+ # nwell
212
+ nwell.width(0.84, euclidian).output("nwell.1", "nwell.1 : min. nwell width : 0.84um")
213
+ nwell.isolated(1.27, euclidian).output("nwell.2a", "nwell.2a : min. nwell spacing (merged if less) : 1.27um")
214
+ # rule nwell.4 is suitable for digital cells
215
+ #nwell.not(uhvi).not(areaid_en20).not_interacting(tap.and(licon).and(li)).output("nwell.4", "nwell4 : all nwell exempt inside uhvi must contain a n+tap")
216
+ nwell.enclosing(dnwell.not(uhvi).not(areaid_po), 0.4, euclidian).output("nwell.5", "nwell.5 : min. nwell enclosing dnwell exempt unside uhvi : 0.4um")
217
+ dnwell.enclosing(nwell.not(uhvi), 1.03, euclidian).output("nwell.6", "nwell.6 : min. dnwell enclosing nwell exempt unside uhvi : 1.03um")
218
+ dnwell.separation(nwell, 4.5, euclidian).output("nwell.7", "nwell.7 : min. dnwell separation nwell : 4.5um")
219
+
220
+ # pwbm
221
+ pwbm.not(uhvi).output("pwbm", "pwbm must be inside uhvi")
222
+ dnwell.and(uhvi).edges.not(pwbm).output("pwbm.4", "pwbm.4 : dnwell inside uhvi must be enclosed by pwbm")
223
+
224
+ # pwde
225
+ pwde.not(pwbm).output("pwdem.3", "pwdem.3 : pwde must be inside pwbm")
226
+ pwde.not(uhvi).output("pwdem.4", "pwdem.4 : pwde must be inside uhvi")
227
+ pwde.not(dnwell).output("pwdem.5", "pwdem.5 : pwde must be inside dnwell")
228
+
229
+ # hvtp
230
+ #hvtp.not(nwell).output("hvtp", "hvtp must inside nwell")
231
+ hvtp.width(0.38, euclidian).output("hvtp.1", "hvtp.1 : min. hvtp width : 0.38um")
232
+ hvtp.isolated(0.38, euclidian).output("hvtp.2", "hvtp.2 : min. hvtp spacing : 0.38um")
233
+ hvtp.enclosing(gate.and(psdm), 0.18, euclidian).output("hvtp.3", "hvtp.3 : min. hvtp enclosure of pfet gate : 0.18um")
234
+ hvtp.separation(gate.and(psdm), 0.18, euclidian).output("hvtp.4", "hvtp.4 : min. hvtp spacing pfet gate: 0.18um")
235
+ hvtp.with_area(0..0.265).output("hvtp.5", "hvtp.5 : min. hvtp area : 0.265um²")
236
+
237
+ # hvtr
238
+ hvtr.width(0.38, euclidian).output("hvtr.1", "hvtr.1 : min. hvtr width : 0.38um")
239
+ hvtr.isolated(0.38, euclidian).output("hvtr.2", "hvtr.2 : min. hvtr spacing : 0.38um")
240
+
241
+ # lvtn
242
+ lvtn.width(0.38, euclidian).output("lvtn.1", "lvtn.1 : min. lvtn width : 0.38um")
243
+ lvtn.isolated(0.38, euclidian).output("lvtn.2", "lvtn.2 : min. lvtn spacing : 0.38um")
244
+ lvtn.separation(diff.and(poly).not(uhvi), 0.18, euclidian).output("lvtn.3a", "lvtn.3a : min. lvtn spacing to gate : 0.18um")
245
+ lvtn.separation(diff.and(nwell).not(poly), 0.235, projection).output("lvtn.3b", "lvtn.3b : min. lvtn spacing to pfet s/d : 0.18um")
246
+ lvtn.enclosing(gate.not(uhvi), 0.18, euclidian).output("lvtn.4b", "lvtn.4b : min. lvtn enclosing to gate : 0.18um")
247
+ lvtn.separation(hvtp, 0.38, euclidian).output("lvtn.9", "lvtn.9 : min. lvtn spacing hvtp : 0.38um")
248
+ nwell.not_interacting(gate.and(nwell.not(hvi).not(areaid_ce))).enclosing(lvtn.not(uhvi), 0.18, euclidian).polygons.without_area(0).output("lvtn.4b", "lvtn.4b : min. lvtn enclosure of gate : 0.18um")
249
+ lvtn.separation(nwell.inside(areaid_ce), 0.38, euclidian).output("lvtn.12", "lvtn.12 : min. lvtn spacing nwell inside areaid.ce : 0.38um")
250
+ lvtn.with_area(0..0.265).output("lvtn.13", "lvtn.13 : min. lvtn area : 0.265um²")
251
+
252
+ # ncm
253
+ ncm.and(tap.and(nwell).or(diff.not(nwell))).output("ncm.x.3", "ncm.x.3 : ncm must not overlap n+diff")
254
+ ncm.width(0.38, euclidian).output("ncm.1", "ncm.1 : min. ncm width : 0.38um")
255
+ ncm.isolated(0.38, euclidian).output("ncm.2", "ncm.2 : min. ncm spacing manual merge if smaller : 0.38um")
256
+ ncm.enclosing(diff.and(nwell), 0.18, euclidian).output("ncm.3", "ncm.3 : min. ncm enclosure of p+diff : 0.18um")
257
+ ncm.separation(lvtn.and(diff), 0.23, euclidian).output("ncm.5", "ncm.5 : min. ncm spacing lvtn diff : 0.23um")
258
+ ncm.separation(diff.not(nwell), 0.2, euclidian).output("ncm.6", "ncm.6 : min. ncm spacing nfet : 0.2um")
259
+ ncm.with_area(0..0.265).output("ncm.7", "ncm.13 : min. ncm area : 0.265um²")
260
+
261
+ # diff-tap
262
+ difftap = diff + tap
263
+ difftap.width(0.15, euclidian).output("difftap.1", "difftap.1 : min. difftap width : 0.15um")
264
+ not_in_cell1 = layout(source.cell_obj).select("s8cell_ee_plus_sseln_a", "-s8cell_ee_plus_sseln_b", "-s8cell_ee_plus_sselp_a", "-s8cell_ee_plus_sselp_b" , "-s8fpls_pl8", "-s8fpls_rdrv4" , "-s8fpls_rdrv4f", "-s8fpls_rdrv8")
265
+ not_in_cell1_diff = not_in_cell1.input(65, 20)
266
+ not_in_cell1_diff.not(areaid_sc).not(poly).edges.and(gate.edges).with_length(0,0.42).output("difftap.2", "difftap.2: min. gate (exempt areaid.sc) width : 0.42um")
267
+ diff.and(areaid_sc).not(poly).edges.and(gate.edges).with_length(0,0.36).output("difftap.2", "difftap.2: min. gate inside areaid.sc width : 0.36um")
268
+ difftap.isolated(0.27, euclidian).output("difftap.3", "difftap.3 : min. difftap spacing : 0.27um")
269
+ tap.edges.and(diff.edges).with_length(0,0.29).output("difftap.4", "difftap.4 : min. tap bound by diffusion : 0.29um")
270
+ tap.edges.and(diff.edges).space(0.4, projection).output("difftap.5", "difftap.5 : min. tap bound by 2 diffusions : 0.4um")
271
+ (tap.edges.and(diff.edges)).extended(0.01, 0.01, 0, 0, false).not(tap.and(diff)).and(diff.or(tap)).output("difftap.6", "difftap.6 : diff and tap not allowed to extend beyong their abutting ege")
272
+ tap.edges.not_interacting(diff.edges).separation(diff.edges, 0.13, euclidian).output("difftap.7", "difftap.7 : min. diff/tap spacing to non-coincident diff edge : 0.13um")
273
+ diff.edges.not_interacting(tap.edges).separation(tap.edges, 0.13, euclidian).output("difftap.7", "difftap.7 : min. diff/tap spacing to non-coincident tap edge : 0.13um")
274
+ nwell.enclosing(diff.not(uhvi).and(psdm), 0.18, euclidian).output("difftap.8", "difftap.8 : min. p+diff enclosure by nwell : 0.18um")
275
+ diff.not(uhvi).and(nsdm).separation(nwell, 0.34, euclidian).output("difftap.9", "difftap.9 : min. n+diff spacing to nwell : 0.34um")
276
+ nwell.enclosing(tap.not(uhvi).and(nsdm), 0.18, euclidian).output("difftap.10", "difftap.10 : min. n+tap enclosure by nwell : 0.18um")
277
+ tap.not(uhvi).and(psdm).separation(nwell, 0.13, euclidian).output("difftap.11", "difftap.11 : min. p+tap spacing to nwell : 0.13um")
278
+
279
+ # tunm
280
+ tunm.width(0.41, euclidian).output("tunm.1", "tunm.1 : min. tunm width : 0.41um")
281
+ tunm.isolated(0.5, euclidian).output("tunm.2", "tunm.2 : min. tunm spacing : 0.5um")
282
+ tunm.enclosing(gate, 0.095, euclidian).output("tunm.3", "tunm.3 : min. tunm beyond gate : 0.095um")
283
+ tunm.separation(gate.not_interacting(tunm), 0.095, euclidian).output("tunm.4", "tunm.4 : min. tunm spacing to gate outside tunm: 0.095um")
284
+ gate.and(tunm).edges.not(gate.edges).output("tunm.5", "tunm.5 : gate must not straddle tunm")
285
+ tunm.not(dnwell).output("tunm.6a", "tunm.6a : tunm not allowed outside dnwell")
286
+ tunm.with_area(0..0.672).output("tunm.7", "tunm.7 : min. tunm area : 0.672um²")
287
+
288
+ # poly
289
+ poly.width(0.15, euclidian).output("poly.1a", "poly.1a : min. poly width : 0.15um")
290
+ poly.not(diff).edges.and(gate.and(lvtn).edges).space(0.35, euclidian).output("poly.1b", "poly.1b: min. lvtn gate width : 0.35um")
291
+ poly.isolated(0.21, euclidian).output("poly.2", "poly.2 : min. poly spacing : 0.21um")
292
+ poly.and(rpm.or(urpm).or(poly_rs)).width(0.33, euclidian).output("poly.3", "poly.3 : min. poly resistor width : 0.33um")
293
+ poly.not(gate).separation(diff, 0.075, projection).polygons.without_area(0).output("poly.4", "poly.4 : min. poly on field spacing to diff : 0.075um")
294
+ poly.not(gate).separation(tap, 0.055, euclidian).output("poly.5", "poly.5 : min. poly on field spacing to tap : 0.055um")
295
+ gate.separation(tap, 0.3, projection).polygons.and(diff).output("poly.6", "poly.6 : min. gate spacing to tap : 0.3um")
296
+ diff.enclosing(gate, 0.25, projection).polygons.without_area(0).output("poly.7", "poly.7 : min. source/drain length : 0.25um")
297
+ poly.enclosing(gate, 0.13, projection).polygons.without_area(0).output("poly.8", "poly.8 : min. poly extention gate (endcap) : 0.13um")
298
+ poly.and(rpm.or(urpm).or(poly_rs)).separation(poly.or(difftap), 0.48, euclidian).polygons.without_area(0).output("poly.9", "poly.9 : min. poly resistor space to poly or diff/tap : 0.48um")
299
+ diff.merged.edges.end_segments(0.01).and(poly).output("poly.10", "poly.10 : poly must not overlap diff corner")
300
+ gate.with_angle(0 .. 90).output("poly.11", "poly.11 : non 90 degree angle gate")
301
+ not_in_cell3 = layout(source.cell_obj).select("s8fgvr_n_fg2")
302
+ not_in_cell3_poly = not_in_cell3.input(66, 20)
303
+ not_in_cell3_poly.not(hvi).not(nwell.not(hvi)).and(tap).output("poly.12", "poly.12 : poly must not overlap tap")
304
+ poly.and(diff_rs).output("poly.15", "poly.15 : poly must not overlap diff resistor")
305
+
306
+ # rpm
307
+ rpm.width(1.27, euclidian).output("rpm.1a", "rpm.1a : min. rpm width : 1.27um")
308
+ rpm.isolated(0.84, euclidian).output("rpm.2", "rpm.2 : min. rpm spacing : 0.84um")
309
+ rpm.enclosing(poly.and(poly_rs).and(psdm), 0.2, euclidian).output("rpm.3", "rpm.3 : min. rpm enclosure of poly resistor : 0.2um")
310
+ psdm.enclosing(poly.and(poly_rs).and(rpm), 0.11, euclidian).output("rpm.4", "rpm.4 : min. psdm enclosure of poly resistor : 0.11um")
311
+ npc.enclosing(poly.and(poly_rs).and(rpm), 0.095, euclidian).output("rpm.5", "rpm.5 : min. npc enclosure of poly resistor : 0.095um")
312
+ rpm.separation(nsdm, 0.2, euclidian).output("rpm.6", "rpm.6 : min. rpm spacing nsdm: 0.2um")
313
+ rpm.separation(poly, 0.2, euclidian).output("rpm.7", "rpm.7 : min. rpm spacing poly: 0.2um")
314
+ rpm.and(poly).edges.not(poly.edges).output("rpm.8", "rpm.8 : poly must not straddle rpm")
315
+ poly.and(poly_rs).and(rpm).separation(hvntm, 0.185, euclidian).output("rpm.9", "rpm.9 : min. poly resistor spacing hvntm: 0.185um")
316
+ rpm.and(pwbm).output("rpm.10", "rpm.107 : min. rpm spacing pwbm: na")
317
+
318
+ # varac
319
+ varac = poly &amp; tap &amp; (nwell - hvi) - areaid_ce
320
+ tap.not(poly).edges.and(varac.edges).space(0.18, euclidian).output("varac.1", "varac.1: min. varac channel length : 0.18um")
321
+ tap.and(poly).edges.and(varac.edges).space(1.0, euclidian).output("varac.2", "varac.2: min. varac channel wdth : 1.0um")
322
+ varac.separation(hvtp, 0.18, euclidian).output("varac.3", "varac.3: min. varac channel space to hvtp : 0.18um")
323
+ varac.separation(licon.and(tap), 0.25, euclidian).output("varac.4", "varac.4: min. varac channel space to licon on tap : 0.25um")
324
+ nwell.enclosing(poly.overlapping(varac), 0.15, euclidian).output("varac.5", "varac.5: min. nwell enclosure of poly overlapping varac channel : 0.15um")
325
+ tap.overlapping(varac).separation(difftap, 0.27, euclidian).polygons.without_area(0).output("varac.6", "varac.6: min. varac channel tap space to difftap : 0.27um")
326
+ nwell.overlapping(varac).and(diff.and(nwell)).output("varac.7", "varac.7: nwell overlapping varac channel must not overlap p+diff")
327
+
328
+ # photo
329
+ photodiode = dnwell &amp; areaid_po
330
+ photodiode.edges.without_length(3.0).output("photo.2", "photo.2 : minimum/maximum width of photodiode : 3.0um")
331
+ photodiode.isolated(5.0, euclidian).output("photo.3", "photo.3 : mini. photodiode spacing : 5.0um")
332
+ photodiode.separation(dnwell, 5.3, euclidian).output("photo.4", "photo.4 : mini. photodiode spacing to dnwell : 5.3um")
333
+ areaid_po.not(dnwell).output("photo.5.6", "photo.5.6 : photodiode edges must coincide areaid.po and enclosed by dnwell")
334
+ photodiode.not(tap.not(nwell).holes).output("photo.7", "photo.7 : photodiode must be enclosed by p+tap ring")
335
+ photodiode.and(nwell).edges.without_length(0.84).output("photo.8", "photo.8 : minimum/maximum width of nwell inside photodiode : 0.84um")
336
+ areaid_po.edges.and(photodiode.and(nwell).sized(1.08)).without_length(12.0).output("photo.9", "photo.9 : minimum/maximum enclosure of nwell by photodiode : 1.08um")
337
+ photodiode.and(tap).edges.without_length(0.41).output("photo.10", "photo.10 : minimum/maximum width of tap inside photodiode : 0.41um")
338
+
339
+ # npc
340
+ npc.width(0.27, euclidian).output("npc.1", "npc.1 : min. npc width : 0.27um")
341
+ npc.isolated(0.27, euclidian).output("npc.2", "npc.2 : min. npc spacing, should be mnually merge if less : 0.27um")
342
+ npc.separation(gate, 0.09, euclidian).output("npc.4", "npc.4 : min. npc spacing to gate : 0.09um")
343
+
344
+ # nsdm/psdm
345
+ npsdm = nsdm + psdm
346
+ nsdm.width(0.38, euclidian).output("nsdm.1", "nsdm.1 : min. nsdm width : 0.38um")
347
+ psdm.width(0.38, euclidian).output("psdm.1", "psdm.1 : min. psdm width : 0.38um")
348
+ nsdm.isolated(0.38, euclidian).output("n/psdm.1", "n/psdm.1 : min. nsdm spacing, should be mnually merge if less : 0.38um")
349
+ psdm.isolated(0.38, euclidian).output("n/psdm.1", "n/psdm.1 : min. psdm spacing, should be mnually merge if less : 0.38um")
350
+ npsdm.enclosing(diff, 0.125, euclidian).polygons.not(tap.sized(0.125)).output("n/psdm.5a", "n/psdm.5a : min. n/psdm enclosure diff except butting edge : 0.125um")
351
+ npsdm.enclosing(tap, 0.125, euclidian).polygons.not(diff.sized(0.125)).output("n/psdm.5b", "n/psdm.5b : min. n/psdm enclosure tap except butting edge : 0.125um")
352
+ tap.edges.and(diff.edges).not(npsdm).output("n/psdm.6", "n/psdm.6 : min. n/psdm enclosure of butting edge : 0.0um")
353
+ nsdm.and(difftap).separation(psdm.and(difftap), 0.13, euclidian).polygons.without_area(0).output("n/psdm.7", "n/psdm.7 : min. nsdm diff spacing to psdm diff except butting edge : 0.13um")
354
+ diff.and((nsdm.and(nwell)).or(psdm.not(nwell))).output("n/psdm.8", "n/psdm.8 : diff should be the opposite type of well/substrate underneath")
355
+ tap.and((nsdm.not(nwell)).or(psdm.and(nwell))).output("n/psdm.8", "n/psdm.8 : tap should be the same type of well/substrate underneath")
356
+ tap.and(diff).without_area(0).output("tap and diff", "tap and diff must not overlap")
357
+ nsdm.with_area(0..0.265).output("n/psdm.10a", "n/psdm.10a : min. nsdm area : 0.265um²")
358
+ psdm.with_area(0..0.265).output("n/psdm.10b", "n/psdm.10b : min. psdm area : 0.265um²")
359
+
360
+ # licon
361
+ licon.not(poly.interacting(poly_rs).and(rpm)).edges.without_length(0.17).output("licon.1", "licon.1 : minimum/maximum width of licon : 0.17um")
362
+ licon.and(poly.interacting(poly_rs).and(rpm)).not_interacting((licon.and(poly.interacting(poly_rs).and(rpm)).edges.with_length(0.19)).or(licon.and(poly.interacting(poly_rs).and(rpm)).edges.with_length(2.0))).output("licon.1b/c", "licon.1b/c : minimum/maximum width/length of licon inside poly resistor : 2.0/0.19um")
363
+ licon.isolated(0.17, euclidian).output("licon.2", "licon.2 : min. licon spacing : 0.17um")
364
+ licon.and(poly.interacting(poly_rs).and(rpm)).edges.with_length(0.19).space(0.35, euclidian).output("licon.2b", "licon.2b : min. licon 0.19um edge on resistor spacing : 0.35um")
365
+ licon.interacting(licon.and(poly.interacting(poly_rs).and(rpm)).edges.with_length(2.0)).separation(licon.and(poly.interacting(poly_rs).and(rpm)), 0.51, euclidian).output("licon.2c", "licon.2c : min. licon 2.0um edge on resistor spacing : 0.51um")
366
+ licon.and(poly.interacting(poly_rs).and(rpm)).separation(licon.not(poly.interacting(poly_rs).and(rpm)), 0.51, euclidian).output("licon.2d", "licon.2d : min. licon on resistor spacing other licon : 0.51um")
367
+ # rule licon.3 not coded
368
+ licon.not(li).not(poly.or(diff).or(tap)).output("licon.4", "licon.4 : min. licon must overlap li and (poly or tap or diff) ")
369
+ diff.enclosing(licon, 0.04, euclidian).output("licon.5", "licon.5 : min. diff enclosure of licon : 0.04um")
370
+ tap.edges.and(diff.edges).separation(licon.and(tap).edges, 0.06, euclidian).output("licon.6", "licon.6 : min. abutting edge spacing to licon tap : 0.06um")
371
+ licon_edges_with_less_enclosure_tap = tap.enclosing(licon, 0.12, projection).second_edges
372
+ opposite1 = (licon.edges - licon_edges_with_less_enclosure_tap).width(0.17 + 1.dbu, projection).polygons
373
+ licon.not_interacting(opposite1).output("licon.7", "licon.7 : min. tap enclosure of licon by one of 2 opposite edges : 0.12um")
374
+ poly.enclosing(licon, 0.05, euclidian).output("licon.8", "licon.8 : min. poly enclosure of licon : 0.05um")
375
+ licon008 = licon.interacting(poly.enclosing(licon, 0.08, euclidian).polygons)
376
+ licon_edges_with_less_enclosure_poly = poly.enclosing(licon, 0.08, projection).second_edges
377
+ opposite2 = (licon.edges - licon_edges_with_less_enclosure_poly).width(0.17 + 1.dbu, projection).polygons
378
+ licon008.not_interacting(opposite2).output("licon.8a", "licon.8a : min. poly enclosure of licon by one of 2 opposite edges : 0.08um")
379
+ # rule licon.9 not coded
380
+ licon.and(tap.and(nwell.not(hvi))).separation(varac, 0.25, euclidian).output("licon.10", "licon.10 : min. licon spacing to varac channel : 0.25um")
381
+ not_in_cell4 = layout(source.cell_obj).select("-s8fs_gwdlvx4", "-s8fs_gwdlvx8", "-s8fs_hvrsw_x4", "-s8fs_hvrsw8", "-s8fs_hvrsw264", "-s8fs_hvrsw520", "-s8fs_rdecdrv", "-s8fs_rdec8”, “s8fs_rdec32", "-s8fs_rdec264", "-s8fs_rdec520")
382
+ not_in_cell4_licon = not_in_cell4.input(66, 44)
383
+ not_in_cell4_licon.and(diff.or(tap)).separation(gate.not(areaid_sc), 0.055, euclidian).output("licon.11", "licon.11 : min. licon spacing to gate : 0.055um")
384
+ licon.and(diff.or(tap)).separation(gate.and(areaid_sc), 0.05, euclidian).output("licon.11a", "licon.11a : min. licon spacing to gate inside areaid.sc : 0.05um")
385
+ in_cell4 = layout(source.cell_obj).select("+s8fs_gwdlvx4", "+s8fs_gwdlvx8", "+s8fs_hvrsw_x4", "+s8fs_hvrsw8", "+s8fs_hvrsw264", "+s8fs_hvrsw520")
386
+ in_cell4_licon = in_cell4.input(66, 44)
387
+ in_cell4_licon.and(diff.or(tap)).separation(gate, 0.04, euclidian).output("licon.11c", "licon.11c : min. licon spacing to gate for specific cells: 0.04um")
388
+ # rules 11.b , 11.d not coded
389
+ diff.interacting(gate).not(diff.interacting(gate).width(5.7, euclidian).polygons).output("licon.12", "licon.12 : max. sd width without licon : 5.7um")
390
+ licon.and(diff.or(tap)).separation(npc, 0.09, euclidian).output("licon.13", "licon.13 : min. difftap licon spacing to npc : 0.09um")
391
+ licon.and(poly).separation(diff.or(tap), 0.19, euclidian).output("licon.14", "licon.14 : min. poly licon spacing to difftap : 0.19um")
392
+ npc.enclosing(licon.and(poly), 0.1, euclidian).output("licon.15", "licon.15 : min. npc enclosure of poly-licon : 0.1um")
393
+ # rule licon.16 not applicable for the diff for the nmos of a nand gates or the pmos of a nor gates
394
+ #diff.not(gate).not_interacting(licon).output("licon.16", "licon.16 : diff must enclose one licon")
395
+ tap.not(uhvi).not_interacting(licon).output("licon.16", "licon.16 : tap must enclose one licon")
396
+ poly.and(tap).edges.not(tap.edges).output("licon.17", "licon.17 : tap must not straddle poly")
397
+ npc.not_interacting(licon.and(poly)).output("licon.18", "licon.18 : npc mut enclosed one poly-licon")
398
+
399
+ # vpp
400
+ vpp.width(1.43, euclidian).output("vpp.1", "vpp.1 : min. vpp width : 1.43um")
401
+ # rules 1.b, 1.c not coded
402
+ vpp.and(poly.or(difftap)).output("vpp.3", "vpp.3 : vpp must not overlapp poly or diff or tap")
403
+ vpp.and(nwell).edges.not(vpp.edges).output("vpp.4", "vpp.4 : vpp must not straddle nwell")
404
+ vpp.and(dnwell).edges.not(vpp.edges).output("vpp.4", "vpp.4 : vpp must not straddle dnwell")
405
+ vpp.and(poly.or(li).or(m1).or(m2)).separation(poly.or(li).or(m1).or(m2), 1.5, euclidian).polygons.with_area(2.25,nil).output("vpp.5", "vpp.5 : min. vpp spacing to poly or li or m1 or m2 : 1.5um")
406
+ vpp.with_area(0..area(vpp.and(m3))*0.25).output("vpp.5a", "vpp.5a : max. m3 density in vpp : 0.25")
407
+ vpp.with_area(0..area(vpp.and(m4))*0.3).output("vpp.5b", "vpp.5b : max. m4 density in vpp : 0.3")
408
+ vpp.with_area(0..area(vpp.and(m5))*0.4).output("vpp.5c", "vpp.5c : max. m5 density in vpp : 0.4")
409
+ nwell.enclosing(vpp, 1.5, euclidian).output("vpp.8", "vpp.8 : nwell enclosure of vpp : 1.5")
410
+ vpp.separation(nwell, 1.5, euclidian).polygons.without_area(0).output("vpp.9", "vpp.9 : vpp spacing to nwell : 1.5")
411
+ # rule vpp.10 not coded
412
+ # rule vpp.11 not coded because moscap is not defined properly by any gds layer
413
+ # rules vpp.12a, 12b, 12c not coded because specific to one cell
414
+ if backend_flow = CU
415
+ m1.separation(vpp.and(m1), 0.16, euclidian).polygons.without_area(0).output("vpp.13", "vpp.13 : m1 spacing to m1inside vpp : 0.16")
416
+ end
417
+
418
+ # CAPM
419
+ capm.width(1.0, euclidian).output("capm.1", "capm.1 : min. capm width : 1.0um")
420
+ capm.isolated(0.84, euclidian).output("capm.2a", "capm.2a : min. capm spacing : 0.84um")
421
+ m2.interacting(capm).isolated(1.2, euclidian).output("capm.2b", "capm.2b : min. capm spacing : 1.2um")
422
+ m2.enclosing(capm, 0.14, euclidian).output("capm.3", "capm.3 : min. m2 enclosure of capm : 0.14um")
423
+ capm.enclosing(via2, 0.14, euclidian).output("capm.4", "capm.4 : min. capm enclosure of via2 : 0.14um")
424
+ capm.separation(via2, 0.14, euclidian).output("capm.5", "capm.5 : min. capm spacing to via2 : 0.14um")
425
+ capm.sized(-20.0).sized(20.0).output("capm.6", "capm.6 : max. capm lenght/width : 20um")
426
+ capm.with_angle(0 .. 90).output("capm.7", "capm.7 : capm not rectangle")
427
+ capm.separation(via, 0.14, euclidian).polygons.without_area(0).output("capm.8", "capm.8 : min. capm spacing to via : 0.14um")
428
+ capm.and(nwell).edges.not(capm.edges).output("capm.10", "capm.10 : capm must not straddle nwell")
429
+ capm.and(diff).edges.not(capm.edges).output("capm.10", "capm.10 : capm must not straddle diff")
430
+ capm.and(tap).edges.not(capm.edges).output("capm.10", "capm.10 : capm must not straddle tap")
431
+ capm.and(poly).edges.not(capm.edges).output("capm.10", "capm.10 : capm must not straddle poly")
432
+ capm.and(li).edges.not(capm.edges).output("capm.10", "capm.10 : capm must not straddle li")
433
+ capm.and(m1).edges.not(capm.edges).output("capm.10", "capm.10 : capm must not straddle m1")
434
+ capm.separation(m2.not_interacting(capm), 0.14, euclidian).output("capm.11", "capm.11 : min. capm spacing to m2 not overlapping capm : 0.5um")
435
+
436
+ end #FEOL
437
+
438
+ if BEOL
439
+ info("BEOL section")
440
+
441
+ # li
442
+ not_in_cell5 = source.select("-s8rf2_xcmvpp_hd5_*")
443
+ not_in_cell5_li = not_in_cell5.polygons(li_wildcard)
444
+ not_in_cell5_li.width(0.17, euclidian).output("li.1", "li.1 : min. li width : 0.17um")
445
+
446
+ in_cell5_li = li - not_in_cell5_li
447
+ in_cell5_li.width(0.14, euclidian).output("li.1a", "li.1a : min. li width for the cells s8rf2_xcmvpp_hd5_* : 0.14um")
448
+
449
+ # rule li.2 not coded
450
+
451
+ not_in_cell5_li.space(0.17, euclidian).output("li.3", "li.3 : min. li spacing : 0.17um")
452
+ in_cell5_li.space(0.14, euclidian).output("li.3a", "li.3a : min. li spacing for the cells s8rf2_xcmvpp_hd5_* : 0.14um")
453
+ licon08 = licon.interacting(li.enclosing(licon, 0.08, euclidian).polygons)
454
+ licon_edges_with_less_enclosure_li = li.enclosing(licon, 0.08, projection).second_edges
455
+ opposite3 = (licon.edges - licon_edges_with_less_enclosure_li).width(0.17 + 1.dbu, projection).polygons
456
+ licon08.not_interacting(opposite3).output("li.5", "li.5 : min. li enclosure of licon of 2 opposite edges : 0.08um")
457
+ li.with_area(0..0.0561).output("li.6", "li.6 : min. li area : 0.0561um²")
458
+
459
+ # ct
460
+ mcon.edges.without_length(0.17).output("ct.1", "ct.1 : minimum/maximum width of mcon : 0.17um")
461
+ mcon.space(0.19, euclidian).output("ct.2", "ct.2 : min. mcon spacing : 0.19um")
462
+ # rule ct.3 not coded
463
+ mcon.not(li).output("ct.4", "ct.4 : mcon should covered by li")
464
+ if backend_flow = CU
465
+ li.interacting(li.and(m1).not(mcon).with_holes(1,10)).enclosing(mcon, 0.2, euclidian).output("ct.irdrop.1", "ct.irdrop.1 : min. li enclsoure of 1..10 mcon : 0.2um")
466
+ li.interacting(li.and(m1).not(mcon).with_holes(11,100)).enclosing(mcon, 0.3, euclidian).output("ct.irdrop.2", "ct.irdrop.2 : min. li enclsoure of 11..100 mcon : 0.3um")
467
+ end
468
+
469
+ # m1
470
+ m1.width(0.14, euclidian).output("m1.1", "m1.1 : min. m1 width : 0.14um")
471
+
472
+ huge_m1 = m1.sized(-1.5).sized(1.5)
473
+ non_huge_m1 = m1 - huge_m1
474
+
475
+ non_huge_m1.space(0.14, euclidian).output("m1.2", "m1.2 : min. m1 spacing : 0.14um")
476
+
477
+ (huge_m1.separation(non_huge_m1, 0.28, euclidian) + huge_m1.space(0.28, euclidian)).output("m1.3ab", "m1.3ab : min. 3um.m1 spacing m1 : 0.28um")
478
+
479
+ not_in_cell6 = layout(source.cell_obj).select("-s8cell_ee_plus_sseln_a", "-s8cell_ee_plus_sseln_b", "-s8cell_ee_plus_sselp_a", "-s8cell_ee_plus_sselp_b", "-s8fpls_pl8", "-s8fs_cmux4_fm")
480
+ not_in_cell6_m1 = not_in_cell6.input(m1_wildcard)
481
+ not_in_cell6_m1.enclosing(mcon, 0.03, euclidian).output("m1.4", "m1.4 : min. m1 enclosure of mcon : 0.03um")
482
+ in_cell6 = layout(source.cell_obj).select("+s8cell_ee_plus_sseln_a", "+s8cell_ee_plus_sseln_b", "+s8cell_ee_plus_sselp_a", "+s8cell_ee_plus_sselp_b", "+s8fpls_pl8", "+s8fs_cmux4_fm")
483
+ in_cell6_m1 = in_cell6.input(m1_wildcard)
484
+ in_cell6_m1.enclosing(mcon, 0.005, euclidian).output("m1.4a", "m1.4a : min. m1 enclosure of mcon for specific cells : 0.005um")
485
+ m1.with_area(0..0.083).output("m1.6", "m1.6 : min. m1 area : 0.083um²")
486
+ m1.holes.with_area(0..0.14).output("m1.7", "m1.7 : min. m1 holes area : 0.14um²")
487
+ if backend_flow = AL
488
+ mcon06 = mcon.interacting(poly.enclosing(m1, 0.06, euclidian).polygons)
489
+ mcon_edges_with_less_enclosure_m1 = m1.enclosing(mcon, 0.06, projection).second_edges
490
+ opposite4 = (mcon.edges - mcon_edges_with_less_enclosure_m1).width(0.17 + 1.dbu, projection).polygons
491
+ mcon06.not_interacting(opposite4).output("m1.5", "m1.5 : min. m1 enclosure of mcon of 2 opposite edges : 0.06um")
492
+ # rule m1.pd.1, rule m1.pd.2a, rule m1.pd.2b not coded
493
+ end
494
+ if bakend_flow = CU
495
+ m1.sized(-2.0).sized(2.0).output("m1.11", "m1.11 : max. m1 width after slotting : 4.0um")
496
+ # rule m1.12 not coded because inconsistent with m1.11
497
+ # rule m1.13, m1.14, m1.14a not coded : see : https://www.klayout.de/forum/discussion/comment/6759
498
+ end
499
+
500
+ # via
501
+ #rule via.3 not coded
502
+ via.not(m1).output("via.4c.5c", "via.4c.5c : m1 must enclose all via")
503
+ if backend_flow = AL
504
+ via.not(areaid_mt).edges.without_length(0.15).output("via.1a", "via.1a : minimum/maximum width of via : 0.15um")
505
+ via.and(areaid_mt).not_interacting((via.and(areaid_mt).edges.without_length(0.15)).or(via.and(areaid_mt).edges.without_length(0.23)).or(via.and(areaid_mt).edges.without_length(0.28))).output("via.1b", "via.1b : minimum/maximum width of via in areaid.mt: 0.15um or 0.23um or 0.28um")
506
+ via.isolated(0.17, euclidian).output("via.2", "via.2 : min. via spacing : 0.17um")
507
+ m1.enclosing(via.not_interacting(via.edges.without_length(0.15)), 0.055, euclidian).output("via.4a", "via.4a : min. m1 enclosure of 0.15um via : 0.055um")
508
+ m1.enclosing(via.not_interacting(via.edges.without_length(0.23)), 0.03, euclidian).output("via.4b", "via.4b : min. m1 enclosure of 0.23um via : 0.03um")
509
+ via1_edges_with_less_enclosure_m1 = m1.enclosing(via.not_interacting(via.edges.without_length(0.15)), 0.085, projection).second_edges
510
+ opposite5 = (via.not_interacting(via.edges.without_length(0.15)).edges - via1_edges_with_less_enclosure_m1).width(0.15 + 1.dbu, projection).polygons
511
+ via.not_interacting(via.edges.without_length(0.15)).not_interacting(opposite5).output("via1.5a", "via1.5a : min. m1 enclosure of 0.15um via of 2 opposite edges : 0.085um")
512
+ via2_edges_with_less_enclosure_m1 = m1.enclosing(via.not_interacting(via.edges.without_length(0.23)), 0.06, projection).second_edges
513
+ opposite6 = (via.not_interacting(via.edges.without_length(0.23)).edges - via2_edges_with_less_enclosure_m1).width(0.23 + 1.dbu, projection).polygons
514
+ via.not_interacting(via.edges.without_length(0.23)).not_interacting(opposite6).output("via1.5b", "via1.5b : min. m1 enclosure of 0.23um via of 2 opposite edges : 0.06um")
515
+ end
516
+ if backend_flow = CU
517
+ via.not(areaid_mt).edges.without_length(0.18).output("via.11", "via.11 : minimum/maximum width of via : 0.18um")
518
+ via.isolated(0.13, euclidian).output("via.12", "via.12 : min. via spacing : 0.13um")
519
+ # rule via.13 not coded because not understandable
520
+ via1_edges_with_less_enclosure_m1 = m1.enclosing(via, 0.04, projection).second_edges
521
+ opposite5 = (via.edges - via1_edges_with_less_enclosure_m1).width(0.18 + 1.dbu, projection).polygons
522
+ via.not_interacting(opposite5).output("via1.14", "via1.14 : min. m1 enclosure of 0.04um via of 2 opposite edges : 0.04um")
523
+ # rules via.irdrop.1, via.irdrop.2, via.irdrop.3, via.irdrop.4 not coded because not understandable
524
+ end
525
+
526
+ # m2
527
+ m2.width(0.14, euclidian).output("m2.1", "m2.1 : min. m2 width : 0.14um")
528
+
529
+ huge_m2 = m2.sized(-1.5).sized(1.5)
530
+ non_huge_m2 = m2 - huge_m2
531
+
532
+ non_huge_m2.space(0.14, euclidian).output("m2.2", "m2.2 : min. m2 spacing : 0.14um")
533
+
534
+ (huge_m2.separation(non_huge_m2, 0.28, euclidian) + huge_m2.space(0.28, euclidian)).output("m2.3ab", "m2.3ab : min. 3um.m2 spacing m2 : 0.28um")
535
+
536
+ # rule m2.3c not coded
537
+ m2.with_area(0..0.0676).output("m2.6", "m2.6 : min. m2 area : 0.0676um²")
538
+ m2.holes.with_area(0..0.14).output("m2.7", "m2.7 : min. m2 holes area : 0.14um²")
539
+ via.not(m2).output("m2.via", "m2.via : m2 must enclose via")
540
+ if backend_flow = AL
541
+ m2.enclosing(via, 0.055, euclidian).output("m2.4", "m2.4 : min. m2 enclosure of via : 0.055um")
542
+ via_edges_with_less_enclosure_m2 = m2.enclosing(via, 0.085, projection).second_edges
543
+ opposite7 = (via.edges - via_edges_with_less_enclosure_m2).width(0.2 + 1.dbu, projection).polygons
544
+ via.not_interacting(opposite7).output("m2.5", "m2.5 : min. m2 enclosure of via of 2 opposite edges : 0.085um")
545
+ # rule m2.pd.1, rule m2.pd.2a, rule m2.pd.2b not coded
546
+ end
547
+ if bakend_flow = CU
548
+ m2.sized(-2.0).sized(2.0).output("m2.11", "m2.11 : max. m2 width after slotting : 4.0um")
549
+ # rule m2.12 not coded because inconsistent with m2.11
550
+ # rule m2.13, m2.14, m2.14a not coded : see : https://www.klayout.de/forum/discussion/comment/6759
551
+ end
552
+
553
+ # via2
554
+ #rule via233 not coded
555
+ via2.not(m2).output("via2", "via2 : m2 must enclose all via2")
556
+ if backend_flow = AL
557
+ via2.not(areaid_mt).edges.without_length(0.2).output("via2.1a", "via2.1a : minimum/maximum width of via2 : 0.2um")
558
+ via2.and(areaid_mt).not_interacting((via2.and(areaid_mt).edges.without_length(0.2)).or(via2.and(areaid_mt).edges.without_length(1.2)).or(via2.and(areaid_mt).edges.without_length(1.5))).output("via2.1b", "via2.1b : minimum/maximum width of via2 in areaid.mt: 0.2um or 1.2um or 1.5um")
559
+ via2.isolated(0.2, euclidian).output("via2.2", "via2.2 : min. via2 spacing : 0.2um")
560
+ m2.enclosing(via2, 0.04, euclidian).output("via2.4", "via2.4 : min. m2 enclosure of via2 : 0.04um")
561
+ m2.enclosing(via2.not_interacting(via2.edges.without_length(1.5)), 0.14, euclidian).output("via2.4a", "via2.4a : min. m2 enclosure of 1.5um via2 : 0.14um")
562
+ via2_edges_with_less_enclosure_m2 = m2.enclosing(via2, 0.085, projection).second_edges
563
+ opposite8 = (via2.edges - via2_edges_with_less_enclosure_m2).width(0.2 + 1.dbu, projection).polygons
564
+ via2.not_interacting(opposite8).output("via2.5", "via2.5 : min. m2 enclosure of via2 of 2 opposite edges : 0.085um")
565
+ end
566
+ if backend_flow = CU
567
+ via2.edges.without_length(0.21).output("via2.11", "via2.11 : minimum/maximum width of via2 : 0.21um")
568
+ via2.isolated(0.18, euclidian).output("via2.12", "via2.12 : min. via2 spacing : 0.18um")
569
+ # rule via2.13 not coded because not understandable, or not clear
570
+ m2.enclosing(via2, 0.035, euclidian).output("via2.14", "via2.14 : min. m2 enclosure of via2 : 0.035um")
571
+ # rules via2.irdrop.1, via2.irdrop.2, via2.irdrop.3, via2.irdrop.4 not coded because not understandable
572
+ end
573
+
574
+ # m3
575
+ m3.width(0.3, euclidian).output("m3.1", "m3.1 : min. m3 width : 0.3um")
576
+
577
+ huge_m3 = m3.sized(-1.5).sized(1.5)
578
+ non_huge_m3 = m3 - huge_m3
579
+
580
+ non_huge_m3.space(0.3, euclidian).output("m3.2", "m3.2 : min. m3 spacing : 0.3um")
581
+
582
+ (huge_m3.separation(non_huge_m3, 0.4, euclidian) + huge_m3.space(0.4, euclidian)).output("m3.3ab", "m3.3ab : min. 3um.m3 spacing m3 : 0.4um")
583
+
584
+ # rule m3.3c not coded
585
+ m3.with_area(0..0.24).output("m3.6", "m3.6 : min. m3 area : 0.24um²")
586
+ via2.not(m3).output("m3.via2", "m3.via2 : m3 must enclose via2")
587
+ if backend_flow = AL
588
+ m3.enclosing(via2, 0.065, euclidian).output("m3.4", "m3.4 : min. m3 enclosure of via2 : 0.065um")
589
+ via2_edges_with_less_enclosure_m3 = m3.enclosing(via2, 0.085, projection).second_edges
590
+ # m3.5 N/A
591
+ # opposite9 = (via2.edges - via2_edges_with_less_enclosure_m3).width(0.3 + 1.dbu, projection).polygons
592
+ # via2.not_interacting(opposite9).output("m3.5", "m3.5 : min. m3 enclosure of via2 of 2 opposite edges : 0.085um")
593
+ # rule m3.pd.1, rule m3.pd.2a, rule m3.pd.2b not coded
594
+ end
595
+ if bakend_flow = CU
596
+ m3.holes.with_area(0..0.2).output("m3.7", "m3.7 : min. m3 holes area : 0.2um²")
597
+ m3.sized(-2.0).sized(2.0).output("m3.11", "m3.11 : max. m3 width after slotting : 4.0um")
598
+ # rule m3.12 not coded because inconsistent with m3.11
599
+ # rule m3.13, m3.14, m3.14a not coded : see : https://www.klayout.de/forum/discussion/comment/6759
600
+ end
601
+
602
+ # via3
603
+ #rule via3.3 not coded
604
+ via3.not(m3).output("via3", "via3 : m3 must enclose all via3")
605
+ if backend_flow = AL
606
+ via3.not(areaid_mt).edges.without_length(0.2).output("via3.1a", "via3.1a : minimum/maximum width of via3 : 0.2um")
607
+ via3.and(areaid_mt).not_interacting((via3.and(areaid_mt).edges.without_length(0.2)).or(via3.and(areaid_mt).edges.without_length(0.8))).output("via3.1a", "via3.1a : minimum/maximum width of via3 in areaid.mt: 0.2um or 0.8um")
608
+ via3.isolated(0.2, euclidian).output("via3.2", "via3.2 : min. via3 spacing : 0.2um")
609
+ m3.enclosing(via3, 0.06, euclidian).output("via3.4", "via3.4 : min. m3 enclosure of via3 : 0.06um")
610
+ via3_edges_with_less_enclosure_m3 = m3.enclosing(via3, 0.09, projection).second_edges
611
+ opposite10 = (via3.edges - via3_edges_with_less_enclosure_m3).width(0.2 + 1.dbu, projection).polygons
612
+ via3.not_interacting(opposite10).output("via3.5", "via3.5 : min. m2 enclosure of via3 of 2 opposite edges : 0.09um")
613
+ end
614
+ if backend_flow = CU
615
+ via3.edges.without_length(0.21).output("via3.11", "via3.11 : minimum/maximum width of via3 : 0.21um")
616
+ via3.isolated(0.18, euclidian).output("via3.12", "via3.12 : min. via3 spacing : 0.18um")
617
+ m3.enclosing(via3, 0.055, euclidian).output("via3.13", "via3.13 : min. m3 enclosure of via3 : 0.055um")
618
+ # rule via3.14 not coded because not understandable, or not clear
619
+ # rules via3.irdrop.1, via3.irdrop.2, via3.irdrop.3, via3.irdrop.4 not coded because not understandable
620
+ end
621
+
622
+ # m4
623
+ m4.width(0.3, euclidian).output("m4.1", "m4.1 : min. m4 width : 0.3um")
624
+
625
+ huge_m4 = m4.sized(-1.5).sized(1.5)
626
+ non_huge_m4 = m4 - huge_m4
627
+
628
+ non_huge_m4.space(0.3, euclidian).output("m4.2", "m4.2 : min. m4 spacing : 0.3um")
629
+
630
+ (huge_m4.separation(non_huge_m4, 0.4, euclidian) + huge_m4.space(0.4, euclidian)).output("m4.5ab", "m4.5ab : min. 3um.m4 spacing m4 : 0.4um")
631
+
632
+ m4.with_area(0..0.24).output("m4.4", "m4.4 : min. m4 area : 0.24um²")
633
+ via3.not(m4).output("m4.via3", "m4.via3 : m4 must enclose via3")
634
+ if backend_flow = AL
635
+ m4.enclosing(via3, 0.065, euclidian).output("m4.3", "m4.3 : min. m4 enclosure of via3 : 0.065um")
636
+ # m4.5 doesn't exist
637
+ # via3_edges_with_less_enclosure_m4 = m4.enclosing(via2, 0.085, projection).second_edges
638
+ # opposite9 = (via3.edges - via3_edges_with_less_enclosure_m4).width(0.3 + 1.dbu, projection).polygons
639
+ # via3.not_interacting(opposite9).output("m4.5", "m4.5 : min. m4 enclosure of via3 of 2 opposite edges : 0.085um")
640
+ # rule m4.pd.1, rule m4.pd.2a, rule m4.pd.2b not coded
641
+ end
642
+ if bakend_flow = CU
643
+ m4.holes.with_area(0..0.2).output("m4.7", "m4.7 : min. m4 holes area : 0.2um²")
644
+ m4.sized(-5.0).sized(5.0).output("m4.11", "m4.11 : max. m4 width after slotting : 10.0um")
645
+ # rule m4.12 not coded because inconsistent with m4.11
646
+ # rule m4.13, m4.14, m4.14a not coded : see : https://www.klayout.de/forum/discussion/comment/6759
647
+ m4.enclosing(via3, 0.06, euclidian).output("m4.15", "m4.15 : min. m4 enclosure of via3 : 0.06um")
648
+ end
649
+
650
+ # via4
651
+ via4.edges.without_length(0.8).output("via4.1a", "via4.1a : minimum/maximum width of via4 : 0.8um")
652
+ via4.isolated(0.8, euclidian).output("via4.2", "via4.2 : min. via4 spacing : 0.8um")
653
+ #rule via4.3 not coded
654
+ m4.enclosing(via4, 0.19, euclidian).output("via4.4", "via4.4 : min. m4 enclosure of via4 : 0.19um")
655
+ via4.not(m4).output("via4", "via4 : m4 must enclose all via4")
656
+ if backend_flow = CU
657
+ # rules via4.irdrop.1, via4.irdrop.2, via4.irdrop.3, via4.irdrop.4 not coded because not understandable
658
+ end
659
+
660
+ # m5
661
+ m5.width(1.6, euclidian).output("m5.1", "m5.1 : min. m5 width : 1.6um")
662
+
663
+ m5.space(1.6, euclidian).output("m5.2", "m5.2 : min. m5 spacing : 1.6um")
664
+
665
+ via4.not(m5).output("m5.via4", "m5.via4 : m5 must enclose via4")
666
+ m5.enclosing(via4, 0.31, euclidian).output("m5.3", "m4.3 : min. m5 enclosure of via4 : 0.31um")
667
+
668
+ # nsm
669
+ nsm.width(3.0, euclidian).output("nsm.1", "nsm.1 : min. nsm width : 3.0um")
670
+ nsm.isolated(4.0, euclidian).output("nsm.2", "nsm.2 : min. nsm spacing : 4.0um")
671
+ nsm.enclosing(diff, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of diff : 3.0um")
672
+ nsm.enclosing(tap, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of tap : 3.0um")
673
+ nsm.enclosing(poly, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of poly : 3.0um")
674
+ nsm.enclosing(li, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of li : 3.0um")
675
+ nsm.enclosing(m1, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of m1 : 3.0um")
676
+ nsm.enclosing(m2, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of m2 : 3.0um")
677
+ nsm.enclosing(m3, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of m3 : 3.0um")
678
+ nsm.enclosing(m4, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of m4 : 3.0um")
679
+ nsm.enclosing(m5, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of m5 : 3.0um")
680
+ nsm.enclosing(cfom, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of cfom : 3.0um")
681
+ if backend_flow = AL
682
+ nsm.separation(diff, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to diff : 1.0um")
683
+ nsm.separation(tap, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to tap : 1.0um")
684
+ nsm.separation(poly, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to poly : 1.0um")
685
+ nsm.separation(li, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to li : 1.0um")
686
+ nsm.separation(m1, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to m1 : 1.0um")
687
+ nsm.separation(m2, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to m2 : 1.0um")
688
+ nsm.separation(m3, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to m3 : 1.0um")
689
+ nsm.separation(m4, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to m4 : 1.0um")
690
+ nsm.separation(m5, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to m5 : 1.0um")
691
+ nsm.separation(cfom, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to cfom : 1.0um")
692
+ end
693
+
694
+ # pad
695
+ pad.isolated(1.27, euclidian).output("pad.2", "pad.2 : min. pad spacing : 1.27um")
696
+
697
+ end #BEOL
698
+
699
+ if FEOL
700
+ info("FEOL section")
701
+
702
+ # mf
703
+ mf.not_interacting(mf.edges.without_length(0.8)).output("mf.1", "mf.1 : minimum/maximum width of fuse : 0.8um")
704
+ mf.not_interacting(mf.edges.without_length(7.2)).output("mf.2", "mf.2 : minimum/maximum length of fuse : 7.2um")
705
+ mf.isolated(1.96, euclidian).output("mf.3", "mf.3 : min. fuse center spacing : 2.76um")
706
+ # fuses need more clarification on fuse_shield, fuse layers ...
707
+
708
+ # hvi
709
+ hvi.width(0.6, euclidian).output("hvi.1", "hvi.1 : min. hvi width : 0.6um")
710
+ hvi.isolated(0.7, euclidian).output("hvi.2", "hvi.2 : min. hvi spacing, merge if less : 0.7um")
711
+ hvi.and(tunm).output("hvi.4", "hvi.4 : hvi must not overlapp tunm")
712
+ hvi.and(nwell).separation(nwell, 2.0, euclidian).output("hvnwell.8", "hvnwelli.8 : min. hvnwel spacing to nwell : 2.0")
713
+ areaid_hl.not(hvi).output("hvnwel.9", "hvnwell.9 : hvi must overlapp hvnwell")
714
+ # rule hvnell.10 not coded
715
+ diff.not(psdm.and(diff_rs)).and(hvi).width(0.29, euclidian).output("hvdifftap.14", "hvdifftap.14 : min. diff inside hvi width : 0.29um")
716
+ diff.and(psdm.and(diff_rs)).and(hvi).width(0.15, euclidian).output("hvdifftap.14a", "hvdifftap.14a : min. p+diff resistor inside hvi width : 0.15um")
717
+ diff.and(hvi).isolated(0.3, euclidian).output("hvdifftap.15a", "hvdifftap.15a : min. diff inside hvi spacing : 0.3um")
718
+ diff.and(hvi).and(nsdm).separation(diff.and(hvi).and(psdm), 0.37, euclidian).polygons.without_area(0).output("hvdifftap.15b", "hvdifftap.15b : min. n+diff inside hvi spacing to p+diff inside hvi except abutting: 0.37um")
719
+ tap.and(hvi).edges.and(diff).without_length(0.7).output("hvdifftap.16", "hvdifftap.16 : min. tap inside hvi abuttng diff : 0.7um")
720
+ hvi.and(nwell).enclosing(diff, 0.33, euclidian).output("hvdifftap.17", "hvdifftap.17 : min. hvnwell enclosure of p+diff : 0.33um")
721
+ hvi.and(nwell).separation(diff, 0.43, euclidian).output("hvdifftap.18", "hvdifftap.18 : min. hvnwell spacing to n+diff : 0.43um")
722
+ hvi.and(nwell).enclosing(tap, 0.33, euclidian).output("hvdifftap.19", "hvdifftap.19 : min. hvnwell enclosure of n+tap : 0.33um")
723
+ hvi.and(nwell).separation(tap, 0.43, euclidian).output("hvdifftap.20", "hvdifftap.20 : min. hvnwell spacing to p+tap : 0.43um")
724
+ hvi.and(diff).edges.not(diff.edges).output("hvdifftap.21", "hvdifftap.21 : diff must not straddle hvi")
725
+ hvi.and(tap).edges.not(tap.edges).output("hvdifftap.21", "hvdifftap.21 : tap must not straddle hvi")
726
+ hvi.enclosing(difftap, 0.18, euclidian).output("hvdifftap.22", "hvdifftap.22 : min. hvi enclosure of diff or tap : 0.18um")
727
+ hvi.separation(difftap, 0.18, euclidian).output("hvdifftap.23", "hvdifftap.23 : min. hvi spacing to diff or tap : 0.18um")
728
+ hvi.and(diff).not(nwell).separation(nwell, 0.43, euclidian).output("hvdifftap.24", "hvdifftap.24 : min. hv n+diff spacing to nwell : 0.43um")
729
+ diff.and(hvi).not(nwell).isolated(1.07, euclidian).polygons.and(tap).output("hvdifftap.25", "hvdifftap.25 : min. n+diff inside hvi spacing accros p+tap : 1.07um")
730
+ diff.not(poly).edges.and(gate.and(hvi).edges).space(0.35, euclidian).output("hvpoly.13", "hvpoly.13: min. hvi gate length : 0.5um")
731
+ hvi.and(poly).edges.not(poly.edges).output("hvpoly.14", "hvpoly.14 : poly must not straddle hvi")
732
+
733
+ # hvntm
734
+ hvntm.width(0.7, euclidian).output("hvntm.1", "hvntm.1 : min. hvntm width : 0.7um")
735
+ hvntm.isolated(0.7, euclidian).output("hvntm.2", "hvntm.2 : min. hvntm spacing : 0.7um")
736
+ hvntm.enclosing(diff.and(nwell).and(hvi), 0.185, euclidian).output("hvntm.3", "hvntm.3 : min. hvntm enclosure of hv n+diff : 0.185um")
737
+ hvntm.separation(diff.not(nwell).not(hvi), 0.185, euclidian).output("hvntm.4", "hvntm.4 : min. hvntm spacing to n+diff : 0.185um")
738
+ hvntm.separation(diff.and(nwell).not(hvi), 0.185, euclidian).output("hvntm.5", "hvntm.5 : min. hvntm spacing to p+diff : 0.185um")
739
+ hvntm.separation(tap.not(nwell).not(hvi), 0.185, euclidian).polygons.without_area(0).output("hvntm.6a", "hvntm.6a : min. hvntm spacing to p+tap : 0.185um")
740
+ hvntm.and(areaid_ce).output("hvntm.9", "hvntm.9 : hvntm must not overlapp areaid.ce")
741
+
742
+ # denmos
743
+ poly.not_interacting(pwde).interacting(areaid_en).width(1.055, projection).output("denmos.1", "denmos.1 : min. de_nfet gate width : 1.055um")
744
+ diff.not_interacting(pwde).enclosing(poly.interacting(areaid_en), 0.28, projection).polygons.without_area(0).output("denmos.2", "denmos.2 : min. de_nfet source ouside poly width : 0.28um")
745
+ diff.not_interacting(pwde).and(poly.interacting(areaid_en)).width(0.925, projection).output("denmos.3", "denmos.3 : min. de_nfet source inside poly width : 0.925um")
746
+ diff.not_interacting(pwde).interacting(areaid_en).not_interacting(poly).width(0.17, euclidian).output("denmos.4", "denmos.4 : min. de_nfet drain width : 0.17um")
747
+ nwell.not_interacting(pwde).and(poly.interacting(areaid_en)).width(0.225, projection).polygons.or(nwell.and(poly.interacting(areaid_en)).sized(-0.1125).sized(0.1125)).output("denmos.5", "denmos.5 : min. de_nfet source inside nwell width : 0.225m")
748
+ diff.not_interacting(pwde).interacting(areaid_en).not_interacting(poly).separation(diff.interacting(poly.interacting(areaid_en)), 1.585, projection).output("denmos.6", "denmos.6 : min. de_nfet source spacing to drain : 1.585um")
749
+ nwell.not_interacting(pwde).and(poly.and(diff).interacting(areaid_en)).edges.without_length(5.0, nil).output("denmos.7", "denmos.7 : min. de_nfet channel width : 5.0um")
750
+ diff.not_interacting(pwde).interacting(areaid_en).not_interacting(poly).edges.without_angle(45).without_angle(135).without_angle(225).without_angle(315).output("denmos.8", "denmos.8 : 90deg. not allowed for de_nfet drain")
751
+ nwell.not_interacting(pwde).interacting(areaid_en).edges.without_angle(45).without_angle(135).without_angle(225).without_angle(315).output("denmos.9a", "denmos.9a : 90deg. not allowed for de_nfet nwell")
752
+ nwell.not_interacting(pwde).interacting(areaid_en).edges.with_angle(45).without_length(0.607..0.609).output("denmos.9a", "denmos.9a : 45deg. bevels of de_nfet nwell should be 0.43um from corners")
753
+ nwell.not_interacting(pwde).interacting(areaid_en).edges.with_angle(135).without_length(0.607..0.609).output("denmos.9a", "denmos.9a : 45deg. bevels of de_nfet nwell should be 0.43um from corners")
754
+ diff.not_interacting(pwde).interacting(areaid_en).not_interacting(poly).edges.with_angle(45).without_length(0.7..0.71).output("denmos.9b", "denmos.9b : 45deg. bevels of de_nfet drain should be 0.05um from corners")
755
+ diff.not_interacting(pwde).interacting(areaid_en).not_interacting(poly).edges.with_angle(135).without_length(0.7..0.71).output("denmos.9b", "denmos.9b : 45deg. bevels of de_nfet drain should be 0.05um from corners")
756
+ nwell.not_interacting(pwde).enclosing(diff.interacting(areaid_en).not_interacting(poly), 0.66, euclidian).output("denmos.10", "denmos.10 : min. nwell enclosure of de_nfet drain : 0.66um")
757
+ nwell.not_interacting(pwde).interacting(areaid_en).separation(tap.not(nwell), 0.86, euclidian).output("denmos.11", "denmos.11 : min. de_nfet nwell spacing to tap : 0.86um")
758
+ nwell.not_interacting(pwde).interacting(areaid_en).isolated(2.4, euclidian).output("denmos.12", "denmos.12 : min. de_nfet nwell : 2.4um")
759
+ nsdm.not_interacting(pwde).enclosing(diff.interacting(areaid_en).interacting(poly), 0.13, euclidian).output("denmos.13", "denmos.13 : min. nsdm enclosure of de_nfet source : 0.13um")
760
+
761
+ # depmos
762
+ poly.interacting(pwde).interacting(areaid_en).width(1.05, projection).output("depmos.1", "depmos.1 : min. de_pfet gate width : 1.05um")
763
+ diff.interacting(pwde).enclosing(poly.interacting(areaid_en), 0.28, projection).polygons.without_area(0).output("depmos.2", "depmos.2 : min. de_pfet source ouside poly width : 0.28um")
764
+ diff.interacting(pwde).and(poly.interacting(areaid_en)).width(0.92, projection).output("depmos.3", "depmos.3 : min. de_pfet source inside poly width : 0.92um")
765
+ diff.interacting(pwde).interacting(areaid_en).not_interacting(poly).width(0.17, euclidian).output("depmos.4", "depmos.4 : min. de_pfet drain width : 0.17um")
766
+ pwde.not(nwell).and(poly.interacting(areaid_en)).width(0.26, projection).polygons.or(pwde.not(nwell).and(poly.interacting(areaid_en)).sized(-0.13).sized(0.13)).output("depmos.5", "depmos.5 : min. de_pfet source inside nwell width : 0.26m")
767
+ diff.interacting(pwde).interacting(areaid_en).not_interacting(poly).separation(diff.interacting(poly.interacting(areaid_en)), 1.19, projection).output("depmos.6", "depmos.6 : min. de_pfet source spacing to drain : 1.19um")
768
+ nwell.interacting(pwde).and(poly.and(diff).interacting(areaid_en)).edges.without_length(5.0, nil).output("depmos.7", "depmos.7 : min. de_pfet channel width : 5.0um")
769
+ diff.interacting(pwde).interacting(areaid_en).not_interacting(poly).edges.without_angle(45).without_angle(135).without_angle(225).without_angle(315).output("depmos.8", "depmos.8 : 90deg. not allowed for de_pfet drain")
770
+ pwde.not(nwell).interacting(areaid_en).edges.without_angle(45).without_angle(135).without_angle(225).without_angle(315).output("depmos.9a", "depmos.9a : 90deg. not allowed for de_pfet pwell")
771
+ pwde.not(nwell).interacting(areaid_en).edges.with_angle(45).without_length(0.607..0.609).output("depmos.9a", "depmos.9a : 45deg. bevels of de_pfet pwell should be 0.43um from corners")
772
+ pwde.not(nwell).interacting(areaid_en).edges.with_angle(135).without_length(0.607..0.609).output("depmos.9a", "depmos.9a : 45deg. bevels of de_pfet pwell should be 0.43um from corners")
773
+ diff.interacting(pwde).interacting(areaid_en).not_interacting(poly).edges.with_angle(45).without_length(0.7..0.71).output("depmos.9b", "depmos.9b : 45deg. bevels of de_pfet drain should be 0.05um from corners")
774
+ diff.interacting(pwde).interacting(areaid_en).not_interacting(poly).edges.with_angle(135).without_length(0.7..0.71).output("depmos.9b", "depmos.9b : 45deg. bevels of de_pfet drain should be 0.05um from corners")
775
+ nwell.interacting(pwde).separation(diff.interacting(areaid_en).not_interacting(poly), 0.86, euclidian).output("depmos.10", "depmos.10 : min. pwell enclosure of de_pfet drain : 0.86um")
776
+ pwde.not(nwell).interacting(areaid_en).separation(tap.and(nwell), 0.66, euclidian).output("depmos.11", "depmos.11 : min. de_pfet pwell spacing to tap : 0.66um")
777
+ psdm.interacting(pwde).enclosing(diff.interacting(areaid_en).interacting(poly), 0.13, euclidian).output("depmos.12", "depmos.12 : min. psdm enclosure of de_pfet source : 0.13um")
778
+
779
+ # extd
780
+ areaid_en.and(difftap).edges.not(difftap.edges).output("extd.1", "extd.1 : difftap must not straddle areaid.en")
781
+ difftap.interacting(areaid_en).not(poly).with_area(0).output("extd.2", "extd.2 : poly must not overlapp entirely difftap in areaid.en")
782
+ # rules extd.4, extd.5, extd.6, extd.7 not coded because specific to some cells
783
+
784
+ # vhvi
785
+ # rules vhvi.vhv.1, vhvi.vhv.2, vhvi.vhv.3, vhvi.vhv.4, vhvi.vhv.5, vhvi.vhv.6 not coded
786
+ vhvi.width(0.02, euclidian).output("vhvi.1", "vhvi.1 : min. vhvi width : 0.02um")
787
+ vhvi.and(areaid_ce).output("vhvi.2", "vhvi.2 : vhvi must not overlap areaid.ce")
788
+ vhvi.and(hvi).output("vhvi.3", "vhvi.3 : vhvi must not overlap hvi")
789
+ # rules vhvi.4, vhvi.6 not coded
790
+ vhvi.and(diff).edges.not(diff.edges).output("vhvi.5", "vhvi.5 : vhvi must not straddle diff")
791
+ vhvi.and(tap).edges.not(tap.edges).output("vhvi.5", "vhvi.5 : vhvi must not straddle tap")
792
+ vhvi.and(poly).edges.not(poly.edges).output("vhvi.7", "vhvi.7 : vhvi must not straddle poly")
793
+
794
+ nwell.and(vhvi).separation(nwell, 2.5, euclidian).output("hv.nwell.1", "hv.nwell.1 : min. vhvi nwell spacing to nwell : 2.5um")
795
+ diff.and(vhvi).isolated(0.3, euclidian).output("hv.diff.1", "hv.diff.1 : min. vhvi diff spacing : 0.3um")
796
+ nwell.interacting(diff.and(vhvi)).separation(diff.not(nwell), 0.43, euclidian).output("hv.diff.2", "hv.diff.2 : min. vhvi nwell spacing n+diff : 0.43um")
797
+ diff.and(vhvi).not(nwell).separation(nwell, 0.55, euclidian).output("hv.diff.3a", "hv.diff.3a : min. vhvi n+diff spacing nwell : 0.55um")
798
+ # rule hv.diff.3b not coded
799
+ poly.and(vhvi).not(diff).separation(diff, 0.3, euclidian).polygons.without_area(0).output("hv.poly.2", "hv.poly.2 : min. vhvi poly spacing to diff : 0.3um")
800
+ poly.and(vhvi).not(diff).separation(nwell, 0.55, euclidian).polygons.without_area(0).output("hv.poly.3", "hv.poly.3 : min. vhvi poly spacing to nwell : 0.55um")
801
+ nwell.enclosing(poly.and(vhvi).not(diff), 0.3, euclidian).polygons.without_area(0).output("hv.poly.4", "hv.poly.4 : min. nwell enclosure of vhvi poly : 0.3um")
802
+ #poly.and(vhvi).enclosing(diff.interacting(areaid_en), 0.16, projection).polygons.without_area(0).output("hv.poly.6", "hv.poly.6 : min. poly enclosure of hvfet gate : 0.16um")
803
+ # rule hv.poly.7 not coded
804
+
805
+ # uhvi
806
+ uhvi.and(diff).edges.not(diff.edges).output("uhvi.1", "uhvi.1 : diff must not straddle uhvi")
807
+ uhvi.and(tap).edges.not(tap.edges).output("uhvi.1", "uhvi.1 : tap must not straddle uhvi")
808
+ uhvi.and(poly).edges.not(poly.edges).output("uhvi.2", "uhvi.2 : poly must not straddle uhvi")
809
+ pwbm.not(uhvi).output("uhvi.3", "uhvi.3 : uhvi must not enclose pwbm")
810
+ uhvi.and(dnwell).edges.not(dnwell.edges).output("uhvi.4", "uhvi.4 : dnwell must not straddle uhvi")
811
+ areaid_en20.not(uhvi).output("uhvi.5", "uhvi.5 : uhvi must not enclose areaid.en20")
812
+ #dnwell.not(uhvi).output("uhvi.6", "uhvi.6 : uhvi must not enclose dnwell")
813
+ natfet.not(uhvi).output("uhvi.7", "uhvi.7 : uhvi must not enclose natfet")
814
+
815
+ # pwell_res
816
+ pwell_rs.width(2.65).output("pwres.2", "pwres.2 : min. pwell resistor width : 2.65um")
817
+ pwell_rs.sized(-2.65).sized(2.65).output("pwres.2", "pwres.2 : max. pwell resistor width : 2.65um")
818
+ pwell_rs.interacting(pwell_rs.edges.with_length(2.651,26.499)).output("pwres.3", "pwres.3 : min. pwell resistor length : 26.5um")
819
+ pwell_rs.interacting(pwell_rs.edges.with_length(265.0, nil)).output("pwres.4", "pwres.4 : max. pwell resistor length : 265um")
820
+ tap.interacting(pwell_rs).separation(nwell, 0.22, euclidian).output("pwres.5", "pwres.5 : min. pwell resistor tap spacing to nwell : 0.22um")
821
+ tap.interacting(pwell_rs).and(tap.sized(0.22).and(nwell)).output("pwres.5", "pwres.5 : max. pwell resistor tap spacing to nwell : 0.22um")
822
+ tap.interacting(pwell_rs).width(0.53).output("pwres.6", "pwres.6 : min. width of tap inside pwell resistor : 0.53um")
823
+ tap.interacting(pwell_rs).sized(-0.265).sized(0.265).output("pwres.6", "pwres.6 : max. width of tap inside pwell resistor : 0.53um")
824
+ # rules pwres.7a, pwres.7b not coded
825
+ pwell_rs.and(diff).output("pwres.8", "pwres.8 : diff not allowed inside pwell resistor")
826
+ pwell_rs.and(poly).output("pwres.8", "pwres.8 : poly not allowed inside pwell resistor")
827
+ # rules pwres.9, pwres.10 not coded
828
+
829
+ # rf_diode
830
+ areaid_re.with_angle(0 .. 90).output("rfdiode.1", "rfdiode.1 : non 90 degree angle areaid.re")
831
+ areaid_re.not(nwell).or(nwell.interacting(areaid_re).not(areaid_re)).output("rfdiode.2", "rfdiode.2 : areaid.re must coincide rf nwell diode")
832
+ # rule rfdiode.3 not coded
833
+
834
+ end #FEOL
835
+
836
+ if OFFGRID
837
+ info("OFFGRID-ANGLES section")
838
+
839
+ dnwell.ongrid(0.005).output("dnwell_OFFGRID", "x.1b : OFFGRID vertex on dnwell")
840
+ dnwell.with_angle(0 .. 45).output("dnwell_angle", "x.3a : non 45 degree angle dnwell")
841
+ nwell.ongrid(0.005).output("nwell_OFFGRID", "x.1b : OFFGRID vertex on nwell")
842
+ nwell.with_angle(0 .. 45).output("nwell_angle", "x.3a : non 45 degree angle nwell")
843
+ pwbm.ongrid(0.005).output("pwbm_OFFGRID", "x.1b : OFFGRID vertex on pwbm")
844
+ pwbm.with_angle(0 .. 45).output("pwbm_angle", "x.3a : non 45 degree angle pwbm")
845
+ pwde.ongrid(0.005).output("pwde_OFFGRID", "x.1b : OFFGRID vertex on pwde")
846
+ pwde.with_angle(0 .. 45).output("pwde_angle", "x.3a : non 45 degree angle pwde")
847
+ hvtp.ongrid(0.005).output("hvtp_OFFGRID", "x.1b : OFFGRID vertex on hvtp")
848
+ hvtp.with_angle(0 .. 45).output("hvtp_angle", "x.3a : non 45 degree angle hvtp")
849
+ hvtr.ongrid(0.005).output("hvtr_OFFGRID", "x.1b : OFFGRID vertex on hvtr")
850
+ hvtr.with_angle(0 .. 45).output("hvtr_angle", "x.3a : non 45 degree angle hvtr")
851
+ lvtn.ongrid(0.005).output("lvtn_OFFGRID", "x.1b : OFFGRID vertex on lvtn")
852
+ lvtn.with_angle(0 .. 45).output("lvtn_angle", "x.3a : non 45 degree angle lvtn")
853
+ ncm.ongrid(0.005).output("ncm_OFFGRID", "x.1b : OFFGRID vertex on ncm")
854
+ ncm.with_angle(0 .. 45).output("ncm_angle", "x.3a : non 45 degree angle ncm")
855
+ diff.ongrid(0.005).output("diff_OFFGRID", "x.1b : OFFGRID vertex on diff")
856
+ tap.ongrid(0.005).output("tap_OFFGRID", "x.1b : OFFGRID vertex on tap")
857
+ diff.not(areaid_en.and(uhvi)).with_angle(0 .. 90).output("diff_angle", "x.2 : non 90 degree angle diff")
858
+ diff.and(areaid_en.and(uhvi)).with_angle(0 .. 45).output("diff_angle", "x.2c : non 45 degree angle diff")
859
+ tap.not(areaid_en.and(uhvi)).with_angle(0 .. 90).output("tap_angle", "x.2 : non 90 degree angle tap")
860
+ tap.and(areaid_en.and(uhvi)).with_angle(0 .. 45).output("tap_angle", "x.2c : non 45 degree angle tap")
861
+ tunm.ongrid(0.005).output("tunm_OFFGRID", "x.1b : OFFGRID vertex on tunm")
862
+ tunm.with_angle(0 .. 45).output("tunm_angle", "x.3a : non 45 degree angle tunm")
863
+ poly.ongrid(0.005).output("poly_OFFGRID", "x.1b : OFFGRID vertex on poly")
864
+ poly.with_angle(0 .. 90).output("poly_angle", "x.2 : non 90 degree angle poly")
865
+ rpm.ongrid(0.005).output("rpm_OFFGRID", "x.1b : OFFGRID vertex on rpm")
866
+ rpm.with_angle(0 .. 45).output("rpm_angle", "x.3a : non 45 degree angle rpm")
867
+ npc.ongrid(0.005).output("npc_OFFGRID", "x.1b : OFFGRID vertex on npc")
868
+ npc.with_angle(0 .. 45).output("npc_angle", "x.3a : non 45 degree angle npc")
869
+ nsdm.ongrid(0.005).output("nsdm_OFFGRID", "x.1b : OFFGRID vertex on nsdm")
870
+ nsdm.with_angle(0 .. 45).output("nsdm_angle", "x.3a : non 45 degree angle nsdm")
871
+ psdm.ongrid(0.005).output("psdm_OFFGRID", "x.1b : OFFGRID vertex on psdm")
872
+ psdm.with_angle(0 .. 45).output("psdm_angle", "x.3a : non 45 degree angle psdm")
873
+ licon.ongrid(0.005).output("licon_OFFGRID", "x.1b : OFFGRID vertex on licon")
874
+ licon.with_angle(0 .. 90).output("licon_angle", "x.2 : non 90 degree angle licon")
875
+ li.ongrid(0.005).output("li_OFFGRID", "x.1b : OFFGRID vertex on li")
876
+ li.with_angle(0 .. 45).output("li_angle", "x.3a : non 45 degree angle li")
877
+ mcon.ongrid(0.005).output("ct_OFFGRID", "x.1b : OFFGRID vertex on mcon")
878
+ mcon.with_angle(0 .. 90).output("ct_angle", "x.2 : non 90 degree angle mcon")
879
+ vpp.ongrid(0.005).output("vpp_OFFGRID", "x.1b : OFFGRID vertex on vpp")
880
+ vpp.with_angle(0 .. 45).output("vpp_angle", "x.3a : non 45 degree angle vpp")
881
+ m1.ongrid(0.005).output("m1_OFFGRID", "x.1b : OFFGRID vertex on m1")
882
+ m1.with_angle(0 .. 45).output("m1_angle", "x.3a : non 45 degree angle m1")
883
+ via.ongrid(0.005).output("via_OFFGRID", "x.1b : OFFGRID vertex on via")
884
+ via.with_angle(0 .. 90).output("via_angle", "x.2 : non 90 degree angle via")
885
+ m2.ongrid(0.005).output("m2_OFFGRID", "x.1b : OFFGRID vertex on m2")
886
+ m2.with_angle(0 .. 45).output("m2_angle", "x.3a : non 45 degree angle m2")
887
+ via2.ongrid(0.005).output("via2_OFFGRID", "x.1b : OFFGRID vertex on via2")
888
+ via2.with_angle(0 .. 90).output("via2_angle", "x.2 : non 90 degree angle via2")
889
+ m3.ongrid(0.005).output("m3_OFFGRID", "x.1b : OFFGRID vertex on m3")
890
+ m3.with_angle(0 .. 45).output("m3_angle", "x.3a : non 45 degree angle m3")
891
+ via3.ongrid(0.005).output("via3_OFFGRID", "x.1b : OFFGRID vertex on via3")
892
+ via3.with_angle(0 .. 90).output("via3_angle", "x.2 : non 90 degree angle via3")
893
+ nsm.ongrid(0.005).output("nsm_OFFGRID", "x.1b : OFFGRID vertex on nsm")
894
+ nsm.with_angle(0 .. 45).output("nsm_angle", "x.3a : non 45 degree angle nsm")
895
+ m4.ongrid(0.005).output("m4_OFFGRID", "x.1b : OFFGRID vertex on m4")
896
+ m4.with_angle(0 .. 45).output("m4_angle", "x.3a : non 45 degree angle m4")
897
+ via4.ongrid(0.005).output("via4_OFFGRID", "x.1b : OFFGRID vertex on via4")
898
+ via4.with_angle(0 .. 90).output("via4_angle", "x.2 : non 90 degree angle via4")
899
+ m5.ongrid(0.005).output("m5_OFFGRID", "x.1b : OFFGRID vertex on m5")
900
+ m5.with_angle(0 .. 45).output("m5_angle", "x.3a : non 45 degree angle m5")
901
+ pad.ongrid(0.005).output("pad_OFFGRID", "x.1b : OFFGRID vertex on pad")
902
+ pad.with_angle(0 .. 45).output("pad_angle", "x.3a : non 45 degree angle pad")
903
+ mf.ongrid(0.005).output("mf_OFFGRID", "x.1b : OFFGRID vertex on mf")
904
+ mf.with_angle(0 .. 90).output("mf_angle", "x.2 : non 90 degree angle mf")
905
+ hvi.ongrid(0.005).output("hvi_OFFGRID", "x.1b : OFFGRID vertex on hvi")
906
+ hvi.with_angle(0 .. 45).output("hvi_angle", "x.3a : non 45 degree angle hvi")
907
+ hvntm.ongrid(0.005).output("hvntm_OFFGRID", "x.1b : OFFGRID vertex on hvntm")
908
+ hvntm.with_angle(0 .. 45).output("hvntm_angle", "x.3a : non 45 degree angle hvntm")
909
+ vhvi.ongrid(0.005).output("vhvi_OFFGRID", "x.1b : OFFGRID vertex on vhvi")
910
+ vhvi.with_angle(0 .. 45).output("vhvi_angle", "x.3a : non 45 degree angle vhvi")
911
+ uhvi.ongrid(0.005).output("uhvi_OFFGRID", "x.1b : OFFGRID vertex on uhvi")
912
+ uhvi.with_angle(0 .. 45).output("uhvi_angle", "x.3a : non 45 degree angle uhvi")
913
+ pwell_rs.ongrid(0.005).output("pwell_rs_OFFGRID", "x.1b : OFFGRID vertex on pwell_rs")
914
+ pwell_rs.with_angle(0 .. 45).output("pwell_rs_angle", "x.3a : non 45 degree angle pwell_rs")
915
+ areaid_re.ongrid(0.005).output("areaid_re_OFFGRID", "x.1b : OFFGRID vertex on areaid.re")
916
+
917
+ end #OFFGRID</text>
918
+ </klayout-macro>
alu_w16_3ops_sky130_1000mhz/flow/drc_report.rpt ADDED
@@ -0,0 +1,892 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <report-database>
3
+ <description>SKY130 DRC runset</description>
4
+ <original-file/>
5
+ <generator>drc: script='/tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/drc_deck_patched.lydrc'</generator>
6
+ <top-cell>alu_w16_3ops</top-cell>
7
+ <tags>
8
+ </tags>
9
+ <categories>
10
+ <category>
11
+ <name>li.1</name>
12
+ <description>li.1 : min. li width : 0.17um</description>
13
+ <categories>
14
+ </categories>
15
+ </category>
16
+ <category>
17
+ <name>li.1a</name>
18
+ <description>li.1a : min. li width for the cells s8rf2_xcmvpp_hd5_* : 0.14um</description>
19
+ <categories>
20
+ </categories>
21
+ </category>
22
+ <category>
23
+ <name>li.3</name>
24
+ <description>li.3 : min. li spacing : 0.17um</description>
25
+ <categories>
26
+ </categories>
27
+ </category>
28
+ <category>
29
+ <name>li.3a</name>
30
+ <description>li.3a : min. li spacing for the cells s8rf2_xcmvpp_hd5_* : 0.14um</description>
31
+ <categories>
32
+ </categories>
33
+ </category>
34
+ <category>
35
+ <name>li.5</name>
36
+ <description>li.5 : min. li enclosure of licon of 2 opposite edges : 0.08um</description>
37
+ <categories>
38
+ </categories>
39
+ </category>
40
+ <category>
41
+ <name>li.6</name>
42
+ <description>li.6 : min. li area : 0.0561um²</description>
43
+ <categories>
44
+ </categories>
45
+ </category>
46
+ <category>
47
+ <name>ct.1</name>
48
+ <description>ct.1 : minimum/maximum width of mcon : 0.17um</description>
49
+ <categories>
50
+ </categories>
51
+ </category>
52
+ <category>
53
+ <name>ct.2</name>
54
+ <description>ct.2 : min. mcon spacing : 0.19um</description>
55
+ <categories>
56
+ </categories>
57
+ </category>
58
+ <category>
59
+ <name>ct.4</name>
60
+ <description>ct.4 : mcon should covered by li</description>
61
+ <categories>
62
+ </categories>
63
+ </category>
64
+ <category>
65
+ <name>m1.1</name>
66
+ <description>m1.1 : min. m1 width : 0.14um</description>
67
+ <categories>
68
+ </categories>
69
+ </category>
70
+ <category>
71
+ <name>m1.2</name>
72
+ <description>m1.2 : min. m1 spacing : 0.14um</description>
73
+ <categories>
74
+ </categories>
75
+ </category>
76
+ <category>
77
+ <name>m1.3ab</name>
78
+ <description>m1.3ab : min. 3um.m1 spacing m1 : 0.28um</description>
79
+ <categories>
80
+ </categories>
81
+ </category>
82
+ <category>
83
+ <name>m1.4</name>
84
+ <description>m1.4 : min. m1 enclosure of mcon : 0.03um</description>
85
+ <categories>
86
+ </categories>
87
+ </category>
88
+ <category>
89
+ <name>m1.4a</name>
90
+ <description>m1.4a : min. m1 enclosure of mcon for specific cells : 0.005um</description>
91
+ <categories>
92
+ </categories>
93
+ </category>
94
+ <category>
95
+ <name>m1.6</name>
96
+ <description>m1.6 : min. m1 area : 0.083um²</description>
97
+ <categories>
98
+ </categories>
99
+ </category>
100
+ <category>
101
+ <name>m1.7</name>
102
+ <description>m1.7 : min. m1 holes area : 0.14um²</description>
103
+ <categories>
104
+ </categories>
105
+ </category>
106
+ <category>
107
+ <name>m1.5</name>
108
+ <description>m1.5 : min. m1 enclosure of mcon of 2 opposite edges : 0.06um</description>
109
+ <categories>
110
+ </categories>
111
+ </category>
112
+ <category>
113
+ <name>via.4c.5c</name>
114
+ <description>via.4c.5c : m1 must enclose all via</description>
115
+ <categories>
116
+ </categories>
117
+ </category>
118
+ <category>
119
+ <name>via.1a</name>
120
+ <description>via.1a : minimum/maximum width of via : 0.15um</description>
121
+ <categories>
122
+ </categories>
123
+ </category>
124
+ <category>
125
+ <name>via.1b</name>
126
+ <description>via.1b : minimum/maximum width of via in areaid.mt: 0.15um or 0.23um or 0.28um</description>
127
+ <categories>
128
+ </categories>
129
+ </category>
130
+ <category>
131
+ <name>via.2</name>
132
+ <description>via.2 : min. via spacing : 0.17um</description>
133
+ <categories>
134
+ </categories>
135
+ </category>
136
+ <category>
137
+ <name>via.4a</name>
138
+ <description>via.4a : min. m1 enclosure of 0.15um via : 0.055um</description>
139
+ <categories>
140
+ </categories>
141
+ </category>
142
+ <category>
143
+ <name>via.4b</name>
144
+ <description>via.4b : min. m1 enclosure of 0.23um via : 0.03um</description>
145
+ <categories>
146
+ </categories>
147
+ </category>
148
+ <category>
149
+ <name>via1.5a</name>
150
+ <description>via1.5a : min. m1 enclosure of 0.15um via of 2 opposite edges : 0.085um</description>
151
+ <categories>
152
+ </categories>
153
+ </category>
154
+ <category>
155
+ <name>via1.5b</name>
156
+ <description>via1.5b : min. m1 enclosure of 0.23um via of 2 opposite edges : 0.06um</description>
157
+ <categories>
158
+ </categories>
159
+ </category>
160
+ <category>
161
+ <name>m2.1</name>
162
+ <description>m2.1 : min. m2 width : 0.14um</description>
163
+ <categories>
164
+ </categories>
165
+ </category>
166
+ <category>
167
+ <name>m2.2</name>
168
+ <description>m2.2 : min. m2 spacing : 0.14um</description>
169
+ <categories>
170
+ </categories>
171
+ </category>
172
+ <category>
173
+ <name>m2.3ab</name>
174
+ <description>m2.3ab : min. 3um.m2 spacing m2 : 0.28um</description>
175
+ <categories>
176
+ </categories>
177
+ </category>
178
+ <category>
179
+ <name>m2.6</name>
180
+ <description>m2.6 : min. m2 area : 0.0676um²</description>
181
+ <categories>
182
+ </categories>
183
+ </category>
184
+ <category>
185
+ <name>m2.7</name>
186
+ <description>m2.7 : min. m2 holes area : 0.14um²</description>
187
+ <categories>
188
+ </categories>
189
+ </category>
190
+ <category>
191
+ <name>m2.via</name>
192
+ <description>m2.via : m2 must enclose via</description>
193
+ <categories>
194
+ </categories>
195
+ </category>
196
+ <category>
197
+ <name>m2.4</name>
198
+ <description>m2.4 : min. m2 enclosure of via : 0.055um</description>
199
+ <categories>
200
+ </categories>
201
+ </category>
202
+ <category>
203
+ <name>m2.5</name>
204
+ <description>m2.5 : min. m2 enclosure of via of 2 opposite edges : 0.085um</description>
205
+ <categories>
206
+ </categories>
207
+ </category>
208
+ <category>
209
+ <name>via2</name>
210
+ <description>via2 : m2 must enclose all via2</description>
211
+ <categories>
212
+ </categories>
213
+ </category>
214
+ <category>
215
+ <name>via2.1a</name>
216
+ <description>via2.1a : minimum/maximum width of via2 : 0.2um</description>
217
+ <categories>
218
+ </categories>
219
+ </category>
220
+ <category>
221
+ <name>via2.1b</name>
222
+ <description>via2.1b : minimum/maximum width of via2 in areaid.mt: 0.2um or 1.2um or 1.5um</description>
223
+ <categories>
224
+ </categories>
225
+ </category>
226
+ <category>
227
+ <name>via2.2</name>
228
+ <description>via2.2 : min. via2 spacing : 0.2um</description>
229
+ <categories>
230
+ </categories>
231
+ </category>
232
+ <category>
233
+ <name>via2.4</name>
234
+ <description>via2.4 : min. m2 enclosure of via2 : 0.04um</description>
235
+ <categories>
236
+ </categories>
237
+ </category>
238
+ <category>
239
+ <name>via2.4a</name>
240
+ <description>via2.4a : min. m2 enclosure of 1.5um via2 : 0.14um</description>
241
+ <categories>
242
+ </categories>
243
+ </category>
244
+ <category>
245
+ <name>via2.5</name>
246
+ <description>via2.5 : min. m2 enclosure of via2 of 2 opposite edges : 0.085um</description>
247
+ <categories>
248
+ </categories>
249
+ </category>
250
+ <category>
251
+ <name>m3.1</name>
252
+ <description>m3.1 : min. m3 width : 0.3um</description>
253
+ <categories>
254
+ </categories>
255
+ </category>
256
+ <category>
257
+ <name>m3.2</name>
258
+ <description>m3.2 : min. m3 spacing : 0.3um</description>
259
+ <categories>
260
+ </categories>
261
+ </category>
262
+ <category>
263
+ <name>m3.3ab</name>
264
+ <description>m3.3ab : min. 3um.m3 spacing m3 : 0.4um</description>
265
+ <categories>
266
+ </categories>
267
+ </category>
268
+ <category>
269
+ <name>m3.6</name>
270
+ <description>m3.6 : min. m3 area : 0.24um²</description>
271
+ <categories>
272
+ </categories>
273
+ </category>
274
+ <category>
275
+ <name>m3.via2</name>
276
+ <description>m3.via2 : m3 must enclose via2</description>
277
+ <categories>
278
+ </categories>
279
+ </category>
280
+ <category>
281
+ <name>m3.4</name>
282
+ <description>m3.4 : min. m3 enclosure of via2 : 0.065um</description>
283
+ <categories>
284
+ </categories>
285
+ </category>
286
+ <category>
287
+ <name>via3</name>
288
+ <description>via3 : m3 must enclose all via3</description>
289
+ <categories>
290
+ </categories>
291
+ </category>
292
+ <category>
293
+ <name>via3.1a</name>
294
+ <description>via3.1a : minimum/maximum width of via3 in areaid.mt: 0.2um or 0.8um</description>
295
+ <categories>
296
+ </categories>
297
+ </category>
298
+ <category>
299
+ <name>via3.2</name>
300
+ <description>via3.2 : min. via3 spacing : 0.2um</description>
301
+ <categories>
302
+ </categories>
303
+ </category>
304
+ <category>
305
+ <name>via3.4</name>
306
+ <description>via3.4 : min. m3 enclosure of via3 : 0.06um</description>
307
+ <categories>
308
+ </categories>
309
+ </category>
310
+ <category>
311
+ <name>via3.5</name>
312
+ <description>via3.5 : min. m2 enclosure of via3 of 2 opposite edges : 0.09um</description>
313
+ <categories>
314
+ </categories>
315
+ </category>
316
+ <category>
317
+ <name>m4.1</name>
318
+ <description>m4.1 : min. m4 width : 0.3um</description>
319
+ <categories>
320
+ </categories>
321
+ </category>
322
+ <category>
323
+ <name>m4.2</name>
324
+ <description>m4.2 : min. m4 spacing : 0.3um</description>
325
+ <categories>
326
+ </categories>
327
+ </category>
328
+ <category>
329
+ <name>m4.5ab</name>
330
+ <description>m4.5ab : min. 3um.m4 spacing m4 : 0.4um</description>
331
+ <categories>
332
+ </categories>
333
+ </category>
334
+ <category>
335
+ <name>m4.4</name>
336
+ <description>m4.4 : min. m4 area : 0.24um²</description>
337
+ <categories>
338
+ </categories>
339
+ </category>
340
+ <category>
341
+ <name>m4.via3</name>
342
+ <description>m4.via3 : m4 must enclose via3</description>
343
+ <categories>
344
+ </categories>
345
+ </category>
346
+ <category>
347
+ <name>m4.3</name>
348
+ <description>m4.3 : min. m4 enclosure of via3 : 0.065um</description>
349
+ <categories>
350
+ </categories>
351
+ </category>
352
+ <category>
353
+ <name>via4.1a</name>
354
+ <description>via4.1a : minimum/maximum width of via4 : 0.8um</description>
355
+ <categories>
356
+ </categories>
357
+ </category>
358
+ <category>
359
+ <name>via4.2</name>
360
+ <description>via4.2 : min. via4 spacing : 0.8um</description>
361
+ <categories>
362
+ </categories>
363
+ </category>
364
+ <category>
365
+ <name>via4.4</name>
366
+ <description>via4.4 : min. m4 enclosure of via4 : 0.19um</description>
367
+ <categories>
368
+ </categories>
369
+ </category>
370
+ <category>
371
+ <name>via4</name>
372
+ <description>via4 : m4 must enclose all via4</description>
373
+ <categories>
374
+ </categories>
375
+ </category>
376
+ <category>
377
+ <name>m5.1</name>
378
+ <description>m5.1 : min. m5 width : 1.6um</description>
379
+ <categories>
380
+ </categories>
381
+ </category>
382
+ <category>
383
+ <name>m5.2</name>
384
+ <description>m5.2 : min. m5 spacing : 1.6um</description>
385
+ <categories>
386
+ </categories>
387
+ </category>
388
+ <category>
389
+ <name>m5.via4</name>
390
+ <description>m5.via4 : m5 must enclose via4</description>
391
+ <categories>
392
+ </categories>
393
+ </category>
394
+ <category>
395
+ <name>m5.3</name>
396
+ <description>m4.3 : min. m5 enclosure of via4 : 0.31um</description>
397
+ <categories>
398
+ </categories>
399
+ </category>
400
+ <category>
401
+ <name>nsm.1</name>
402
+ <description>nsm.1 : min. nsm width : 3.0um</description>
403
+ <categories>
404
+ </categories>
405
+ </category>
406
+ <category>
407
+ <name>nsm.2</name>
408
+ <description>nsm.2 : min. nsm spacing : 4.0um</description>
409
+ <categories>
410
+ </categories>
411
+ </category>
412
+ <category>
413
+ <name>nsm.4</name>
414
+ <description>nsm.4 : min. nsm enclosure of cfom : 3.0um</description>
415
+ <categories>
416
+ </categories>
417
+ </category>
418
+ <category>
419
+ <name>nsm.3</name>
420
+ <description>nsm.3 : min. nsm spacing to cfom : 1.0um</description>
421
+ <categories>
422
+ </categories>
423
+ </category>
424
+ <category>
425
+ <name>pad.2</name>
426
+ <description>pad.2 : min. pad spacing : 1.27um</description>
427
+ <categories>
428
+ </categories>
429
+ </category>
430
+ <category>
431
+ <name>dnwell_OFFGRID</name>
432
+ <description>x.1b : OFFGRID vertex on dnwell</description>
433
+ <categories>
434
+ </categories>
435
+ </category>
436
+ <category>
437
+ <name>dnwell_angle</name>
438
+ <description>x.3a : non 45 degree angle dnwell</description>
439
+ <categories>
440
+ </categories>
441
+ </category>
442
+ <category>
443
+ <name>nwell_OFFGRID</name>
444
+ <description>x.1b : OFFGRID vertex on nwell</description>
445
+ <categories>
446
+ </categories>
447
+ </category>
448
+ <category>
449
+ <name>nwell_angle</name>
450
+ <description>x.3a : non 45 degree angle nwell</description>
451
+ <categories>
452
+ </categories>
453
+ </category>
454
+ <category>
455
+ <name>pwbm_OFFGRID</name>
456
+ <description>x.1b : OFFGRID vertex on pwbm</description>
457
+ <categories>
458
+ </categories>
459
+ </category>
460
+ <category>
461
+ <name>pwbm_angle</name>
462
+ <description>x.3a : non 45 degree angle pwbm</description>
463
+ <categories>
464
+ </categories>
465
+ </category>
466
+ <category>
467
+ <name>pwde_OFFGRID</name>
468
+ <description>x.1b : OFFGRID vertex on pwde</description>
469
+ <categories>
470
+ </categories>
471
+ </category>
472
+ <category>
473
+ <name>pwde_angle</name>
474
+ <description>x.3a : non 45 degree angle pwde</description>
475
+ <categories>
476
+ </categories>
477
+ </category>
478
+ <category>
479
+ <name>hvtp_OFFGRID</name>
480
+ <description>x.1b : OFFGRID vertex on hvtp</description>
481
+ <categories>
482
+ </categories>
483
+ </category>
484
+ <category>
485
+ <name>hvtp_angle</name>
486
+ <description>x.3a : non 45 degree angle hvtp</description>
487
+ <categories>
488
+ </categories>
489
+ </category>
490
+ <category>
491
+ <name>hvtr_OFFGRID</name>
492
+ <description>x.1b : OFFGRID vertex on hvtr</description>
493
+ <categories>
494
+ </categories>
495
+ </category>
496
+ <category>
497
+ <name>hvtr_angle</name>
498
+ <description>x.3a : non 45 degree angle hvtr</description>
499
+ <categories>
500
+ </categories>
501
+ </category>
502
+ <category>
503
+ <name>lvtn_OFFGRID</name>
504
+ <description>x.1b : OFFGRID vertex on lvtn</description>
505
+ <categories>
506
+ </categories>
507
+ </category>
508
+ <category>
509
+ <name>lvtn_angle</name>
510
+ <description>x.3a : non 45 degree angle lvtn</description>
511
+ <categories>
512
+ </categories>
513
+ </category>
514
+ <category>
515
+ <name>ncm_OFFGRID</name>
516
+ <description>x.1b : OFFGRID vertex on ncm</description>
517
+ <categories>
518
+ </categories>
519
+ </category>
520
+ <category>
521
+ <name>ncm_angle</name>
522
+ <description>x.3a : non 45 degree angle ncm</description>
523
+ <categories>
524
+ </categories>
525
+ </category>
526
+ <category>
527
+ <name>diff_OFFGRID</name>
528
+ <description>x.1b : OFFGRID vertex on diff</description>
529
+ <categories>
530
+ </categories>
531
+ </category>
532
+ <category>
533
+ <name>tap_OFFGRID</name>
534
+ <description>x.1b : OFFGRID vertex on tap</description>
535
+ <categories>
536
+ </categories>
537
+ </category>
538
+ <category>
539
+ <name>diff_angle</name>
540
+ <description>x.2c : non 45 degree angle diff</description>
541
+ <categories>
542
+ </categories>
543
+ </category>
544
+ <category>
545
+ <name>tap_angle</name>
546
+ <description>x.2c : non 45 degree angle tap</description>
547
+ <categories>
548
+ </categories>
549
+ </category>
550
+ <category>
551
+ <name>tunm_OFFGRID</name>
552
+ <description>x.1b : OFFGRID vertex on tunm</description>
553
+ <categories>
554
+ </categories>
555
+ </category>
556
+ <category>
557
+ <name>tunm_angle</name>
558
+ <description>x.3a : non 45 degree angle tunm</description>
559
+ <categories>
560
+ </categories>
561
+ </category>
562
+ <category>
563
+ <name>poly_OFFGRID</name>
564
+ <description>x.1b : OFFGRID vertex on poly</description>
565
+ <categories>
566
+ </categories>
567
+ </category>
568
+ <category>
569
+ <name>poly_angle</name>
570
+ <description>x.2 : non 90 degree angle poly</description>
571
+ <categories>
572
+ </categories>
573
+ </category>
574
+ <category>
575
+ <name>rpm_OFFGRID</name>
576
+ <description>x.1b : OFFGRID vertex on rpm</description>
577
+ <categories>
578
+ </categories>
579
+ </category>
580
+ <category>
581
+ <name>rpm_angle</name>
582
+ <description>x.3a : non 45 degree angle rpm</description>
583
+ <categories>
584
+ </categories>
585
+ </category>
586
+ <category>
587
+ <name>npc_OFFGRID</name>
588
+ <description>x.1b : OFFGRID vertex on npc</description>
589
+ <categories>
590
+ </categories>
591
+ </category>
592
+ <category>
593
+ <name>npc_angle</name>
594
+ <description>x.3a : non 45 degree angle npc</description>
595
+ <categories>
596
+ </categories>
597
+ </category>
598
+ <category>
599
+ <name>nsdm_OFFGRID</name>
600
+ <description>x.1b : OFFGRID vertex on nsdm</description>
601
+ <categories>
602
+ </categories>
603
+ </category>
604
+ <category>
605
+ <name>nsdm_angle</name>
606
+ <description>x.3a : non 45 degree angle nsdm</description>
607
+ <categories>
608
+ </categories>
609
+ </category>
610
+ <category>
611
+ <name>psdm_OFFGRID</name>
612
+ <description>x.1b : OFFGRID vertex on psdm</description>
613
+ <categories>
614
+ </categories>
615
+ </category>
616
+ <category>
617
+ <name>psdm_angle</name>
618
+ <description>x.3a : non 45 degree angle psdm</description>
619
+ <categories>
620
+ </categories>
621
+ </category>
622
+ <category>
623
+ <name>licon_OFFGRID</name>
624
+ <description>x.1b : OFFGRID vertex on licon</description>
625
+ <categories>
626
+ </categories>
627
+ </category>
628
+ <category>
629
+ <name>licon_angle</name>
630
+ <description>x.2 : non 90 degree angle licon</description>
631
+ <categories>
632
+ </categories>
633
+ </category>
634
+ <category>
635
+ <name>li_OFFGRID</name>
636
+ <description>x.1b : OFFGRID vertex on li</description>
637
+ <categories>
638
+ </categories>
639
+ </category>
640
+ <category>
641
+ <name>li_angle</name>
642
+ <description>x.3a : non 45 degree angle li</description>
643
+ <categories>
644
+ </categories>
645
+ </category>
646
+ <category>
647
+ <name>ct_OFFGRID</name>
648
+ <description>x.1b : OFFGRID vertex on mcon</description>
649
+ <categories>
650
+ </categories>
651
+ </category>
652
+ <category>
653
+ <name>ct_angle</name>
654
+ <description>x.2 : non 90 degree angle mcon</description>
655
+ <categories>
656
+ </categories>
657
+ </category>
658
+ <category>
659
+ <name>vpp_OFFGRID</name>
660
+ <description>x.1b : OFFGRID vertex on vpp</description>
661
+ <categories>
662
+ </categories>
663
+ </category>
664
+ <category>
665
+ <name>vpp_angle</name>
666
+ <description>x.3a : non 45 degree angle vpp</description>
667
+ <categories>
668
+ </categories>
669
+ </category>
670
+ <category>
671
+ <name>m1_OFFGRID</name>
672
+ <description>x.1b : OFFGRID vertex on m1</description>
673
+ <categories>
674
+ </categories>
675
+ </category>
676
+ <category>
677
+ <name>m1_angle</name>
678
+ <description>x.3a : non 45 degree angle m1</description>
679
+ <categories>
680
+ </categories>
681
+ </category>
682
+ <category>
683
+ <name>via_OFFGRID</name>
684
+ <description>x.1b : OFFGRID vertex on via</description>
685
+ <categories>
686
+ </categories>
687
+ </category>
688
+ <category>
689
+ <name>via_angle</name>
690
+ <description>x.2 : non 90 degree angle via</description>
691
+ <categories>
692
+ </categories>
693
+ </category>
694
+ <category>
695
+ <name>m2_OFFGRID</name>
696
+ <description>x.1b : OFFGRID vertex on m2</description>
697
+ <categories>
698
+ </categories>
699
+ </category>
700
+ <category>
701
+ <name>m2_angle</name>
702
+ <description>x.3a : non 45 degree angle m2</description>
703
+ <categories>
704
+ </categories>
705
+ </category>
706
+ <category>
707
+ <name>via2_OFFGRID</name>
708
+ <description>x.1b : OFFGRID vertex on via2</description>
709
+ <categories>
710
+ </categories>
711
+ </category>
712
+ <category>
713
+ <name>via2_angle</name>
714
+ <description>x.2 : non 90 degree angle via2</description>
715
+ <categories>
716
+ </categories>
717
+ </category>
718
+ <category>
719
+ <name>m3_OFFGRID</name>
720
+ <description>x.1b : OFFGRID vertex on m3</description>
721
+ <categories>
722
+ </categories>
723
+ </category>
724
+ <category>
725
+ <name>m3_angle</name>
726
+ <description>x.3a : non 45 degree angle m3</description>
727
+ <categories>
728
+ </categories>
729
+ </category>
730
+ <category>
731
+ <name>via3_OFFGRID</name>
732
+ <description>x.1b : OFFGRID vertex on via3</description>
733
+ <categories>
734
+ </categories>
735
+ </category>
736
+ <category>
737
+ <name>via3_angle</name>
738
+ <description>x.2 : non 90 degree angle via3</description>
739
+ <categories>
740
+ </categories>
741
+ </category>
742
+ <category>
743
+ <name>nsm_OFFGRID</name>
744
+ <description>x.1b : OFFGRID vertex on nsm</description>
745
+ <categories>
746
+ </categories>
747
+ </category>
748
+ <category>
749
+ <name>nsm_angle</name>
750
+ <description>x.3a : non 45 degree angle nsm</description>
751
+ <categories>
752
+ </categories>
753
+ </category>
754
+ <category>
755
+ <name>m4_OFFGRID</name>
756
+ <description>x.1b : OFFGRID vertex on m4</description>
757
+ <categories>
758
+ </categories>
759
+ </category>
760
+ <category>
761
+ <name>m4_angle</name>
762
+ <description>x.3a : non 45 degree angle m4</description>
763
+ <categories>
764
+ </categories>
765
+ </category>
766
+ <category>
767
+ <name>via4_OFFGRID</name>
768
+ <description>x.1b : OFFGRID vertex on via4</description>
769
+ <categories>
770
+ </categories>
771
+ </category>
772
+ <category>
773
+ <name>via4_angle</name>
774
+ <description>x.2 : non 90 degree angle via4</description>
775
+ <categories>
776
+ </categories>
777
+ </category>
778
+ <category>
779
+ <name>m5_OFFGRID</name>
780
+ <description>x.1b : OFFGRID vertex on m5</description>
781
+ <categories>
782
+ </categories>
783
+ </category>
784
+ <category>
785
+ <name>m5_angle</name>
786
+ <description>x.3a : non 45 degree angle m5</description>
787
+ <categories>
788
+ </categories>
789
+ </category>
790
+ <category>
791
+ <name>pad_OFFGRID</name>
792
+ <description>x.1b : OFFGRID vertex on pad</description>
793
+ <categories>
794
+ </categories>
795
+ </category>
796
+ <category>
797
+ <name>pad_angle</name>
798
+ <description>x.3a : non 45 degree angle pad</description>
799
+ <categories>
800
+ </categories>
801
+ </category>
802
+ <category>
803
+ <name>mf_OFFGRID</name>
804
+ <description>x.1b : OFFGRID vertex on mf</description>
805
+ <categories>
806
+ </categories>
807
+ </category>
808
+ <category>
809
+ <name>mf_angle</name>
810
+ <description>x.2 : non 90 degree angle mf</description>
811
+ <categories>
812
+ </categories>
813
+ </category>
814
+ <category>
815
+ <name>hvi_OFFGRID</name>
816
+ <description>x.1b : OFFGRID vertex on hvi</description>
817
+ <categories>
818
+ </categories>
819
+ </category>
820
+ <category>
821
+ <name>hvi_angle</name>
822
+ <description>x.3a : non 45 degree angle hvi</description>
823
+ <categories>
824
+ </categories>
825
+ </category>
826
+ <category>
827
+ <name>hvntm_OFFGRID</name>
828
+ <description>x.1b : OFFGRID vertex on hvntm</description>
829
+ <categories>
830
+ </categories>
831
+ </category>
832
+ <category>
833
+ <name>hvntm_angle</name>
834
+ <description>x.3a : non 45 degree angle hvntm</description>
835
+ <categories>
836
+ </categories>
837
+ </category>
838
+ <category>
839
+ <name>vhvi_OFFGRID</name>
840
+ <description>x.1b : OFFGRID vertex on vhvi</description>
841
+ <categories>
842
+ </categories>
843
+ </category>
844
+ <category>
845
+ <name>vhvi_angle</name>
846
+ <description>x.3a : non 45 degree angle vhvi</description>
847
+ <categories>
848
+ </categories>
849
+ </category>
850
+ <category>
851
+ <name>uhvi_OFFGRID</name>
852
+ <description>x.1b : OFFGRID vertex on uhvi</description>
853
+ <categories>
854
+ </categories>
855
+ </category>
856
+ <category>
857
+ <name>uhvi_angle</name>
858
+ <description>x.3a : non 45 degree angle uhvi</description>
859
+ <categories>
860
+ </categories>
861
+ </category>
862
+ <category>
863
+ <name>pwell_rs_OFFGRID</name>
864
+ <description>x.1b : OFFGRID vertex on pwell_rs</description>
865
+ <categories>
866
+ </categories>
867
+ </category>
868
+ <category>
869
+ <name>pwell_rs_angle</name>
870
+ <description>x.3a : non 45 degree angle pwell_rs</description>
871
+ <categories>
872
+ </categories>
873
+ </category>
874
+ <category>
875
+ <name>areaid_re_OFFGRID</name>
876
+ <description>x.1b : OFFGRID vertex on areaid.re</description>
877
+ <categories>
878
+ </categories>
879
+ </category>
880
+ </categories>
881
+ <cells>
882
+ <cell>
883
+ <name>alu_w16_3ops</name>
884
+ <variant/>
885
+ <layout-name/>
886
+ <references>
887
+ </references>
888
+ </cell>
889
+ </cells>
890
+ <items>
891
+ </items>
892
+ </report-database>
alu_w16_3ops_sky130_1000mhz/flow/extracted/cell_neighborhoods.json ADDED
The diff for this file is too large to render. See raw diff
 
alu_w16_3ops_sky130_1000mhz/flow/extracted/deepgate.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "gate_counts": {"and": 200, "nand": 177, "or": 270, "nor": 186, "xnor": 141, "buf": 15, "xor": 80}, "total_gates": 1069, "netlist_file": "netlist.v", "netlist_size_bytes": 70383}]
alu_w16_3ops_sky130_1000mhz/flow/extracted/drc_labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "violation_type": "clean", "violation_count": 0}]
alu_w16_3ops_sky130_1000mhz/flow/extracted/geometry_patches.json ADDED
The diff for this file is too large to render. See raw diff
 
alu_w16_3ops_sky130_1000mhz/flow/extracted/mesoscale_blocks.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g0_0", "bounds": {"x1": 0, "y1": 0, "x2": 26382, "y2": 26382}, "cell_count": 124, "type_distribution": {"sky130_fd_sc_hd__fill_2": 18, "sky130_fd_sc_hd__fill_1": 18, "sky130_fd_sc_hd__fill_8": 2, "sky130_fd_sc_hd__fill_4": 3, "sky130_fd_sc_hd__decap_4": 9, "sky130_fd_sc_hd__tapvpwrvgnd_1": 5, "sky130_fd_sc_hd__a22oi_1": 2, "sky130_fd_sc_hd__nand2_1": 20, "sky130_fd_sc_hd__nand2b_1": 1, "sky130_fd_sc_hd__xor2_1": 8, "sky130_fd_sc_hd__xnor2_1": 10, "sky130_fd_sc_hd__nand3_1": 2, "sky130_fd_sc_hd__a21o_1": 3, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__and3_1": 1, "sky130_fd_sc_hd__maj3_1": 5, "sky130_fd_sc_hd__o21ai_0": 1, "sky130_fd_sc_hd__xor3_1": 1, "sky130_fd_sc_hd__and2_0": 3, "sky130_fd_sc_hd__o31ai_1": 1, "sky130_fd_sc_hd__o22ai_1": 1, "sky130_fd_sc_hd__a31oi_1": 1, "sky130_fd_sc_hd__o22ai_2": 1, "sky130_fd_sc_hd__xnor3_1": 1, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 1, "sky130_fd_sc_hd__nor2_1": 3, "sky130_fd_sc_hd__o21ai_1": 1, "sky130_fd_sc_hd__or3b_1": 1}, "density": 0.07159353348729793}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g0_1", "bounds": {"x1": 0, "y1": 26382, "x2": 26382, "y2": 52765}, "cell_count": 104, "type_distribution": {"sky130_fd_sc_hd__fill_1": 12, "sky130_fd_sc_hd__fill_2": 11, "sky130_fd_sc_hd__fill_8": 12, "sky130_fd_sc_hd__fill_4": 8, "sky130_fd_sc_hd__decap_4": 10, "sky130_fd_sc_hd__tapvpwrvgnd_1": 5, "sky130_fd_sc_hd__and2_0": 5, "sky130_fd_sc_hd__nor2_1": 3, "sky130_fd_sc_hd__maj3_1": 9, "sky130_fd_sc_hd__xor3_1": 6, "sky130_fd_sc_hd__nand2_1": 9, "sky130_fd_sc_hd__xnor3_1": 4, "sky130_fd_sc_hd__xor2_1": 2, "sky130_fd_sc_hd__xnor2_1": 4, "sky130_fd_sc_hd__nand4_1": 1, "sky130_fd_sc_hd__a22o_1": 1, "sky130_fd_sc_hd__nand3_1": 1, "sky130_fd_sc_hd__xnor2_2": 1}, "density": 0.06004618937644342}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g0_2", "bounds": {"x1": 0, "y1": 52765, "x2": 26382, "y2": 79147}, "cell_count": 88, "type_distribution": {"sky130_fd_sc_hd__fill_8": 52, "sky130_fd_sc_hd__fill_4": 4, "sky130_fd_sc_hd__fill_1": 2, "sky130_fd_sc_hd__fill_2": 6, "sky130_fd_sc_hd__decap_4": 10, "sky130_fd_sc_hd__tapvpwrvgnd_1": 5, "sky130_fd_sc_hd__nand2_1": 2, "sky130_fd_sc_hd__xnor3_1": 2, "sky130_fd_sc_hd__maj3_1": 2, "sky130_fd_sc_hd__xor3_1": 1, "sky130_fd_sc_hd__and2_0": 1, "sky130_fd_sc_hd__xnor2_2": 1}, "density": 0.050808314087759814}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g0_3", "bounds": {"x1": 0, "y1": 79147, "x2": 26382, "y2": 105530}, "cell_count": 68, "type_distribution": {"sky130_fd_sc_hd__fill_8": 52, "sky130_fd_sc_hd__fill_2": 4, "sky130_fd_sc_hd__decap_4": 8, "sky130_fd_sc_hd__tapvpwrvgnd_1": 4}, "density": 0.03926096997690531}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g1_0", "bounds": {"x1": 26382, "y1": 0, "x2": 52765, "y2": 26382}, "cell_count": 135, "type_distribution": {"sky130_fd_sc_hd__fill_2": 16, "sky130_fd_sc_hd__fill_1": 20, "sky130_fd_sc_hd__fill_4": 9, "sky130_fd_sc_hd__tapvpwrvgnd_1": 10, "sky130_fd_sc_hd__nand2_1": 15, "sky130_fd_sc_hd__xnor2_1": 10, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 1, "sky130_fd_sc_hd__nand2b_2": 1, "sky130_fd_sc_hd__a22oi_1": 1, "sky130_fd_sc_hd__nor2_1": 3, "sky130_fd_sc_hd__nand2b_4": 1, "sky130_fd_sc_hd__o32ai_1": 3, "sky130_fd_sc_hd__o21ai_0": 6, "sky130_fd_sc_hd__or4_2": 1, "sky130_fd_sc_hd__xor2_1": 11, "sky130_fd_sc_hd__nand3_1": 2, "sky130_fd_sc_hd__a21o_1": 2, "sky130_fd_sc_hd__o22ai_1": 5, "sky130_fd_sc_hd__and2_1": 1, "sky130_fd_sc_hd__o31ai_1": 2, "sky130_fd_sc_hd__inv_1": 1, "sky130_fd_sc_hd__a21boi_0": 1, "sky130_fd_sc_hd__o311ai_0": 1, "sky130_fd_sc_hd__nor4_1": 1, "sky130_fd_sc_hd__o41ai_1": 1, "sky130_fd_sc_hd__clkinv_1": 1, "sky130_fd_sc_hd__nor3_1": 1, "sky130_fd_sc_hd__o21ai_1": 1, "sky130_fd_sc_hd__nand2b_1": 2, "sky130_fd_sc_hd__a21bo_1": 2, "sky130_fd_sc_hd__a21oi_1": 2, "sky130_fd_sc_hd__a31o_1": 1}, "density": 0.0779445727482679}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g1_1", "bounds": {"x1": 26382, "y1": 26382, "x2": 52765, "y2": 52765}, "cell_count": 136, "type_distribution": {"sky130_fd_sc_hd__fill_1": 21, "sky130_fd_sc_hd__fill_4": 10, "sky130_fd_sc_hd__fill_2": 23, "sky130_fd_sc_hd__tapvpwrvgnd_1": 10, "sky130_fd_sc_hd__and2_0": 2, "sky130_fd_sc_hd__nand2_1": 12, "sky130_fd_sc_hd__maj3_1": 8, "sky130_fd_sc_hd__xnor3_1": 2, "sky130_fd_sc_hd__xor2_1": 11, "sky130_fd_sc_hd__nand2b_1": 2, "sky130_fd_sc_hd__nor2b_1": 2, "sky130_fd_sc_hd__xnor2_1": 13, "sky130_fd_sc_hd__a31o_1": 1, "sky130_fd_sc_hd__a21oi_1": 4, "sky130_fd_sc_hd__nor2_1": 6, "sky130_fd_sc_hd__a21boi_1": 1, "sky130_fd_sc_hd__clkinv_1": 1, "sky130_fd_sc_hd__o21a_1": 2, "sky130_fd_sc_hd__a22oi_2": 1, "sky130_fd_sc_hd__nand3_1": 1, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 2, "sky130_fd_sc_hd__o41ai_2": 1}, "density": 0.07852193995381063}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g1_2", "bounds": {"x1": 26382, "y1": 52765, "x2": 52765, "y2": 79147}, "cell_count": 97, "type_distribution": {"sky130_fd_sc_hd__fill_2": 10, "sky130_fd_sc_hd__fill_1": 10, "sky130_fd_sc_hd__fill_4": 4, "sky130_fd_sc_hd__fill_8": 34, "sky130_fd_sc_hd__tapvpwrvgnd_1": 10, "sky130_fd_sc_hd__nand2_1": 6, "sky130_fd_sc_hd__and2_0": 4, "sky130_fd_sc_hd__maj3_1": 6, "sky130_fd_sc_hd__xor3_1": 1, "sky130_fd_sc_hd__xnor3_1": 5, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 2, "sky130_fd_sc_hd__xnor2_1": 3, "sky130_fd_sc_hd__xor2_1": 1, "sky130_fd_sc_hd__a21oi_1": 1}, "density": 0.05600461893764434}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g1_3", "bounds": {"x1": 26382, "y1": 79147, "x2": 52765, "y2": 105530}, "cell_count": 74, "type_distribution": {"sky130_fd_sc_hd__fill_8": 55, "sky130_fd_sc_hd__fill_2": 3, "sky130_fd_sc_hd__fill_1": 5, "sky130_fd_sc_hd__fill_4": 2, "sky130_fd_sc_hd__tapvpwrvgnd_1": 9}, "density": 0.042725173210161664}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g2_0", "bounds": {"x1": 52765, "y1": 0, "x2": 79147, "y2": 26382}, "cell_count": 142, "type_distribution": {"sky130_fd_sc_hd__fill_2": 22, "sky130_fd_sc_hd__fill_1": 17, "sky130_fd_sc_hd__fill_4": 7, "sky130_fd_sc_hd__fill_8": 1, "sky130_fd_sc_hd__tapvpwrvgnd_1": 10, "sky130_fd_sc_hd__nand2_1": 29, "sky130_fd_sc_hd__xor2_1": 9, "sky130_fd_sc_hd__or4_1": 1, "sky130_fd_sc_hd__nor2_1": 7, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 2, "sky130_fd_sc_hd__xnor2_1": 12, "sky130_fd_sc_hd__o22ai_1": 4, "sky130_fd_sc_hd__a31oi_1": 1, "sky130_fd_sc_hd__o21ai_0": 3, "sky130_fd_sc_hd__a311oi_2": 1, "sky130_fd_sc_hd__o31ai_1": 2, "sky130_fd_sc_hd__and2_0": 1, "sky130_fd_sc_hd__nor3_1": 2, "sky130_fd_sc_hd__o21a_1": 1, "sky130_fd_sc_hd__a22oi_1": 4, "sky130_fd_sc_hd__o21ba_1": 1, "sky130_fd_sc_hd__or3_1": 1, "sky130_fd_sc_hd__o21ai_1": 1, "sky130_fd_sc_hd__nand2b_1": 1, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__maj3_1": 1}, "density": 0.08198614318706697}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g2_1", "bounds": {"x1": 52765, "y1": 26382, "x2": 79147, "y2": 52765}, "cell_count": 139, "type_distribution": {"sky130_fd_sc_hd__fill_8": 3, "sky130_fd_sc_hd__fill_4": 8, "sky130_fd_sc_hd__fill_2": 15, "sky130_fd_sc_hd__fill_1": 20, "sky130_fd_sc_hd__tapvpwrvgnd_1": 10, "sky130_fd_sc_hd__nand2_1": 22, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 4, "sky130_fd_sc_hd__nor2_2": 1, "sky130_fd_sc_hd__nor3_1": 2, "sky130_fd_sc_hd__maj3_1": 7, "sky130_fd_sc_hd__xor3_1": 1, "sky130_fd_sc_hd__xnor2_1": 15, "sky130_fd_sc_hd__nor2_1": 2, "sky130_fd_sc_hd__xor2_1": 12, "sky130_fd_sc_hd__a21oi_1": 6, "sky130_fd_sc_hd__o21ai_0": 2, "sky130_fd_sc_hd__nand2b_1": 2, "sky130_fd_sc_hd__nand3_1": 2, "sky130_fd_sc_hd__a21o_1": 1, "sky130_fd_sc_hd__nand4_1": 1, "sky130_fd_sc_hd__xnor3_1": 1, "sky130_fd_sc_hd__o21ai_1": 1, "sky130_fd_sc_hd__o21a_1": 1}, "density": 0.0802540415704388}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g2_2", "bounds": {"x1": 52765, "y1": 52765, "x2": 79147, "y2": 79147}, "cell_count": 102, "type_distribution": {"sky130_fd_sc_hd__fill_1": 9, "sky130_fd_sc_hd__fill_4": 6, "sky130_fd_sc_hd__fill_8": 32, "sky130_fd_sc_hd__fill_2": 14, "sky130_fd_sc_hd__tapvpwrvgnd_1": 10, "sky130_fd_sc_hd__and2_0": 4, "sky130_fd_sc_hd__nand2_1": 8, "sky130_fd_sc_hd__xnor3_1": 6, "sky130_fd_sc_hd__maj3_1": 4, "sky130_fd_sc_hd__xor3_1": 1, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 1, "sky130_fd_sc_hd__xnor2_1": 2, "sky130_fd_sc_hd__xor2_1": 3, "sky130_fd_sc_hd__xnor2_2": 1, "sky130_fd_sc_hd__a21oi_1": 1}, "density": 0.05889145496535797}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g2_3", "bounds": {"x1": 52765, "y1": 79147, "x2": 79147, "y2": 105530}, "cell_count": 82, "type_distribution": {"sky130_fd_sc_hd__fill_2": 7, "sky130_fd_sc_hd__fill_1": 9, "sky130_fd_sc_hd__fill_8": 55, "sky130_fd_sc_hd__fill_4": 2, "sky130_fd_sc_hd__tapvpwrvgnd_1": 9}, "density": 0.04734411085450346}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g3_0", "bounds": {"x1": 79147, "y1": 0, "x2": 105530, "y2": 26382}, "cell_count": 122, "type_distribution": {"sky130_fd_sc_hd__fill_2": 18, "sky130_fd_sc_hd__fill_1": 18, "sky130_fd_sc_hd__fill_4": 2, "sky130_fd_sc_hd__decap_4": 9, "sky130_fd_sc_hd__tapvpwrvgnd_1": 10, "sky130_fd_sc_hd__nand2_1": 17, "sky130_fd_sc_hd__xnor3_1": 1, "sky130_fd_sc_hd__maj3_1": 5, "sky130_fd_sc_hd__xnor2_1": 23, "sky130_fd_sc_hd__nor2_1": 5, "sky130_fd_sc_hd__xor2_1": 5, "sky130_fd_sc_hd__a21oi_1": 2, "sky130_fd_sc_hd__clkinv_1": 1, "sky130_fd_sc_hd__a22oi_1": 1, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 1, "sky130_fd_sc_hd__nand2b_1": 2, "sky130_fd_sc_hd__o22ai_1": 2}, "density": 0.07043879907621248}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g3_1", "bounds": {"x1": 79147, "y1": 26382, "x2": 105530, "y2": 52765}, "cell_count": 120, "type_distribution": {"sky130_fd_sc_hd__fill_8": 5, "sky130_fd_sc_hd__fill_4": 10, "sky130_fd_sc_hd__fill_2": 12, "sky130_fd_sc_hd__fill_1": 15, "sky130_fd_sc_hd__decap_4": 10, "sky130_fd_sc_hd__tapvpwrvgnd_1": 10, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 1, "sky130_fd_sc_hd__xnor2_1": 20, "sky130_fd_sc_hd__nand2_1": 6, "sky130_fd_sc_hd__and2_0": 1, "sky130_fd_sc_hd__nor2_1": 5, "sky130_fd_sc_hd__nor3_1": 2, "sky130_fd_sc_hd__maj3_1": 9, "sky130_fd_sc_hd__o21ai_0": 1, "sky130_fd_sc_hd__xor2_1": 6, "sky130_fd_sc_hd__a21oi_1": 2, "sky130_fd_sc_hd__o21a_1": 1, "sky130_fd_sc_hd__clkinv_1": 3, "sky130_fd_sc_hd__xnor3_1": 1}, "density": 0.06928406466512702}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g3_2", "bounds": {"x1": 79147, "y1": 52765, "x2": 105530, "y2": 79147}, "cell_count": 113, "type_distribution": {"sky130_fd_sc_hd__fill_8": 34, "sky130_fd_sc_hd__fill_4": 8, "sky130_fd_sc_hd__fill_2": 14, "sky130_fd_sc_hd__fill_1": 19, "sky130_fd_sc_hd__decap_4": 10, "sky130_fd_sc_hd__tapvpwrvgnd_1": 10, "sky130_fd_sc_hd__nand2_1": 8, "sky130_fd_sc_hd__xnor3_1": 1, "sky130_fd_sc_hd__nand2b_1": 1, "sky130_fd_sc_hd__xnor2_1": 2, "sky130_fd_sc_hd__o21ai_0": 1, "sky130_fd_sc_hd__a21boi_1": 1, "sky130_fd_sc_hd__maj3_1": 2, "sky130_fd_sc_hd__xor2_1": 1, "sky130_fd_sc_hd__o22a_1": 1}, "density": 0.06524249422632794}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "block_id": "g3_3", "bounds": {"x1": 79147, "y1": 79147, "x2": 105530, "y2": 105530}, "cell_count": 86, "type_distribution": {"sky130_fd_sc_hd__fill_2": 11, "sky130_fd_sc_hd__fill_1": 17, "sky130_fd_sc_hd__fill_8": 35, "sky130_fd_sc_hd__fill_4": 6, "sky130_fd_sc_hd__decap_4": 8, "sky130_fd_sc_hd__tapvpwrvgnd_1": 9}, "density": 0.049653579676674366}]
alu_w16_3ops_sky130_1000mhz/flow/extracted/physics_labels.json ADDED
The diff for this file is too large to render. See raw diff
 
alu_w16_3ops_sky130_1000mhz/flow/extracted/pin_access.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "VDD", "direction": "INOUT", "layer": "met5", "x": 52900, "y": 84320}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "VSS", "direction": "INOUT", "layer": "met5", "x": 52900, "y": 97920}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[0]", "direction": "INPUT", "layer": "met2", "x": 75670, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[10]", "direction": "INPUT", "layer": "met2", "x": 65550, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[11]", "direction": "INPUT", "layer": "met2", "x": 64630, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[12]", "direction": "INPUT", "layer": "met2", "x": 74750, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[13]", "direction": "INPUT", "layer": "met2", "x": 50830, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[14]", "direction": "INPUT", "layer": "met2", "x": 49910, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[15]", "direction": "INPUT", "layer": "met2", "x": 48990, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[1]", "direction": "INPUT", "layer": "met2", "x": 71070, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[2]", "direction": "INPUT", "layer": "met2", "x": 48070, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[3]", "direction": "INPUT", "layer": "met2", "x": 47150, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[4]", "direction": "INPUT", "layer": "met2", "x": 46230, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[5]", "direction": "INPUT", "layer": "met2", "x": 55430, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[6]", "direction": "INPUT", "layer": "met2", "x": 73830, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[7]", "direction": "INPUT", "layer": "met2", "x": 44390, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[8]", "direction": "INPUT", "layer": "met2", "x": 43470, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "a[9]", "direction": "INPUT", "layer": "met2", "x": 56350, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[0]", "direction": "INPUT", "layer": "met2", "x": 45310, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[10]", "direction": "INPUT", "layer": "met2", "x": 67390, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[11]", "direction": "INPUT", "layer": "met2", "x": 40710, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[12]", "direction": "INPUT", "layer": "met2", "x": 57270, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[13]", "direction": "INPUT", "layer": "met2", "x": 71990, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[14]", "direction": "INPUT", "layer": "met2", "x": 38870, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[15]", "direction": "INPUT", "layer": "met2", "x": 37950, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[1]", "direction": "INPUT", "layer": "met2", "x": 58190, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[2]", "direction": "INPUT", "layer": "met2", "x": 68310, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[3]", "direction": "INPUT", "layer": "met2", "x": 37030, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[4]", "direction": "INPUT", "layer": "met2", "x": 41630, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[5]", "direction": "INPUT", "layer": "met2", "x": 59110, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[6]", "direction": "INPUT", "layer": "met2", "x": 52670, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[7]", "direction": "INPUT", "layer": "met2", "x": 53590, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[8]", "direction": "INPUT", "layer": "met2", "x": 36110, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "b[9]", "direction": "INPUT", "layer": "met2", "x": 60030, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[0]", "direction": "OUTPUT", "layer": "met2", "x": 72910, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[10]", "direction": "OUTPUT", "layer": "met2", "x": 51750, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[11]", "direction": "OUTPUT", "layer": "met2", "x": 69230, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[12]", "direction": "OUTPUT", "layer": "met2", "x": 60950, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[13]", "direction": "OUTPUT", "layer": "met2", "x": 33350, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[14]", "direction": "OUTPUT", "layer": "met2", "x": 32430, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[15]", "direction": "OUTPUT", "layer": "met2", "x": 34270, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[1]", "direction": "OUTPUT", "layer": "met2", "x": 61870, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[2]", "direction": "OUTPUT", "layer": "met2", "x": 31510, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[3]", "direction": "OUTPUT", "layer": "met2", "x": 54510, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[4]", "direction": "OUTPUT", "layer": "met2", "x": 66470, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[5]", "direction": "OUTPUT", "layer": "met2", "x": 62790, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[6]", "direction": "OUTPUT", "layer": "met2", "x": 30590, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[7]", "direction": "OUTPUT", "layer": "met2", "x": 39790, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[8]", "direction": "OUTPUT", "layer": "met2", "x": 70150, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "result[9]", "direction": "OUTPUT", "layer": "met2", "x": 63710, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "sel[0]", "direction": "INPUT", "layer": "met2", "x": 42550, "y": 242}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "pin_name": "sel[1]", "direction": "INPUT", "layer": "met2", "x": 35190, "y": 242}]
alu_w16_3ops_sky130_1000mhz/flow/extracted/power_grid.json ADDED
The diff for this file is too large to render. See raw diff
 
alu_w16_3ops_sky130_1000mhz/flow/extracted/timing_contexts.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "freq_mhz": 1000, "wns_ns": null, "tns_ns": null, "utilization": 0.52, "num_instances": 1732, "area_um2": 5425.0, "multi_corner": ["ff_n40C_1v95 (fast) WNS: NaN ns TNS: NaN ns [VIOLATED]", "tt_025C_1v80 (typical) WNS: NaN ns TNS: NaN ns [VIOLATED]", "ss_n40C_1v40 (slow) WNS: NaN ns TNS: NaN ns [VIOLATED]", "ff_n40C_1v95 (fast) WNS: NaN ns TNS: NaN ns [VIOLATED]", "tt_025C_1v80 (typical) WNS: NaN ns TNS: NaN ns [VIOLATED]", "ss_n40C_1v40 (slow) WNS: NaN ns TNS: NaN ns [VIOLATED]"], "power_mw": null, "drc_clean": true, "lvs_clean": true}]
alu_w16_3ops_sky130_1000mhz/flow/extracted/trajectory_snapshots.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "phase": 1, "label": "Step 1/3: Synthesis", "type": "phase_start"}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "phase": 1, "cells": 645, "type": "synth_result"}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "phase": 1, "duration_s": 0.6, "type": "phase_end"}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "phase": 2, "label": "Step 2/3: Place and Route", "type": "phase_start"}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "phase": 2, "instances": 1732, "utilization": 0.52, "type": "pnr_result"}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "phase": 2, "duration_s": 169.0, "type": "phase_end"}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "phase": 3, "label": "Step 3/3: GDS Generation", "type": "phase_start"}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "phase": 3, "duration_s": 181.83, "type": "phase_end"}, {"run_id": "alu_w16_3ops_sky130_1000mhz", "pdk": "sky130", "phase": 3, "signoff": "PASS", "type": "signoff_result"}]
alu_w16_3ops_sky130_1000mhz/flow/flow_log.txt ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ╔══════════════════════════════════════════╗
2
+ ║ Zyphar Flow v1.0.0 ║
3
+ ║ Complete RTL-to-GDSII Toolchain ║
4
+ ╚══════════════════════════════════════════╝
5
+
6
+ Configuration:
7
+ Input: /tmp/datagen_designs/alu_w16_3ops/alu_w16_3ops.v
8
+ Top: alu_w16_3ops
9
+ PDK: Sky130
10
+ Frequency: 1000 MHz
11
+ Clock: clk
12
+ Output: /tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow
13
+
14
+ Starting flow...
15
+
16
+ === Step 1/3: Synthesis ===
17
+ Synthesis complete: 645 cells, 0.00 um^2
18
+ Wires: 633, Modules: 1
19
+ Netlist: /tmp/zyphar_netlist_926339.v
20
+ Duration: 0.6s
21
+
22
+ --- CDC Analysis ---
23
+ No clock domain crossings detected
24
+
25
+ --- Native Re-Optimization ---
26
+ Skipped (no Liberty file provided, use --liberty)
27
+
28
+ === Step 2/3: Place and Route ===
29
+ Input netlist: /tmp/zyphar_netlist_926339.v
30
+ PDK: Sky130, Freq: 1000 MHz, Clock: clk
31
+ Utilization: 45%, Aspect ratio: 1.0, Placement density: 0.80 (auto)
32
+ PDN: true, Detailed route: true, Fillers: true, Antenna: true
33
+ PnR complete: 1732 instances, 0.52 utilization
34
+ DEF: /tmp/zyphar_pnr_926339.def
35
+ WNS: N/A (combinational)
36
+ Duration: 169.0s
37
+
38
+ --- Multi-Corner STA ---
39
+ Using post-PnR netlist with SPEF back-annotation
40
+ ff_n40C_1v95 (fast) WNS: NaN ns TNS: NaN ns [VIOLATED]
41
+ tt_025C_1v80 (typical) WNS: NaN ns TNS: NaN ns [VIOLATED]
42
+ ss_n40C_1v40 (slow) WNS: NaN ns TNS: NaN ns [VIOLATED]
43
+
44
+ --- Power Analysis ---
45
+ Power analysis skipped: No Liberty file available (use --liberty or set SKY130_LIBERTY)
46
+
47
+ === Step 3/3: GDS Generation ===
48
+ GDS generation complete: /tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/alu_w16_3ops.gds
49
+
50
+ === Signoff Checks ===
51
+
52
+ --- DRC ---
53
+ DRC: CLEAN
54
+
55
+ --- LVS ---
56
+ LVS: CLEAN
57
+
58
+ ═══════════════════════════════════════════
59
+ RESULTS
60
+ ═══════════════════════════════════════════
61
+
62
+ Synthesis:
63
+ Cells: 645
64
+ Netlist: /tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/netlist.v
65
+
66
+ Place & Route:
67
+ DEF: /tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/output.def
68
+ WNS: N/A (combinational)
69
+ Util: 52.0%
70
+ Instances: 1732
71
+ Area: 5425.00 um^2
72
+
73
+ GDSII: /tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/alu_w16_3ops.gds
74
+
75
+ Multi-Corner STA:
76
+ ff_n40C_1v95 (fast) WNS: NaN ns TNS: NaN ns [VIOLATED]
77
+ tt_025C_1v80 (typical) WNS: NaN ns TNS: NaN ns [VIOLATED]
78
+ ss_n40C_1v40 (slow) WNS: NaN ns TNS: NaN ns [VIOLATED]
79
+
80
+ SPEF: /tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/alu_w16_3ops.spef
81
+
82
+ Duration: 181.83s
83
+
84
+ Signoff:
85
+ Timing: N/A (combinational)
86
+ DRC: CLEAN
87
+ DRC report: /tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/drc_report.rpt
88
+ LVS: CLEAN
89
+ LVS report: /tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/lvs_report.lyrdb
90
+
91
+ SIGNOFF: PASS
92
+
93
+ Flow completed successfully!
94
+
alu_w16_3ops_sky130_1000mhz/flow/klayout_lvs.log ADDED
@@ -0,0 +1,745 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === stdout ===
2
+ "polygons" in: lvs_deck_patched.lylvs:49
3
+ Polygons (raw): 1 (flat) 1 (hierarchical)
4
+ Elapsed: 0.000s Memory: 589.00M
5
+ "polygons" in: lvs_deck_patched.lylvs:50
6
+ Polygons (raw): 0 (flat) 0 (hierarchical)
7
+ Elapsed: 0.000s Memory: 589.00M
8
+ "polygons" in: lvs_deck_patched.lylvs:51
9
+ Polygons (raw): 0 (flat) 0 (hierarchical)
10
+ Elapsed: 0.000s Memory: 589.00M
11
+ "polygons" in: lvs_deck_patched.lylvs:52
12
+ Polygons (raw): 782 (flat) 52 (hierarchical)
13
+ Elapsed: 0.000s Memory: 590.00M
14
+ "input" in: lvs_deck_patched.lylvs:53
15
+ Polygons (raw): 646 (flat) 51 (hierarchical)
16
+ Elapsed: 0.000s Memory: 590.00M
17
+ "polygons" in: lvs_deck_patched.lylvs:54
18
+ Polygons (raw): 647 (flat) 52 (hierarchical)
19
+ Elapsed: 0.000s Memory: 590.00M
20
+ "input" in: lvs_deck_patched.lylvs:55
21
+ Polygons (raw): 0 (flat) 0 (hierarchical)
22
+ Elapsed: 0.000s Memory: 590.00M
23
+ "input" in: lvs_deck_patched.lylvs:56
24
+ Polygons (raw): 646 (flat) 51 (hierarchical)
25
+ Elapsed: 0.000s Memory: 590.00M
26
+ "polygons" in: lvs_deck_patched.lylvs:57
27
+ Polygons (raw): 1754 (flat) 151 (hierarchical)
28
+ Elapsed: 0.000s Memory: 590.00M
29
+ "polygons" in: lvs_deck_patched.lylvs:58
30
+ Polygons (raw): 272 (flat) 2 (hierarchical)
31
+ Elapsed: 0.010s Memory: 590.00M
32
+ "polygons" in: lvs_deck_patched.lylvs:59
33
+ Polygons (raw): 918 (flat) 53 (hierarchical)
34
+ Elapsed: 0.000s Memory: 590.00M
35
+ "polygons" in: lvs_deck_patched.lylvs:60
36
+ Polygons (raw): 918 (flat) 53 (hierarchical)
37
+ Elapsed: 0.000s Memory: 590.00M
38
+ "polygons" in: lvs_deck_patched.lylvs:61
39
+ Polygons (raw): 0 (flat) 0 (hierarchical)
40
+ Elapsed: 0.000s Memory: 590.00M
41
+ "polygons" in: lvs_deck_patched.lylvs:62
42
+ Polygons (raw): 0 (flat) 0 (hierarchical)
43
+ Elapsed: 0.000s Memory: 590.00M
44
+ "polygons" in: lvs_deck_patched.lylvs:63
45
+ Polygons (raw): 782 (flat) 52 (hierarchical)
46
+ Elapsed: 0.000s Memory: 590.00M
47
+ "polygons" in: lvs_deck_patched.lylvs:64
48
+ Polygons (raw): 0 (flat) 0 (hierarchical)
49
+ Elapsed: 0.010s Memory: 591.00M
50
+ "polygons" in: lvs_deck_patched.lylvs:65
51
+ Polygons (raw): 0 (flat) 0 (hierarchical)
52
+ Elapsed: 0.000s Memory: 591.00M
53
+ "polygons" in: lvs_deck_patched.lylvs:66
54
+ Polygons (raw): 782 (flat) 52 (hierarchical)
55
+ Elapsed: 0.000s Memory: 591.00M
56
+ "polygons" in: lvs_deck_patched.lylvs:67
57
+ Polygons (raw): 0 (flat) 0 (hierarchical)
58
+ Elapsed: 0.000s Memory: 591.00M
59
+ "polygons" in: lvs_deck_patched.lylvs:68
60
+ Polygons (raw): 0 (flat) 0 (hierarchical)
61
+ Elapsed: 0.000s Memory: 591.00M
62
+ "polygons" in: lvs_deck_patched.lylvs:69
63
+ Polygons (raw): 0 (flat) 0 (hierarchical)
64
+ Elapsed: 0.000s Memory: 591.00M
65
+ "polygons" in: lvs_deck_patched.lylvs:70
66
+ Polygons (raw): 0 (flat) 0 (hierarchical)
67
+ Elapsed: 0.000s Memory: 591.00M
68
+ "polygons" in: lvs_deck_patched.lylvs:71
69
+ Polygons (raw): 0 (flat) 0 (hierarchical)
70
+ Elapsed: 0.000s Memory: 591.00M
71
+ "polygons" in: lvs_deck_patched.lylvs:72
72
+ Polygons (raw): 0 (flat) 0 (hierarchical)
73
+ Elapsed: 0.000s Memory: 591.00M
74
+ "polygons" in: lvs_deck_patched.lylvs:73
75
+ Polygons (raw): 2718 (flat) 254 (hierarchical)
76
+ Elapsed: 0.000s Memory: 591.00M
77
+ "input" in: lvs_deck_patched.lylvs:74
78
+ Polygons (raw): 0 (flat) 0 (hierarchical)
79
+ Elapsed: 0.000s Memory: 591.00M
80
+ "polygons" in: lvs_deck_patched.lylvs:75
81
+ Polygons (raw): 0 (flat) 0 (hierarchical)
82
+ Elapsed: 0.000s Memory: 591.00M
83
+ "polygons" in: lvs_deck_patched.lylvs:76
84
+ Polygons (raw): 0 (flat) 0 (hierarchical)
85
+ Elapsed: 0.000s Memory: 592.00M
86
+ "polygons" in: lvs_deck_patched.lylvs:77
87
+ Polygons (raw): 12947 (flat) 1172 (hierarchical)
88
+ Elapsed: 0.000s Memory: 592.00M
89
+ "polygons" in: lvs_deck_patched.lylvs:78
90
+ Polygons (raw): 653 (flat) 58 (hierarchical)
91
+ Elapsed: 0.000s Memory: 592.00M
92
+ "polygons" in: lvs_deck_patched.lylvs:79
93
+ Polygons (raw): 0 (flat) 0 (hierarchical)
94
+ Elapsed: 0.000s Memory: 592.00M
95
+ "polygons" in: lvs_deck_patched.lylvs:80
96
+ Polygons (raw): 0 (flat) 0 (hierarchical)
97
+ Elapsed: 0.000s Memory: 592.00M
98
+ "polygons" in: lvs_deck_patched.lylvs:81
99
+ Polygons (raw): 0 (flat) 0 (hierarchical)
100
+ Elapsed: 0.000s Memory: 592.00M
101
+ "polygons" in: lvs_deck_patched.lylvs:82
102
+ Polygons (raw): 0 (flat) 0 (hierarchical)
103
+ Elapsed: 0.000s Memory: 592.00M
104
+ "polygons" in: lvs_deck_patched.lylvs:83
105
+ Polygons (raw): 9723 (flat) 646 (hierarchical)
106
+ Elapsed: 0.000s Memory: 592.00M
107
+ "input" in: lvs_deck_patched.lylvs:84
108
+ Polygons (raw): 3186 (flat) 377 (hierarchical)
109
+ Elapsed: 0.000s Memory: 592.00M
110
+ "polygons" in: lvs_deck_patched.lylvs:85
111
+ Polygons (raw): 3572 (flat) 401 (hierarchical)
112
+ Elapsed: 0.000s Memory: 593.00M
113
+ "polygons" in: lvs_deck_patched.lylvs:86
114
+ Polygons (raw): 0 (flat) 0 (hierarchical)
115
+ Elapsed: 0.000s Memory: 593.00M
116
+ "polygons" in: lvs_deck_patched.lylvs:87
117
+ Polygons (raw): 10600 (flat) 712 (hierarchical)
118
+ Elapsed: 0.010s Memory: 593.00M
119
+ "polygons" in: lvs_deck_patched.lylvs:88
120
+ Polygons (raw): 8881 (flat) 2879 (hierarchical)
121
+ Elapsed: 0.000s Memory: 593.00M
122
+ "input" in: lvs_deck_patched.lylvs:89
123
+ Polygons (raw): 1564 (flat) 104 (hierarchical)
124
+ Elapsed: 0.000s Memory: 593.00M
125
+ "polygons" in: lvs_deck_patched.lylvs:90
126
+ Polygons (raw): 1566 (flat) 106 (hierarchical)
127
+ Elapsed: 0.000s Memory: 593.00M
128
+ "polygons" in: lvs_deck_patched.lylvs:91
129
+ Polygons (raw): 0 (flat) 0 (hierarchical)
130
+ Elapsed: 0.000s Memory: 593.00M
131
+ "polygons" in: lvs_deck_patched.lylvs:92
132
+ Polygons (raw): 2685 (flat) 6 (hierarchical)
133
+ Elapsed: 0.000s Memory: 593.00M
134
+ "polygons" in: lvs_deck_patched.lylvs:93
135
+ Polygons (raw): 4221 (flat) 1706 (hierarchical)
136
+ Elapsed: 0.010s Memory: 593.00M
137
+ "input" in: lvs_deck_patched.lylvs:94
138
+ Polygons (raw): 50 (flat) 50 (hierarchical)
139
+ Elapsed: 0.000s Memory: 594.00M
140
+ "polygons" in: lvs_deck_patched.lylvs:95
141
+ Polygons (raw): 50 (flat) 50 (hierarchical)
142
+ Elapsed: 0.000s Memory: 594.00M
143
+ "polygons" in: lvs_deck_patched.lylvs:96
144
+ Polygons (raw): 0 (flat) 0 (hierarchical)
145
+ Elapsed: 0.000s Memory: 594.00M
146
+ "polygons" in: lvs_deck_patched.lylvs:97
147
+ Polygons (raw): 765 (flat) 5 (hierarchical)
148
+ Elapsed: 0.000s Memory: 594.00M
149
+ "polygons" in: lvs_deck_patched.lylvs:98
150
+ Polygons (raw): 848 (flat) 328 (hierarchical)
151
+ Elapsed: 0.000s Memory: 594.00M
152
+ "input" in: lvs_deck_patched.lylvs:99
153
+ Polygons (raw): 0 (flat) 0 (hierarchical)
154
+ Elapsed: 0.000s Memory: 594.00M
155
+ "polygons" in: lvs_deck_patched.lylvs:100
156
+ Polygons (raw): 0 (flat) 0 (hierarchical)
157
+ Elapsed: 0.000s Memory: 594.00M
158
+ "polygons" in: lvs_deck_patched.lylvs:101
159
+ Polygons (raw): 0 (flat) 0 (hierarchical)
160
+ Elapsed: 0.000s Memory: 594.00M
161
+ "polygons" in: lvs_deck_patched.lylvs:102
162
+ Polygons (raw): 557 (flat) 5 (hierarchical)
163
+ Elapsed: 0.000s Memory: 594.00M
164
+ "polygons" in: lvs_deck_patched.lylvs:103
165
+ Polygons (raw): 209 (flat) 29 (hierarchical)
166
+ Elapsed: 0.000s Memory: 594.00M
167
+ "input" in: lvs_deck_patched.lylvs:104
168
+ Polygons (raw): 0 (flat) 0 (hierarchical)
169
+ Elapsed: 0.000s Memory: 594.00M
170
+ "polygons" in: lvs_deck_patched.lylvs:105
171
+ Polygons (raw): 0 (flat) 0 (hierarchical)
172
+ Elapsed: 0.000s Memory: 595.00M
173
+ "polygons" in: lvs_deck_patched.lylvs:106
174
+ Polygons (raw): 0 (flat) 0 (hierarchical)
175
+ Elapsed: 0.000s Memory: 595.00M
176
+ "polygons" in: lvs_deck_patched.lylvs:107
177
+ Polygons (raw): 25 (flat) 1 (hierarchical)
178
+ Elapsed: 0.010s Memory: 595.00M
179
+ "polygons" in: lvs_deck_patched.lylvs:108
180
+ Polygons (raw): 32 (flat) 8 (hierarchical)
181
+ Elapsed: 0.000s Memory: 595.00M
182
+ "input" in: lvs_deck_patched.lylvs:109
183
+ Polygons (raw): 2 (flat) 2 (hierarchical)
184
+ Elapsed: 0.000s Memory: 595.00M
185
+ "polygons" in: lvs_deck_patched.lylvs:110
186
+ Polygons (raw): 7 (flat) 7 (hierarchical)
187
+ Elapsed: 0.000s Memory: 595.00M
188
+ "polygons" in: lvs_deck_patched.lylvs:111
189
+ Polygons (raw): 0 (flat) 0 (hierarchical)
190
+ Elapsed: 0.000s Memory: 595.00M
191
+ "polygons" in: lvs_deck_patched.lylvs:112
192
+ Polygons (raw): 0 (flat) 0 (hierarchical)
193
+ Elapsed: 0.000s Memory: 595.00M
194
+ "input" in: lvs_deck_patched.lylvs:113
195
+ Polygons (raw): 0 (flat) 0 (hierarchical)
196
+ Elapsed: 0.000s Memory: 595.00M
197
+ "polygons" in: lvs_deck_patched.lylvs:114
198
+ Polygons (raw): 0 (flat) 0 (hierarchical)
199
+ Elapsed: 0.000s Memory: 595.00M
200
+ "polygons" in: lvs_deck_patched.lylvs:115
201
+ Polygons (raw): 0 (flat) 0 (hierarchical)
202
+ Elapsed: 0.000s Memory: 595.00M
203
+ "polygons" in: lvs_deck_patched.lylvs:116
204
+ Polygons (raw): 0 (flat) 0 (hierarchical)
205
+ Elapsed: 0.000s Memory: 595.00M
206
+ "polygons" in: lvs_deck_patched.lylvs:117
207
+ Polygons (raw): 0 (flat) 0 (hierarchical)
208
+ Elapsed: 0.000s Memory: 596.00M
209
+ "polygons" in: lvs_deck_patched.lylvs:118
210
+ Polygons (raw): 0 (flat) 0 (hierarchical)
211
+ Elapsed: 0.000s Memory: 596.00M
212
+ "polygons" in: lvs_deck_patched.lylvs:119
213
+ Polygons (raw): 0 (flat) 0 (hierarchical)
214
+ Elapsed: 0.000s Memory: 596.00M
215
+ "polygons" in: lvs_deck_patched.lylvs:120
216
+ Polygons (raw): 0 (flat) 0 (hierarchical)
217
+ Elapsed: 0.000s Memory: 596.00M
218
+ "polygons" in: lvs_deck_patched.lylvs:121
219
+ Polygons (raw): 0 (flat) 0 (hierarchical)
220
+ Elapsed: 0.000s Memory: 596.00M
221
+ "polygons" in: lvs_deck_patched.lylvs:122
222
+ Polygons (raw): 0 (flat) 0 (hierarchical)
223
+ Elapsed: 0.000s Memory: 596.00M
224
+ "polygons" in: lvs_deck_patched.lylvs:123
225
+ Polygons (raw): 0 (flat) 0 (hierarchical)
226
+ Elapsed: 0.000s Memory: 596.00M
227
+ "polygons" in: lvs_deck_patched.lylvs:126
228
+ Polygons (raw): 646 (flat) 51 (hierarchical)
229
+ Elapsed: 0.000s Memory: 596.00M
230
+ "&" in: lvs_deck_patched.lylvs:130
231
+ Polygons (raw): 855 (flat) 74 (hierarchical)
232
+ Elapsed: 0.020s Memory: 1158.00M
233
+ "&" in: lvs_deck_patched.lylvs:130
234
+ Polygons (raw): 855 (flat) 74 (hierarchical)
235
+ Elapsed: 0.000s Memory: 1148.00M
236
+ "&" in: lvs_deck_patched.lylvs:131
237
+ Polygons (raw): 136 (flat) 1 (hierarchical)
238
+ Elapsed: 0.000s Memory: 1148.00M
239
+ "&" in: lvs_deck_patched.lylvs:131
240
+ Polygons (raw): 136 (flat) 1 (hierarchical)
241
+ Elapsed: 0.010s Memory: 1148.00M
242
+ "&" in: lvs_deck_patched.lylvs:132
243
+ Polygons (raw): 2748 (flat) 244 (hierarchical)
244
+ Elapsed: 0.010s Memory: 1149.00M
245
+ "-" in: lvs_deck_patched.lylvs:133
246
+ Polygons (raw): 3603 (flat) 318 (hierarchical)
247
+ Elapsed: 0.010s Memory: 1139.00M
248
+ "-" in: lvs_deck_patched.lylvs:134
249
+ Polygons (raw): 0 (flat) 0 (hierarchical)
250
+ Elapsed: 0.020s Memory: 1139.00M
251
+ "-" in: lvs_deck_patched.lylvs:134
252
+ Polygons (raw): 0 (flat) 0 (hierarchical)
253
+ Elapsed: 0.000s Memory: 1139.00M
254
+ "-" in: lvs_deck_patched.lylvs:134
255
+ Polygons (raw): 0 (flat) 0 (hierarchical)
256
+ Elapsed: 0.010s Memory: 1139.00M
257
+ "-" in: lvs_deck_patched.lylvs:135
258
+ Polygons (raw): 782 (flat) 52 (hierarchical)
259
+ Elapsed: 0.000s Memory: 1139.00M
260
+ "-" in: lvs_deck_patched.lylvs:135
261
+ Polygons (raw): 782 (flat) 52 (hierarchical)
262
+ Elapsed: 0.000s Memory: 1139.00M
263
+ "&" in: lvs_deck_patched.lylvs:135
264
+ Polygons (raw): 2748 (flat) 244 (hierarchical)
265
+ Elapsed: 0.010s Memory: 1139.00M
266
+ "-" in: lvs_deck_patched.lylvs:136
267
+ Polygons (raw): 0 (flat) 0 (hierarchical)
268
+ Elapsed: 0.010s Memory: 1149.00M
269
+ "-" in: lvs_deck_patched.lylvs:136
270
+ Polygons (raw): 0 (flat) 0 (hierarchical)
271
+ Elapsed: 0.000s Memory: 1139.00M
272
+ "&" in: lvs_deck_patched.lylvs:136
273
+ Polygons (raw): 0 (flat) 0 (hierarchical)
274
+ Elapsed: 0.000s Memory: 1139.00M
275
+ "-" in: lvs_deck_patched.lylvs:138
276
+ Polygons (raw): 895 (flat) 73 (hierarchical)
277
+ Elapsed: 0.010s Memory: 1159.00M
278
+ "&" in: lvs_deck_patched.lylvs:138
279
+ Polygons (raw): 893 (flat) 71 (hierarchical)
280
+ Elapsed: 0.010s Memory: 1160.00M
281
+ "-" in: lvs_deck_patched.lylvs:139
282
+ Polygons (raw): 136 (flat) 1 (hierarchical)
283
+ Elapsed: 0.000s Memory: 1160.00M
284
+ "&" in: lvs_deck_patched.lylvs:139
285
+ Polygons (raw): 136 (flat) 1 (hierarchical)
286
+ Elapsed: 0.000s Memory: 1140.00M
287
+ "&" in: lvs_deck_patched.lylvs:140
288
+ Polygons (raw): 2742 (flat) 243 (hierarchical)
289
+ Elapsed: 0.010s Memory: 1150.00M
290
+ "-" in: lvs_deck_patched.lylvs:141
291
+ Polygons (raw): 3635 (flat) 314 (hierarchical)
292
+ Elapsed: 0.010s Memory: 1140.00M
293
+ "-" in: lvs_deck_patched.lylvs:142
294
+ Polygons (raw): 2742 (flat) 243 (hierarchical)
295
+ Elapsed: 0.000s Memory: 1140.00M
296
+ "-" in: lvs_deck_patched.lylvs:142
297
+ Polygons (raw): 2742 (flat) 243 (hierarchical)
298
+ Elapsed: 0.010s Memory: 1140.00M
299
+ "-" in: lvs_deck_patched.lylvs:142
300
+ Polygons (raw): 2742 (flat) 243 (hierarchical)
301
+ Elapsed: 0.000s Memory: 1140.00M
302
+ "-" in: lvs_deck_patched.lylvs:143
303
+ Polygons (raw): 2742 (flat) 243 (hierarchical)
304
+ Elapsed: 0.000s Memory: 1140.00M
305
+ "-" in: lvs_deck_patched.lylvs:143
306
+ Polygons (raw): 0 (flat) 0 (hierarchical)
307
+ Elapsed: 0.000s Memory: 1140.00M
308
+ "&" in: lvs_deck_patched.lylvs:143
309
+ Polygons (raw): 0 (flat) 0 (hierarchical)
310
+ Elapsed: 0.010s Memory: 1140.00M
311
+ "-" in: lvs_deck_patched.lylvs:144
312
+ Polygons (raw): 2742 (flat) 243 (hierarchical)
313
+ Elapsed: 0.000s Memory: 1141.00M
314
+ "-" in: lvs_deck_patched.lylvs:144
315
+ Polygons (raw): 2742 (flat) 243 (hierarchical)
316
+ Elapsed: 0.000s Memory: 1141.00M
317
+ "&" in: lvs_deck_patched.lylvs:144
318
+ Polygons (raw): 0 (flat) 0 (hierarchical)
319
+ Elapsed: 0.000s Memory: 1141.00M
320
+ "-" in: lvs_deck_patched.lylvs:145
321
+ Polygons (raw): 2742 (flat) 243 (hierarchical)
322
+ Elapsed: 0.010s Memory: 1141.00M
323
+ "&" in: lvs_deck_patched.lylvs:145
324
+ Polygons (raw): 0 (flat) 0 (hierarchical)
325
+ Elapsed: 0.000s Memory: 1141.00M
326
+ "&" in: lvs_deck_patched.lylvs:145
327
+ Polygons (raw): 0 (flat) 0 (hierarchical)
328
+ Elapsed: 0.000s Memory: 1141.00M
329
+ "extract_devices" in: lvs_deck_patched.lylvs:151
330
+ Elapsed: 0.010s Memory: 1142.00M
331
+ "extract_devices" in: lvs_deck_patched.lylvs:152
332
+ Elapsed: 0.020s Memory: 1142.00M
333
+ "extract_devices" in: lvs_deck_patched.lylvs:153
334
+ Elapsed: 0.010s Memory: 1143.00M
335
+ "extract_devices" in: lvs_deck_patched.lylvs:156
336
+ Elapsed: 0.020s Memory: 1143.00M
337
+ "extract_devices" in: lvs_deck_patched.lylvs:157
338
+ Elapsed: 0.020s Memory: 1144.00M
339
+ "extract_devices" in: lvs_deck_patched.lylvs:158
340
+ Elapsed: 0.010s Memory: 1144.00M
341
+ "extract_devices" in: lvs_deck_patched.lylvs:159
342
+ Elapsed: 0.010s Memory: 1144.00M
343
+ "netlist" in: lvs_deck_patched.lylvs:199
344
+ Elapsed: 0.210s Memory: 1144.00M
345
+ Flatten layout cell (no schematic): VIA_via4_5_1600_480_1_4_400_400
346
+ Flatten layout cell (no schematic): VIA_via3_4_1600_480_1_4_400_400
347
+ Flatten layout cell (no schematic): VIA_via2_3_1600_480_1_5_320_320
348
+ Flatten layout cell (no schematic): VIA_L1M1_PR_MR
349
+ Flatten layout cell (no schematic): VIA_via5_6_1600_1600_1_1_1600_1600
350
+ Flatten layout cell (no schematic): VIA_M1M2_PR
351
+ Flatten layout cell (no schematic): VIA_M2M3_PR
352
+ Flatten layout cell (no schematic): VIA_L1M1_PR
353
+ Flatten layout cell (no schematic): VIA_M3M4_PR
354
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111OI_0
355
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111OI_1
356
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111OI_2
357
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111OI_4
358
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111O_1
359
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111O_2
360
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111O_4
361
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211OI_1
362
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211OI_2
363
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211OI_4
364
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211O_1
365
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211O_2
366
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211O_4
367
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BOI_2
368
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BOI_4
369
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_2
370
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_4
371
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21OI_2
372
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21OI_4
373
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21O_2
374
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21O_4
375
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221OI_1
376
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221OI_2
377
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221OI_4
378
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_1
379
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_2
380
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_4
381
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A222OI_1
382
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22OI_4
383
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_2
384
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_4
385
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_1
386
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_2
387
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_4
388
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_1
389
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_2
390
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_4
391
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311OI_1
392
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311OI_4
393
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_1
394
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_2
395
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_4
396
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31OI_2
397
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31OI_4
398
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31O_2
399
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31O_4
400
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_1
401
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_2
402
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_4
403
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_1
404
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_2
405
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_4
406
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41OI_1
407
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41OI_2
408
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41OI_4
409
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_1
410
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_2
411
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_4
412
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_1
413
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_2
414
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_4
415
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2_2
416
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2_4
417
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_1
418
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_2
419
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_4
420
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3_2
421
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3_4
422
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_1
423
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_2
424
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_4
425
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_1
426
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_2
427
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_4
428
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_1
429
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_2
430
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_4
431
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFBUF_16
432
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFBUF_8
433
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFINV_16
434
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFINV_8
435
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_1
436
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_12
437
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_16
438
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_2
439
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_4
440
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_6
441
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_8
442
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_1
443
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_16
444
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_2
445
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_4
446
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_8
447
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S15_1
448
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S15_2
449
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S18_1
450
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S18_2
451
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S25_1
452
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S25_2
453
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S50_1
454
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S50_2
455
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINVLP_2
456
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINVLP_4
457
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_16
458
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_2
459
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_4
460
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_8
461
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_12
462
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_3
463
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_4
464
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_6
465
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_8
466
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFBBN_1
467
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFBBN_2
468
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFBBP_1
469
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRBP_1
470
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRBP_2
471
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTN_1
472
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTP_1
473
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTP_2
474
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTP_4
475
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSBP_1
476
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSBP_2
477
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSTP_1
478
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSTP_2
479
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSTP_4
480
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXBP_1
481
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXBP_2
482
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXTP_1
483
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXTP_2
484
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXTP_4
485
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DIODE_2
486
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLCLKP_1
487
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLCLKP_2
488
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLCLKP_4
489
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBN_1
490
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBN_2
491
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBP_1
492
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBP_2
493
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTN_1
494
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTN_2
495
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTN_4
496
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTP_1
497
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTP_2
498
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTP_4
499
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXBN_1
500
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXBN_2
501
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXBP_1
502
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTN_1
503
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTN_2
504
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTN_4
505
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTP_1
506
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYGATE4SD1_1
507
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYGATE4SD2_1
508
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYGATE4SD3_1
509
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYMETAL6S2S_1
510
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYMETAL6S4S_1
511
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYMETAL6S6S_1
512
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_1
513
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_2
514
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_4
515
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_8
516
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EDFXBP_1
517
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EDFXTP_1
518
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_0
519
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_1
520
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_2
521
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_4
522
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_8
523
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_1
524
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_2
525
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_4
526
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_8
527
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FAHCIN_1
528
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FAHCON_1
529
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FAH_1
530
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FA_1
531
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FA_2
532
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FA_4
533
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_1
534
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_2
535
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_4
536
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_8
537
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__HA_1
538
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__HA_2
539
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__HA_4
540
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_12
541
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_16
542
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_4
543
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_6
544
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_8
545
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_BLEEDER_1
546
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_1
547
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_16
548
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_2
549
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_4
550
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_8
551
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_1
552
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_16
553
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_2
554
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_4
555
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_8
556
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_12
557
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_3
558
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_4
559
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_6
560
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_8
561
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO0N_1
562
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO0P_1
563
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO1N_1
564
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO1P_1
565
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISOLATCH_1
566
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRCKAPWR_16
567
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_16
568
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_2
569
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_4
570
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_8
571
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_HL_ISOWELL_TAP_1
572
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_HL_ISOWELL_TAP_2
573
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_HL_ISOWELL_TAP_4
574
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_4
575
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_TAP_1
576
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_TAP_2
577
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_TAP_4
578
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MACRO_SPARECELL
579
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CONB_1
580
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2_2
581
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_2
582
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_2
583
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_4
584
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2I_1
585
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2I_2
586
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2I_4
587
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_1
588
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_2
589
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_4
590
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_8
591
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX4_1
592
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX4_2
593
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX4_4
594
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2_4
595
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2_8
596
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3B_1
597
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3B_2
598
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3B_4
599
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3_2
600
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3_4
601
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4BB_1
602
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4BB_2
603
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4BB_4
604
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4B_1
605
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4B_2
606
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4B_4
607
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4_2
608
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4_4
609
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2B_2
610
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2B_4
611
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2_4
612
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2_8
613
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3B_1
614
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3B_2
615
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3B_4
616
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3_2
617
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3_4
618
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4BB_1
619
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4BB_2
620
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4BB_4
621
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4B_1
622
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4B_2
623
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4B_4
624
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4_2
625
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4_4
626
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111AI_1
627
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111AI_2
628
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111AI_4
629
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_1
630
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_2
631
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_4
632
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211AI_1
633
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211AI_2
634
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211AI_4
635
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_1
636
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_2
637
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_4
638
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21AI_2
639
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21AI_4
640
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21A_2
641
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21A_4
642
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_1
643
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_2
644
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_4
645
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_2
646
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_4
647
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221AI_1
648
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221AI_2
649
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221AI_4
650
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_1
651
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_2
652
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_4
653
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22AI_4
654
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22A_2
655
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22A_4
656
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2AI_1
657
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2AI_2
658
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2AI_4
659
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2A_1
660
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2A_2
661
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2A_4
662
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_1
663
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_2
664
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_4
665
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311A_1
666
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311A_2
667
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311A_4
668
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31AI_2
669
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31AI_4
670
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31A_1
671
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31A_2
672
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31A_4
673
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32AI_2
674
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32AI_4
675
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32A_1
676
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32A_2
677
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32A_4
678
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41AI_4
679
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_1
680
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_2
681
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_4
682
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_1
683
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_2
684
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_4
685
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_0
686
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_1
687
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_2
688
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_4
689
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3B_2
690
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3B_4
691
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3_2
692
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3_4
693
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_1
694
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_2
695
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_4
696
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4B_1
697
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4B_2
698
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4B_4
699
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4_4
700
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__PROBEC_P_8
701
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__PROBE_P_8
702
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBN_1
703
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBN_2
704
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBP_1
705
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRBP_1
706
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRBP_2
707
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTN_1
708
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_1
709
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_2
710
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_4
711
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSBP_1
712
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSBP_2
713
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_1
714
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_2
715
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_4
716
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXBP_1
717
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXBP_2
718
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_1
719
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_2
720
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_4
721
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_1
722
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_2
723
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_4
724
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXBP_1
725
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXBP_2
726
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_1
727
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_2
728
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_4
729
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAPVGND2_1
730
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAPVGND_1
731
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAP_1
732
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAP_2
733
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR2_4
734
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR3_2
735
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR3_4
736
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR2_2
737
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR2_4
738
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR3_2
739
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR3_4
740
+ Writing netlist: /tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/lvs_extracted.cir ..
741
+ Writing LVS database: /tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/lvs_report.lyrdb ..
742
+ Total elapsed: 0.870s Memory: 1144.00M
743
+ INFO : Congratulations! Netlists match.
744
+
745
+ === stderr ===
alu_w16_3ops_sky130_1000mhz/flow/lvs_cleaned.gds.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfdeea11e5d22c3df9b2ea131799f1a4afc1d31630c7512021950fcada8a59ec
3
+ size 129476
alu_w16_3ops_sky130_1000mhz/flow/lvs_deck_patched.lylvs ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <klayout-macro>
3
+ <description/>
4
+ <version/>
5
+ <category>lvs</category>
6
+ <prolog/>
7
+ <epilog/>
8
+ <doc/>
9
+ <autorun>false</autorun>
10
+ <autorun-early>false</autorun-early>
11
+ <shortcut/>
12
+ <show-in-menu>true</show-in-menu>
13
+ <group-name>lvs_scripts</group-name>
14
+ <menu-path>tools_menu.lvs.end</menu-path>
15
+ <interpreter>dsl</interpreter>
16
+ <dsl-interpreter-name>lvs-dsl-xml</dsl-interpreter-name>
17
+ <text>#
18
+ # Extraction for SKY130
19
+ #
20
+ ############################
21
+
22
+ # optionnal for a batch launch : klayout -b -rd in_gds=my_layout.gds -rd report_file=my_report.lyrdb -rd cdl_file=reference_netlist.cir -rd target_netlist=extracted_netlist.cir -r sky130.lylvs
23
+ if $in_gds
24
+ source($in_gds)
25
+ end
26
+
27
+ if $report_file
28
+ report_lvs($report_file)
29
+ else
30
+ report_lvs("lvs_report.lvsdb")
31
+ end
32
+
33
+ if $cdl_file
34
+ #reference netlist
35
+ schematic($cdl_file)
36
+ else
37
+ schematic("sky130hd.cdl")
38
+ end
39
+
40
+ # true: use net names instead of numbers
41
+ # false: use numbers for nets
42
+ spice_with_net_names = true
43
+
44
+ # true: put in comments with details
45
+ # false: no comments
46
+ spice_with_comments = false
47
+
48
+ if $target_netlist
49
+ target_netlist($target_netlist)
50
+ else
51
+ # target_netlist("netlist.cir", write_spice(spice_with_net_names, spice_with_comments), "The netlist comment goes here.")
52
+ target_netlist(File.join(File.dirname(RBA::CellView::active.filename), source.cell_name+"_extracted.cir"), write_spice(spice_with_net_names, spice_with_comments), "Extracted by KLayout on : #{Time.now.strftime("%d/%m/%Y %H:%M")}")
53
+ end
54
+
55
+ # Hierarchical mode
56
+ deep
57
+ # Use 4 CPU cores
58
+ threads(4)
59
+ # Print details
60
+ verbose(true)
61
+
62
+
63
+ # layers definitions
64
+ ########################
65
+ BOUND = polygons(235, 4)
66
+ DNWELL = polygons(64, 18)
67
+ PWRES = polygons(64, 13)
68
+ NWELL = polygons(64, 20)
69
+ NWELLTXT = input(64, 5)
70
+ NWELLPIN = polygons(64, 16)
71
+ SUBTXT = input(122, 5)
72
+ SUBPIN = input(64, 59)
73
+ DIFF = polygons(65, 20)
74
+ TAP = polygons(65, 44)
75
+ PSDM = polygons(94, 20)
76
+ NSDM = polygons(93, 44)
77
+ LVTN = polygons(125, 44)
78
+ HVTR = polygons(18, 20)
79
+ HVTP = polygons(78, 44)
80
+ SONOS = polygons(80, 20)
81
+ COREID = polygons(81, 2)
82
+ STDCELL = polygons(81, 4)
83
+ NPNID = polygons(82, 20)
84
+ PNPID = polygons(82, 44)
85
+ RPM = polygons(86, 20)
86
+ URPM = polygons(79, 20)
87
+ LDNTM = polygons(11, 44)
88
+ HVNTM = polygons(125, 20)
89
+ POLY = polygons(66, 20)
90
+ POLYTXT = input(66, 5)
91
+ POLYPIN = polygons(66, 16)
92
+ HVI = polygons(75, 20)
93
+ LICON = polygons(66, 44)
94
+ NPC = polygons(95, 20)
95
+ DIFFRES = polygons(65, 13)
96
+ POLYRES = polygons(66, 13)
97
+ POLYSHO = polygons(66, 15)
98
+ DIODE = polygons(81, 23)
99
+ LI = polygons(67, 20)
100
+ LITXT = input(67, 5)
101
+ LIPIN = polygons(67, 16)
102
+ LIRES = polygons(67, 13)
103
+ MCON = polygons(67, 44)
104
+ MET1 = polygons(68, 20)
105
+ MET1TXT = input(68, 5)
106
+ MET1PIN = polygons(68, 16)
107
+ MET1RES = polygons(68, 13)
108
+ VIA1 = polygons(68, 44)
109
+ MET2 = polygons(69, 20)
110
+ MET2TXT = input(69, 5)
111
+ MET2PIN = polygons(69, 16)
112
+ MET2RES = polygons(69, 13)
113
+ VIA2 = polygons(69, 44)
114
+ MET3 = polygons(70, 20)
115
+ MET3TXT = input(70, 5)
116
+ MET3PIN = polygons(70, 16)
117
+ MET3RES = polygons(70, 13)
118
+ VIA3 = polygons(70, 44)
119
+ MET4 = polygons(71, 20)
120
+ MET4TXT = input(71, 5)
121
+ MET4PIN = polygons(71, 16)
122
+ MET4RES = polygons(71, 13)
123
+ VIA4 = polygons(71, 44)
124
+ MET5 = polygons(72, 20)
125
+ MET5TXT = input(72, 5)
126
+ MET5PIN = polygons(72, 16)
127
+ MET5RES = polygons(72, 13)
128
+ RDL = polygons(74, 20)
129
+ RDLTXT = input(74, 5)
130
+ RDLPIN = polygons(74, 16)
131
+ GLASS = polygons(76, 20)
132
+ CAPM = polygons(89, 44)
133
+ CAPM2 = polygons(97, 44)
134
+ LOWTAPD = polygons(81, 14)
135
+ FILLOBSM1 = polygons(62, 24)
136
+ FILLOBSM2 = polygons(105, 52)
137
+ FILLOBSM3 = polygons(107, 24)
138
+ FILLOBSM4 = polygons(112, 4)
139
+ NCM = polygons(92, 44)
140
+
141
+ # Bulk layer for terminal provisioning
142
+ SUB = polygons(236, 0)
143
+ # SUB = polygon_layer
144
+
145
+ # Computed layers
146
+ PDIFF = DIFF &amp; NWELL &amp; PSDM
147
+ NTAP = TAP &amp; NWELL &amp; NSDM
148
+ PGATE = PDIFF &amp; POLY
149
+ PSD = PDIFF - PGATE
150
+ STD_PGATE = PGATE - HVTP - NCM - HVI
151
+ HVT_PGATE = PGATE &amp; HVTP - NCM - HVI
152
+ HV5_PGATE = PGATE - HVTP - NCM &amp; HVI
153
+
154
+ NDIFF = DIFF - NWELL &amp; NSDM
155
+ PTAP = TAP - NWELL &amp; PSDM
156
+ NGATE = NDIFF &amp; POLY
157
+ NSD = NDIFF - NGATE
158
+ STD_NGATE = NGATE - NCM - LVTN - HVI
159
+ LVT_NGATE = NGATE - NCM &amp; LVTN - HVI
160
+ HV5_NGATE = NGATE - NCM - LVTN &amp; HVI
161
+ HV5NA_NGATE = NGATE - NCM &amp; LVTN &amp; HVI
162
+
163
+ # drawing to physical
164
+ device_scaling(1000000)
165
+
166
+ # PMOS transistor device extraction
167
+ extract_devices(mos4("pfet_01v8"), { "SD" =&gt; PSD, "G" =&gt; STD_PGATE, "tS" =&gt; PSD, "tD" =&gt; PSD, "tG" =&gt; POLY, "W" =&gt; NWELL })
168
+ extract_devices(mos4("pfet_01v8_hvt"), { "SD" =&gt; PSD, "G" =&gt; HVT_PGATE, "tS" =&gt; PSD, "tD" =&gt; PSD, "tG" =&gt; POLY, "W" =&gt; NWELL })
169
+ extract_devices(mos4("pfet_g5v0d10v5"), { "SD" =&gt; PSD, "G" =&gt; HV5_PGATE, "tS" =&gt; PSD, "tD" =&gt; PSD, "tG" =&gt; POLY, "W" =&gt; NWELL })
170
+
171
+ # NMOS transistor device extraction
172
+ extract_devices(mos4("nfet_01v8"), { "SD" =&gt; NSD, "G" =&gt; STD_NGATE, "tS" =&gt; NSD, "tD" =&gt; NSD, "tG" =&gt; POLY, "W" =&gt; SUB })
173
+ extract_devices(mos4("nfet_01v8_lvt"), { "SD" =&gt; NSD, "G" =&gt; LVT_NGATE, "tS" =&gt; NSD, "tD" =&gt; NSD, "tG" =&gt; POLY, "W" =&gt; SUB })
174
+ extract_devices(mos4("nfet_g5v0d10v5"), { "SD" =&gt; NSD, "G" =&gt; HV5_NGATE, "tS" =&gt; NSD, "tD" =&gt; NSD, "tG" =&gt; POLY, "W" =&gt; SUB })
175
+ extract_devices(mos4("nfet_01v8_nvt"), { "SD" =&gt; NSD, "G" =&gt; HV5NA_NGATE, "tS" =&gt; NSD, "tD" =&gt; NSD, "tG" =&gt; POLY, "W" =&gt; SUB })
176
+
177
+
178
+ # Define connectivity for netlist extraction
179
+
180
+ # Inter-layer
181
+ connect(SUB, PTAP)
182
+ connect(NWELL, NTAP)
183
+ connect(LICON, PTAP)
184
+ connect(LICON, NTAP)
185
+ connect(PSD, LICON)
186
+ connect(NSD, LICON)
187
+ connect(POLY, LICON)
188
+ connect(LICON, LI)
189
+ connect(LI, MCON)
190
+ connect(MCON, MET1)
191
+ connect(MET1,VIA1)
192
+ connect(VIA1, MET2)
193
+ connect(MET2, VIA2)
194
+ connect(VIA2, MET3)
195
+ connect(MET3, VIA3)
196
+ connect(VIA3, MET4)
197
+ connect(MET4, VIA4)
198
+ connect(VIA4, MET5)
199
+ # Attaching labels
200
+ connect(SUB, SUBTXT)
201
+ connect(SUB, SUBPIN)
202
+ connect(NWELL, NWELLTXT)
203
+ connect(POLY, POLYTXT)
204
+ connect(LI, LITXT)
205
+ connect(MET1, MET1TXT)
206
+ connect(MET2, MET2TXT)
207
+ connect(MET3, MET3TXT)
208
+ connect(MET4, MET4TXT)
209
+ connect(MET5, MET5TXT)
210
+
211
+ # Global
212
+ connect_global(SUB, "VNB")
213
+
214
+ # Actually performs the extraction
215
+ netlist # ... not really required
216
+
217
+ # Flatten cells which are present in one netlist only
218
+ align
219
+
220
+ # Flat LVS: flatten all cells to transistor level.
221
+ # This avoids hierarchical port identification issues where
222
+ # KLayout misses output pins on cells whose LI shapes are
223
+ # only on the PIN datatype (67/16) not DRAWING (67/20).
224
+ netlist.flatten_circuit("*")
225
+ schematic.flatten_circuit("*")
226
+
227
+ netlist.make_top_level_pins
228
+ netlist.combine_devices
229
+ netlist.purge
230
+ schematic.combine_devices
231
+ schematic.purge
232
+
233
+ # Tolerances for the devices extracted parameters
234
+ # tolerance(device_class_name, parameter_name [, :absolute =&gt; absolute_tolerance] [, :relative =&gt; relative_tolerance])
235
+ tolerance("pfet_01v8", "W", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
236
+ tolerance("pfet_01v8", "L", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
237
+ tolerance("pfet_01v8_hvt", "W", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
238
+ tolerance("pfet_01v8_hvt", "L", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
239
+ tolerance("nfet_01v8", "W", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
240
+ tolerance("nfet_01v8", "L", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
241
+ tolerance("nfet_01v8_lvt", "W", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
242
+ tolerance("nfet_01v8_lvt", "L", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
243
+
244
+ # NangateOpenCellLibrary Digital gates input equivalence :
245
+ equivalent_pins("*AND2_1", "A", "B")
246
+ equivalent_pins("*AND2_2", "A", "B")
247
+ equivalent_pins("*AND2_4", "A", "B")
248
+ equivalent_pins("*AND3_1", "A", "B", "C")
249
+ equivalent_pins("*AND3_2", "A", "B", "C")
250
+ equivalent_pins("*AND3_4", "A", "B", "C")
251
+ equivalent_pins("*AND4_1", "A", "B", "C", "D")
252
+ equivalent_pins("*AND4_2", "A", "B", "C", "D")
253
+ equivalent_pins("*AND4_4", "A", "B", "C", "D")
254
+ equivalent_pins("*NAND2_1", "A", "B")
255
+ equivalent_pins("*NAND2_2", "A", "B")
256
+ equivalent_pins("*NAND2_4", "A", "B")
257
+ equivalent_pins("*NAND3_1", "A", "B", "C")
258
+ equivalent_pins("*NAND3_2", "A", "B", "C")
259
+ equivalent_pins("*NAND3_4", "A", "B", "C")
260
+ equivalent_pins("*NAND4_X1", "A", "B", "C", "D")
261
+ equivalent_pins("*NAND4_2", "A", "B", "C", "D")
262
+ equivalent_pins("*NAND4_4", "A", "B", "C", "D")
263
+ equivalent_pins("*OR2_1", "A", "B")
264
+ equivalent_pins("*OR2_2", "A", "B")
265
+ equivalent_pins("*OR2_4", "A", "B")
266
+ equivalent_pins("*OR3_1", "A", "B", "C")
267
+ equivalent_pins("*OR3_2", "A", "B", "C")
268
+ equivalent_pins("*OR3_4", "A", "B", "C")
269
+ equivalent_pins("*OR4_1", "A", "B", "C", "D")
270
+ equivalent_pins("*OR4_2", "A", "B", "C", "D")
271
+ equivalent_pins("*OR4_4", "A", "B", "C", "D")
272
+ equivalent_pins("*NOR2_1", "A", "B")
273
+ equivalent_pins("*NOR2_2", "A", "B")
274
+ equivalent_pins("*NOR2_4", "A", "B")
275
+ equivalent_pins("*NOR3_1", "A", "B", "C")
276
+ equivalent_pins("*NOR3_2", "A", "B", "C")
277
+ equivalent_pins("*NOR3_4", "A", "B", "C")
278
+ equivalent_pins("*NOR4_1", "A", "B", "C", "D")
279
+ equivalent_pins("*NOR4_2", "A", "B", "C", "D")
280
+ equivalent_pins("*NOR4_4", "A", "B", "C", "D")
281
+ equivalent_pins("*XOR2_1", "A", "B")
282
+ equivalent_pins("*XOR2_2", "A", "B")
283
+ equivalent_pins("*XNOR2_1", "A", "B")
284
+ equivalent_pins("*XNOR2_2", "A", "B")
285
+
286
+ #max_res(1000000)
287
+ #min_caps(1e-15)
288
+
289
+ if ! compare
290
+ #raise "ERROR : Netlists don't match"
291
+ puts "ERROR : Netlists don't match"
292
+ else
293
+ puts "INFO : Congratulations! Netlists match."
294
+ end</text>
295
+ </klayout-macro>
alu_w16_3ops_sky130_1000mhz/flow/lvs_extracted.cir ADDED
File without changes
alu_w16_3ops_sky130_1000mhz/flow/lvs_reference.cdl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68d10e735ddaad2ae9b692106a34310bcf0176d62e7f9b3c1c86b0b1a3f18af6
3
+ size 32962
alu_w16_3ops_sky130_1000mhz/flow/lvs_report.lyrdb ADDED
@@ -0,0 +1,4096 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #%lvsdb-klayout
2
+ J(
3
+ W(alu_w16_3ops)
4
+ U(0.001)
5
+ L(l3 '64/20')
6
+ L(l29 '64/5')
7
+ L(l27)
8
+ L(l28 '64/59')
9
+ L(l4 '66/20')
10
+ L(l30)
11
+ L(l15 '66/44')
12
+ L(l16 '67/20')
13
+ L(l31 '67/5')
14
+ L(l17 '67/44')
15
+ L(l18 '68/20')
16
+ L(l32 '68/5')
17
+ L(l19 '68/44')
18
+ L(l20 '69/20')
19
+ L(l33 '69/5')
20
+ L(l21 '69/44')
21
+ L(l22 '70/20')
22
+ L(l34)
23
+ L(l23 '70/44')
24
+ L(l24 '71/20')
25
+ L(l35)
26
+ L(l25 '71/44')
27
+ L(l26 '72/20')
28
+ L(l36 '72/5')
29
+ L(l9 '236/0')
30
+ L(l14)
31
+ L(l2)
32
+ L(l13)
33
+ L(l8)
34
+ C(l3 l3 l29 l14)
35
+ C(l29 l3 l29)
36
+ C(l27 l27 l9)
37
+ C(l28 l28 l9)
38
+ C(l4 l4 l30 l15)
39
+ C(l30 l4 l30)
40
+ C(l15 l4 l15 l16 l14 l2 l13 l8)
41
+ C(l16 l15 l16 l31 l17)
42
+ C(l31 l16 l31)
43
+ C(l17 l16 l17 l18)
44
+ C(l18 l17 l18 l32 l19)
45
+ C(l32 l18 l32)
46
+ C(l19 l18 l19 l20)
47
+ C(l20 l19 l20 l33 l21)
48
+ C(l33 l20 l33)
49
+ C(l21 l20 l21 l22)
50
+ C(l22 l21 l22 l34 l23)
51
+ C(l34 l22 l34)
52
+ C(l23 l22 l23 l24)
53
+ C(l24 l23 l24 l35 l25)
54
+ C(l35 l24 l35)
55
+ C(l25 l24 l25 l26)
56
+ C(l26 l25 l26 l36)
57
+ C(l36 l26 l36)
58
+ C(l9 l27 l28 l9 l13)
59
+ C(l14 l3 l15 l14)
60
+ C(l2 l15 l2)
61
+ C(l13 l15 l9 l13)
62
+ C(l8 l15 l8)
63
+ G(l9 VNB)
64
+ K(pfet_01v8 MOS4)
65
+ K(pfet_01v8_hvt MOS4)
66
+ K(pfet_g5v0d10v5 MOS4)
67
+ K(nfet_01v8 MOS4)
68
+ K(nfet_01v8_lvt MOS4)
69
+ K(nfet_g5v0d10v5 MOS4)
70
+ K(nfet_01v8_nvt MOS4)
71
+ D(D$pfet_01v8_hvt pfet_01v8_hvt
72
+ T(S
73
+ R(l2 (-335 -500) (260 1000))
74
+ )
75
+ T(G
76
+ R(l4 (-75 -500) (150 1000))
77
+ )
78
+ T(D
79
+ R(l2 (75 -500) (270 1000))
80
+ )
81
+ T(B
82
+ R(l3 (-75 -500) (150 1000))
83
+ )
84
+ )
85
+ D(D$pfet_01v8_hvt$1 pfet_01v8_hvt
86
+ T(S
87
+ R(l2 (-345 -500) (270 1000))
88
+ )
89
+ T(G
90
+ R(l4 (-75 -500) (150 1000))
91
+ )
92
+ T(D
93
+ R(l2 (75 -500) (260 1000))
94
+ )
95
+ T(B
96
+ R(l3 (-75 -500) (150 1000))
97
+ )
98
+ )
99
+ D(D$pfet_01v8_hvt$2 pfet_01v8_hvt
100
+ T(S
101
+ R(l2 (-375 -500) (300 1000))
102
+ )
103
+ T(G
104
+ R(l4 (-75 -500) (150 1000))
105
+ )
106
+ T(D
107
+ R(l2 (75 -500) (270 1000))
108
+ )
109
+ T(B
110
+ R(l3 (-75 -500) (150 1000))
111
+ )
112
+ )
113
+ D(D$pfet_01v8_hvt$3 pfet_01v8_hvt
114
+ T(S
115
+ R(l2 (-345 -500) (270 1000))
116
+ )
117
+ T(G
118
+ R(l4 (-75 -500) (150 1000))
119
+ )
120
+ T(D
121
+ R(l2 (75 -500) (730 1000))
122
+ )
123
+ T(B
124
+ R(l3 (-75 -500) (150 1000))
125
+ )
126
+ )
127
+ D(D$pfet_01v8_hvt$4 pfet_01v8_hvt
128
+ T(S
129
+ R(l2 (-805 -500) (730 1000))
130
+ )
131
+ T(G
132
+ R(l4 (-75 -500) (150 1000))
133
+ )
134
+ T(D
135
+ R(l2 (75 -500) (210 1000))
136
+ )
137
+ T(B
138
+ R(l3 (-75 -500) (150 1000))
139
+ )
140
+ )
141
+ D(D$pfet_01v8_hvt$5 pfet_01v8_hvt
142
+ T(S
143
+ R(l2 (-285 -500) (210 1000))
144
+ )
145
+ T(G
146
+ R(l4 (-75 -500) (150 1000))
147
+ )
148
+ T(D
149
+ R(l2 (75 -500) (330 1000))
150
+ )
151
+ T(B
152
+ R(l3 (-75 -500) (150 1000))
153
+ )
154
+ )
155
+ D(D$pfet_01v8_hvt$6 pfet_01v8_hvt
156
+ T(S
157
+ R(l2 (-405 -500) (330 1000))
158
+ )
159
+ T(G
160
+ R(l4 (-75 -500) (150 1000))
161
+ )
162
+ T(D
163
+ R(l2 (75 -500) (360 1000))
164
+ )
165
+ T(B
166
+ R(l3 (-75 -500) (150 1000))
167
+ )
168
+ )
169
+ D(D$pfet_01v8_hvt$7 pfet_01v8_hvt
170
+ T(S
171
+ R(l2 (-335 -210) (260 420))
172
+ )
173
+ T(G
174
+ R(l4 (-75 -210) (150 420))
175
+ )
176
+ T(D
177
+ Q(l2 (75 -210) (0 420) (130 0) (0 580) (260 0) (0 -1000))
178
+ )
179
+ T(B
180
+ R(l3 (-75 -210) (150 420))
181
+ )
182
+ )
183
+ D(D$pfet_01v8_hvt$8 pfet_01v8_hvt
184
+ T(S
185
+ Q(l2 (-465 -500) (0 420) (130 0) (0 580) (260 0) (0 -1000))
186
+ )
187
+ T(G
188
+ R(l4 (-75 -500) (150 1000))
189
+ )
190
+ T(D
191
+ R(l2 (75 -500) (210 1000))
192
+ )
193
+ T(B
194
+ R(l3 (-75 -500) (150 1000))
195
+ )
196
+ )
197
+ D(D$pfet_01v8_hvt$9 pfet_01v8_hvt
198
+ T(S
199
+ R(l2 (-285 -500) (210 1000))
200
+ )
201
+ T(G
202
+ R(l4 (-75 -500) (150 1000))
203
+ )
204
+ T(D
205
+ R(l2 (75 -500) (260 1000))
206
+ )
207
+ T(B
208
+ R(l3 (-75 -500) (150 1000))
209
+ )
210
+ )
211
+ D(D$pfet_01v8_hvt$10 pfet_01v8_hvt
212
+ T(S
213
+ R(l2 (-335 -500) (260 1000))
214
+ )
215
+ T(G
216
+ R(l4 (-75 -500) (150 1000))
217
+ )
218
+ T(D
219
+ R(l2 (75 -500) (210 1000))
220
+ )
221
+ T(B
222
+ R(l3 (-75 -500) (150 1000))
223
+ )
224
+ )
225
+ D(D$pfet_01v8_hvt$11 pfet_01v8_hvt
226
+ T(S
227
+ R(l2 (-335 -210) (260 420))
228
+ )
229
+ T(G
230
+ R(l4 (-75 -210) (150 420))
231
+ )
232
+ T(D
233
+ Q(l2 (75 -210) (0 420) (75 0) (0 580) (260 0) (0 -1000))
234
+ )
235
+ T(B
236
+ R(l3 (-75 -210) (150 420))
237
+ )
238
+ )
239
+ D(D$pfet_01v8_hvt$12 pfet_01v8_hvt
240
+ T(S
241
+ Q(l2 (-410 -500) (0 420) (75 0) (0 580) (260 0) (0 -1000))
242
+ )
243
+ T(G
244
+ R(l4 (-75 -500) (150 1000))
245
+ )
246
+ T(D
247
+ R(l2 (75 -500) (270 1000))
248
+ )
249
+ T(B
250
+ R(l3 (-75 -500) (150 1000))
251
+ )
252
+ )
253
+ D(D$pfet_01v8_hvt$13 pfet_01v8_hvt
254
+ T(S
255
+ R(l2 (-345 -500) (270 1000))
256
+ )
257
+ T(G
258
+ R(l4 (-75 -500) (150 1000))
259
+ )
260
+ T(D
261
+ R(l2 (75 -500) (265 1000))
262
+ )
263
+ T(B
264
+ R(l3 (-75 -500) (150 1000))
265
+ )
266
+ )
267
+ D(D$pfet_01v8_hvt$14 pfet_01v8_hvt
268
+ T(S
269
+ R(l2 (-335 -500) (260 1000))
270
+ )
271
+ T(G
272
+ R(l4 (-75 -500) (150 1000))
273
+ )
274
+ T(D
275
+ R(l2 (75 -500) (300 1000))
276
+ )
277
+ T(B
278
+ R(l3 (-75 -500) (150 1000))
279
+ )
280
+ )
281
+ D(D$pfet_01v8_hvt$15 pfet_01v8_hvt
282
+ T(S
283
+ R(l2 (-345 -500) (270 1000))
284
+ )
285
+ T(G
286
+ R(l4 (-75 -500) (150 1000))
287
+ )
288
+ T(D
289
+ R(l2 (75 -500) (270 1000))
290
+ )
291
+ T(B
292
+ R(l3 (-75 -500) (150 1000))
293
+ )
294
+ )
295
+ D(D$pfet_01v8_hvt$16 pfet_01v8_hvt
296
+ T(S
297
+ R(l2 (-340 -500) (265 1000))
298
+ )
299
+ T(G
300
+ R(l4 (-75 -500) (150 1000))
301
+ )
302
+ T(D
303
+ R(l2 (75 -500) (280 1000))
304
+ )
305
+ T(B
306
+ R(l3 (-75 -500) (150 1000))
307
+ )
308
+ )
309
+ D(D$pfet_01v8_hvt$17 pfet_01v8_hvt
310
+ T(S
311
+ R(l2 (-355 -500) (280 1000))
312
+ )
313
+ T(G
314
+ R(l4 (-75 -500) (150 1000))
315
+ )
316
+ T(D
317
+ R(l2 (75 -500) (295 1000))
318
+ )
319
+ T(B
320
+ R(l3 (-75 -500) (150 1000))
321
+ )
322
+ )
323
+ D(D$pfet_01v8_hvt$18 pfet_01v8_hvt
324
+ T(S
325
+ R(l2 (-370 -500) (295 1000))
326
+ )
327
+ T(G
328
+ R(l4 (-75 -500) (150 1000))
329
+ )
330
+ T(D
331
+ R(l2 (75 -500) (265 1000))
332
+ )
333
+ T(B
334
+ R(l3 (-75 -500) (150 1000))
335
+ )
336
+ )
337
+ D(D$pfet_01v8_hvt$19 pfet_01v8_hvt
338
+ T(S
339
+ R(l2 (-335 -210) (260 420))
340
+ )
341
+ T(G
342
+ R(l4 (-75 -210) (150 420))
343
+ )
344
+ T(D
345
+ R(l2 (75 -210) (210 420))
346
+ )
347
+ T(B
348
+ R(l3 (-75 -210) (150 420))
349
+ )
350
+ )
351
+ D(D$pfet_01v8_hvt$20 pfet_01v8_hvt
352
+ T(S
353
+ R(l2 (-285 -210) (210 420))
354
+ )
355
+ T(G
356
+ R(l4 (-75 -210) (150 420))
357
+ )
358
+ T(D
359
+ R(l2 (75 -210) (270 420))
360
+ )
361
+ T(B
362
+ R(l3 (-75 -210) (150 420))
363
+ )
364
+ )
365
+ D(D$pfet_01v8_hvt$21 pfet_01v8_hvt
366
+ T(S
367
+ R(l2 (-345 -210) (270 420))
368
+ )
369
+ T(G
370
+ R(l4 (-75 -210) (150 420))
371
+ )
372
+ T(D
373
+ R(l2 (75 -210) (210 420))
374
+ )
375
+ T(B
376
+ R(l3 (-75 -210) (150 420))
377
+ )
378
+ )
379
+ D(D$pfet_01v8_hvt$22 pfet_01v8_hvt
380
+ T(S
381
+ Q(l2 (165 -430) (0 220) (-90 0) (0 420) (130 0) (0 360) (435 0) (0 -1000))
382
+ )
383
+ T(G
384
+ R(l4 (-75 -210) (150 420))
385
+ )
386
+ T(D
387
+ R(l2 (-285 -210) (210 420))
388
+ )
389
+ T(B
390
+ R(l3 (-75 -210) (150 420))
391
+ )
392
+ )
393
+ D(D$pfet_01v8_hvt$23 pfet_01v8_hvt
394
+ T(S
395
+ Q(l2 (-550 -500) (0 220) (-90 0) (0 420) (130 0) (0 360) (435 0) (0 -1000))
396
+ )
397
+ T(G
398
+ R(l4 (-75 -500) (150 1000))
399
+ )
400
+ T(D
401
+ R(l2 (75 -500) (365 1000))
402
+ )
403
+ T(B
404
+ R(l3 (-75 -500) (150 1000))
405
+ )
406
+ )
407
+ D(D$pfet_01v8_hvt$24 pfet_01v8_hvt
408
+ T(S
409
+ R(l2 (-340 -210) (265 420))
410
+ )
411
+ T(G
412
+ R(l4 (-75 -210) (150 420))
413
+ )
414
+ T(D
415
+ R(l2 (75 -210) (290 420))
416
+ )
417
+ T(B
418
+ R(l3 (-75 -210) (150 420))
419
+ )
420
+ )
421
+ D(D$pfet_01v8_hvt$25 pfet_01v8_hvt
422
+ T(S
423
+ Q(l2 (205 -430) (0 220) (-130 0) (0 420) (620 0) (0 -640))
424
+ )
425
+ T(G
426
+ R(l4 (-75 -210) (150 420))
427
+ )
428
+ T(D
429
+ R(l2 (-365 -210) (290 420))
430
+ )
431
+ T(B
432
+ R(l3 (-75 -210) (150 420))
433
+ )
434
+ )
435
+ D(D$pfet_01v8_hvt$26 pfet_01v8_hvt
436
+ T(S
437
+ Q(l2 (-565 -320) (0 220) (-130 0) (0 420) (620 0) (0 -640))
438
+ )
439
+ T(G
440
+ R(l4 (-75 -320) (150 640))
441
+ )
442
+ T(D
443
+ R(l2 (75 -320) (265 640))
444
+ )
445
+ T(B
446
+ R(l3 (-75 -320) (150 640))
447
+ )
448
+ )
449
+ D(D$pfet_01v8_hvt$27 pfet_01v8_hvt
450
+ T(S
451
+ Q(l2 (-525 -320) (0 1000) (375 0) (0 -360) (75 0) (0 -640))
452
+ )
453
+ T(G
454
+ R(l4 (-75 -320) (150 640))
455
+ )
456
+ T(D
457
+ R(l2 (75 -320) (280 640))
458
+ )
459
+ T(B
460
+ R(l3 (-75 -320) (150 640))
461
+ )
462
+ )
463
+ D(D$pfet_01v8_hvt$28 pfet_01v8_hvt
464
+ T(S
465
+ R(l2 (-355 -500) (280 1000))
466
+ )
467
+ T(G
468
+ R(l4 (-75 -500) (150 1000))
469
+ )
470
+ T(D
471
+ Q(l2 (75 -500) (0 1000) (375 0) (0 -360) (75 0) (0 -640))
472
+ )
473
+ T(B
474
+ R(l3 (-75 -500) (150 1000))
475
+ )
476
+ )
477
+ D(D$pfet_01v8_hvt$29 pfet_01v8_hvt
478
+ T(S
479
+ R(l2 (-395 -420) (320 840))
480
+ )
481
+ T(G
482
+ R(l4 (-75 -420) (150 840))
483
+ )
484
+ T(D
485
+ R(l2 (75 -420) (380 840))
486
+ )
487
+ T(B
488
+ R(l3 (-75 -420) (150 840))
489
+ )
490
+ )
491
+ D(D$pfet_01v8_hvt$30 pfet_01v8_hvt
492
+ T(S
493
+ R(l2 (-455 -420) (380 840))
494
+ )
495
+ T(G
496
+ R(l4 (-75 -420) (150 840))
497
+ )
498
+ T(D
499
+ R(l2 (75 -420) (525 840))
500
+ )
501
+ T(B
502
+ R(l3 (-75 -420) (150 840))
503
+ )
504
+ )
505
+ D(D$pfet_01v8_hvt$31 pfet_01v8_hvt
506
+ T(S
507
+ R(l2 (-335 -500) (260 1000))
508
+ )
509
+ T(G
510
+ R(l4 (-75 -500) (150 1000))
511
+ )
512
+ T(D
513
+ Q(l2 (75 -500) (0 1000) (250 0) (0 -740) (10 0) (0 -260))
514
+ )
515
+ T(B
516
+ R(l3 (-75 -500) (150 1000))
517
+ )
518
+ )
519
+ D(D$pfet_01v8_hvt$32 pfet_01v8_hvt
520
+ T(S
521
+ Q(l2 (-685 -320) (0 840) (500 0) (0 -200) (110 0) (0 -640))
522
+ )
523
+ T(G
524
+ R(l4 (-75 -320) (150 640))
525
+ )
526
+ T(D
527
+ Q(l2 (75 -320) (0 640) (300 0) (0 160) (425 0) (0 -640) (-250 0) (0 -160))
528
+ )
529
+ T(B
530
+ R(l3 (-75 -320) (150 640))
531
+ )
532
+ )
533
+ D(D$pfet_01v8_hvt$33 pfet_01v8_hvt
534
+ T(S
535
+ Q(l2 (-800 -480) (0 640) (300 0) (0 160) (425 0) (0 -640) (-250 0) (0 -160))
536
+ )
537
+ T(G
538
+ R(l4 (-75 -320) (150 640))
539
+ )
540
+ T(D
541
+ Q(l2 (75 -320) (0 640) (75 0) (0 200) (290 0) (0 -840))
542
+ )
543
+ T(B
544
+ R(l3 (-75 -320) (150 640))
545
+ )
546
+ )
547
+ D(D$pfet_01v8_hvt$34 pfet_01v8_hvt
548
+ T(S
549
+ Q(l2 (-490 -420) (0 340) (-10 0) (0 500) (425 0) (0 -840))
550
+ )
551
+ T(G
552
+ R(l4 (-75 -420) (150 840))
553
+ )
554
+ T(D
555
+ Q(l2 (75 -420) (0 840) (500 0) (0 -200) (110 0) (0 -640))
556
+ )
557
+ T(B
558
+ R(l3 (-75 -420) (150 840))
559
+ )
560
+ )
561
+ D(D$pfet_01v8_hvt$35 pfet_01v8_hvt
562
+ T(S
563
+ Q(l2 (150 -580) (0 160) (-75 0) (0 840) (355 0) (0 -1000))
564
+ )
565
+ T(G
566
+ R(l4 (-75 -420) (150 840))
567
+ )
568
+ T(D
569
+ Q(l2 (-440 -420) (0 640) (75 0) (0 200) (290 0) (0 -840))
570
+ )
571
+ T(B
572
+ R(l3 (-75 -420) (150 840))
573
+ )
574
+ )
575
+ D(D$pfet_01v8_hvt$36 pfet_01v8_hvt
576
+ T(S
577
+ Q(l2 (-355 -500) (0 160) (-75 0) (0 840) (355 0) (0 -1000))
578
+ )
579
+ T(G
580
+ R(l4 (-75 -500) (150 1000))
581
+ )
582
+ T(D
583
+ R(l2 (75 -500) (270 1000))
584
+ )
585
+ T(B
586
+ R(l3 (-75 -500) (150 1000))
587
+ )
588
+ )
589
+ D(D$pfet_01v8_hvt$37 pfet_01v8_hvt
590
+ T(S
591
+ R(l2 (-345 -500) (270 1000))
592
+ )
593
+ T(G
594
+ R(l4 (-75 -500) (150 1000))
595
+ )
596
+ T(D
597
+ R(l2 (75 -500) (285 1000))
598
+ )
599
+ T(B
600
+ R(l3 (-75 -500) (150 1000))
601
+ )
602
+ )
603
+ D(D$pfet_01v8_hvt$38 pfet_01v8_hvt
604
+ T(S
605
+ R(l2 (-345 -500) (270 1000))
606
+ )
607
+ T(G
608
+ R(l4 (-75 -500) (150 1000))
609
+ )
610
+ T(D
611
+ R(l2 (75 -500) (785 1000))
612
+ )
613
+ T(B
614
+ R(l3 (-75 -500) (150 1000))
615
+ )
616
+ )
617
+ D(D$pfet_01v8_hvt$39 pfet_01v8_hvt
618
+ T(S
619
+ R(l2 (-860 -500) (785 1000))
620
+ )
621
+ T(G
622
+ R(l4 (-75 -500) (150 1000))
623
+ )
624
+ T(D
625
+ R(l2 (75 -500) (300 1000))
626
+ )
627
+ T(B
628
+ R(l3 (-75 -500) (150 1000))
629
+ )
630
+ )
631
+ D(D$pfet_01v8_hvt$40 pfet_01v8_hvt
632
+ T(S
633
+ Q(l2 (-680 -320) (0 840) (495 0) (0 -200) (110 0) (0 -640))
634
+ )
635
+ T(G
636
+ R(l4 (-75 -320) (150 640))
637
+ )
638
+ T(D
639
+ Q(l2 (75 -320) (0 640) (300 0) (0 160) (425 0) (0 -640) (-250 0) (0 -160))
640
+ )
641
+ T(B
642
+ R(l3 (-75 -320) (150 640))
643
+ )
644
+ )
645
+ D(D$pfet_01v8_hvt$41 pfet_01v8_hvt
646
+ T(S
647
+ R(l2 (-495 -420) (420 840))
648
+ )
649
+ T(G
650
+ R(l4 (-75 -420) (150 840))
651
+ )
652
+ T(D
653
+ Q(l2 (75 -420) (0 840) (495 0) (0 -200) (110 0) (0 -640))
654
+ )
655
+ T(B
656
+ R(l3 (-75 -420) (150 840))
657
+ )
658
+ )
659
+ D(D$pfet_01v8_hvt$42 pfet_01v8_hvt
660
+ T(S
661
+ Q(l2 (-440 -320) (0 1000) (290 0) (0 -360) (75 0) (0 -640))
662
+ )
663
+ T(G
664
+ R(l4 (-75 -320) (150 640))
665
+ )
666
+ T(D
667
+ R(l2 (75 -320) (280 640))
668
+ )
669
+ T(B
670
+ R(l3 (-75 -320) (150 640))
671
+ )
672
+ )
673
+ D(D$pfet_01v8_hvt$43 pfet_01v8_hvt
674
+ T(S
675
+ R(l2 (-355 -500) (280 1000))
676
+ )
677
+ T(G
678
+ R(l4 (-75 -500) (150 1000))
679
+ )
680
+ T(D
681
+ Q(l2 (75 -500) (0 1000) (290 0) (0 -360) (75 0) (0 -640))
682
+ )
683
+ T(B
684
+ R(l3 (-75 -500) (150 1000))
685
+ )
686
+ )
687
+ D(D$pfet_01v8_hvt$44 pfet_01v8_hvt
688
+ T(S
689
+ Q(l2 (-330 -500) (0 690) (-5 0) (0 310) (260 0) (0 -1000))
690
+ )
691
+ T(G
692
+ R(l4 (-75 -500) (150 1000))
693
+ )
694
+ T(D
695
+ R(l2 (75 -500) (260 1000))
696
+ )
697
+ T(B
698
+ R(l3 (-75 -500) (150 1000))
699
+ )
700
+ )
701
+ D(D$pfet_01v8_hvt$45 pfet_01v8_hvt
702
+ T(S
703
+ Q(l2 (-325 -420) (0 140) (-85 0) (0 840) (260 0) (0 -140) (75 0) (0 -840))
704
+ )
705
+ T(G
706
+ R(l4 (-75 -420) (150 840))
707
+ )
708
+ T(D
709
+ Q(l2 (75 -420) (0 840) (380 0) (0 -210) (5 0) (0 -630))
710
+ )
711
+ T(B
712
+ R(l3 (-75 -420) (150 840))
713
+ )
714
+ )
715
+ D(D$pfet_01v8_hvt$46 pfet_01v8_hvt
716
+ T(S
717
+ Q(l2 (160 -560) (0 140) (-85 0) (0 840) (260 0) (0 -140) (75 0) (0 -840))
718
+ )
719
+ T(G
720
+ R(l4 (-75 -420) (150 840))
721
+ )
722
+ T(D
723
+ R(l2 (-400 -420) (325 840))
724
+ )
725
+ T(B
726
+ R(l3 (-75 -420) (150 840))
727
+ )
728
+ )
729
+ D(D$pfet_01v8_hvt$47 pfet_01v8_hvt
730
+ T(S
731
+ R(l2 (-340 -500) (265 1000))
732
+ )
733
+ T(G
734
+ R(l4 (-75 -500) (150 1000))
735
+ )
736
+ T(D
737
+ R(l2 (75 -500) (270 1000))
738
+ )
739
+ T(B
740
+ R(l3 (-75 -500) (150 1000))
741
+ )
742
+ )
743
+ D(D$pfet_01v8_hvt$48 pfet_01v8_hvt
744
+ T(S
745
+ R(l2 (-345 -500) (270 1000))
746
+ )
747
+ T(G
748
+ R(l4 (-75 -500) (150 1000))
749
+ )
750
+ T(D
751
+ R(l2 (75 -500) (280 1000))
752
+ )
753
+ T(B
754
+ R(l3 (-75 -500) (150 1000))
755
+ )
756
+ )
757
+ D(D$pfet_01v8_hvt$49 pfet_01v8_hvt
758
+ T(S
759
+ R(l2 (-355 -500) (280 1000))
760
+ )
761
+ T(G
762
+ R(l4 (-75 -500) (150 1000))
763
+ )
764
+ T(D
765
+ R(l2 (75 -500) (265 1000))
766
+ )
767
+ T(B
768
+ R(l3 (-75 -500) (150 1000))
769
+ )
770
+ )
771
+ D(D$pfet_01v8_hvt$50 pfet_01v8_hvt
772
+ T(S
773
+ R(l2 (-335 -500) (260 1000))
774
+ )
775
+ T(G
776
+ R(l4 (-75 -500) (150 1000))
777
+ )
778
+ T(D
779
+ R(l2 (75 -500) (260 1000))
780
+ )
781
+ T(B
782
+ R(l3 (-75 -500) (150 1000))
783
+ )
784
+ )
785
+ D(D$pfet_01v8_hvt$51 pfet_01v8_hvt
786
+ T(S
787
+ R(l2 (-335 -210) (260 420))
788
+ )
789
+ T(G
790
+ R(l4 (-75 -210) (150 420))
791
+ )
792
+ T(D
793
+ R(l2 (75 -210) (260 420))
794
+ )
795
+ T(B
796
+ R(l3 (-75 -210) (150 420))
797
+ )
798
+ )
799
+ D(D$pfet_01v8_hvt$52 pfet_01v8_hvt
800
+ T(S
801
+ R(l2 (-355 -500) (280 1000))
802
+ )
803
+ T(G
804
+ R(l4 (-75 -500) (150 1000))
805
+ )
806
+ T(D
807
+ R(l2 (75 -500) (655 1000))
808
+ )
809
+ T(B
810
+ R(l3 (-75 -500) (150 1000))
811
+ )
812
+ )
813
+ D(D$pfet_01v8_hvt$53 pfet_01v8_hvt
814
+ T(S
815
+ R(l2 (-730 -500) (655 1000))
816
+ )
817
+ T(G
818
+ R(l4 (-75 -500) (150 1000))
819
+ )
820
+ T(D
821
+ R(l2 (75 -500) (390 1000))
822
+ )
823
+ T(B
824
+ R(l3 (-75 -500) (150 1000))
825
+ )
826
+ )
827
+ D(D$pfet_01v8_hvt$54 pfet_01v8_hvt
828
+ T(S
829
+ R(l2 (-465 -500) (390 1000))
830
+ )
831
+ T(G
832
+ R(l4 (-75 -500) (150 1000))
833
+ )
834
+ T(D
835
+ R(l2 (75 -500) (305 1000))
836
+ )
837
+ T(B
838
+ R(l3 (-75 -500) (150 1000))
839
+ )
840
+ )
841
+ D(D$pfet_01v8_hvt$55 pfet_01v8_hvt
842
+ T(S
843
+ R(l2 (-380 -500) (305 1000))
844
+ )
845
+ T(G
846
+ R(l4 (-75 -500) (150 1000))
847
+ )
848
+ T(D
849
+ R(l2 (75 -500) (260 1000))
850
+ )
851
+ T(B
852
+ R(l3 (-75 -500) (150 1000))
853
+ )
854
+ )
855
+ D(D$pfet_01v8_hvt$56 pfet_01v8_hvt
856
+ T(S
857
+ R(l2 (-355 -500) (280 1000))
858
+ )
859
+ T(G
860
+ R(l4 (-75 -500) (150 1000))
861
+ )
862
+ T(D
863
+ R(l2 (75 -500) (270 1000))
864
+ )
865
+ T(B
866
+ R(l3 (-75 -500) (150 1000))
867
+ )
868
+ )
869
+ D(D$pfet_01v8_hvt$57 pfet_01v8_hvt
870
+ T(S
871
+ R(l2 (-345 -500) (270 1000))
872
+ )
873
+ T(G
874
+ R(l4 (-75 -500) (150 1000))
875
+ )
876
+ T(D
877
+ R(l2 (75 -500) (280 1000))
878
+ )
879
+ T(B
880
+ R(l3 (-75 -500) (150 1000))
881
+ )
882
+ )
883
+ D(D$pfet_01v8_hvt$58 pfet_01v8_hvt
884
+ T(S
885
+ R(l2 (-345 -500) (270 1000))
886
+ )
887
+ T(G
888
+ R(l4 (-75 -500) (150 1000))
889
+ )
890
+ T(D
891
+ R(l2 (75 -500) (305 1000))
892
+ )
893
+ T(B
894
+ R(l3 (-75 -500) (150 1000))
895
+ )
896
+ )
897
+ D(D$pfet_01v8_hvt$59 pfet_01v8_hvt
898
+ T(S
899
+ R(l2 (-350 -500) (275 1000))
900
+ )
901
+ T(G
902
+ R(l4 (-75 -500) (150 1000))
903
+ )
904
+ T(D
905
+ R(l2 (75 -500) (270 1000))
906
+ )
907
+ T(B
908
+ R(l3 (-75 -500) (150 1000))
909
+ )
910
+ )
911
+ D(D$pfet_01v8_hvt$60 pfet_01v8_hvt
912
+ T(S
913
+ R(l2 (-340 -320) (265 640))
914
+ )
915
+ T(G
916
+ R(l4 (-75 -320) (150 640))
917
+ )
918
+ T(D
919
+ R(l2 (75 -320) (240 640))
920
+ )
921
+ T(B
922
+ R(l3 (-75 -320) (150 640))
923
+ )
924
+ )
925
+ D(D$pfet_01v8_hvt$61 pfet_01v8_hvt
926
+ T(S
927
+ R(l2 (-315 -320) (240 640))
928
+ )
929
+ T(G
930
+ R(l4 (-75 -320) (150 640))
931
+ )
932
+ T(D
933
+ R(l2 (75 -320) (280 640))
934
+ )
935
+ T(B
936
+ R(l3 (-75 -320) (150 640))
937
+ )
938
+ )
939
+ D(D$pfet_01v8_hvt$62 pfet_01v8_hvt
940
+ T(S
941
+ R(l2 (-355 -320) (280 640))
942
+ )
943
+ T(G
944
+ R(l4 (-75 -320) (150 640))
945
+ )
946
+ T(D
947
+ R(l2 (75 -320) (285 640))
948
+ )
949
+ T(B
950
+ R(l3 (-75 -320) (150 640))
951
+ )
952
+ )
953
+ D(D$pfet_01v8_hvt$63 pfet_01v8_hvt
954
+ T(S
955
+ R(l2 (-355 -500) (280 1000))
956
+ )
957
+ T(G
958
+ R(l4 (-75 -500) (150 1000))
959
+ )
960
+ T(D
961
+ R(l2 (75 -500) (280 1000))
962
+ )
963
+ T(B
964
+ R(l3 (-75 -500) (150 1000))
965
+ )
966
+ )
967
+ D(D$pfet_01v8_hvt$64 pfet_01v8_hvt
968
+ T(S
969
+ R(l2 (-340 -210) (265 420))
970
+ )
971
+ T(G
972
+ R(l4 (-75 -210) (150 420))
973
+ )
974
+ T(D
975
+ R(l2 (75 -210) (265 420))
976
+ )
977
+ T(B
978
+ R(l3 (-75 -210) (150 420))
979
+ )
980
+ )
981
+ D(D$pfet_01v8_hvt$65 pfet_01v8_hvt
982
+ T(S
983
+ R(l2 (-355 -500) (280 1000))
984
+ )
985
+ T(G
986
+ R(l4 (-75 -500) (150 1000))
987
+ )
988
+ T(D
989
+ R(l2 (75 -500) (745 1000))
990
+ )
991
+ T(B
992
+ R(l3 (-75 -500) (150 1000))
993
+ )
994
+ )
995
+ D(D$pfet_01v8_hvt$66 pfet_01v8_hvt
996
+ T(S
997
+ R(l2 (-820 -500) (745 1000))
998
+ )
999
+ T(G
1000
+ R(l4 (-75 -500) (150 1000))
1001
+ )
1002
+ T(D
1003
+ R(l2 (75 -500) (235 1000))
1004
+ )
1005
+ T(B
1006
+ R(l3 (-75 -500) (150 1000))
1007
+ )
1008
+ )
1009
+ D(D$pfet_01v8_hvt$67 pfet_01v8_hvt
1010
+ T(S
1011
+ R(l2 (-310 -500) (235 1000))
1012
+ )
1013
+ T(G
1014
+ R(l4 (-75 -500) (150 1000))
1015
+ )
1016
+ T(D
1017
+ R(l2 (75 -500) (470 1000))
1018
+ )
1019
+ T(B
1020
+ R(l3 (-75 -500) (150 1000))
1021
+ )
1022
+ )
1023
+ D(D$pfet_01v8_hvt$68 pfet_01v8_hvt
1024
+ T(S
1025
+ R(l2 (-545 -500) (470 1000))
1026
+ )
1027
+ T(G
1028
+ R(l4 (-75 -500) (150 1000))
1029
+ )
1030
+ T(D
1031
+ R(l2 (75 -500) (210 1000))
1032
+ )
1033
+ T(B
1034
+ R(l3 (-75 -500) (150 1000))
1035
+ )
1036
+ )
1037
+ D(D$pfet_01v8_hvt$69 pfet_01v8_hvt
1038
+ T(S
1039
+ R(l2 (-345 -500) (270 1000))
1040
+ )
1041
+ T(G
1042
+ R(l4 (-75 -500) (150 1000))
1043
+ )
1044
+ T(D
1045
+ R(l2 (75 -500) (300 1000))
1046
+ )
1047
+ T(B
1048
+ R(l3 (-75 -500) (150 1000))
1049
+ )
1050
+ )
1051
+ D(D$pfet_01v8_hvt$70 pfet_01v8_hvt
1052
+ T(S
1053
+ R(l2 (-345 -500) (270 1000))
1054
+ )
1055
+ T(G
1056
+ R(l4 (-75 -500) (150 1000))
1057
+ )
1058
+ T(D
1059
+ R(l2 (75 -500) (330 1000))
1060
+ )
1061
+ T(B
1062
+ R(l3 (-75 -500) (150 1000))
1063
+ )
1064
+ )
1065
+ D(D$pfet_01v8_hvt$71 pfet_01v8_hvt
1066
+ T(S
1067
+ R(l2 (-405 -500) (330 1000))
1068
+ )
1069
+ T(G
1070
+ R(l4 (-75 -500) (150 1000))
1071
+ )
1072
+ T(D
1073
+ R(l2 (75 -500) (260 1000))
1074
+ )
1075
+ T(B
1076
+ R(l3 (-75 -500) (150 1000))
1077
+ )
1078
+ )
1079
+ D(D$pfet_01v8_hvt$72 pfet_01v8_hvt
1080
+ T(S
1081
+ R(l2 (-285 -210) (210 420))
1082
+ )
1083
+ T(G
1084
+ R(l4 (-75 -210) (150 420))
1085
+ )
1086
+ T(D
1087
+ R(l2 (75 -210) (325 420))
1088
+ )
1089
+ T(B
1090
+ R(l3 (-75 -210) (150 420))
1091
+ )
1092
+ )
1093
+ D(D$pfet_01v8_hvt$73 pfet_01v8_hvt
1094
+ T(S
1095
+ R(l2 (-400 -210) (325 420))
1096
+ )
1097
+ T(G
1098
+ R(l4 (-75 -210) (150 420))
1099
+ )
1100
+ T(D
1101
+ Q(l2 (75 -210) (0 420) (75 0) (0 580) (265 0) (0 -1000))
1102
+ )
1103
+ T(B
1104
+ R(l3 (-75 -210) (150 420))
1105
+ )
1106
+ )
1107
+ D(D$pfet_01v8_hvt$74 pfet_01v8_hvt
1108
+ T(S
1109
+ Q(l2 (-415 -500) (0 420) (75 0) (0 580) (265 0) (0 -1000))
1110
+ )
1111
+ T(G
1112
+ R(l4 (-75 -500) (150 1000))
1113
+ )
1114
+ T(D
1115
+ R(l2 (75 -500) (275 1000))
1116
+ )
1117
+ T(B
1118
+ R(l3 (-75 -500) (150 1000))
1119
+ )
1120
+ )
1121
+ D(D$pfet_01v8_hvt$75 pfet_01v8_hvt
1122
+ T(S
1123
+ R(l2 (-340 -500) (265 1000))
1124
+ )
1125
+ T(G
1126
+ R(l4 (-75 -500) (150 1000))
1127
+ )
1128
+ T(D
1129
+ R(l2 (75 -500) (345 1000))
1130
+ )
1131
+ T(B
1132
+ R(l3 (-75 -500) (150 1000))
1133
+ )
1134
+ )
1135
+ D(D$pfet_01v8_hvt$76 pfet_01v8_hvt
1136
+ T(S
1137
+ R(l2 (-420 -500) (345 1000))
1138
+ )
1139
+ T(G
1140
+ R(l4 (-75 -500) (150 1000))
1141
+ )
1142
+ T(D
1143
+ R(l2 (75 -500) (320 1000))
1144
+ )
1145
+ T(B
1146
+ R(l3 (-75 -500) (150 1000))
1147
+ )
1148
+ )
1149
+ D(D$pfet_01v8_hvt$77 pfet_01v8_hvt
1150
+ T(S
1151
+ R(l2 (-395 -500) (320 1000))
1152
+ )
1153
+ T(G
1154
+ R(l4 (-75 -500) (150 1000))
1155
+ )
1156
+ T(D
1157
+ R(l2 (75 -500) (330 1000))
1158
+ )
1159
+ T(B
1160
+ R(l3 (-75 -500) (150 1000))
1161
+ )
1162
+ )
1163
+ D(D$pfet_01v8_hvt$78 pfet_01v8_hvt
1164
+ T(S
1165
+ R(l2 (-405 -500) (330 1000))
1166
+ )
1167
+ T(G
1168
+ R(l4 (-75 -500) (150 1000))
1169
+ )
1170
+ T(D
1171
+ R(l2 (75 -500) (330 1000))
1172
+ )
1173
+ T(B
1174
+ R(l3 (-75 -500) (150 1000))
1175
+ )
1176
+ )
1177
+ D(D$pfet_01v8_hvt$79 pfet_01v8_hvt
1178
+ T(S
1179
+ R(l2 (-405 -500) (330 1000))
1180
+ )
1181
+ T(G
1182
+ R(l4 (-75 -500) (150 1000))
1183
+ )
1184
+ T(D
1185
+ R(l2 (75 -500) (320 1000))
1186
+ )
1187
+ T(B
1188
+ R(l3 (-75 -500) (150 1000))
1189
+ )
1190
+ )
1191
+ D(D$pfet_01v8_hvt$80 pfet_01v8_hvt
1192
+ T(S
1193
+ R(l2 (-335 -420) (260 840))
1194
+ )
1195
+ T(G
1196
+ R(l4 (-75 -420) (150 840))
1197
+ )
1198
+ T(D
1199
+ R(l2 (75 -420) (270 840))
1200
+ )
1201
+ T(B
1202
+ R(l3 (-75 -420) (150 840))
1203
+ )
1204
+ )
1205
+ D(D$pfet_01v8_hvt$81 pfet_01v8_hvt
1206
+ T(S
1207
+ R(l2 (-345 -420) (270 840))
1208
+ )
1209
+ T(G
1210
+ R(l4 (-75 -420) (150 840))
1211
+ )
1212
+ T(D
1213
+ R(l2 (75 -420) (280 840))
1214
+ )
1215
+ T(B
1216
+ R(l3 (-75 -420) (150 840))
1217
+ )
1218
+ )
1219
+ D(D$pfet_01v8_hvt$82 pfet_01v8_hvt
1220
+ T(S
1221
+ R(l2 (-405 -500) (330 1000))
1222
+ )
1223
+ T(G
1224
+ R(l4 (-75 -500) (150 1000))
1225
+ )
1226
+ T(D
1227
+ R(l2 (75 -500) (300 1000))
1228
+ )
1229
+ T(B
1230
+ R(l3 (-75 -500) (150 1000))
1231
+ )
1232
+ )
1233
+ D(D$pfet_01v8_hvt$83 pfet_01v8_hvt
1234
+ T(S
1235
+ Q(l2 (-325 -500) (0 710) (-10 0) (0 290) (260 0) (0 -1000))
1236
+ )
1237
+ T(G
1238
+ R(l4 (-75 -500) (150 1000))
1239
+ )
1240
+ T(D
1241
+ R(l2 (75 -500) (320 1000))
1242
+ )
1243
+ T(B
1244
+ R(l3 (-75 -500) (150 1000))
1245
+ )
1246
+ )
1247
+ D(D$pfet_01v8_hvt$84 pfet_01v8_hvt
1248
+ T(S
1249
+ R(l2 (-395 -500) (320 1000))
1250
+ )
1251
+ T(G
1252
+ R(l4 (-75 -500) (150 1000))
1253
+ )
1254
+ T(D
1255
+ R(l2 (75 -500) (310 1000))
1256
+ )
1257
+ T(B
1258
+ R(l3 (-75 -500) (150 1000))
1259
+ )
1260
+ )
1261
+ D(D$pfet_01v8_hvt$85 pfet_01v8_hvt
1262
+ T(S
1263
+ R(l2 (-385 -500) (310 1000))
1264
+ )
1265
+ T(G
1266
+ R(l4 (-75 -500) (150 1000))
1267
+ )
1268
+ T(D
1269
+ R(l2 (75 -500) (260 1000))
1270
+ )
1271
+ T(B
1272
+ R(l3 (-75 -500) (150 1000))
1273
+ )
1274
+ )
1275
+ D(D$pfet_01v8_hvt$86 pfet_01v8_hvt
1276
+ T(S
1277
+ R(l2 (-345 -500) (270 1000))
1278
+ )
1279
+ T(G
1280
+ R(l4 (-75 -500) (150 1000))
1281
+ )
1282
+ T(D
1283
+ Q(l2 (75 -500) (0 1000) (250 0) (0 -715) (10 0) (0 -285))
1284
+ )
1285
+ T(B
1286
+ R(l3 (-75 -500) (150 1000))
1287
+ )
1288
+ )
1289
+ D(D$pfet_01v8_hvt$87 pfet_01v8_hvt
1290
+ T(S
1291
+ R(l2 (-335 -500) (260 1000))
1292
+ )
1293
+ T(G
1294
+ R(l4 (-75 -500) (150 1000))
1295
+ )
1296
+ T(D
1297
+ R(l2 (75 -500) (275 1000))
1298
+ )
1299
+ T(B
1300
+ R(l3 (-75 -500) (150 1000))
1301
+ )
1302
+ )
1303
+ D(D$pfet_01v8_hvt$88 pfet_01v8_hvt
1304
+ T(S
1305
+ R(l2 (-350 -500) (275 1000))
1306
+ )
1307
+ T(G
1308
+ R(l4 (-75 -500) (150 1000))
1309
+ )
1310
+ T(D
1311
+ R(l2 (75 -500) (280 1000))
1312
+ )
1313
+ T(B
1314
+ R(l3 (-75 -500) (150 1000))
1315
+ )
1316
+ )
1317
+ D(D$pfet_01v8_hvt$89 pfet_01v8_hvt
1318
+ T(S
1319
+ R(l2 (-285 -500) (210 1000))
1320
+ )
1321
+ T(G
1322
+ R(l4 (-75 -500) (150 1000))
1323
+ )
1324
+ T(D
1325
+ Q(l2 (75 -500) (0 1000) (390 0) (0 -700) (-140 0) (0 -300))
1326
+ )
1327
+ T(B
1328
+ R(l3 (-75 -500) (150 1000))
1329
+ )
1330
+ )
1331
+ D(D$pfet_01v8_hvt$90 pfet_01v8_hvt
1332
+ T(S
1333
+ Q(l2 (-465 -650) (0 1000) (390 0) (0 -700) (-140 0) (0 -300))
1334
+ )
1335
+ T(G
1336
+ R(l4 (-75 -350) (150 700))
1337
+ )
1338
+ T(D
1339
+ R(l2 (75 -350) (260 700))
1340
+ )
1341
+ T(B
1342
+ R(l3 (-75 -350) (150 700))
1343
+ )
1344
+ )
1345
+ D(D$pfet_01v8_hvt$91 pfet_01v8_hvt
1346
+ T(S
1347
+ R(l2 (-335 -500) (260 1000))
1348
+ )
1349
+ T(G
1350
+ R(l4 (-75 -500) (150 1000))
1351
+ )
1352
+ T(D
1353
+ R(l2 (75 -500) (225 1000))
1354
+ )
1355
+ T(B
1356
+ R(l3 (-75 -500) (150 1000))
1357
+ )
1358
+ )
1359
+ D(D$pfet_01v8_hvt$92 pfet_01v8_hvt
1360
+ T(S
1361
+ R(l2 (-300 -500) (225 1000))
1362
+ )
1363
+ T(G
1364
+ R(l4 (-75 -500) (150 1000))
1365
+ )
1366
+ T(D
1367
+ R(l2 (75 -500) (465 1000))
1368
+ )
1369
+ T(B
1370
+ R(l3 (-75 -500) (150 1000))
1371
+ )
1372
+ )
1373
+ D(D$pfet_01v8_hvt$93 pfet_01v8_hvt
1374
+ T(S
1375
+ R(l2 (-540 -500) (465 1000))
1376
+ )
1377
+ T(G
1378
+ R(l4 (-75 -500) (150 1000))
1379
+ )
1380
+ T(D
1381
+ R(l2 (75 -500) (210 1000))
1382
+ )
1383
+ T(B
1384
+ R(l3 (-75 -500) (150 1000))
1385
+ )
1386
+ )
1387
+ D(D$pfet_01v8_hvt$94 pfet_01v8_hvt
1388
+ T(S
1389
+ R(l2 (-285 -500) (210 1000))
1390
+ )
1391
+ T(G
1392
+ R(l4 (-75 -500) (150 1000))
1393
+ )
1394
+ T(D
1395
+ R(l2 (75 -500) (270 1000))
1396
+ )
1397
+ T(B
1398
+ R(l3 (-75 -500) (150 1000))
1399
+ )
1400
+ )
1401
+ D(D$pfet_01v8_hvt$95 pfet_01v8_hvt
1402
+ T(S
1403
+ R(l2 (-380 -500) (305 1000))
1404
+ )
1405
+ T(G
1406
+ R(l4 (-75 -500) (150 1000))
1407
+ )
1408
+ T(D
1409
+ R(l2 (75 -500) (325 1000))
1410
+ )
1411
+ T(B
1412
+ R(l3 (-75 -500) (150 1000))
1413
+ )
1414
+ )
1415
+ D(D$pfet_01v8_hvt$96 pfet_01v8_hvt
1416
+ T(S
1417
+ R(l2 (-400 -500) (325 1000))
1418
+ )
1419
+ T(G
1420
+ R(l4 (-75 -500) (150 1000))
1421
+ )
1422
+ T(D
1423
+ R(l2 (75 -500) (270 1000))
1424
+ )
1425
+ T(B
1426
+ R(l3 (-75 -500) (150 1000))
1427
+ )
1428
+ )
1429
+ D(D$pfet_01v8_hvt$97 pfet_01v8_hvt
1430
+ T(S
1431
+ R(l2 (-335 -210) (260 420))
1432
+ )
1433
+ T(G
1434
+ R(l4 (-75 -210) (150 420))
1435
+ )
1436
+ T(D
1437
+ R(l2 (75 -210) (270 420))
1438
+ )
1439
+ T(B
1440
+ R(l3 (-75 -210) (150 420))
1441
+ )
1442
+ )
1443
+ D(D$pfet_01v8_hvt$98 pfet_01v8_hvt
1444
+ T(S
1445
+ R(l2 (-345 -210) (270 420))
1446
+ )
1447
+ T(G
1448
+ R(l4 (-75 -210) (150 420))
1449
+ )
1450
+ T(D
1451
+ R(l2 (75 -210) (315 420))
1452
+ )
1453
+ T(B
1454
+ R(l3 (-75 -210) (150 420))
1455
+ )
1456
+ )
1457
+ D(D$pfet_01v8_hvt$99 pfet_01v8_hvt
1458
+ T(S
1459
+ Q(l2 (150 -225) (0 15) (-75 0) (0 420) (75 0) (0 270) (-10 0) (0 295) (260 0) (0 -1000))
1460
+ )
1461
+ T(G
1462
+ R(l4 (-75 -210) (150 420))
1463
+ )
1464
+ T(D
1465
+ R(l2 (-390 -210) (315 420))
1466
+ )
1467
+ T(B
1468
+ R(l3 (-75 -210) (150 420))
1469
+ )
1470
+ )
1471
+ D(D$pfet_01v8_hvt$100 pfet_01v8_hvt
1472
+ T(S
1473
+ Q(l2 (-325 -500) (0 15) (-75 0) (0 420) (75 0) (0 270) (-10 0) (0 295) (260 0) (0 -1000))
1474
+ )
1475
+ T(G
1476
+ R(l4 (-75 -500) (150 1000))
1477
+ )
1478
+ T(D
1479
+ R(l2 (75 -500) (260 1000))
1480
+ )
1481
+ T(B
1482
+ R(l3 (-75 -500) (150 1000))
1483
+ )
1484
+ )
1485
+ D(D$pfet_01v8_hvt$101 pfet_01v8_hvt
1486
+ T(S
1487
+ R(l2 (-335 -210) (260 420))
1488
+ )
1489
+ T(G
1490
+ R(l4 (-75 -210) (150 420))
1491
+ )
1492
+ T(D
1493
+ Q(l2 (75 -210) (0 420) (80 0) (0 580) (260 0) (0 -1000))
1494
+ )
1495
+ T(B
1496
+ R(l3 (-75 -210) (150 420))
1497
+ )
1498
+ )
1499
+ D(D$pfet_01v8_hvt$102 pfet_01v8_hvt
1500
+ T(S
1501
+ Q(l2 (-415 -500) (0 420) (80 0) (0 580) (260 0) (0 -1000))
1502
+ )
1503
+ T(G
1504
+ R(l4 (-75 -500) (150 1000))
1505
+ )
1506
+ T(D
1507
+ R(l2 (75 -500) (330 1000))
1508
+ )
1509
+ T(B
1510
+ R(l3 (-75 -500) (150 1000))
1511
+ )
1512
+ )
1513
+ D(D$pfet_01v8_hvt$103 pfet_01v8_hvt
1514
+ T(S
1515
+ R(l2 (-405 -500) (330 1000))
1516
+ )
1517
+ T(G
1518
+ R(l4 (-75 -500) (150 1000))
1519
+ )
1520
+ T(D
1521
+ R(l2 (75 -500) (670 1000))
1522
+ )
1523
+ T(B
1524
+ R(l3 (-75 -500) (150 1000))
1525
+ )
1526
+ )
1527
+ D(D$pfet_01v8_hvt$104 pfet_01v8_hvt
1528
+ T(S
1529
+ R(l2 (-745 -500) (670 1000))
1530
+ )
1531
+ T(G
1532
+ R(l4 (-75 -500) (150 1000))
1533
+ )
1534
+ T(D
1535
+ R(l2 (75 -500) (270 1000))
1536
+ )
1537
+ T(B
1538
+ R(l3 (-75 -500) (150 1000))
1539
+ )
1540
+ )
1541
+ D(D$pfet_01v8_hvt$105 pfet_01v8_hvt
1542
+ T(S
1543
+ R(l2 (-345 -500) (270 1000))
1544
+ )
1545
+ T(G
1546
+ R(l4 (-75 -500) (150 1000))
1547
+ )
1548
+ T(D
1549
+ R(l2 (75 -500) (275 1000))
1550
+ )
1551
+ T(B
1552
+ R(l3 (-75 -500) (150 1000))
1553
+ )
1554
+ )
1555
+ D(D$pfet_01v8_hvt$106 pfet_01v8_hvt
1556
+ T(S
1557
+ R(l2 (-355 -320) (280 640))
1558
+ )
1559
+ T(G
1560
+ R(l4 (-75 -320) (150 640))
1561
+ )
1562
+ T(D
1563
+ R(l2 (75 -320) (270 640))
1564
+ )
1565
+ T(B
1566
+ R(l3 (-75 -320) (150 640))
1567
+ )
1568
+ )
1569
+ D(D$pfet_01v8_hvt$107 pfet_01v8_hvt
1570
+ T(S
1571
+ R(l2 (-345 -320) (270 640))
1572
+ )
1573
+ T(G
1574
+ R(l4 (-75 -320) (150 640))
1575
+ )
1576
+ T(D
1577
+ R(l2 (75 -320) (270 640))
1578
+ )
1579
+ T(B
1580
+ R(l3 (-75 -320) (150 640))
1581
+ )
1582
+ )
1583
+ D(D$pfet_01v8_hvt$108 pfet_01v8_hvt
1584
+ T(S
1585
+ R(l2 (-345 -320) (270 640))
1586
+ )
1587
+ T(G
1588
+ R(l4 (-75 -320) (150 640))
1589
+ )
1590
+ T(D
1591
+ R(l2 (75 -320) (450 640))
1592
+ )
1593
+ T(B
1594
+ R(l3 (-75 -320) (150 640))
1595
+ )
1596
+ )
1597
+ D(D$pfet_01v8_hvt$109 pfet_01v8_hvt
1598
+ T(S
1599
+ R(l2 (-525 -320) (450 640))
1600
+ )
1601
+ T(G
1602
+ R(l4 (-75 -320) (150 640))
1603
+ )
1604
+ T(D
1605
+ R(l2 (75 -320) (370 640))
1606
+ )
1607
+ T(B
1608
+ R(l3 (-75 -320) (150 640))
1609
+ )
1610
+ )
1611
+ D(D$pfet_01v8_hvt$110 pfet_01v8_hvt
1612
+ T(S
1613
+ R(l2 (-445 -320) (370 640))
1614
+ )
1615
+ T(G
1616
+ R(l4 (-75 -320) (150 640))
1617
+ )
1618
+ T(D
1619
+ R(l2 (75 -320) (310 640))
1620
+ )
1621
+ T(B
1622
+ R(l3 (-75 -320) (150 640))
1623
+ )
1624
+ )
1625
+ D(D$pfet_01v8_hvt$111 pfet_01v8_hvt
1626
+ T(S
1627
+ R(l2 (-285 -500) (210 1000))
1628
+ )
1629
+ T(G
1630
+ R(l4 (-75 -500) (150 1000))
1631
+ )
1632
+ T(D
1633
+ R(l2 (75 -500) (610 1000))
1634
+ )
1635
+ T(B
1636
+ R(l3 (-75 -500) (150 1000))
1637
+ )
1638
+ )
1639
+ D(D$pfet_01v8_hvt$112 pfet_01v8_hvt
1640
+ T(S
1641
+ R(l2 (-685 -500) (610 1000))
1642
+ )
1643
+ T(G
1644
+ R(l4 (-75 -500) (150 1000))
1645
+ )
1646
+ T(D
1647
+ R(l2 (75 -500) (490 1000))
1648
+ )
1649
+ T(B
1650
+ R(l3 (-75 -500) (150 1000))
1651
+ )
1652
+ )
1653
+ D(D$pfet_01v8_hvt$113 pfet_01v8_hvt
1654
+ T(S
1655
+ R(l2 (-565 -500) (490 1000))
1656
+ )
1657
+ T(G
1658
+ R(l4 (-75 -500) (150 1000))
1659
+ )
1660
+ T(D
1661
+ R(l2 (75 -500) (270 1000))
1662
+ )
1663
+ T(B
1664
+ R(l3 (-75 -500) (150 1000))
1665
+ )
1666
+ )
1667
+ D(D$pfet_01v8_hvt$114 pfet_01v8_hvt
1668
+ T(S
1669
+ R(l2 (-355 -210) (280 420))
1670
+ )
1671
+ T(G
1672
+ R(l4 (-75 -210) (150 420))
1673
+ )
1674
+ T(D
1675
+ R(l2 (75 -210) (270 420))
1676
+ )
1677
+ T(B
1678
+ R(l3 (-75 -210) (150 420))
1679
+ )
1680
+ )
1681
+ D(D$pfet_01v8_hvt$115 pfet_01v8_hvt
1682
+ T(S
1683
+ Q(l2 (155 -580) (0 370) (-80 0) (0 420) (130 0) (0 210) (260 0) (0 -1000))
1684
+ )
1685
+ T(G
1686
+ R(l4 (-75 -210) (150 420))
1687
+ )
1688
+ T(D
1689
+ R(l2 (-345 -210) (270 420))
1690
+ )
1691
+ T(B
1692
+ R(l3 (-75 -210) (150 420))
1693
+ )
1694
+ )
1695
+ D(D$pfet_01v8_hvt$116 pfet_01v8_hvt
1696
+ T(S
1697
+ Q(l2 (-385 -500) (0 370) (-80 0) (0 420) (130 0) (0 210) (260 0) (0 -1000))
1698
+ )
1699
+ T(G
1700
+ R(l4 (-75 -500) (150 1000))
1701
+ )
1702
+ T(D
1703
+ R(l2 (75 -500) (475 1000))
1704
+ )
1705
+ T(B
1706
+ R(l3 (-75 -500) (150 1000))
1707
+ )
1708
+ )
1709
+ D(D$pfet_01v8_hvt$117 pfet_01v8_hvt
1710
+ T(S
1711
+ R(l2 (-340 -320) (265 640))
1712
+ )
1713
+ T(G
1714
+ R(l4 (-75 -320) (150 640))
1715
+ )
1716
+ T(D
1717
+ R(l2 (75 -320) (280 640))
1718
+ )
1719
+ T(B
1720
+ R(l3 (-75 -320) (150 640))
1721
+ )
1722
+ )
1723
+ D(D$pfet_01v8_hvt$118 pfet_01v8_hvt
1724
+ T(S
1725
+ R(l2 (-355 -320) (280 640))
1726
+ )
1727
+ T(G
1728
+ R(l4 (-75 -320) (150 640))
1729
+ )
1730
+ T(D
1731
+ R(l2 (75 -320) (280 640))
1732
+ )
1733
+ T(B
1734
+ R(l3 (-75 -320) (150 640))
1735
+ )
1736
+ )
1737
+ D(D$pfet_01v8_hvt$119 pfet_01v8_hvt
1738
+ T(S
1739
+ R(l2 (-355 -320) (280 640))
1740
+ )
1741
+ T(G
1742
+ R(l4 (-75 -320) (150 640))
1743
+ )
1744
+ T(D
1745
+ R(l2 (75 -320) (265 640))
1746
+ )
1747
+ T(B
1748
+ R(l3 (-75 -320) (150 640))
1749
+ )
1750
+ )
1751
+ D(D$pfet_01v8_hvt$120 pfet_01v8_hvt
1752
+ T(S
1753
+ R(l2 (-335 -500) (260 1000))
1754
+ )
1755
+ T(G
1756
+ R(l4 (-75 -500) (150 1000))
1757
+ )
1758
+ T(D
1759
+ R(l2 (75 -500) (260 1000))
1760
+ )
1761
+ T(B
1762
+ R(l3 (-75 -500) (150 1000))
1763
+ )
1764
+ )
1765
+ D(D$pfet_01v8_hvt$121 pfet_01v8_hvt
1766
+ T(S
1767
+ R(l2 (-335 -500) (260 1000))
1768
+ )
1769
+ T(G
1770
+ R(l4 (-75 -500) (150 1000))
1771
+ )
1772
+ T(D
1773
+ R(l2 (75 -500) (380 1000))
1774
+ )
1775
+ T(B
1776
+ R(l3 (-75 -500) (150 1000))
1777
+ )
1778
+ )
1779
+ D(D$pfet_01v8_hvt$122 pfet_01v8_hvt
1780
+ T(S
1781
+ R(l2 (-455 -500) (380 1000))
1782
+ )
1783
+ T(G
1784
+ R(l4 (-75 -500) (150 1000))
1785
+ )
1786
+ T(D
1787
+ R(l2 (75 -500) (270 1000))
1788
+ )
1789
+ T(B
1790
+ R(l3 (-75 -500) (150 1000))
1791
+ )
1792
+ )
1793
+ D(D$pfet_01v8_hvt$123 pfet_01v8_hvt
1794
+ T(S
1795
+ R(l2 (-345 -500) (270 1000))
1796
+ )
1797
+ T(G
1798
+ R(l4 (-75 -500) (150 1000))
1799
+ )
1800
+ T(D
1801
+ R(l2 (75 -500) (625 1000))
1802
+ )
1803
+ T(B
1804
+ R(l3 (-75 -500) (150 1000))
1805
+ )
1806
+ )
1807
+ D(D$pfet_01v8_hvt$124 pfet_01v8_hvt
1808
+ T(S
1809
+ R(l2 (-700 -500) (625 1000))
1810
+ )
1811
+ T(G
1812
+ R(l4 (-75 -500) (150 1000))
1813
+ )
1814
+ T(D
1815
+ R(l2 (75 -500) (270 1000))
1816
+ )
1817
+ T(B
1818
+ R(l3 (-75 -500) (150 1000))
1819
+ )
1820
+ )
1821
+ D(D$pfet_01v8_hvt$125 pfet_01v8_hvt
1822
+ T(S
1823
+ R(l2 (-345 -500) (270 1000))
1824
+ )
1825
+ T(G
1826
+ R(l4 (-75 -500) (150 1000))
1827
+ )
1828
+ T(D
1829
+ R(l2 (75 -500) (350 1000))
1830
+ )
1831
+ T(B
1832
+ R(l3 (-75 -500) (150 1000))
1833
+ )
1834
+ )
1835
+ D(D$pfet_01v8_hvt$126 pfet_01v8_hvt
1836
+ T(S
1837
+ R(l2 (-425 -500) (350 1000))
1838
+ )
1839
+ T(G
1840
+ R(l4 (-75 -500) (150 1000))
1841
+ )
1842
+ T(D
1843
+ R(l2 (75 -500) (280 1000))
1844
+ )
1845
+ T(B
1846
+ R(l3 (-75 -500) (150 1000))
1847
+ )
1848
+ )
1849
+ D(D$pfet_01v8_hvt$127 pfet_01v8_hvt
1850
+ T(S
1851
+ R(l2 (-335 -210) (260 420))
1852
+ )
1853
+ T(G
1854
+ R(l4 (-75 -210) (150 420))
1855
+ )
1856
+ T(D
1857
+ R(l2 (75 -210) (330 420))
1858
+ )
1859
+ T(B
1860
+ R(l3 (-75 -210) (150 420))
1861
+ )
1862
+ )
1863
+ D(D$pfet_01v8_hvt$128 pfet_01v8_hvt
1864
+ T(S
1865
+ R(l2 (-405 -210) (330 420))
1866
+ )
1867
+ T(G
1868
+ R(l4 (-75 -210) (150 420))
1869
+ )
1870
+ T(D
1871
+ R(l2 (75 -210) (210 420))
1872
+ )
1873
+ T(B
1874
+ R(l3 (-75 -210) (150 420))
1875
+ )
1876
+ )
1877
+ D(D$pfet_01v8_hvt$129 pfet_01v8_hvt
1878
+ T(S
1879
+ R(l2 (-285 -210) (210 420))
1880
+ )
1881
+ T(G
1882
+ R(l4 (-75 -210) (150 420))
1883
+ )
1884
+ T(D
1885
+ R(l2 (75 -210) (330 420))
1886
+ )
1887
+ T(B
1888
+ R(l3 (-75 -210) (150 420))
1889
+ )
1890
+ )
1891
+ D(D$pfet_01v8_hvt$130 pfet_01v8_hvt
1892
+ T(S
1893
+ R(l2 (-405 -210) (330 420))
1894
+ )
1895
+ T(G
1896
+ R(l4 (-75 -210) (150 420))
1897
+ )
1898
+ T(D
1899
+ Q(l2 (75 -210) (0 420) (75 0) (0 580) (265 0) (0 -1000))
1900
+ )
1901
+ T(B
1902
+ R(l3 (-75 -210) (150 420))
1903
+ )
1904
+ )
1905
+ D(D$pfet_01v8_hvt$131 pfet_01v8_hvt
1906
+ T(S
1907
+ Q(l2 (-415 -500) (0 420) (75 0) (0 580) (265 0) (0 -1000))
1908
+ )
1909
+ T(G
1910
+ R(l4 (-75 -500) (150 1000))
1911
+ )
1912
+ T(D
1913
+ R(l2 (75 -500) (270 1000))
1914
+ )
1915
+ T(B
1916
+ R(l3 (-75 -500) (150 1000))
1917
+ )
1918
+ )
1919
+ D(D$pfet_01v8_hvt$132 pfet_01v8_hvt
1920
+ T(S
1921
+ R(l2 (-345 -500) (270 1000))
1922
+ )
1923
+ T(G
1924
+ R(l4 (-75 -500) (150 1000))
1925
+ )
1926
+ T(D
1927
+ R(l2 (75 -500) (305 1000))
1928
+ )
1929
+ T(B
1930
+ R(l3 (-75 -500) (150 1000))
1931
+ )
1932
+ )
1933
+ D(D$pfet_01v8_hvt$133 pfet_01v8_hvt
1934
+ T(S
1935
+ R(l2 (-345 -500) (270 1000))
1936
+ )
1937
+ T(G
1938
+ R(l4 (-75 -500) (150 1000))
1939
+ )
1940
+ T(D
1941
+ R(l2 (75 -500) (285 1000))
1942
+ )
1943
+ T(B
1944
+ R(l3 (-75 -500) (150 1000))
1945
+ )
1946
+ )
1947
+ D(D$pfet_01v8_hvt$134 pfet_01v8_hvt
1948
+ T(S
1949
+ R(l2 (-360 -500) (285 1000))
1950
+ )
1951
+ T(G
1952
+ R(l4 (-75 -500) (150 1000))
1953
+ )
1954
+ T(D
1955
+ R(l2 (75 -500) (270 1000))
1956
+ )
1957
+ T(B
1958
+ R(l3 (-75 -500) (150 1000))
1959
+ )
1960
+ )
1961
+ D(D$pfet_01v8_hvt$135 pfet_01v8_hvt
1962
+ T(S
1963
+ R(l2 (-345 -500) (270 1000))
1964
+ )
1965
+ T(G
1966
+ R(l4 (-75 -500) (150 1000))
1967
+ )
1968
+ T(D
1969
+ R(l2 (75 -500) (390 1000))
1970
+ )
1971
+ T(B
1972
+ R(l3 (-75 -500) (150 1000))
1973
+ )
1974
+ )
1975
+ D(D$pfet_01v8_hvt$136 pfet_01v8_hvt
1976
+ T(S
1977
+ R(l2 (-345 -500) (270 1000))
1978
+ )
1979
+ T(G
1980
+ R(l4 (-75 -500) (150 1000))
1981
+ )
1982
+ T(D
1983
+ R(l2 (75 -500) (520 1000))
1984
+ )
1985
+ T(B
1986
+ R(l3 (-75 -500) (150 1000))
1987
+ )
1988
+ )
1989
+ D(D$pfet_01v8_hvt$137 pfet_01v8_hvt
1990
+ T(S
1991
+ R(l2 (-595 -500) (520 1000))
1992
+ )
1993
+ T(G
1994
+ R(l4 (-75 -500) (150 1000))
1995
+ )
1996
+ T(D
1997
+ R(l2 (75 -500) (270 1000))
1998
+ )
1999
+ T(B
2000
+ R(l3 (-75 -500) (150 1000))
2001
+ )
2002
+ )
2003
+ D(D$pfet_01v8_hvt$138 pfet_01v8_hvt
2004
+ T(S
2005
+ R(l2 (-355 -500) (280 1000))
2006
+ )
2007
+ T(G
2008
+ R(l4 (-75 -500) (150 1000))
2009
+ )
2010
+ T(D
2011
+ R(l2 (75 -500) (290 1000))
2012
+ )
2013
+ T(B
2014
+ R(l3 (-75 -500) (150 1000))
2015
+ )
2016
+ )
2017
+ D(D$pfet_01v8_hvt$139 pfet_01v8_hvt
2018
+ T(S
2019
+ R(l2 (-365 -500) (290 1000))
2020
+ )
2021
+ T(G
2022
+ R(l4 (-75 -500) (150 1000))
2023
+ )
2024
+ T(D
2025
+ R(l2 (75 -500) (270 1000))
2026
+ )
2027
+ T(B
2028
+ R(l3 (-75 -500) (150 1000))
2029
+ )
2030
+ )
2031
+ D(D$pfet_01v8_hvt$140 pfet_01v8_hvt
2032
+ T(S
2033
+ R(l2 (-375 -500) (300 1000))
2034
+ )
2035
+ T(G
2036
+ R(l4 (-75 -500) (150 1000))
2037
+ )
2038
+ T(D
2039
+ R(l2 (75 -500) (330 1000))
2040
+ )
2041
+ T(B
2042
+ R(l3 (-75 -500) (150 1000))
2043
+ )
2044
+ )
2045
+ D(D$pfet_01v8_hvt$141 pfet_01v8_hvt
2046
+ T(S
2047
+ R(l2 (-405 -500) (330 1000))
2048
+ )
2049
+ T(G
2050
+ R(l4 (-75 -500) (150 1000))
2051
+ )
2052
+ T(D
2053
+ R(l2 (75 -500) (210 1000))
2054
+ )
2055
+ T(B
2056
+ R(l3 (-75 -500) (150 1000))
2057
+ )
2058
+ )
2059
+ D(D$pfet_01v8_hvt$142 pfet_01v8_hvt
2060
+ T(S
2061
+ R(l2 (-285 -500) (210 1000))
2062
+ )
2063
+ T(G
2064
+ R(l4 (-75 -500) (150 1000))
2065
+ )
2066
+ T(D
2067
+ R(l2 (75 -500) (280 1000))
2068
+ )
2069
+ T(B
2070
+ R(l3 (-75 -500) (150 1000))
2071
+ )
2072
+ )
2073
+ D(D$pfet_01v8_hvt$143 pfet_01v8_hvt
2074
+ T(S
2075
+ Q(l2 (-490 -210) (0 1000) (340 0) (0 -580) (75 0) (0 -420))
2076
+ )
2077
+ T(G
2078
+ R(l4 (-75 -210) (150 420))
2079
+ )
2080
+ T(D
2081
+ R(l2 (75 -210) (280 420))
2082
+ )
2083
+ T(B
2084
+ R(l3 (-75 -210) (150 420))
2085
+ )
2086
+ )
2087
+ D(D$pfet_01v8_hvt$144 pfet_01v8_hvt
2088
+ T(S
2089
+ R(l2 (-335 -500) (260 1000))
2090
+ )
2091
+ T(G
2092
+ R(l4 (-75 -500) (150 1000))
2093
+ )
2094
+ T(D
2095
+ Q(l2 (75 -500) (0 1000) (340 0) (0 -580) (75 0) (0 -420))
2096
+ )
2097
+ T(B
2098
+ R(l3 (-75 -500) (150 1000))
2099
+ )
2100
+ )
2101
+ D(D$pfet_01v8_hvt$145 pfet_01v8_hvt
2102
+ T(S
2103
+ Q(l2 (-415 -500) (0 420) (75 0) (0 580) (265 0) (0 -1000))
2104
+ )
2105
+ T(G
2106
+ R(l4 (-75 -500) (150 1000))
2107
+ )
2108
+ T(D
2109
+ R(l2 (75 -500) (280 1000))
2110
+ )
2111
+ T(B
2112
+ R(l3 (-75 -500) (150 1000))
2113
+ )
2114
+ )
2115
+ D(D$pfet_01v8_hvt$146 pfet_01v8_hvt
2116
+ T(S
2117
+ Q(l2 (-415 -500) (0 420) (75 0) (0 580) (265 0) (0 -1000))
2118
+ )
2119
+ T(G
2120
+ R(l4 (-75 -500) (150 1000))
2121
+ )
2122
+ T(D
2123
+ R(l2 (75 -500) (270 1000))
2124
+ )
2125
+ T(B
2126
+ R(l3 (-75 -500) (150 1000))
2127
+ )
2128
+ )
2129
+ D(D$nfet_01v8 nfet_01v8
2130
+ T(S
2131
+ R(l8 (-335 -325) (260 650))
2132
+ )
2133
+ T(G
2134
+ R(l4 (-75 -325) (150 650))
2135
+ )
2136
+ T(D
2137
+ R(l8 (75 -325) (270 650))
2138
+ )
2139
+ T(B
2140
+ R(l9 (-75 -325) (150 650))
2141
+ )
2142
+ )
2143
+ D(D$nfet_01v8$1 nfet_01v8
2144
+ T(S
2145
+ R(l8 (-345 -325) (270 650))
2146
+ )
2147
+ T(G
2148
+ R(l4 (-75 -325) (150 650))
2149
+ )
2150
+ T(D
2151
+ R(l8 (75 -325) (260 650))
2152
+ )
2153
+ T(B
2154
+ R(l9 (-75 -325) (150 650))
2155
+ )
2156
+ )
2157
+ D(D$nfet_01v8$2 nfet_01v8
2158
+ T(S
2159
+ R(l8 (-345 -325) (270 650))
2160
+ )
2161
+ T(G
2162
+ R(l4 (-75 -325) (150 650))
2163
+ )
2164
+ T(D
2165
+ R(l8 (75 -325) (300 650))
2166
+ )
2167
+ T(B
2168
+ R(l9 (-75 -325) (150 650))
2169
+ )
2170
+ )
2171
+ D(D$nfet_01v8$3 nfet_01v8
2172
+ T(S
2173
+ R(l8 (-335 -325) (260 650))
2174
+ )
2175
+ T(G
2176
+ R(l4 (-75 -325) (150 650))
2177
+ )
2178
+ T(D
2179
+ R(l8 (75 -325) (210 650))
2180
+ )
2181
+ T(B
2182
+ R(l9 (-75 -325) (150 650))
2183
+ )
2184
+ )
2185
+ D(D$nfet_01v8$4 nfet_01v8
2186
+ T(S
2187
+ R(l8 (-285 -325) (210 650))
2188
+ )
2189
+ T(G
2190
+ R(l4 (-75 -325) (150 650))
2191
+ )
2192
+ T(D
2193
+ R(l8 (75 -325) (270 650))
2194
+ )
2195
+ T(B
2196
+ R(l9 (-75 -325) (150 650))
2197
+ )
2198
+ )
2199
+ D(D$nfet_01v8$5 nfet_01v8
2200
+ T(S
2201
+ R(l8 (-335 -210) (260 420))
2202
+ )
2203
+ T(G
2204
+ R(l4 (-75 -210) (150 420))
2205
+ )
2206
+ T(D
2207
+ Q(l8 (75 -210) (0 420) (75 0) (0 230) (260 0) (0 -650))
2208
+ )
2209
+ T(B
2210
+ R(l9 (-75 -210) (150 420))
2211
+ )
2212
+ )
2213
+ D(D$nfet_01v8$6 nfet_01v8
2214
+ T(S
2215
+ Q(l8 (-410 -325) (0 420) (75 0) (0 230) (260 0) (0 -650))
2216
+ )
2217
+ T(G
2218
+ R(l4 (-75 -325) (150 650))
2219
+ )
2220
+ T(D
2221
+ R(l8 (75 -325) (270 650))
2222
+ )
2223
+ T(B
2224
+ R(l9 (-75 -325) (150 650))
2225
+ )
2226
+ )
2227
+ D(D$nfet_01v8$7 nfet_01v8
2228
+ T(S
2229
+ Q(l8 (150 -440) (0 230) (-75 0) (0 420) (335 0) (0 -650))
2230
+ )
2231
+ T(G
2232
+ R(l4 (-75 -210) (150 420))
2233
+ )
2234
+ T(D
2235
+ R(l8 (-335 -210) (260 420))
2236
+ )
2237
+ T(B
2238
+ R(l9 (-75 -210) (150 420))
2239
+ )
2240
+ )
2241
+ D(D$nfet_01v8$8 nfet_01v8
2242
+ T(S
2243
+ Q(l8 (-335 -325) (0 230) (-75 0) (0 420) (335 0) (0 -650))
2244
+ )
2245
+ T(G
2246
+ R(l4 (-75 -325) (150 650))
2247
+ )
2248
+ T(D
2249
+ R(l8 (75 -325) (270 650))
2250
+ )
2251
+ T(B
2252
+ R(l9 (-75 -325) (150 650))
2253
+ )
2254
+ )
2255
+ D(D$nfet_01v8$9 nfet_01v8
2256
+ T(S
2257
+ R(l8 (-345 -325) (270 650))
2258
+ )
2259
+ T(G
2260
+ R(l4 (-75 -325) (150 650))
2261
+ )
2262
+ T(D
2263
+ R(l8 (75 -325) (270 650))
2264
+ )
2265
+ T(B
2266
+ R(l9 (-75 -325) (150 650))
2267
+ )
2268
+ )
2269
+ D(D$nfet_01v8$10 nfet_01v8
2270
+ T(S
2271
+ R(l8 (-345 -325) (270 650))
2272
+ )
2273
+ T(G
2274
+ R(l4 (-75 -325) (150 650))
2275
+ )
2276
+ T(D
2277
+ R(l8 (75 -325) (770 650))
2278
+ )
2279
+ T(B
2280
+ R(l9 (-75 -325) (150 650))
2281
+ )
2282
+ )
2283
+ D(D$nfet_01v8$11 nfet_01v8
2284
+ T(S
2285
+ R(l8 (-845 -325) (770 650))
2286
+ )
2287
+ T(G
2288
+ R(l4 (-75 -325) (150 650))
2289
+ )
2290
+ T(D
2291
+ R(l8 (75 -325) (320 650))
2292
+ )
2293
+ T(B
2294
+ R(l9 (-75 -325) (150 650))
2295
+ )
2296
+ )
2297
+ D(D$nfet_01v8$12 nfet_01v8
2298
+ T(S
2299
+ R(l8 (-340 -325) (265 650))
2300
+ )
2301
+ T(G
2302
+ R(l4 (-75 -325) (150 650))
2303
+ )
2304
+ T(D
2305
+ R(l8 (75 -325) (280 650))
2306
+ )
2307
+ T(B
2308
+ R(l9 (-75 -325) (150 650))
2309
+ )
2310
+ )
2311
+ D(D$nfet_01v8$13 nfet_01v8
2312
+ T(S
2313
+ R(l8 (-355 -325) (280 650))
2314
+ )
2315
+ T(G
2316
+ R(l4 (-75 -325) (150 650))
2317
+ )
2318
+ T(D
2319
+ R(l8 (75 -325) (295 650))
2320
+ )
2321
+ T(B
2322
+ R(l9 (-75 -325) (150 650))
2323
+ )
2324
+ )
2325
+ D(D$nfet_01v8$14 nfet_01v8
2326
+ T(S
2327
+ R(l8 (-370 -325) (295 650))
2328
+ )
2329
+ T(G
2330
+ R(l4 (-75 -325) (150 650))
2331
+ )
2332
+ T(D
2333
+ R(l8 (75 -325) (265 650))
2334
+ )
2335
+ T(B
2336
+ R(l9 (-75 -325) (150 650))
2337
+ )
2338
+ )
2339
+ D(D$nfet_01v8$15 nfet_01v8
2340
+ T(S
2341
+ R(l8 (-335 -210) (260 420))
2342
+ )
2343
+ T(G
2344
+ R(l4 (-75 -210) (150 420))
2345
+ )
2346
+ T(D
2347
+ R(l8 (75 -210) (210 420))
2348
+ )
2349
+ T(B
2350
+ R(l9 (-75 -210) (150 420))
2351
+ )
2352
+ )
2353
+ D(D$nfet_01v8$16 nfet_01v8
2354
+ T(S
2355
+ R(l8 (-285 -210) (210 420))
2356
+ )
2357
+ T(G
2358
+ R(l4 (-75 -210) (150 420))
2359
+ )
2360
+ T(D
2361
+ R(l8 (75 -210) (270 420))
2362
+ )
2363
+ T(B
2364
+ R(l9 (-75 -210) (150 420))
2365
+ )
2366
+ )
2367
+ D(D$nfet_01v8$17 nfet_01v8
2368
+ T(S
2369
+ R(l8 (-345 -210) (270 420))
2370
+ )
2371
+ T(G
2372
+ R(l4 (-75 -210) (150 420))
2373
+ )
2374
+ T(D
2375
+ R(l8 (75 -210) (210 420))
2376
+ )
2377
+ T(B
2378
+ R(l9 (-75 -210) (150 420))
2379
+ )
2380
+ )
2381
+ D(D$nfet_01v8$18 nfet_01v8
2382
+ T(S
2383
+ R(l8 (-285 -210) (210 420))
2384
+ )
2385
+ T(G
2386
+ R(l4 (-75 -210) (150 420))
2387
+ )
2388
+ T(D
2389
+ Q(l8 (75 -210) (0 420) (315 0) (0 230) (250 0) (0 -650))
2390
+ )
2391
+ T(B
2392
+ R(l9 (-75 -210) (150 420))
2393
+ )
2394
+ )
2395
+ D(D$nfet_01v8$19 nfet_01v8
2396
+ T(S
2397
+ Q(l8 (-640 -325) (0 420) (315 0) (0 230) (250 0) (0 -650))
2398
+ )
2399
+ T(G
2400
+ R(l4 (-75 -325) (150 650))
2401
+ )
2402
+ T(D
2403
+ R(l8 (75 -325) (365 650))
2404
+ )
2405
+ T(B
2406
+ R(l9 (-75 -325) (150 650))
2407
+ )
2408
+ )
2409
+ D(D$nfet_01v8$20 nfet_01v8
2410
+ T(S
2411
+ R(l8 (-340 -210) (265 420))
2412
+ )
2413
+ T(G
2414
+ R(l4 (-75 -210) (150 420))
2415
+ )
2416
+ T(D
2417
+ R(l8 (75 -210) (210 420))
2418
+ )
2419
+ T(B
2420
+ R(l9 (-75 -210) (150 420))
2421
+ )
2422
+ )
2423
+ D(D$nfet_01v8$21 nfet_01v8
2424
+ T(S
2425
+ R(l8 (-285 -210) (210 420))
2426
+ )
2427
+ T(G
2428
+ R(l4 (-75 -210) (150 420))
2429
+ )
2430
+ T(D
2431
+ R(l8 (75 -210) (460 420))
2432
+ )
2433
+ T(B
2434
+ R(l9 (-75 -210) (150 420))
2435
+ )
2436
+ )
2437
+ D(D$nfet_01v8$22 nfet_01v8
2438
+ T(S
2439
+ R(l8 (-535 -210) (460 420))
2440
+ )
2441
+ T(G
2442
+ R(l4 (-75 -210) (150 420))
2443
+ )
2444
+ T(D
2445
+ R(l8 (75 -210) (265 420))
2446
+ )
2447
+ T(B
2448
+ R(l9 (-75 -210) (150 420))
2449
+ )
2450
+ )
2451
+ D(D$nfet_01v8$23 nfet_01v8
2452
+ T(S
2453
+ Q(l8 (-685 -210) (0 640) (505 0) (0 -220) (105 0) (0 -420))
2454
+ )
2455
+ T(G
2456
+ R(l4 (-75 -210) (150 420))
2457
+ )
2458
+ T(D
2459
+ Q(l8 (75 -210) (0 420) (125 0) (0 220) (520 0) (0 -640))
2460
+ )
2461
+ T(B
2462
+ R(l9 (-75 -210) (150 420))
2463
+ )
2464
+ )
2465
+ D(D$nfet_01v8$24 nfet_01v8
2466
+ T(S
2467
+ Q(l8 (-440 -300) (0 10) (-85 0) (0 640) (250 0) (0 -50) (200 0) (0 -600))
2468
+ )
2469
+ T(G
2470
+ R(l4 (-75 -300) (150 600))
2471
+ )
2472
+ T(D
2473
+ Q(l8 (75 -300) (0 600) (100 0) (0 40) (250 0) (0 -640))
2474
+ )
2475
+ T(B
2476
+ R(l9 (-75 -300) (150 600))
2477
+ )
2478
+ )
2479
+ D(D$nfet_01v8$25 nfet_01v8
2480
+ T(S
2481
+ Q(l8 (-425 -320) (0 600) (100 0) (0 40) (250 0) (0 -640))
2482
+ )
2483
+ T(G
2484
+ R(l4 (-75 -320) (150 640))
2485
+ )
2486
+ T(D
2487
+ R(l8 (75 -320) (270 640))
2488
+ )
2489
+ T(B
2490
+ R(l9 (-75 -320) (150 640))
2491
+ )
2492
+ )
2493
+ D(D$nfet_01v8$26 nfet_01v8
2494
+ T(S
2495
+ R(l8 (-345 -320) (270 640))
2496
+ )
2497
+ T(G
2498
+ R(l4 (-75 -320) (150 640))
2499
+ )
2500
+ T(D
2501
+ R(l8 (75 -320) (285 640))
2502
+ )
2503
+ T(B
2504
+ R(l9 (-75 -320) (150 640))
2505
+ )
2506
+ )
2507
+ D(D$nfet_01v8$27 nfet_01v8
2508
+ T(S
2509
+ Q(l8 (-335 -320) (0 280) (10 0) (0 360) (250 0) (0 -640))
2510
+ )
2511
+ T(G
2512
+ R(l4 (-75 -320) (150 640))
2513
+ )
2514
+ T(D
2515
+ Q(l8 (75 -320) (0 640) (505 0) (0 -220) (105 0) (0 -420))
2516
+ )
2517
+ T(B
2518
+ R(l9 (-75 -320) (150 640))
2519
+ )
2520
+ )
2521
+ D(D$nfet_01v8$28 nfet_01v8
2522
+ T(S
2523
+ Q(l8 (160 -330) (0 10) (-85 0) (0 640) (250 0) (0 -50) (200 0) (0 -600))
2524
+ )
2525
+ T(G
2526
+ R(l4 (-75 -320) (150 640))
2527
+ )
2528
+ T(D
2529
+ Q(l8 (-720 -320) (0 420) (125 0) (0 220) (520 0) (0 -640))
2530
+ )
2531
+ T(B
2532
+ R(l9 (-75 -320) (150 640))
2533
+ )
2534
+ )
2535
+ D(D$nfet_01v8$29 nfet_01v8
2536
+ T(S
2537
+ R(l8 (-375 -325) (300 650))
2538
+ )
2539
+ T(G
2540
+ R(l4 (-75 -325) (150 650))
2541
+ )
2542
+ T(D
2543
+ Q(l8 (75 -325) (0 650) (260 0) (0 -280) (-10 0) (0 -370))
2544
+ )
2545
+ T(B
2546
+ R(l9 (-75 -325) (150 650))
2547
+ )
2548
+ )
2549
+ D(D$nfet_01v8$30 nfet_01v8
2550
+ T(S
2551
+ R(l8 (-335 -325) (260 650))
2552
+ )
2553
+ T(G
2554
+ R(l4 (-75 -325) (150 650))
2555
+ )
2556
+ T(D
2557
+ Q(l8 (75 -325) (0 650) (470 0) (0 -420) (-75 0) (0 -230))
2558
+ )
2559
+ T(B
2560
+ R(l9 (-75 -325) (150 650))
2561
+ )
2562
+ )
2563
+ D(D$nfet_01v8$31 nfet_01v8
2564
+ T(S
2565
+ Q(l8 (-545 -440) (0 650) (470 0) (0 -420) (-75 0) (0 -230))
2566
+ )
2567
+ T(G
2568
+ R(l4 (-75 -210) (150 420))
2569
+ )
2570
+ T(D
2571
+ R(l8 (75 -210) (420 420))
2572
+ )
2573
+ T(B
2574
+ R(l9 (-75 -210) (150 420))
2575
+ )
2576
+ )
2577
+ D(D$nfet_01v8$32 nfet_01v8
2578
+ T(S
2579
+ R(l8 (-345 -320) (270 640))
2580
+ )
2581
+ T(G
2582
+ R(l4 (-75 -320) (150 640))
2583
+ )
2584
+ T(D
2585
+ R(l8 (75 -320) (400 640))
2586
+ )
2587
+ T(B
2588
+ R(l9 (-75 -320) (150 640))
2589
+ )
2590
+ )
2591
+ D(D$nfet_01v8$33 nfet_01v8
2592
+ T(S
2593
+ R(l8 (-475 -320) (400 640))
2594
+ )
2595
+ T(G
2596
+ R(l4 (-75 -320) (150 640))
2597
+ )
2598
+ T(D
2599
+ R(l8 (75 -320) (495 640))
2600
+ )
2601
+ T(B
2602
+ R(l9 (-75 -320) (150 640))
2603
+ )
2604
+ )
2605
+ D(D$nfet_01v8$34 nfet_01v8
2606
+ T(S
2607
+ R(l8 (-345 -325) (270 650))
2608
+ )
2609
+ T(G
2610
+ R(l4 (-75 -325) (150 650))
2611
+ )
2612
+ T(D
2613
+ R(l8 (75 -325) (610 650))
2614
+ )
2615
+ T(B
2616
+ R(l9 (-75 -325) (150 650))
2617
+ )
2618
+ )
2619
+ D(D$nfet_01v8$35 nfet_01v8
2620
+ T(S
2621
+ R(l8 (-685 -325) (610 650))
2622
+ )
2623
+ T(G
2624
+ R(l4 (-75 -325) (150 650))
2625
+ )
2626
+ T(D
2627
+ R(l8 (75 -325) (340 650))
2628
+ )
2629
+ T(B
2630
+ R(l9 (-75 -325) (150 650))
2631
+ )
2632
+ )
2633
+ D(D$nfet_01v8$36 nfet_01v8
2634
+ T(S
2635
+ Q(l8 (-680 -210) (0 640) (500 0) (0 -220) (105 0) (0 -420))
2636
+ )
2637
+ T(G
2638
+ R(l4 (-75 -210) (150 420))
2639
+ )
2640
+ T(D
2641
+ Q(l8 (75 -210) (0 420) (125 0) (0 220) (520 0) (0 -640))
2642
+ )
2643
+ T(B
2644
+ R(l9 (-75 -210) (150 420))
2645
+ )
2646
+ )
2647
+ D(D$nfet_01v8$37 nfet_01v8
2648
+ T(S
2649
+ Q(l8 (-335 -320) (0 275) (10 0) (0 365) (250 0) (0 -640))
2650
+ )
2651
+ T(G
2652
+ R(l4 (-75 -320) (150 640))
2653
+ )
2654
+ T(D
2655
+ Q(l8 (75 -320) (0 640) (500 0) (0 -220) (105 0) (0 -420))
2656
+ )
2657
+ T(B
2658
+ R(l9 (-75 -320) (150 640))
2659
+ )
2660
+ )
2661
+ D(D$nfet_01v8$38 nfet_01v8
2662
+ T(S
2663
+ R(l8 (-335 -325) (260 650))
2664
+ )
2665
+ T(G
2666
+ R(l4 (-75 -325) (150 650))
2667
+ )
2668
+ T(D
2669
+ Q(l8 (75 -325) (0 650) (385 0) (0 -420) (-75 0) (0 -230))
2670
+ )
2671
+ T(B
2672
+ R(l9 (-75 -325) (150 650))
2673
+ )
2674
+ )
2675
+ D(D$nfet_01v8$39 nfet_01v8
2676
+ T(S
2677
+ Q(l8 (-460 -440) (0 650) (385 0) (0 -420) (-75 0) (0 -230))
2678
+ )
2679
+ T(G
2680
+ R(l4 (-75 -210) (150 420))
2681
+ )
2682
+ T(D
2683
+ R(l8 (75 -210) (425 420))
2684
+ )
2685
+ T(B
2686
+ R(l9 (-75 -210) (150 420))
2687
+ )
2688
+ )
2689
+ D(D$nfet_01v8$40 nfet_01v8
2690
+ T(S
2691
+ R(l8 (-345 -320) (270 640))
2692
+ )
2693
+ T(G
2694
+ R(l4 (-75 -320) (150 640))
2695
+ )
2696
+ T(D
2697
+ R(l8 (75 -320) (290 640))
2698
+ )
2699
+ T(B
2700
+ R(l9 (-75 -320) (150 640))
2701
+ )
2702
+ )
2703
+ D(D$nfet_01v8$41 nfet_01v8
2704
+ T(S
2705
+ R(l8 (-365 -320) (290 640))
2706
+ )
2707
+ T(G
2708
+ R(l4 (-75 -320) (150 640))
2709
+ )
2710
+ T(D
2711
+ R(l8 (75 -320) (350 640))
2712
+ )
2713
+ T(B
2714
+ R(l9 (-75 -320) (150 640))
2715
+ )
2716
+ )
2717
+ D(D$nfet_01v8$42 nfet_01v8
2718
+ T(S
2719
+ R(l8 (-365 -325) (290 650))
2720
+ )
2721
+ T(G
2722
+ R(l4 (-75 -325) (150 650))
2723
+ )
2724
+ T(D
2725
+ Q(l8 (75 -325) (0 650) (260 0) (0 -265) (-10 0) (0 -385))
2726
+ )
2727
+ T(B
2728
+ R(l9 (-75 -325) (150 650))
2729
+ )
2730
+ )
2731
+ D(D$nfet_01v8$43 nfet_01v8
2732
+ T(S
2733
+ R(l8 (-340 -210) (265 420))
2734
+ )
2735
+ T(G
2736
+ R(l4 (-75 -210) (150 420))
2737
+ )
2738
+ T(D
2739
+ Q(l8 (75 -210) (0 420) (90 0) (0 230) (360 0) (0 -650))
2740
+ )
2741
+ T(B
2742
+ R(l9 (-75 -210) (150 420))
2743
+ )
2744
+ )
2745
+ D(D$nfet_01v8$44 nfet_01v8
2746
+ T(S
2747
+ Q(l8 (-525 -325) (0 420) (90 0) (0 230) (360 0) (0 -650))
2748
+ )
2749
+ T(G
2750
+ R(l4 (-75 -325) (150 650))
2751
+ )
2752
+ T(D
2753
+ R(l8 (75 -325) (270 650))
2754
+ )
2755
+ T(B
2756
+ R(l9 (-75 -325) (150 650))
2757
+ )
2758
+ )
2759
+ D(D$nfet_01v8$45 nfet_01v8
2760
+ T(S
2761
+ R(l8 (-345 -325) (270 650))
2762
+ )
2763
+ T(G
2764
+ R(l4 (-75 -325) (150 650))
2765
+ )
2766
+ T(D
2767
+ R(l8 (75 -325) (280 650))
2768
+ )
2769
+ T(B
2770
+ R(l9 (-75 -325) (150 650))
2771
+ )
2772
+ )
2773
+ D(D$nfet_01v8$46 nfet_01v8
2774
+ T(S
2775
+ R(l8 (-355 -325) (280 650))
2776
+ )
2777
+ T(G
2778
+ R(l4 (-75 -325) (150 650))
2779
+ )
2780
+ T(D
2781
+ R(l8 (75 -325) (795 650))
2782
+ )
2783
+ T(B
2784
+ R(l9 (-75 -325) (150 650))
2785
+ )
2786
+ )
2787
+ D(D$nfet_01v8$47 nfet_01v8
2788
+ T(S
2789
+ R(l8 (-870 -325) (795 650))
2790
+ )
2791
+ T(G
2792
+ R(l4 (-75 -325) (150 650))
2793
+ )
2794
+ T(D
2795
+ R(l8 (75 -325) (260 650))
2796
+ )
2797
+ T(B
2798
+ R(l9 (-75 -325) (150 650))
2799
+ )
2800
+ )
2801
+ D(D$nfet_01v8$48 nfet_01v8
2802
+ T(S
2803
+ R(l8 (-335 -325) (260 650))
2804
+ )
2805
+ T(G
2806
+ R(l4 (-75 -325) (150 650))
2807
+ )
2808
+ T(D
2809
+ R(l8 (75 -325) (310 650))
2810
+ )
2811
+ T(B
2812
+ R(l9 (-75 -325) (150 650))
2813
+ )
2814
+ )
2815
+ D(D$nfet_01v8$49 nfet_01v8
2816
+ T(S
2817
+ R(l8 (-385 -325) (310 650))
2818
+ )
2819
+ T(G
2820
+ R(l4 (-75 -325) (150 650))
2821
+ )
2822
+ T(D
2823
+ R(l8 (75 -325) (270 650))
2824
+ )
2825
+ T(B
2826
+ R(l9 (-75 -325) (150 650))
2827
+ )
2828
+ )
2829
+ D(D$nfet_01v8$50 nfet_01v8
2830
+ T(S
2831
+ R(l8 (-335 -325) (260 650))
2832
+ )
2833
+ T(G
2834
+ R(l4 (-75 -325) (150 650))
2835
+ )
2836
+ T(D
2837
+ R(l8 (75 -325) (260 650))
2838
+ )
2839
+ T(B
2840
+ R(l9 (-75 -325) (150 650))
2841
+ )
2842
+ )
2843
+ D(D$nfet_01v8$51 nfet_01v8
2844
+ T(S
2845
+ R(l8 (-355 -325) (280 650))
2846
+ )
2847
+ T(G
2848
+ R(l4 (-75 -325) (150 650))
2849
+ )
2850
+ T(D
2851
+ R(l8 (75 -325) (270 650))
2852
+ )
2853
+ T(B
2854
+ R(l9 (-75 -325) (150 650))
2855
+ )
2856
+ )
2857
+ D(D$nfet_01v8$52 nfet_01v8
2858
+ T(S
2859
+ R(l8 (-345 -325) (270 650))
2860
+ )
2861
+ T(G
2862
+ R(l4 (-75 -325) (150 650))
2863
+ )
2864
+ T(D
2865
+ R(l8 (75 -325) (280 650))
2866
+ )
2867
+ T(B
2868
+ R(l9 (-75 -325) (150 650))
2869
+ )
2870
+ )
2871
+ D(D$nfet_01v8$53 nfet_01v8
2872
+ T(S
2873
+ R(l8 (-345 -325) (270 650))
2874
+ )
2875
+ T(G
2876
+ R(l4 (-75 -325) (150 650))
2877
+ )
2878
+ T(D
2879
+ R(l8 (75 -325) (305 650))
2880
+ )
2881
+ T(B
2882
+ R(l9 (-75 -325) (150 650))
2883
+ )
2884
+ )
2885
+ D(D$nfet_01v8$54 nfet_01v8
2886
+ T(S
2887
+ R(l8 (-380 -325) (305 650))
2888
+ )
2889
+ T(G
2890
+ R(l4 (-75 -325) (150 650))
2891
+ )
2892
+ T(D
2893
+ R(l8 (75 -325) (260 650))
2894
+ )
2895
+ T(B
2896
+ R(l9 (-75 -325) (150 650))
2897
+ )
2898
+ )
2899
+ D(D$nfet_01v8$55 nfet_01v8
2900
+ T(S
2901
+ R(l8 (-350 -325) (275 650))
2902
+ )
2903
+ T(G
2904
+ R(l4 (-75 -325) (150 650))
2905
+ )
2906
+ T(D
2907
+ R(l8 (75 -325) (270 650))
2908
+ )
2909
+ T(B
2910
+ R(l9 (-75 -325) (150 650))
2911
+ )
2912
+ )
2913
+ D(D$nfet_01v8$56 nfet_01v8
2914
+ T(S
2915
+ R(l8 (-340 -210) (265 420))
2916
+ )
2917
+ T(G
2918
+ R(l4 (-75 -210) (150 420))
2919
+ )
2920
+ T(D
2921
+ R(l8 (75 -210) (280 420))
2922
+ )
2923
+ T(B
2924
+ R(l9 (-75 -210) (150 420))
2925
+ )
2926
+ )
2927
+ D(D$nfet_01v8$57 nfet_01v8
2928
+ T(S
2929
+ R(l8 (-355 -210) (280 420))
2930
+ )
2931
+ T(G
2932
+ R(l4 (-75 -210) (150 420))
2933
+ )
2934
+ T(D
2935
+ R(l8 (75 -210) (280 420))
2936
+ )
2937
+ T(B
2938
+ R(l9 (-75 -210) (150 420))
2939
+ )
2940
+ )
2941
+ D(D$nfet_01v8$58 nfet_01v8
2942
+ T(S
2943
+ R(l8 (-355 -210) (280 420))
2944
+ )
2945
+ T(G
2946
+ R(l4 (-75 -210) (150 420))
2947
+ )
2948
+ T(D
2949
+ R(l8 (75 -210) (265 420))
2950
+ )
2951
+ T(B
2952
+ R(l9 (-75 -210) (150 420))
2953
+ )
2954
+ )
2955
+ D(D$nfet_01v8$59 nfet_01v8
2956
+ T(S
2957
+ R(l8 (-340 -210) (265 420))
2958
+ )
2959
+ T(G
2960
+ R(l4 (-75 -210) (150 420))
2961
+ )
2962
+ T(D
2963
+ Q(l8 (75 -210) (0 420) (75 0) (0 230) (265 0) (0 -650))
2964
+ )
2965
+ T(B
2966
+ R(l9 (-75 -210) (150 420))
2967
+ )
2968
+ )
2969
+ D(D$nfet_01v8$60 nfet_01v8
2970
+ T(S
2971
+ Q(l8 (-415 -325) (0 420) (75 0) (0 230) (265 0) (0 -650))
2972
+ )
2973
+ T(G
2974
+ R(l4 (-75 -325) (150 650))
2975
+ )
2976
+ T(D
2977
+ R(l8 (75 -325) (440 650))
2978
+ )
2979
+ T(B
2980
+ R(l9 (-75 -325) (150 650))
2981
+ )
2982
+ )
2983
+ D(D$nfet_01v8$61 nfet_01v8
2984
+ T(S
2985
+ R(l8 (-515 -325) (440 650))
2986
+ )
2987
+ T(G
2988
+ R(l4 (-75 -325) (150 650))
2989
+ )
2990
+ T(D
2991
+ R(l8 (75 -325) (280 650))
2992
+ )
2993
+ T(B
2994
+ R(l9 (-75 -325) (150 650))
2995
+ )
2996
+ )
2997
+ D(D$nfet_01v8$62 nfet_01v8
2998
+ T(S
2999
+ R(l8 (-355 -325) (280 650))
3000
+ )
3001
+ T(G
3002
+ R(l4 (-75 -325) (150 650))
3003
+ )
3004
+ T(D
3005
+ R(l8 (75 -325) (265 650))
3006
+ )
3007
+ T(B
3008
+ R(l9 (-75 -325) (150 650))
3009
+ )
3010
+ )
3011
+ D(D$nfet_01v8$63 nfet_01v8
3012
+ T(S
3013
+ R(l8 (-345 -325) (270 650))
3014
+ )
3015
+ T(G
3016
+ R(l4 (-75 -325) (150 650))
3017
+ )
3018
+ T(D
3019
+ R(l8 (75 -325) (350 650))
3020
+ )
3021
+ T(B
3022
+ R(l9 (-75 -325) (150 650))
3023
+ )
3024
+ )
3025
+ D(D$nfet_01v8$64 nfet_01v8
3026
+ T(S
3027
+ R(l8 (-425 -325) (350 650))
3028
+ )
3029
+ T(G
3030
+ R(l4 (-75 -325) (150 650))
3031
+ )
3032
+ T(D
3033
+ R(l8 (75 -325) (270 650))
3034
+ )
3035
+ T(B
3036
+ R(l9 (-75 -325) (150 650))
3037
+ )
3038
+ )
3039
+ D(D$nfet_01v8$65 nfet_01v8
3040
+ T(S
3041
+ R(l8 (-285 -325) (210 650))
3042
+ )
3043
+ T(G
3044
+ R(l4 (-75 -325) (150 650))
3045
+ )
3046
+ T(D
3047
+ R(l8 (75 -325) (360 650))
3048
+ )
3049
+ T(B
3050
+ R(l9 (-75 -325) (150 650))
3051
+ )
3052
+ )
3053
+ D(D$nfet_01v8$66 nfet_01v8
3054
+ T(S
3055
+ R(l8 (-335 -325) (260 650))
3056
+ )
3057
+ T(G
3058
+ R(l4 (-75 -325) (150 650))
3059
+ )
3060
+ T(D
3061
+ R(l8 (75 -325) (230 650))
3062
+ )
3063
+ T(B
3064
+ R(l9 (-75 -325) (150 650))
3065
+ )
3066
+ )
3067
+ D(D$nfet_01v8$67 nfet_01v8
3068
+ T(S
3069
+ R(l8 (-305 -325) (230 650))
3070
+ )
3071
+ T(G
3072
+ R(l4 (-75 -325) (150 650))
3073
+ )
3074
+ T(D
3075
+ R(l8 (75 -325) (260 650))
3076
+ )
3077
+ T(B
3078
+ R(l9 (-75 -325) (150 650))
3079
+ )
3080
+ )
3081
+ D(D$nfet_01v8$68 nfet_01v8
3082
+ T(S
3083
+ R(l8 (-345 -325) (270 650))
3084
+ )
3085
+ T(G
3086
+ R(l4 (-75 -325) (150 650))
3087
+ )
3088
+ T(D
3089
+ R(l8 (75 -325) (330 650))
3090
+ )
3091
+ T(B
3092
+ R(l9 (-75 -325) (150 650))
3093
+ )
3094
+ )
3095
+ D(D$nfet_01v8$69 nfet_01v8
3096
+ T(S
3097
+ R(l8 (-405 -325) (330 650))
3098
+ )
3099
+ T(G
3100
+ R(l4 (-75 -325) (150 650))
3101
+ )
3102
+ T(D
3103
+ R(l8 (75 -325) (260 650))
3104
+ )
3105
+ T(B
3106
+ R(l9 (-75 -325) (150 650))
3107
+ )
3108
+ )
3109
+ D(D$nfet_01v8$70 nfet_01v8
3110
+ T(S
3111
+ R(l8 (-335 -210) (260 420))
3112
+ )
3113
+ T(G
3114
+ R(l4 (-75 -210) (150 420))
3115
+ )
3116
+ T(D
3117
+ R(l8 (75 -210) (270 420))
3118
+ )
3119
+ T(B
3120
+ R(l9 (-75 -210) (150 420))
3121
+ )
3122
+ )
3123
+ D(D$nfet_01v8$71 nfet_01v8
3124
+ T(S
3125
+ R(l8 (-345 -210) (270 420))
3126
+ )
3127
+ T(G
3128
+ R(l4 (-75 -210) (150 420))
3129
+ )
3130
+ T(D
3131
+ R(l8 (75 -210) (270 420))
3132
+ )
3133
+ T(B
3134
+ R(l9 (-75 -210) (150 420))
3135
+ )
3136
+ )
3137
+ D(D$nfet_01v8$72 nfet_01v8
3138
+ T(S
3139
+ Q(l8 (150 -240) (0 30) (-75 0) (0 420) (75 0) (0 200) (260 0) (0 -650))
3140
+ )
3141
+ T(G
3142
+ R(l4 (-75 -210) (150 420))
3143
+ )
3144
+ T(D
3145
+ R(l8 (-345 -210) (270 420))
3146
+ )
3147
+ T(B
3148
+ R(l9 (-75 -210) (150 420))
3149
+ )
3150
+ )
3151
+ D(D$nfet_01v8$73 nfet_01v8
3152
+ T(S
3153
+ Q(l8 (-335 -325) (0 30) (-75 0) (0 420) (75 0) (0 200) (260 0) (0 -650))
3154
+ )
3155
+ T(G
3156
+ R(l4 (-75 -325) (150 650))
3157
+ )
3158
+ T(D
3159
+ R(l8 (75 -325) (275 650))
3160
+ )
3161
+ T(B
3162
+ R(l9 (-75 -325) (150 650))
3163
+ )
3164
+ )
3165
+ D(D$nfet_01v8$74 nfet_01v8
3166
+ T(S
3167
+ R(l8 (-335 -210) (260 420))
3168
+ )
3169
+ T(G
3170
+ R(l4 (-75 -210) (150 420))
3171
+ )
3172
+ T(D
3173
+ R(l8 (75 -210) (260 420))
3174
+ )
3175
+ T(B
3176
+ R(l9 (-75 -210) (150 420))
3177
+ )
3178
+ )
3179
+ D(D$nfet_01v8$75 nfet_01v8
3180
+ T(S
3181
+ R(l8 (-340 -325) (265 650))
3182
+ )
3183
+ T(G
3184
+ R(l4 (-75 -325) (150 650))
3185
+ )
3186
+ T(D
3187
+ R(l8 (75 -325) (345 650))
3188
+ )
3189
+ T(B
3190
+ R(l9 (-75 -325) (150 650))
3191
+ )
3192
+ )
3193
+ D(D$nfet_01v8$76 nfet_01v8
3194
+ T(S
3195
+ R(l8 (-420 -325) (345 650))
3196
+ )
3197
+ T(G
3198
+ R(l4 (-75 -325) (150 650))
3199
+ )
3200
+ T(D
3201
+ R(l8 (75 -325) (320 650))
3202
+ )
3203
+ T(B
3204
+ R(l9 (-75 -325) (150 650))
3205
+ )
3206
+ )
3207
+ D(D$nfet_01v8$77 nfet_01v8
3208
+ T(S
3209
+ R(l8 (-395 -325) (320 650))
3210
+ )
3211
+ T(G
3212
+ R(l4 (-75 -325) (150 650))
3213
+ )
3214
+ T(D
3215
+ R(l8 (75 -325) (330 650))
3216
+ )
3217
+ T(B
3218
+ R(l9 (-75 -325) (150 650))
3219
+ )
3220
+ )
3221
+ D(D$nfet_01v8$78 nfet_01v8
3222
+ T(S
3223
+ R(l8 (-405 -325) (330 650))
3224
+ )
3225
+ T(G
3226
+ R(l4 (-75 -325) (150 650))
3227
+ )
3228
+ T(D
3229
+ R(l8 (75 -325) (330 650))
3230
+ )
3231
+ T(B
3232
+ R(l9 (-75 -325) (150 650))
3233
+ )
3234
+ )
3235
+ D(D$nfet_01v8$79 nfet_01v8
3236
+ T(S
3237
+ R(l8 (-405 -325) (330 650))
3238
+ )
3239
+ T(G
3240
+ R(l4 (-75 -325) (150 650))
3241
+ )
3242
+ T(D
3243
+ R(l8 (75 -325) (320 650))
3244
+ )
3245
+ T(B
3246
+ R(l9 (-75 -325) (150 650))
3247
+ )
3248
+ )
3249
+ D(D$nfet_01v8$80 nfet_01v8
3250
+ T(S
3251
+ R(l8 (-335 -210) (260 420))
3252
+ )
3253
+ T(G
3254
+ R(l4 (-75 -210) (150 420))
3255
+ )
3256
+ T(D
3257
+ R(l8 (75 -210) (285 420))
3258
+ )
3259
+ T(B
3260
+ R(l9 (-75 -210) (150 420))
3261
+ )
3262
+ )
3263
+ D(D$nfet_01v8$81 nfet_01v8
3264
+ T(S
3265
+ R(l8 (-405 -325) (330 650))
3266
+ )
3267
+ T(G
3268
+ R(l4 (-75 -325) (150 650))
3269
+ )
3270
+ T(D
3271
+ R(l8 (75 -325) (300 650))
3272
+ )
3273
+ T(B
3274
+ R(l9 (-75 -325) (150 650))
3275
+ )
3276
+ )
3277
+ D(D$nfet_01v8$82 nfet_01v8
3278
+ T(S
3279
+ R(l8 (-335 -325) (260 650))
3280
+ )
3281
+ T(G
3282
+ R(l4 (-75 -325) (150 650))
3283
+ )
3284
+ T(D
3285
+ R(l8 (75 -325) (350 650))
3286
+ )
3287
+ T(B
3288
+ R(l9 (-75 -325) (150 650))
3289
+ )
3290
+ )
3291
+ D(D$nfet_01v8$83 nfet_01v8
3292
+ T(S
3293
+ R(l8 (-425 -325) (350 650))
3294
+ )
3295
+ T(G
3296
+ R(l4 (-75 -325) (150 650))
3297
+ )
3298
+ T(D
3299
+ R(l8 (75 -325) (310 650))
3300
+ )
3301
+ T(B
3302
+ R(l9 (-75 -325) (150 650))
3303
+ )
3304
+ )
3305
+ D(D$nfet_01v8$84 nfet_01v8
3306
+ T(S
3307
+ R(l8 (-385 -325) (310 650))
3308
+ )
3309
+ T(G
3310
+ R(l4 (-75 -325) (150 650))
3311
+ )
3312
+ T(D
3313
+ R(l8 (75 -325) (260 650))
3314
+ )
3315
+ T(B
3316
+ R(l9 (-75 -325) (150 650))
3317
+ )
3318
+ )
3319
+ D(D$nfet_01v8$85 nfet_01v8
3320
+ T(S
3321
+ R(l8 (-335 -325) (260 650))
3322
+ )
3323
+ T(G
3324
+ R(l4 (-75 -325) (150 650))
3325
+ )
3326
+ T(D
3327
+ R(l8 (75 -325) (790 650))
3328
+ )
3329
+ T(B
3330
+ R(l9 (-75 -325) (150 650))
3331
+ )
3332
+ )
3333
+ D(D$nfet_01v8$86 nfet_01v8
3334
+ T(S
3335
+ R(l8 (-865 -325) (790 650))
3336
+ )
3337
+ T(G
3338
+ R(l4 (-75 -325) (150 650))
3339
+ )
3340
+ T(D
3341
+ R(l8 (75 -325) (275 650))
3342
+ )
3343
+ T(B
3344
+ R(l9 (-75 -325) (150 650))
3345
+ )
3346
+ )
3347
+ D(D$nfet_01v8$87 nfet_01v8
3348
+ T(S
3349
+ R(l8 (-350 -325) (275 650))
3350
+ )
3351
+ T(G
3352
+ R(l4 (-75 -325) (150 650))
3353
+ )
3354
+ T(D
3355
+ R(l8 (75 -325) (280 650))
3356
+ )
3357
+ T(B
3358
+ R(l9 (-75 -325) (150 650))
3359
+ )
3360
+ )
3361
+ D(D$nfet_01v8$88 nfet_01v8
3362
+ T(S
3363
+ R(l8 (-335 -325) (260 650))
3364
+ )
3365
+ T(G
3366
+ R(l4 (-75 -325) (150 650))
3367
+ )
3368
+ T(D
3369
+ R(l8 (75 -325) (330 650))
3370
+ )
3371
+ T(B
3372
+ R(l9 (-75 -325) (150 650))
3373
+ )
3374
+ )
3375
+ D(D$nfet_01v8$89 nfet_01v8
3376
+ T(S
3377
+ R(l8 (-405 -325) (330 650))
3378
+ )
3379
+ T(G
3380
+ R(l4 (-75 -325) (150 650))
3381
+ )
3382
+ T(D
3383
+ R(l8 (75 -325) (270 650))
3384
+ )
3385
+ T(B
3386
+ R(l9 (-75 -325) (150 650))
3387
+ )
3388
+ )
3389
+ D(D$nfet_01v8$90 nfet_01v8
3390
+ T(S
3391
+ R(l8 (-345 -325) (270 650))
3392
+ )
3393
+ T(G
3394
+ R(l4 (-75 -325) (150 650))
3395
+ )
3396
+ T(D
3397
+ R(l8 (75 -325) (830 650))
3398
+ )
3399
+ T(B
3400
+ R(l9 (-75 -325) (150 650))
3401
+ )
3402
+ )
3403
+ D(D$nfet_01v8$91 nfet_01v8
3404
+ T(S
3405
+ R(l8 (-905 -325) (830 650))
3406
+ )
3407
+ T(G
3408
+ R(l4 (-75 -325) (150 650))
3409
+ )
3410
+ T(D
3411
+ R(l8 (75 -325) (270 650))
3412
+ )
3413
+ T(B
3414
+ R(l9 (-75 -325) (150 650))
3415
+ )
3416
+ )
3417
+ D(D$nfet_01v8$92 nfet_01v8
3418
+ T(S
3419
+ R(l8 (-335 -325) (260 650))
3420
+ )
3421
+ T(G
3422
+ R(l4 (-75 -325) (150 650))
3423
+ )
3424
+ T(D
3425
+ R(l8 (75 -325) (285 650))
3426
+ )
3427
+ T(B
3428
+ R(l9 (-75 -325) (150 650))
3429
+ )
3430
+ )
3431
+ D(D$nfet_01v8$93 nfet_01v8
3432
+ T(S
3433
+ R(l8 (-360 -325) (285 650))
3434
+ )
3435
+ T(G
3436
+ R(l4 (-75 -325) (150 650))
3437
+ )
3438
+ T(D
3439
+ R(l8 (75 -325) (355 650))
3440
+ )
3441
+ T(B
3442
+ R(l9 (-75 -325) (150 650))
3443
+ )
3444
+ )
3445
+ D(D$nfet_01v8$94 nfet_01v8
3446
+ T(S
3447
+ R(l8 (-430 -325) (355 650))
3448
+ )
3449
+ T(G
3450
+ R(l4 (-75 -325) (150 650))
3451
+ )
3452
+ T(D
3453
+ R(l8 (75 -325) (270 650))
3454
+ )
3455
+ T(B
3456
+ R(l9 (-75 -325) (150 650))
3457
+ )
3458
+ )
3459
+ D(D$nfet_01v8$95 nfet_01v8
3460
+ T(S
3461
+ R(l8 (-285 -325) (210 650))
3462
+ )
3463
+ T(G
3464
+ R(l4 (-75 -325) (150 650))
3465
+ )
3466
+ T(D
3467
+ R(l8 (75 -325) (365 650))
3468
+ )
3469
+ T(B
3470
+ R(l9 (-75 -325) (150 650))
3471
+ )
3472
+ )
3473
+ D(D$nfet_01v8$96 nfet_01v8
3474
+ T(S
3475
+ R(l8 (-440 -325) (365 650))
3476
+ )
3477
+ T(G
3478
+ R(l4 (-75 -325) (150 650))
3479
+ )
3480
+ T(D
3481
+ R(l8 (75 -325) (325 650))
3482
+ )
3483
+ T(B
3484
+ R(l9 (-75 -325) (150 650))
3485
+ )
3486
+ )
3487
+ D(D$nfet_01v8$97 nfet_01v8
3488
+ T(S
3489
+ R(l8 (-400 -325) (325 650))
3490
+ )
3491
+ T(G
3492
+ R(l4 (-75 -325) (150 650))
3493
+ )
3494
+ T(D
3495
+ R(l8 (75 -325) (270 650))
3496
+ )
3497
+ T(B
3498
+ R(l9 (-75 -325) (150 650))
3499
+ )
3500
+ )
3501
+ D(D$nfet_01v8$98 nfet_01v8
3502
+ T(S
3503
+ R(l8 (-285 -210) (210 420))
3504
+ )
3505
+ T(G
3506
+ R(l4 (-75 -210) (150 420))
3507
+ )
3508
+ T(D
3509
+ R(l8 (75 -210) (210 420))
3510
+ )
3511
+ T(B
3512
+ R(l9 (-75 -210) (150 420))
3513
+ )
3514
+ )
3515
+ D(D$nfet_01v8$99 nfet_01v8
3516
+ T(S
3517
+ R(l8 (-285 -210) (210 420))
3518
+ )
3519
+ T(G
3520
+ R(l4 (-75 -210) (150 420))
3521
+ )
3522
+ T(D
3523
+ Q(l8 (75 -210) (0 420) (240 0) (0 230) (250 0) (0 -650))
3524
+ )
3525
+ T(B
3526
+ R(l9 (-75 -210) (150 420))
3527
+ )
3528
+ )
3529
+ D(D$nfet_01v8$100 nfet_01v8
3530
+ T(S
3531
+ Q(l8 (-565 -325) (0 420) (240 0) (0 230) (250 0) (0 -650))
3532
+ )
3533
+ T(G
3534
+ R(l4 (-75 -325) (150 650))
3535
+ )
3536
+ T(D
3537
+ R(l8 (75 -325) (260 650))
3538
+ )
3539
+ T(B
3540
+ R(l9 (-75 -325) (150 650))
3541
+ )
3542
+ )
3543
+ D(D$nfet_01v8$101 nfet_01v8
3544
+ T(S
3545
+ Q(l8 (150 -440) (0 230) (-75 0) (0 420) (325 0) (0 -650))
3546
+ )
3547
+ T(G
3548
+ R(l4 (-75 -210) (150 420))
3549
+ )
3550
+ T(D
3551
+ R(l8 (-335 -210) (260 420))
3552
+ )
3553
+ T(B
3554
+ R(l9 (-75 -210) (150 420))
3555
+ )
3556
+ )
3557
+ D(D$nfet_01v8$102 nfet_01v8
3558
+ T(S
3559
+ R(l8 (-355 -210) (280 420))
3560
+ )
3561
+ T(G
3562
+ R(l4 (-75 -210) (150 420))
3563
+ )
3564
+ T(D
3565
+ R(l8 (75 -210) (270 420))
3566
+ )
3567
+ T(B
3568
+ R(l9 (-75 -210) (150 420))
3569
+ )
3570
+ )
3571
+ D(D$nfet_01v8$103 nfet_01v8
3572
+ T(S
3573
+ R(l8 (-345 -210) (270 420))
3574
+ )
3575
+ T(G
3576
+ R(l4 (-75 -210) (150 420))
3577
+ )
3578
+ T(D
3579
+ R(l8 (75 -210) (610 420))
3580
+ )
3581
+ T(B
3582
+ R(l9 (-75 -210) (150 420))
3583
+ )
3584
+ )
3585
+ D(D$nfet_01v8$104 nfet_01v8
3586
+ T(S
3587
+ R(l8 (-685 -210) (610 420))
3588
+ )
3589
+ T(G
3590
+ R(l4 (-75 -210) (150 420))
3591
+ )
3592
+ T(D
3593
+ R(l8 (75 -210) (210 420))
3594
+ )
3595
+ T(B
3596
+ R(l9 (-75 -210) (150 420))
3597
+ )
3598
+ )
3599
+ D(D$nfet_01v8$105 nfet_01v8
3600
+ T(S
3601
+ R(l8 (-285 -210) (210 420))
3602
+ )
3603
+ T(G
3604
+ R(l4 (-75 -210) (150 420))
3605
+ )
3606
+ T(D
3607
+ R(l8 (75 -210) (280 420))
3608
+ )
3609
+ T(B
3610
+ R(l9 (-75 -210) (150 420))
3611
+ )
3612
+ )
3613
+ D(D$nfet_01v8$106 nfet_01v8
3614
+ T(S
3615
+ R(l8 (-335 -325) (260 650))
3616
+ )
3617
+ T(G
3618
+ R(l4 (-75 -325) (150 650))
3619
+ )
3620
+ T(D
3621
+ R(l8 (75 -325) (325 650))
3622
+ )
3623
+ T(B
3624
+ R(l9 (-75 -325) (150 650))
3625
+ )
3626
+ )
3627
+ D(D$nfet_01v8$107 nfet_01v8
3628
+ T(S
3629
+ R(l8 (-400 -325) (325 650))
3630
+ )
3631
+ T(G
3632
+ R(l4 (-75 -325) (150 650))
3633
+ )
3634
+ T(D
3635
+ R(l8 (75 -325) (310 650))
3636
+ )
3637
+ T(B
3638
+ R(l9 (-75 -325) (150 650))
3639
+ )
3640
+ )
3641
+ D(D$nfet_01v8$108 nfet_01v8
3642
+ T(S
3643
+ R(l8 (-385 -325) (310 650))
3644
+ )
3645
+ T(G
3646
+ R(l4 (-75 -325) (150 650))
3647
+ )
3648
+ T(D
3649
+ R(l8 (75 -325) (675 650))
3650
+ )
3651
+ T(B
3652
+ R(l9 (-75 -325) (150 650))
3653
+ )
3654
+ )
3655
+ D(D$nfet_01v8$109 nfet_01v8
3656
+ T(S
3657
+ R(l8 (-750 -325) (675 650))
3658
+ )
3659
+ T(G
3660
+ R(l4 (-75 -325) (150 650))
3661
+ )
3662
+ T(D
3663
+ R(l8 (75 -325) (270 650))
3664
+ )
3665
+ T(B
3666
+ R(l9 (-75 -325) (150 650))
3667
+ )
3668
+ )
3669
+ D(D$nfet_01v8$110 nfet_01v8
3670
+ T(S
3671
+ R(l8 (-345 -325) (270 650))
3672
+ )
3673
+ T(G
3674
+ R(l4 (-75 -325) (150 650))
3675
+ )
3676
+ T(D
3677
+ R(l8 (75 -325) (360 650))
3678
+ )
3679
+ T(B
3680
+ R(l9 (-75 -325) (150 650))
3681
+ )
3682
+ )
3683
+ D(D$nfet_01v8$111 nfet_01v8
3684
+ T(S
3685
+ Q(l8 (205 -350) (0 140) (-130 0) (0 420) (130 0) (0 90) (260 0) (0 -650))
3686
+ )
3687
+ T(G
3688
+ R(l4 (-75 -210) (150 420))
3689
+ )
3690
+ T(D
3691
+ R(l8 (-345 -210) (270 420))
3692
+ )
3693
+ T(B
3694
+ R(l9 (-75 -210) (150 420))
3695
+ )
3696
+ )
3697
+ D(D$nfet_01v8$112 nfet_01v8
3698
+ T(S
3699
+ Q(l8 (-335 -325) (0 140) (-130 0) (0 420) (130 0) (0 90) (260 0) (0 -650))
3700
+ )
3701
+ T(G
3702
+ R(l4 (-75 -325) (150 650))
3703
+ )
3704
+ T(D
3705
+ R(l8 (75 -325) (280 650))
3706
+ )
3707
+ T(B
3708
+ R(l9 (-75 -325) (150 650))
3709
+ )
3710
+ )
3711
+ D(D$nfet_01v8$113 nfet_01v8
3712
+ T(S
3713
+ R(l8 (-340 -210) (265 420))
3714
+ )
3715
+ T(G
3716
+ R(l4 (-75 -210) (150 420))
3717
+ )
3718
+ T(D
3719
+ R(l8 (75 -210) (620 420))
3720
+ )
3721
+ T(B
3722
+ R(l9 (-75 -210) (150 420))
3723
+ )
3724
+ )
3725
+ D(D$nfet_01v8$114 nfet_01v8
3726
+ T(S
3727
+ R(l8 (-695 -210) (620 420))
3728
+ )
3729
+ T(G
3730
+ R(l4 (-75 -210) (150 420))
3731
+ )
3732
+ T(D
3733
+ R(l8 (75 -210) (530 420))
3734
+ )
3735
+ T(B
3736
+ R(l9 (-75 -210) (150 420))
3737
+ )
3738
+ )
3739
+ D(D$nfet_01v8$115 nfet_01v8
3740
+ T(S
3741
+ R(l8 (-605 -210) (530 420))
3742
+ )
3743
+ T(G
3744
+ R(l4 (-75 -210) (150 420))
3745
+ )
3746
+ T(D
3747
+ R(l8 (75 -210) (210 420))
3748
+ )
3749
+ T(B
3750
+ R(l9 (-75 -210) (150 420))
3751
+ )
3752
+ )
3753
+ D(D$nfet_01v8$116 nfet_01v8
3754
+ T(S
3755
+ R(l8 (-285 -210) (210 420))
3756
+ )
3757
+ T(G
3758
+ R(l4 (-75 -210) (150 420))
3759
+ )
3760
+ T(D
3761
+ R(l8 (75 -210) (265 420))
3762
+ )
3763
+ T(B
3764
+ R(l9 (-75 -210) (150 420))
3765
+ )
3766
+ )
3767
+ D(D$nfet_01v8$117 nfet_01v8
3768
+ T(S
3769
+ R(l8 (-335 -325) (260 650))
3770
+ )
3771
+ T(G
3772
+ R(l4 (-75 -325) (150 650))
3773
+ )
3774
+ T(D
3775
+ R(l8 (75 -325) (365 650))
3776
+ )
3777
+ T(B
3778
+ R(l9 (-75 -325) (150 650))
3779
+ )
3780
+ )
3781
+ D(D$nfet_01v8$118 nfet_01v8
3782
+ T(S
3783
+ R(l8 (-440 -325) (365 650))
3784
+ )
3785
+ T(G
3786
+ R(l4 (-75 -325) (150 650))
3787
+ )
3788
+ T(D
3789
+ R(l8 (75 -325) (275 650))
3790
+ )
3791
+ T(B
3792
+ R(l9 (-75 -325) (150 650))
3793
+ )
3794
+ )
3795
+ D(D$nfet_01v8$119 nfet_01v8
3796
+ T(S
3797
+ R(l8 (-350 -325) (275 650))
3798
+ )
3799
+ T(G
3800
+ R(l4 (-75 -325) (150 650))
3801
+ )
3802
+ T(D
3803
+ R(l8 (75 -325) (270 650))
3804
+ )
3805
+ T(B
3806
+ R(l9 (-75 -325) (150 650))
3807
+ )
3808
+ )
3809
+ D(D$nfet_01v8$120 nfet_01v8
3810
+ T(S
3811
+ R(l8 (-335 -325) (260 650))
3812
+ )
3813
+ T(G
3814
+ R(l4 (-75 -325) (150 650))
3815
+ )
3816
+ T(D
3817
+ R(l8 (75 -325) (625 650))
3818
+ )
3819
+ T(B
3820
+ R(l9 (-75 -325) (150 650))
3821
+ )
3822
+ )
3823
+ D(D$nfet_01v8$121 nfet_01v8
3824
+ T(S
3825
+ R(l8 (-700 -325) (625 650))
3826
+ )
3827
+ T(G
3828
+ R(l4 (-75 -325) (150 650))
3829
+ )
3830
+ T(D
3831
+ R(l8 (75 -325) (270 650))
3832
+ )
3833
+ T(B
3834
+ R(l9 (-75 -325) (150 650))
3835
+ )
3836
+ )
3837
+ D(D$nfet_01v8$122 nfet_01v8
3838
+ T(S
3839
+ R(l8 (-425 -325) (350 650))
3840
+ )
3841
+ T(G
3842
+ R(l4 (-75 -325) (150 650))
3843
+ )
3844
+ T(D
3845
+ R(l8 (75 -325) (280 650))
3846
+ )
3847
+ T(B
3848
+ R(l9 (-75 -325) (150 650))
3849
+ )
3850
+ )
3851
+ D(D$nfet_01v8$123 nfet_01v8
3852
+ T(S
3853
+ R(l8 (-335 -210) (260 420))
3854
+ )
3855
+ T(G
3856
+ R(l4 (-75 -210) (150 420))
3857
+ )
3858
+ T(D
3859
+ R(l8 (75 -210) (330 420))
3860
+ )
3861
+ T(B
3862
+ R(l9 (-75 -210) (150 420))
3863
+ )
3864
+ )
3865
+ D(D$nfet_01v8$124 nfet_01v8
3866
+ T(S
3867
+ R(l8 (-405 -210) (330 420))
3868
+ )
3869
+ T(G
3870
+ R(l4 (-75 -210) (150 420))
3871
+ )
3872
+ T(D
3873
+ R(l8 (75 -210) (270 420))
3874
+ )
3875
+ T(B
3876
+ R(l9 (-75 -210) (150 420))
3877
+ )
3878
+ )
3879
+ D(D$nfet_01v8$125 nfet_01v8
3880
+ T(S
3881
+ Q(l8 (150 -240) (0 30) (-75 0) (0 420) (75 0) (0 200) (265 0) (0 -650))
3882
+ )
3883
+ T(G
3884
+ R(l4 (-75 -210) (150 420))
3885
+ )
3886
+ T(D
3887
+ R(l8 (-345 -210) (270 420))
3888
+ )
3889
+ T(B
3890
+ R(l9 (-75 -210) (150 420))
3891
+ )
3892
+ )
3893
+ D(D$nfet_01v8$126 nfet_01v8
3894
+ T(S
3895
+ Q(l8 (-340 -325) (0 30) (-75 0) (0 420) (75 0) (0 200) (265 0) (0 -650))
3896
+ )
3897
+ T(G
3898
+ R(l4 (-75 -325) (150 650))
3899
+ )
3900
+ T(D
3901
+ R(l8 (75 -325) (270 650))
3902
+ )
3903
+ T(B
3904
+ R(l9 (-75 -325) (150 650))
3905
+ )
3906
+ )
3907
+ D(D$nfet_01v8$127 nfet_01v8
3908
+ T(S
3909
+ R(l8 (-345 -325) (270 650))
3910
+ )
3911
+ T(G
3912
+ R(l4 (-75 -325) (150 650))
3913
+ )
3914
+ T(D
3915
+ R(l8 (75 -325) (305 650))
3916
+ )
3917
+ T(B
3918
+ R(l9 (-75 -325) (150 650))
3919
+ )
3920
+ )
3921
+ D(D$nfet_01v8$128 nfet_01v8
3922
+ T(S
3923
+ R(l8 (-345 -325) (270 650))
3924
+ )
3925
+ T(G
3926
+ R(l4 (-75 -325) (150 650))
3927
+ )
3928
+ T(D
3929
+ R(l8 (75 -325) (285 650))
3930
+ )
3931
+ T(B
3932
+ R(l9 (-75 -325) (150 650))
3933
+ )
3934
+ )
3935
+ D(D$nfet_01v8$129 nfet_01v8
3936
+ T(S
3937
+ R(l8 (-360 -325) (285 650))
3938
+ )
3939
+ T(G
3940
+ R(l4 (-75 -325) (150 650))
3941
+ )
3942
+ T(D
3943
+ R(l8 (75 -325) (270 650))
3944
+ )
3945
+ T(B
3946
+ R(l9 (-75 -325) (150 650))
3947
+ )
3948
+ )
3949
+ D(D$nfet_01v8$130 nfet_01v8
3950
+ T(S
3951
+ R(l8 (-345 -325) (270 650))
3952
+ )
3953
+ T(G
3954
+ R(l4 (-75 -325) (150 650))
3955
+ )
3956
+ T(D
3957
+ R(l8 (75 -325) (390 650))
3958
+ )
3959
+ T(B
3960
+ R(l9 (-75 -325) (150 650))
3961
+ )
3962
+ )
3963
+ D(D$nfet_01v8$131 nfet_01v8
3964
+ T(S
3965
+ R(l8 (-345 -325) (270 650))
3966
+ )
3967
+ T(G
3968
+ R(l4 (-75 -325) (150 650))
3969
+ )
3970
+ T(D
3971
+ R(l8 (75 -325) (300 650))
3972
+ )
3973
+ T(B
3974
+ R(l9 (-75 -325) (150 650))
3975
+ )
3976
+ )
3977
+ D(D$nfet_01v8$132 nfet_01v8
3978
+ T(S
3979
+ R(l8 (-375 -325) (300 650))
3980
+ )
3981
+ T(G
3982
+ R(l4 (-75 -325) (150 650))
3983
+ )
3984
+ T(D
3985
+ R(l8 (75 -325) (270 650))
3986
+ )
3987
+ T(B
3988
+ R(l9 (-75 -325) (150 650))
3989
+ )
3990
+ )
3991
+ D(D$nfet_01v8$133 nfet_01v8
3992
+ T(S
3993
+ R(l8 (-345 -325) (270 650))
3994
+ )
3995
+ T(G
3996
+ R(l4 (-75 -325) (150 650))
3997
+ )
3998
+ T(D
3999
+ R(l8 (75 -325) (520 650))
4000
+ )
4001
+ T(B
4002
+ R(l9 (-75 -325) (150 650))
4003
+ )
4004
+ )
4005
+ D(D$nfet_01v8$134 nfet_01v8
4006
+ T(S
4007
+ R(l8 (-595 -325) (520 650))
4008
+ )
4009
+ T(G
4010
+ R(l4 (-75 -325) (150 650))
4011
+ )
4012
+ T(D
4013
+ R(l8 (75 -325) (270 650))
4014
+ )
4015
+ T(B
4016
+ R(l9 (-75 -325) (150 650))
4017
+ )
4018
+ )
4019
+ D(D$nfet_01v8$135 nfet_01v8
4020
+ T(S
4021
+ R(l8 (-345 -325) (270 650))
4022
+ )
4023
+ T(G
4024
+ R(l4 (-75 -325) (150 650))
4025
+ )
4026
+ T(D
4027
+ R(l8 (75 -325) (265 650))
4028
+ )
4029
+ T(B
4030
+ R(l9 (-75 -325) (150 650))
4031
+ )
4032
+ )
4033
+ D(D$nfet_01v8$136 nfet_01v8
4034
+ T(S
4035
+ R(l8 (-335 -325) (260 650))
4036
+ )
4037
+ T(G
4038
+ R(l4 (-75 -325) (150 650))
4039
+ )
4040
+ T(D
4041
+ Q(l8 (75 -325) (0 650) (335 0) (0 -420) (-75 0) (0 -230))
4042
+ )
4043
+ T(B
4044
+ R(l9 (-75 -325) (150 650))
4045
+ )
4046
+ )
4047
+ D(D$nfet_01v8$137 nfet_01v8
4048
+ T(S
4049
+ Q(l8 (-410 -440) (0 650) (335 0) (0 -420) (-75 0) (0 -230))
4050
+ )
4051
+ T(G
4052
+ R(l4 (-75 -210) (150 420))
4053
+ )
4054
+ T(D
4055
+ R(l8 (75 -210) (260 420))
4056
+ )
4057
+ T(B
4058
+ R(l9 (-75 -210) (150 420))
4059
+ )
4060
+ )
4061
+ D(D$nfet_01v8$138 nfet_01v8
4062
+ T(S
4063
+ Q(l8 (-340 -325) (0 30) (-75 0) (0 420) (75 0) (0 200) (265 0) (0 -650))
4064
+ )
4065
+ T(G
4066
+ R(l4 (-75 -325) (150 650))
4067
+ )
4068
+ T(D
4069
+ R(l8 (75 -325) (280 650))
4070
+ )
4071
+ T(B
4072
+ R(l9 (-75 -325) (150 650))
4073
+ )
4074
+ )
4075
+ D(D$nfet_01v8$139 nfet_01v8
4076
+ T(S
4077
+ Q(l8 (-340 -325) (0 30) (-75 0) (0 420) (75 0) (0 200) (265 0) (0 -650))
4078
+ )
4079
+ T(G
4080
+ R(l4 (-75 -325) (150 650))
4081
+ )
4082
+ T(D
4083
+ R(l8 (75 -325) (270 650))
4084
+ )
4085
+ T(B
4086
+ R(l9 (-75 -325) (150 650))
4087
+ )
4088
+ )
4089
+ )
4090
+ H(
4091
+ K(PFET_01V8_HVT MOS4)
4092
+ K(NFET_01V8 MOS4)
4093
+ K(RES RES)
4094
+ )
4095
+ Z(
4096
+ )
alu_w16_3ops_sky130_1000mhz/flow/netlist.v ADDED
@@ -0,0 +1,4122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Generated by Yosys 0.46 (git sha1 e97731b9dda91fa5fa53ed87df7c34163ba59a41, clang++ 17.0.6 -fPIC -O3) */
2
+
3
+ module alu_w16_3ops(a, b, sel, result);
4
+ wire _0000_;
5
+ wire _0001_;
6
+ wire _0002_;
7
+ wire _0003_;
8
+ wire _0004_;
9
+ wire _0005_;
10
+ wire _0006_;
11
+ wire _0007_;
12
+ wire _0008_;
13
+ wire _0009_;
14
+ wire _0010_;
15
+ wire _0011_;
16
+ wire _0012_;
17
+ wire _0013_;
18
+ wire _0014_;
19
+ wire _0015_;
20
+ wire _0016_;
21
+ wire _0017_;
22
+ wire _0018_;
23
+ wire _0019_;
24
+ wire _0020_;
25
+ wire _0021_;
26
+ wire _0022_;
27
+ wire _0023_;
28
+ wire _0024_;
29
+ wire _0025_;
30
+ wire _0026_;
31
+ wire _0027_;
32
+ wire _0028_;
33
+ wire _0029_;
34
+ wire _0030_;
35
+ wire _0031_;
36
+ wire _0032_;
37
+ wire _0033_;
38
+ wire _0034_;
39
+ wire _0035_;
40
+ wire _0036_;
41
+ wire _0037_;
42
+ wire _0038_;
43
+ wire _0039_;
44
+ wire _0040_;
45
+ wire _0041_;
46
+ wire _0042_;
47
+ wire _0043_;
48
+ wire _0044_;
49
+ wire _0045_;
50
+ wire _0046_;
51
+ wire _0047_;
52
+ wire _0048_;
53
+ wire _0049_;
54
+ wire _0050_;
55
+ wire _0051_;
56
+ wire _0052_;
57
+ wire _0053_;
58
+ wire _0054_;
59
+ wire _0055_;
60
+ wire _0056_;
61
+ wire _0057_;
62
+ wire _0058_;
63
+ wire _0059_;
64
+ wire _0060_;
65
+ wire _0061_;
66
+ wire _0062_;
67
+ wire _0063_;
68
+ wire _0064_;
69
+ wire _0065_;
70
+ wire _0066_;
71
+ wire _0067_;
72
+ wire _0068_;
73
+ wire _0069_;
74
+ wire _0070_;
75
+ wire _0071_;
76
+ wire _0072_;
77
+ wire _0073_;
78
+ wire _0074_;
79
+ wire _0075_;
80
+ wire _0076_;
81
+ wire _0077_;
82
+ wire _0078_;
83
+ wire _0079_;
84
+ wire _0080_;
85
+ wire _0081_;
86
+ wire _0082_;
87
+ wire _0083_;
88
+ wire _0084_;
89
+ wire _0085_;
90
+ wire _0086_;
91
+ wire _0087_;
92
+ wire _0088_;
93
+ wire _0089_;
94
+ wire _0090_;
95
+ wire _0091_;
96
+ wire _0092_;
97
+ wire _0093_;
98
+ wire _0094_;
99
+ wire _0095_;
100
+ wire _0096_;
101
+ wire _0097_;
102
+ wire _0098_;
103
+ wire _0099_;
104
+ wire _0100_;
105
+ wire _0101_;
106
+ wire _0102_;
107
+ wire _0103_;
108
+ wire _0104_;
109
+ wire _0105_;
110
+ wire _0106_;
111
+ wire _0107_;
112
+ wire _0108_;
113
+ wire _0109_;
114
+ wire _0110_;
115
+ wire _0111_;
116
+ wire _0112_;
117
+ wire _0113_;
118
+ wire _0114_;
119
+ wire _0115_;
120
+ wire _0116_;
121
+ wire _0117_;
122
+ wire _0118_;
123
+ wire _0119_;
124
+ wire _0120_;
125
+ wire _0121_;
126
+ wire _0122_;
127
+ wire _0123_;
128
+ wire _0124_;
129
+ wire _0125_;
130
+ wire _0126_;
131
+ wire _0127_;
132
+ wire _0128_;
133
+ wire _0129_;
134
+ wire _0130_;
135
+ wire _0131_;
136
+ wire _0132_;
137
+ wire _0133_;
138
+ wire _0134_;
139
+ wire _0135_;
140
+ wire _0136_;
141
+ wire _0137_;
142
+ wire _0138_;
143
+ wire _0139_;
144
+ wire _0140_;
145
+ wire _0141_;
146
+ wire _0142_;
147
+ wire _0143_;
148
+ wire _0144_;
149
+ wire _0145_;
150
+ wire _0146_;
151
+ wire _0147_;
152
+ wire _0148_;
153
+ wire _0149_;
154
+ wire _0150_;
155
+ wire _0151_;
156
+ wire _0152_;
157
+ wire _0153_;
158
+ wire _0154_;
159
+ wire _0155_;
160
+ wire _0156_;
161
+ wire _0157_;
162
+ wire _0158_;
163
+ wire _0159_;
164
+ wire _0160_;
165
+ wire _0161_;
166
+ wire _0162_;
167
+ wire _0163_;
168
+ wire _0164_;
169
+ wire _0165_;
170
+ wire _0166_;
171
+ wire _0167_;
172
+ wire _0168_;
173
+ wire _0169_;
174
+ wire _0170_;
175
+ wire _0171_;
176
+ wire _0172_;
177
+ wire _0173_;
178
+ wire _0174_;
179
+ wire _0175_;
180
+ wire _0176_;
181
+ wire _0177_;
182
+ wire _0178_;
183
+ wire _0179_;
184
+ wire _0180_;
185
+ wire _0181_;
186
+ wire _0182_;
187
+ wire _0183_;
188
+ wire _0184_;
189
+ wire _0185_;
190
+ wire _0186_;
191
+ wire _0187_;
192
+ wire _0188_;
193
+ wire _0189_;
194
+ wire _0190_;
195
+ wire _0191_;
196
+ wire _0192_;
197
+ wire _0193_;
198
+ wire _0194_;
199
+ wire _0195_;
200
+ wire _0196_;
201
+ wire _0197_;
202
+ wire _0198_;
203
+ wire _0199_;
204
+ wire _0200_;
205
+ wire _0201_;
206
+ wire _0202_;
207
+ wire _0203_;
208
+ wire _0204_;
209
+ wire _0205_;
210
+ wire _0206_;
211
+ wire _0207_;
212
+ wire _0208_;
213
+ wire _0209_;
214
+ wire _0210_;
215
+ wire _0211_;
216
+ wire _0212_;
217
+ wire _0213_;
218
+ wire _0214_;
219
+ wire _0215_;
220
+ wire _0216_;
221
+ wire _0217_;
222
+ wire _0218_;
223
+ wire _0219_;
224
+ wire _0220_;
225
+ wire _0221_;
226
+ wire _0222_;
227
+ wire _0223_;
228
+ wire _0224_;
229
+ wire _0225_;
230
+ wire _0226_;
231
+ wire _0227_;
232
+ wire _0228_;
233
+ wire _0229_;
234
+ wire _0230_;
235
+ wire _0231_;
236
+ wire _0232_;
237
+ wire _0233_;
238
+ wire _0234_;
239
+ wire _0235_;
240
+ wire _0236_;
241
+ wire _0237_;
242
+ wire _0238_;
243
+ wire _0239_;
244
+ wire _0240_;
245
+ wire _0241_;
246
+ wire _0242_;
247
+ wire _0243_;
248
+ wire _0244_;
249
+ wire _0245_;
250
+ wire _0246_;
251
+ wire _0247_;
252
+ wire _0248_;
253
+ wire _0249_;
254
+ wire _0250_;
255
+ wire _0251_;
256
+ wire _0252_;
257
+ wire _0253_;
258
+ wire _0254_;
259
+ wire _0255_;
260
+ wire _0256_;
261
+ wire _0257_;
262
+ wire _0258_;
263
+ wire _0259_;
264
+ wire _0260_;
265
+ wire _0261_;
266
+ wire _0262_;
267
+ wire _0263_;
268
+ wire _0264_;
269
+ wire _0265_;
270
+ wire _0266_;
271
+ wire _0267_;
272
+ wire _0268_;
273
+ wire _0269_;
274
+ wire _0270_;
275
+ wire _0271_;
276
+ wire _0272_;
277
+ wire _0273_;
278
+ wire _0274_;
279
+ wire _0275_;
280
+ wire _0276_;
281
+ wire _0277_;
282
+ wire _0278_;
283
+ wire _0279_;
284
+ wire _0280_;
285
+ wire _0281_;
286
+ wire _0282_;
287
+ wire _0283_;
288
+ wire _0284_;
289
+ wire _0285_;
290
+ wire _0286_;
291
+ wire _0287_;
292
+ wire _0288_;
293
+ wire _0289_;
294
+ wire _0290_;
295
+ wire _0291_;
296
+ wire _0292_;
297
+ wire _0293_;
298
+ wire _0294_;
299
+ wire _0295_;
300
+ wire _0296_;
301
+ wire _0297_;
302
+ wire _0298_;
303
+ wire _0299_;
304
+ wire _0300_;
305
+ wire _0301_;
306
+ wire _0302_;
307
+ wire _0303_;
308
+ wire _0304_;
309
+ wire _0305_;
310
+ wire _0306_;
311
+ wire _0307_;
312
+ wire _0308_;
313
+ wire _0309_;
314
+ wire _0310_;
315
+ wire _0311_;
316
+ wire _0312_;
317
+ wire _0313_;
318
+ wire _0314_;
319
+ wire _0315_;
320
+ wire _0316_;
321
+ wire _0317_;
322
+ wire _0318_;
323
+ wire _0319_;
324
+ wire _0320_;
325
+ wire _0321_;
326
+ wire _0322_;
327
+ wire _0323_;
328
+ wire _0324_;
329
+ wire _0325_;
330
+ wire _0326_;
331
+ wire _0327_;
332
+ wire _0328_;
333
+ wire _0329_;
334
+ wire _0330_;
335
+ wire _0331_;
336
+ wire _0332_;
337
+ wire _0333_;
338
+ wire _0334_;
339
+ wire _0335_;
340
+ wire _0336_;
341
+ wire _0337_;
342
+ wire _0338_;
343
+ wire _0339_;
344
+ wire _0340_;
345
+ wire _0341_;
346
+ wire _0342_;
347
+ wire _0343_;
348
+ wire _0344_;
349
+ wire _0345_;
350
+ wire _0346_;
351
+ wire _0347_;
352
+ wire _0348_;
353
+ wire _0349_;
354
+ wire _0350_;
355
+ wire _0351_;
356
+ wire _0352_;
357
+ wire _0353_;
358
+ wire _0354_;
359
+ wire _0355_;
360
+ wire _0356_;
361
+ wire _0357_;
362
+ wire _0358_;
363
+ wire _0359_;
364
+ wire _0360_;
365
+ wire _0361_;
366
+ wire _0362_;
367
+ wire _0363_;
368
+ wire _0364_;
369
+ wire _0365_;
370
+ wire _0366_;
371
+ wire _0367_;
372
+ wire _0368_;
373
+ wire _0369_;
374
+ wire _0370_;
375
+ wire _0371_;
376
+ wire _0372_;
377
+ wire _0373_;
378
+ wire _0374_;
379
+ wire _0375_;
380
+ wire _0376_;
381
+ wire _0377_;
382
+ wire _0378_;
383
+ wire _0379_;
384
+ wire _0380_;
385
+ wire _0381_;
386
+ wire _0382_;
387
+ wire _0383_;
388
+ wire _0384_;
389
+ wire _0385_;
390
+ wire _0386_;
391
+ wire _0387_;
392
+ wire _0388_;
393
+ wire _0389_;
394
+ wire _0390_;
395
+ wire _0391_;
396
+ wire _0392_;
397
+ wire _0393_;
398
+ wire _0394_;
399
+ wire _0395_;
400
+ wire _0396_;
401
+ wire _0397_;
402
+ wire _0398_;
403
+ wire _0399_;
404
+ wire _0400_;
405
+ wire _0401_;
406
+ wire _0402_;
407
+ wire _0403_;
408
+ wire _0404_;
409
+ wire _0405_;
410
+ wire _0406_;
411
+ wire _0407_;
412
+ wire _0408_;
413
+ wire _0409_;
414
+ wire _0410_;
415
+ wire _0411_;
416
+ wire _0412_;
417
+ wire _0413_;
418
+ wire _0414_;
419
+ wire _0415_;
420
+ wire _0416_;
421
+ wire _0417_;
422
+ wire _0418_;
423
+ wire _0419_;
424
+ wire _0420_;
425
+ wire _0421_;
426
+ wire _0422_;
427
+ wire _0423_;
428
+ wire _0424_;
429
+ wire _0425_;
430
+ wire _0426_;
431
+ wire _0427_;
432
+ wire _0428_;
433
+ wire _0429_;
434
+ wire _0430_;
435
+ wire _0431_;
436
+ wire _0432_;
437
+ wire _0433_;
438
+ wire _0434_;
439
+ wire _0435_;
440
+ wire _0436_;
441
+ wire _0437_;
442
+ wire _0438_;
443
+ wire _0439_;
444
+ wire _0440_;
445
+ wire _0441_;
446
+ wire _0442_;
447
+ wire _0443_;
448
+ wire _0444_;
449
+ wire _0445_;
450
+ wire _0446_;
451
+ wire _0447_;
452
+ wire _0448_;
453
+ wire _0449_;
454
+ wire _0450_;
455
+ wire _0451_;
456
+ wire _0452_;
457
+ wire _0453_;
458
+ wire _0454_;
459
+ wire _0455_;
460
+ wire _0456_;
461
+ wire _0457_;
462
+ wire _0458_;
463
+ wire _0459_;
464
+ wire _0460_;
465
+ wire _0461_;
466
+ wire _0462_;
467
+ wire _0463_;
468
+ wire _0464_;
469
+ wire _0465_;
470
+ wire _0466_;
471
+ wire _0467_;
472
+ wire _0468_;
473
+ wire _0469_;
474
+ wire _0470_;
475
+ wire _0471_;
476
+ wire _0472_;
477
+ wire _0473_;
478
+ wire _0474_;
479
+ wire _0475_;
480
+ wire _0476_;
481
+ wire _0477_;
482
+ wire _0478_;
483
+ wire _0479_;
484
+ wire _0480_;
485
+ wire _0481_;
486
+ wire _0482_;
487
+ wire _0483_;
488
+ wire _0484_;
489
+ wire _0485_;
490
+ wire _0486_;
491
+ wire _0487_;
492
+ wire _0488_;
493
+ wire _0489_;
494
+ wire _0490_;
495
+ wire _0491_;
496
+ wire _0492_;
497
+ wire _0493_;
498
+ wire _0494_;
499
+ wire _0495_;
500
+ wire _0496_;
501
+ wire _0497_;
502
+ wire _0498_;
503
+ wire _0499_;
504
+ wire _0500_;
505
+ wire _0501_;
506
+ wire _0502_;
507
+ wire _0503_;
508
+ wire _0504_;
509
+ wire _0505_;
510
+ wire _0506_;
511
+ wire _0507_;
512
+ wire _0508_;
513
+ wire _0509_;
514
+ wire _0510_;
515
+ wire _0511_;
516
+ wire _0512_;
517
+ wire _0513_;
518
+ wire _0514_;
519
+ wire _0515_;
520
+ wire _0516_;
521
+ wire _0517_;
522
+ wire _0518_;
523
+ wire _0519_;
524
+ wire _0520_;
525
+ wire _0521_;
526
+ wire _0522_;
527
+ wire _0523_;
528
+ wire _0524_;
529
+ wire _0525_;
530
+ wire _0526_;
531
+ wire _0527_;
532
+ wire _0528_;
533
+ wire _0529_;
534
+ wire _0530_;
535
+ wire _0531_;
536
+ wire _0532_;
537
+ wire _0533_;
538
+ wire _0534_;
539
+ wire _0535_;
540
+ wire _0536_;
541
+ wire _0537_;
542
+ wire _0538_;
543
+ wire _0539_;
544
+ wire _0540_;
545
+ wire _0541_;
546
+ wire _0542_;
547
+ wire _0543_;
548
+ wire _0544_;
549
+ wire _0545_;
550
+ wire _0546_;
551
+ wire _0547_;
552
+ wire _0548_;
553
+ wire _0549_;
554
+ wire _0550_;
555
+ wire _0551_;
556
+ wire _0552_;
557
+ wire _0553_;
558
+ wire _0554_;
559
+ wire _0555_;
560
+ wire _0556_;
561
+ wire _0557_;
562
+ wire _0558_;
563
+ wire _0559_;
564
+ wire _0560_;
565
+ wire _0561_;
566
+ wire _0562_;
567
+ wire _0563_;
568
+ wire _0564_;
569
+ wire _0565_;
570
+ wire _0566_;
571
+ wire _0567_;
572
+ wire _0568_;
573
+ wire _0569_;
574
+ wire _0570_;
575
+ wire _0571_;
576
+ wire _0572_;
577
+ wire _0573_;
578
+ wire _0574_;
579
+ wire _0575_;
580
+ wire _0576_;
581
+ wire _0577_;
582
+ wire _0578_;
583
+ wire _0579_;
584
+ wire _0580_;
585
+ wire _0581_;
586
+ wire _0582_;
587
+ wire _0583_;
588
+ wire _0584_;
589
+ wire _0585_;
590
+ wire _0586_;
591
+ wire _0587_;
592
+ wire _0588_;
593
+ wire _0589_;
594
+ wire _0590_;
595
+ wire _0591_;
596
+ wire _0592_;
597
+ wire _0593_;
598
+ wire _0594_;
599
+ wire _0595_;
600
+ wire _0596_;
601
+ wire _0597_;
602
+ wire _0598_;
603
+ wire _0599_;
604
+ wire _0600_;
605
+ wire _0601_;
606
+ wire _0602_;
607
+ wire _0603_;
608
+ wire _0604_;
609
+ wire _0605_;
610
+ wire _0606_;
611
+ wire _0607_;
612
+ wire _0608_;
613
+ wire _0609_;
614
+ wire _0610_;
615
+ wire _0611_;
616
+ wire _0612_;
617
+ wire _0613_;
618
+ wire _0614_;
619
+ wire _0615_;
620
+ wire _0616_;
621
+ wire _0617_;
622
+ wire _0618_;
623
+ wire _0619_;
624
+ wire _0620_;
625
+ wire _0621_;
626
+ wire _0622_;
627
+ wire _0623_;
628
+ wire _0624_;
629
+ wire _0625_;
630
+ wire _0626_;
631
+ wire _0627_;
632
+ wire _0628_;
633
+ input [15:0] a;
634
+ wire [15:0] a;
635
+ input [15:0] b;
636
+ wire [15:0] b;
637
+ output [15:0] result;
638
+ wire [15:0] result;
639
+ input [1:0] sel;
640
+ wire [1:0] sel;
641
+ sky130_fd_sc_hd__nand2_1 _0629_ (
642
+ .A(b[0]),
643
+ .B(a[0]),
644
+ .Y(_0400_)
645
+ );
646
+ sky130_fd_sc_hd__xnor2_1 _0630_ (
647
+ .A(b[0]),
648
+ .B(a[0]),
649
+ .Y(_0411_)
650
+ );
651
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _0631_ (
652
+ .A(sel[1]),
653
+ .SLEEP(sel[0]),
654
+ .X(_0422_)
655
+ );
656
+ sky130_fd_sc_hd__nand2b_1 _0632_ (
657
+ .A_N(sel[0]),
658
+ .B(sel[1]),
659
+ .Y(_0433_)
660
+ );
661
+ sky130_fd_sc_hd__a22oi_1 _0633_ (
662
+ .A1(sel[1]),
663
+ .A2(_0400_),
664
+ .B1(_0411_),
665
+ .B2(_0433_),
666
+ .Y(result[0])
667
+ );
668
+ sky130_fd_sc_hd__a22oi_1 _0634_ (
669
+ .A1(b[1]),
670
+ .A2(a[0]),
671
+ .B1(a[1]),
672
+ .B2(b[0]),
673
+ .Y(_0453_)
674
+ );
675
+ sky130_fd_sc_hd__nand2_1 _0635_ (
676
+ .A(b[1]),
677
+ .B(a[1]),
678
+ .Y(_0464_)
679
+ );
680
+ sky130_fd_sc_hd__nor2_1 _0636_ (
681
+ .A(_0400_),
682
+ .B(_0464_),
683
+ .Y(_0475_)
684
+ );
685
+ sky130_fd_sc_hd__nand2b_1 _0637_ (
686
+ .A_N(a[0]),
687
+ .B(b[0]),
688
+ .Y(_0486_)
689
+ );
690
+ sky130_fd_sc_hd__nand2b_1 _0638_ (
691
+ .A_N(sel[1]),
692
+ .B(sel[0]),
693
+ .Y(_0497_)
694
+ );
695
+ sky130_fd_sc_hd__nand2_1 _0639_ (
696
+ .A(b[0]),
697
+ .B(_0497_),
698
+ .Y(_0508_)
699
+ );
700
+ sky130_fd_sc_hd__xor2_1 _0640_ (
701
+ .A(b[1]),
702
+ .B(_0508_),
703
+ .X(_0519_)
704
+ );
705
+ sky130_fd_sc_hd__xor2_1 _0641_ (
706
+ .A(a[1]),
707
+ .B(_0519_),
708
+ .X(_0530_)
709
+ );
710
+ sky130_fd_sc_hd__xnor2_1 _0642_ (
711
+ .A(_0486_),
712
+ .B(_0530_),
713
+ .Y(_0540_)
714
+ );
715
+ sky130_fd_sc_hd__o32ai_1 _0643_ (
716
+ .A1(_0433_),
717
+ .A2(_0453_),
718
+ .A3(_0475_),
719
+ .B1(_0540_),
720
+ .B2(sel[1]),
721
+ .Y(result[1])
722
+ );
723
+ sky130_fd_sc_hd__nand2_1 _0644_ (
724
+ .A(b[2]),
725
+ .B(a[0]),
726
+ .Y(_0561_)
727
+ );
728
+ sky130_fd_sc_hd__nand2_1 _0645_ (
729
+ .A(b[0]),
730
+ .B(a[2]),
731
+ .Y(_0572_)
732
+ );
733
+ sky130_fd_sc_hd__nand2_1 _0646_ (
734
+ .A(b[1]),
735
+ .B(a[2]),
736
+ .Y(_0583_)
737
+ );
738
+ sky130_fd_sc_hd__xor2_1 _0647_ (
739
+ .A(_0464_),
740
+ .B(_0572_),
741
+ .X(_0594_)
742
+ );
743
+ sky130_fd_sc_hd__nand3_1 _0648_ (
744
+ .A(b[2]),
745
+ .B(a[0]),
746
+ .C(_0594_),
747
+ .Y(_0600_)
748
+ );
749
+ sky130_fd_sc_hd__a21o_1 _0649_ (
750
+ .A1(b[2]),
751
+ .A2(a[0]),
752
+ .B1(_0594_),
753
+ .X(_0601_)
754
+ );
755
+ sky130_fd_sc_hd__a21oi_1 _0650_ (
756
+ .A1(_0600_),
757
+ .A2(_0601_),
758
+ .B1(_0475_),
759
+ .Y(_0602_)
760
+ );
761
+ sky130_fd_sc_hd__and3_1 _0651_ (
762
+ .A(_0475_),
763
+ .B(_0600_),
764
+ .C(_0601_),
765
+ .X(_0603_)
766
+ );
767
+ sky130_fd_sc_hd__maj3_1 _0652_ (
768
+ .A(a[1]),
769
+ .B(_0486_),
770
+ .C(_0519_),
771
+ .X(_0604_)
772
+ );
773
+ sky130_fd_sc_hd__o21ai_0 _0653_ (
774
+ .A1(b[1]),
775
+ .A2(b[0]),
776
+ .B1(_0497_),
777
+ .Y(_0605_)
778
+ );
779
+ sky130_fd_sc_hd__xor2_1 _0654_ (
780
+ .A(b[2]),
781
+ .B(_0605_),
782
+ .X(_0606_)
783
+ );
784
+ sky130_fd_sc_hd__nand2_1 _0655_ (
785
+ .A(a[2]),
786
+ .B(_0606_),
787
+ .Y(_0607_)
788
+ );
789
+ sky130_fd_sc_hd__xor2_1 _0656_ (
790
+ .A(a[2]),
791
+ .B(_0606_),
792
+ .X(_0608_)
793
+ );
794
+ sky130_fd_sc_hd__nand2_1 _0657_ (
795
+ .A(_0604_),
796
+ .B(_0608_),
797
+ .Y(_0609_)
798
+ );
799
+ sky130_fd_sc_hd__xnor2_1 _0658_ (
800
+ .A(_0604_),
801
+ .B(_0608_),
802
+ .Y(_0610_)
803
+ );
804
+ sky130_fd_sc_hd__o32ai_1 _0659_ (
805
+ .A1(_0433_),
806
+ .A2(_0602_),
807
+ .A3(_0603_),
808
+ .B1(_0610_),
809
+ .B2(sel[1]),
810
+ .Y(result[2])
811
+ );
812
+ sky130_fd_sc_hd__nand2_1 _0660_ (
813
+ .A(b[3]),
814
+ .B(a[0]),
815
+ .Y(_0611_)
816
+ );
817
+ sky130_fd_sc_hd__maj3_1 _0661_ (
818
+ .A(_0464_),
819
+ .B(_0561_),
820
+ .C(_0572_),
821
+ .X(_0612_)
822
+ );
823
+ sky130_fd_sc_hd__nand2_1 _0662_ (
824
+ .A(b[2]),
825
+ .B(a[1]),
826
+ .Y(_0613_)
827
+ );
828
+ sky130_fd_sc_hd__nand2_1 _0663_ (
829
+ .A(b[0]),
830
+ .B(a[3]),
831
+ .Y(_0614_)
832
+ );
833
+ sky130_fd_sc_hd__and2_0 _0664_ (
834
+ .A(b[1]),
835
+ .B(a[3]),
836
+ .X(_0615_)
837
+ );
838
+ sky130_fd_sc_hd__nand2_1 _0665_ (
839
+ .A(b[1]),
840
+ .B(a[3]),
841
+ .Y(_0616_)
842
+ );
843
+ sky130_fd_sc_hd__a22oi_1 _0666_ (
844
+ .A1(b[1]),
845
+ .A2(a[2]),
846
+ .B1(a[3]),
847
+ .B2(b[0]),
848
+ .Y(_0617_)
849
+ );
850
+ sky130_fd_sc_hd__xor3_1 _0667_ (
851
+ .A(_0583_),
852
+ .B(_0613_),
853
+ .C(_0614_),
854
+ .X(_0618_)
855
+ );
856
+ sky130_fd_sc_hd__xor2_1 _0668_ (
857
+ .A(_0612_),
858
+ .B(_0618_),
859
+ .X(_0619_)
860
+ );
861
+ sky130_fd_sc_hd__xnor2_1 _0669_ (
862
+ .A(_0611_),
863
+ .B(_0619_),
864
+ .Y(_0620_)
865
+ );
866
+ sky130_fd_sc_hd__and2_0 _0670_ (
867
+ .A(_0603_),
868
+ .B(_0620_),
869
+ .X(_0621_)
870
+ );
871
+ sky130_fd_sc_hd__o21ai_0 _0671_ (
872
+ .A1(_0603_),
873
+ .A2(_0620_),
874
+ .B1(_0422_),
875
+ .Y(_0622_)
876
+ );
877
+ sky130_fd_sc_hd__o31ai_1 _0672_ (
878
+ .A1(b[1]),
879
+ .A2(b[2]),
880
+ .A3(b[0]),
881
+ .B1(_0497_),
882
+ .Y(_0623_)
883
+ );
884
+ sky130_fd_sc_hd__xor2_1 _0673_ (
885
+ .A(b[3]),
886
+ .B(_0623_),
887
+ .X(_0624_)
888
+ );
889
+ sky130_fd_sc_hd__nand2_1 _0674_ (
890
+ .A(a[3]),
891
+ .B(_0624_),
892
+ .Y(_0625_)
893
+ );
894
+ sky130_fd_sc_hd__xnor2_1 _0675_ (
895
+ .A(a[3]),
896
+ .B(_0624_),
897
+ .Y(_0626_)
898
+ );
899
+ sky130_fd_sc_hd__nand3_1 _0676_ (
900
+ .A(_0607_),
901
+ .B(_0609_),
902
+ .C(_0626_),
903
+ .Y(_0627_)
904
+ );
905
+ sky130_fd_sc_hd__a21o_1 _0677_ (
906
+ .A1(_0607_),
907
+ .A2(_0609_),
908
+ .B1(_0626_),
909
+ .X(_0628_)
910
+ );
911
+ sky130_fd_sc_hd__nand2_1 _0678_ (
912
+ .A(_0627_),
913
+ .B(_0628_),
914
+ .Y(_0000_)
915
+ );
916
+ sky130_fd_sc_hd__o22ai_1 _0679_ (
917
+ .A1(_0621_),
918
+ .A2(_0622_),
919
+ .B1(_0000_),
920
+ .B2(sel[1]),
921
+ .Y(result[3])
922
+ );
923
+ sky130_fd_sc_hd__or4_1 _0680_ (
924
+ .A(b[1]),
925
+ .B(b[2]),
926
+ .C(b[3]),
927
+ .D(b[0]),
928
+ .X(_0001_)
929
+ );
930
+ sky130_fd_sc_hd__nand2_1 _0681_ (
931
+ .A(_0497_),
932
+ .B(_0001_),
933
+ .Y(_0002_)
934
+ );
935
+ sky130_fd_sc_hd__xor2_1 _0682_ (
936
+ .A(b[4]),
937
+ .B(_0002_),
938
+ .X(_0003_)
939
+ );
940
+ sky130_fd_sc_hd__nand2_1 _0683_ (
941
+ .A(a[4]),
942
+ .B(_0003_),
943
+ .Y(_0004_)
944
+ );
945
+ sky130_fd_sc_hd__xnor2_1 _0684_ (
946
+ .A(a[4]),
947
+ .B(_0003_),
948
+ .Y(_0005_)
949
+ );
950
+ sky130_fd_sc_hd__a21o_1 _0685_ (
951
+ .A1(_0625_),
952
+ .A2(_0628_),
953
+ .B1(_0005_),
954
+ .X(_0006_)
955
+ );
956
+ sky130_fd_sc_hd__a31oi_1 _0686_ (
957
+ .A1(_0625_),
958
+ .A2(_0628_),
959
+ .A3(_0005_),
960
+ .B1(sel[1]),
961
+ .Y(_0007_)
962
+ );
963
+ sky130_fd_sc_hd__nand2_1 _0687_ (
964
+ .A(_0006_),
965
+ .B(_0007_),
966
+ .Y(_0008_)
967
+ );
968
+ sky130_fd_sc_hd__maj3_1 _0688_ (
969
+ .A(_0611_),
970
+ .B(_0612_),
971
+ .C(_0618_),
972
+ .X(_0009_)
973
+ );
974
+ sky130_fd_sc_hd__o22ai_1 _0689_ (
975
+ .A1(_0572_),
976
+ .A2(_0616_),
977
+ .B1(_0617_),
978
+ .B2(_0613_),
979
+ .Y(_0010_)
980
+ );
981
+ sky130_fd_sc_hd__and2_0 _0690_ (
982
+ .A(b[2]),
983
+ .B(a[2]),
984
+ .X(_0011_)
985
+ );
986
+ sky130_fd_sc_hd__and2_0 _0691_ (
987
+ .A(b[0]),
988
+ .B(a[4]),
989
+ .X(_0012_)
990
+ );
991
+ sky130_fd_sc_hd__and2_0 _0692_ (
992
+ .A(b[1]),
993
+ .B(a[4]),
994
+ .X(_0013_)
995
+ );
996
+ sky130_fd_sc_hd__xnor3_1 _0693_ (
997
+ .A(_0616_),
998
+ .B(_0011_),
999
+ .C(_0012_),
1000
+ .X(_0014_)
1001
+ );
1002
+ sky130_fd_sc_hd__xnor2_1 _0694_ (
1003
+ .A(_0010_),
1004
+ .B(_0014_),
1005
+ .Y(_0015_)
1006
+ );
1007
+ sky130_fd_sc_hd__nand2_1 _0695_ (
1008
+ .A(b[3]),
1009
+ .B(a[1]),
1010
+ .Y(_0016_)
1011
+ );
1012
+ sky130_fd_sc_hd__nand2_1 _0696_ (
1013
+ .A(b[4]),
1014
+ .B(a[0]),
1015
+ .Y(_0017_)
1016
+ );
1017
+ sky130_fd_sc_hd__nand2_1 _0697_ (
1018
+ .A(b[4]),
1019
+ .B(a[1]),
1020
+ .Y(_0018_)
1021
+ );
1022
+ sky130_fd_sc_hd__nor2_1 _0698_ (
1023
+ .A(_0611_),
1024
+ .B(_0018_),
1025
+ .Y(_0019_)
1026
+ );
1027
+ sky130_fd_sc_hd__xor2_1 _0699_ (
1028
+ .A(_0016_),
1029
+ .B(_0017_),
1030
+ .X(_0020_)
1031
+ );
1032
+ sky130_fd_sc_hd__xnor2_1 _0700_ (
1033
+ .A(_0015_),
1034
+ .B(_0020_),
1035
+ .Y(_0021_)
1036
+ );
1037
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _0701_ (
1038
+ .A(_0021_),
1039
+ .SLEEP(_0009_),
1040
+ .X(_0022_)
1041
+ );
1042
+ sky130_fd_sc_hd__xnor2_1 _0702_ (
1043
+ .A(_0009_),
1044
+ .B(_0021_),
1045
+ .Y(_0023_)
1046
+ );
1047
+ sky130_fd_sc_hd__nor2_1 _0703_ (
1048
+ .A(_0621_),
1049
+ .B(_0023_),
1050
+ .Y(_0024_)
1051
+ );
1052
+ sky130_fd_sc_hd__nand2_1 _0704_ (
1053
+ .A(_0621_),
1054
+ .B(_0023_),
1055
+ .Y(_0025_)
1056
+ );
1057
+ sky130_fd_sc_hd__nand2_1 _0705_ (
1058
+ .A(_0422_),
1059
+ .B(_0025_),
1060
+ .Y(_0026_)
1061
+ );
1062
+ sky130_fd_sc_hd__o21ai_0 _0706_ (
1063
+ .A1(_0024_),
1064
+ .A2(_0026_),
1065
+ .B1(_0008_),
1066
+ .Y(result[4])
1067
+ );
1068
+ sky130_fd_sc_hd__maj3_1 _0707_ (
1069
+ .A(_0010_),
1070
+ .B(_0014_),
1071
+ .C(_0020_),
1072
+ .X(_0027_)
1073
+ );
1074
+ sky130_fd_sc_hd__maj3_1 _0708_ (
1075
+ .A(_0615_),
1076
+ .B(_0011_),
1077
+ .C(_0012_),
1078
+ .X(_0028_)
1079
+ );
1080
+ sky130_fd_sc_hd__and2_0 _0709_ (
1081
+ .A(b[2]),
1082
+ .B(a[3]),
1083
+ .X(_0029_)
1084
+ );
1085
+ sky130_fd_sc_hd__and2_0 _0710_ (
1086
+ .A(b[0]),
1087
+ .B(a[5]),
1088
+ .X(_0030_)
1089
+ );
1090
+ sky130_fd_sc_hd__nand2_1 _0711_ (
1091
+ .A(b[1]),
1092
+ .B(a[5]),
1093
+ .Y(_0031_)
1094
+ );
1095
+ sky130_fd_sc_hd__xor3_1 _0712_ (
1096
+ .A(_0013_),
1097
+ .B(_0029_),
1098
+ .C(_0030_),
1099
+ .X(_0032_)
1100
+ );
1101
+ sky130_fd_sc_hd__nand2_1 _0713_ (
1102
+ .A(b[5]),
1103
+ .B(a[0]),
1104
+ .Y(_0033_)
1105
+ );
1106
+ sky130_fd_sc_hd__nand2_1 _0714_ (
1107
+ .A(b[3]),
1108
+ .B(a[2]),
1109
+ .Y(_0034_)
1110
+ );
1111
+ sky130_fd_sc_hd__nand2_1 _0715_ (
1112
+ .A(b[4]),
1113
+ .B(a[2]),
1114
+ .Y(_0035_)
1115
+ );
1116
+ sky130_fd_sc_hd__xnor3_1 _0716_ (
1117
+ .A(_0018_),
1118
+ .B(_0033_),
1119
+ .C(_0034_),
1120
+ .X(_0036_)
1121
+ );
1122
+ sky130_fd_sc_hd__xor3_1 _0717_ (
1123
+ .A(_0028_),
1124
+ .B(_0032_),
1125
+ .C(_0036_),
1126
+ .X(_0037_)
1127
+ );
1128
+ sky130_fd_sc_hd__xnor2_1 _0718_ (
1129
+ .A(_0027_),
1130
+ .B(_0037_),
1131
+ .Y(_0038_)
1132
+ );
1133
+ sky130_fd_sc_hd__xnor2_1 _0719_ (
1134
+ .A(_0019_),
1135
+ .B(_0038_),
1136
+ .Y(_0039_)
1137
+ );
1138
+ sky130_fd_sc_hd__nand2_1 _0720_ (
1139
+ .A(_0022_),
1140
+ .B(_0039_),
1141
+ .Y(_0040_)
1142
+ );
1143
+ sky130_fd_sc_hd__xnor2_1 _0721_ (
1144
+ .A(_0022_),
1145
+ .B(_0039_),
1146
+ .Y(_0041_)
1147
+ );
1148
+ sky130_fd_sc_hd__nand2_1 _0722_ (
1149
+ .A(_0025_),
1150
+ .B(_0041_),
1151
+ .Y(_0042_)
1152
+ );
1153
+ sky130_fd_sc_hd__nor2_1 _0723_ (
1154
+ .A(_0025_),
1155
+ .B(_0041_),
1156
+ .Y(_0043_)
1157
+ );
1158
+ sky130_fd_sc_hd__nand2_1 _0724_ (
1159
+ .A(_0422_),
1160
+ .B(_0042_),
1161
+ .Y(_0044_)
1162
+ );
1163
+ sky130_fd_sc_hd__o21ai_0 _0725_ (
1164
+ .A1(b[4]),
1165
+ .A2(_0001_),
1166
+ .B1(_0497_),
1167
+ .Y(_0045_)
1168
+ );
1169
+ sky130_fd_sc_hd__xor2_1 _0726_ (
1170
+ .A(b[5]),
1171
+ .B(_0045_),
1172
+ .X(_0046_)
1173
+ );
1174
+ sky130_fd_sc_hd__nand2_1 _0727_ (
1175
+ .A(a[5]),
1176
+ .B(_0046_),
1177
+ .Y(_0047_)
1178
+ );
1179
+ sky130_fd_sc_hd__xnor2_1 _0728_ (
1180
+ .A(a[5]),
1181
+ .B(_0046_),
1182
+ .Y(_0048_)
1183
+ );
1184
+ sky130_fd_sc_hd__nand3_1 _0729_ (
1185
+ .A(_0004_),
1186
+ .B(_0006_),
1187
+ .C(_0048_),
1188
+ .Y(_0049_)
1189
+ );
1190
+ sky130_fd_sc_hd__a21o_1 _0730_ (
1191
+ .A1(_0004_),
1192
+ .A2(_0006_),
1193
+ .B1(_0048_),
1194
+ .X(_0050_)
1195
+ );
1196
+ sky130_fd_sc_hd__nand2_1 _0731_ (
1197
+ .A(_0049_),
1198
+ .B(_0050_),
1199
+ .Y(_0051_)
1200
+ );
1201
+ sky130_fd_sc_hd__o22ai_1 _0732_ (
1202
+ .A1(_0043_),
1203
+ .A2(_0044_),
1204
+ .B1(_0051_),
1205
+ .B2(sel[1]),
1206
+ .Y(result[5])
1207
+ );
1208
+ sky130_fd_sc_hd__maj3_1 _0733_ (
1209
+ .A(_0019_),
1210
+ .B(_0027_),
1211
+ .C(_0037_),
1212
+ .X(_0052_)
1213
+ );
1214
+ sky130_fd_sc_hd__maj3_1 _0734_ (
1215
+ .A(_0028_),
1216
+ .B(_0032_),
1217
+ .C(_0036_),
1218
+ .X(_0053_)
1219
+ );
1220
+ sky130_fd_sc_hd__maj3_1 _0735_ (
1221
+ .A(_0013_),
1222
+ .B(_0029_),
1223
+ .C(_0030_),
1224
+ .X(_0054_)
1225
+ );
1226
+ sky130_fd_sc_hd__nand2_1 _0736_ (
1227
+ .A(b[2]),
1228
+ .B(a[4]),
1229
+ .Y(_0055_)
1230
+ );
1231
+ sky130_fd_sc_hd__nand2_1 _0737_ (
1232
+ .A(b[0]),
1233
+ .B(a[6]),
1234
+ .Y(_0056_)
1235
+ );
1236
+ sky130_fd_sc_hd__nand2_1 _0738_ (
1237
+ .A(b[1]),
1238
+ .B(a[6]),
1239
+ .Y(_0057_)
1240
+ );
1241
+ sky130_fd_sc_hd__xnor3_1 _0739_ (
1242
+ .A(_0031_),
1243
+ .B(_0055_),
1244
+ .C(_0056_),
1245
+ .X(_0058_)
1246
+ );
1247
+ sky130_fd_sc_hd__nand2_1 _0740_ (
1248
+ .A(b[5]),
1249
+ .B(a[1]),
1250
+ .Y(_0059_)
1251
+ );
1252
+ sky130_fd_sc_hd__nand2_1 _0741_ (
1253
+ .A(b[3]),
1254
+ .B(a[3]),
1255
+ .Y(_0060_)
1256
+ );
1257
+ sky130_fd_sc_hd__and2_0 _0742_ (
1258
+ .A(b[4]),
1259
+ .B(a[3]),
1260
+ .X(_0061_)
1261
+ );
1262
+ sky130_fd_sc_hd__xnor3_1 _0743_ (
1263
+ .A(_0035_),
1264
+ .B(_0059_),
1265
+ .C(_0060_),
1266
+ .X(_0062_)
1267
+ );
1268
+ sky130_fd_sc_hd__xor3_1 _0744_ (
1269
+ .A(_0054_),
1270
+ .B(_0058_),
1271
+ .C(_0062_),
1272
+ .X(_0063_)
1273
+ );
1274
+ sky130_fd_sc_hd__maj3_1 _0745_ (
1275
+ .A(_0018_),
1276
+ .B(_0033_),
1277
+ .C(_0034_),
1278
+ .X(_0064_)
1279
+ );
1280
+ sky130_fd_sc_hd__nand2_1 _0746_ (
1281
+ .A(b[6]),
1282
+ .B(a[0]),
1283
+ .Y(_0065_)
1284
+ );
1285
+ sky130_fd_sc_hd__nor2_1 _0747_ (
1286
+ .A(_0064_),
1287
+ .B(_0065_),
1288
+ .Y(_0066_)
1289
+ );
1290
+ sky130_fd_sc_hd__xor2_1 _0748_ (
1291
+ .A(_0064_),
1292
+ .B(_0065_),
1293
+ .X(_0067_)
1294
+ );
1295
+ sky130_fd_sc_hd__xor3_1 _0749_ (
1296
+ .A(_0053_),
1297
+ .B(_0063_),
1298
+ .C(_0067_),
1299
+ .X(_0068_)
1300
+ );
1301
+ sky130_fd_sc_hd__nand2_1 _0750_ (
1302
+ .A(_0052_),
1303
+ .B(_0068_),
1304
+ .Y(_0069_)
1305
+ );
1306
+ sky130_fd_sc_hd__xnor2_1 _0751_ (
1307
+ .A(_0052_),
1308
+ .B(_0068_),
1309
+ .Y(_0070_)
1310
+ );
1311
+ sky130_fd_sc_hd__nor2_1 _0752_ (
1312
+ .A(_0040_),
1313
+ .B(_0070_),
1314
+ .Y(_0071_)
1315
+ );
1316
+ sky130_fd_sc_hd__xor2_1 _0753_ (
1317
+ .A(_0040_),
1318
+ .B(_0070_),
1319
+ .X(_0072_)
1320
+ );
1321
+ sky130_fd_sc_hd__and2_0 _0754_ (
1322
+ .A(_0043_),
1323
+ .B(_0072_),
1324
+ .X(_0073_)
1325
+ );
1326
+ sky130_fd_sc_hd__o21ai_0 _0755_ (
1327
+ .A1(_0043_),
1328
+ .A2(_0072_),
1329
+ .B1(_0422_),
1330
+ .Y(_0074_)
1331
+ );
1332
+ sky130_fd_sc_hd__nand2_1 _0756_ (
1333
+ .A(_0047_),
1334
+ .B(_0050_),
1335
+ .Y(_0075_)
1336
+ );
1337
+ sky130_fd_sc_hd__o31ai_1 _0757_ (
1338
+ .A1(b[4]),
1339
+ .A2(b[5]),
1340
+ .A3(_0001_),
1341
+ .B1(_0497_),
1342
+ .Y(_0076_)
1343
+ );
1344
+ sky130_fd_sc_hd__xor2_1 _0758_ (
1345
+ .A(b[6]),
1346
+ .B(_0076_),
1347
+ .X(_0077_)
1348
+ );
1349
+ sky130_fd_sc_hd__nand2_1 _0759_ (
1350
+ .A(a[6]),
1351
+ .B(_0077_),
1352
+ .Y(_0078_)
1353
+ );
1354
+ sky130_fd_sc_hd__clkinv_1 _0760_ (
1355
+ .A(_0078_),
1356
+ .Y(_0079_)
1357
+ );
1358
+ sky130_fd_sc_hd__nor2_1 _0761_ (
1359
+ .A(a[6]),
1360
+ .B(_0077_),
1361
+ .Y(_0080_)
1362
+ );
1363
+ sky130_fd_sc_hd__nor2_1 _0762_ (
1364
+ .A(_0079_),
1365
+ .B(_0080_),
1366
+ .Y(_0081_)
1367
+ );
1368
+ sky130_fd_sc_hd__a21boi_0 _0763_ (
1369
+ .A1(_0047_),
1370
+ .A2(_0050_),
1371
+ .B1_N(_0081_),
1372
+ .Y(_0082_)
1373
+ );
1374
+ sky130_fd_sc_hd__xnor2_1 _0764_ (
1375
+ .A(_0075_),
1376
+ .B(_0081_),
1377
+ .Y(_0083_)
1378
+ );
1379
+ sky130_fd_sc_hd__o22ai_1 _0765_ (
1380
+ .A1(_0073_),
1381
+ .A2(_0074_),
1382
+ .B1(_0083_),
1383
+ .B2(sel[1]),
1384
+ .Y(result[6])
1385
+ );
1386
+ sky130_fd_sc_hd__maj3_1 _0766_ (
1387
+ .A(_0053_),
1388
+ .B(_0063_),
1389
+ .C(_0067_),
1390
+ .X(_0084_)
1391
+ );
1392
+ sky130_fd_sc_hd__maj3_1 _0767_ (
1393
+ .A(_0054_),
1394
+ .B(_0058_),
1395
+ .C(_0062_),
1396
+ .X(_0085_)
1397
+ );
1398
+ sky130_fd_sc_hd__maj3_1 _0768_ (
1399
+ .A(_0031_),
1400
+ .B(_0055_),
1401
+ .C(_0056_),
1402
+ .X(_0086_)
1403
+ );
1404
+ sky130_fd_sc_hd__nand2_1 _0769_ (
1405
+ .A(b[2]),
1406
+ .B(a[5]),
1407
+ .Y(_0087_)
1408
+ );
1409
+ sky130_fd_sc_hd__nand2_1 _0770_ (
1410
+ .A(b[0]),
1411
+ .B(a[7]),
1412
+ .Y(_0088_)
1413
+ );
1414
+ sky130_fd_sc_hd__nand2_1 _0771_ (
1415
+ .A(b[1]),
1416
+ .B(a[7]),
1417
+ .Y(_0089_)
1418
+ );
1419
+ sky130_fd_sc_hd__xor3_1 _0772_ (
1420
+ .A(_0057_),
1421
+ .B(_0087_),
1422
+ .C(_0088_),
1423
+ .X(_0090_)
1424
+ );
1425
+ sky130_fd_sc_hd__and2_0 _0773_ (
1426
+ .A(b[5]),
1427
+ .B(a[2]),
1428
+ .X(_0091_)
1429
+ );
1430
+ sky130_fd_sc_hd__and2_0 _0774_ (
1431
+ .A(b[3]),
1432
+ .B(a[4]),
1433
+ .X(_0092_)
1434
+ );
1435
+ sky130_fd_sc_hd__and2_0 _0775_ (
1436
+ .A(b[4]),
1437
+ .B(a[4]),
1438
+ .X(_0093_)
1439
+ );
1440
+ sky130_fd_sc_hd__xnor3_1 _0776_ (
1441
+ .A(_0061_),
1442
+ .B(_0091_),
1443
+ .C(_0092_),
1444
+ .X(_0094_)
1445
+ );
1446
+ sky130_fd_sc_hd__xnor3_1 _0777_ (
1447
+ .A(_0086_),
1448
+ .B(_0090_),
1449
+ .C(_0094_),
1450
+ .X(_0095_)
1451
+ );
1452
+ sky130_fd_sc_hd__maj3_1 _0778_ (
1453
+ .A(_0035_),
1454
+ .B(_0059_),
1455
+ .C(_0060_),
1456
+ .X(_0096_)
1457
+ );
1458
+ sky130_fd_sc_hd__nand2_1 _0779_ (
1459
+ .A(b[7]),
1460
+ .B(a[1]),
1461
+ .Y(_0097_)
1462
+ );
1463
+ sky130_fd_sc_hd__nand4_1 _0780_ (
1464
+ .A(b[6]),
1465
+ .B(b[7]),
1466
+ .C(a[0]),
1467
+ .D(a[1]),
1468
+ .Y(_0098_)
1469
+ );
1470
+ sky130_fd_sc_hd__a22o_1 _0781_ (
1471
+ .A1(b[7]),
1472
+ .A2(a[0]),
1473
+ .B1(a[1]),
1474
+ .B2(b[6]),
1475
+ .X(_0099_)
1476
+ );
1477
+ sky130_fd_sc_hd__nand2_1 _0782_ (
1478
+ .A(_0098_),
1479
+ .B(_0099_),
1480
+ .Y(_0100_)
1481
+ );
1482
+ sky130_fd_sc_hd__nor2_1 _0783_ (
1483
+ .A(_0096_),
1484
+ .B(_0100_),
1485
+ .Y(_0101_)
1486
+ );
1487
+ sky130_fd_sc_hd__xor2_1 _0784_ (
1488
+ .A(_0096_),
1489
+ .B(_0100_),
1490
+ .X(_0102_)
1491
+ );
1492
+ sky130_fd_sc_hd__xor3_1 _0785_ (
1493
+ .A(_0085_),
1494
+ .B(_0095_),
1495
+ .C(_0102_),
1496
+ .X(_0103_)
1497
+ );
1498
+ sky130_fd_sc_hd__xor3_1 _0786_ (
1499
+ .A(_0066_),
1500
+ .B(_0084_),
1501
+ .C(_0103_),
1502
+ .X(_0104_)
1503
+ );
1504
+ sky130_fd_sc_hd__nand3_1 _0787_ (
1505
+ .A(_0052_),
1506
+ .B(_0068_),
1507
+ .C(_0104_),
1508
+ .Y(_0105_)
1509
+ );
1510
+ sky130_fd_sc_hd__xnor2_1 _0788_ (
1511
+ .A(_0069_),
1512
+ .B(_0104_),
1513
+ .Y(_0106_)
1514
+ );
1515
+ sky130_fd_sc_hd__o21ai_0 _0789_ (
1516
+ .A1(_0071_),
1517
+ .A2(_0073_),
1518
+ .B1(_0106_),
1519
+ .Y(_0107_)
1520
+ );
1521
+ sky130_fd_sc_hd__or3b_1 _0790_ (
1522
+ .A(_0040_),
1523
+ .B(_0070_),
1524
+ .C_N(_0106_),
1525
+ .X(_0108_)
1526
+ );
1527
+ sky130_fd_sc_hd__nand2_1 _0791_ (
1528
+ .A(_0073_),
1529
+ .B(_0106_),
1530
+ .Y(_0109_)
1531
+ );
1532
+ sky130_fd_sc_hd__o311ai_0 _0792_ (
1533
+ .A1(_0071_),
1534
+ .A2(_0073_),
1535
+ .A3(_0106_),
1536
+ .B1(_0107_),
1537
+ .C1(_0422_),
1538
+ .Y(_0110_)
1539
+ );
1540
+ sky130_fd_sc_hd__nor4_1 _0793_ (
1541
+ .A(b[4]),
1542
+ .B(b[5]),
1543
+ .C(b[6]),
1544
+ .D(_0001_),
1545
+ .Y(_0111_)
1546
+ );
1547
+ sky130_fd_sc_hd__o41ai_1 _0794_ (
1548
+ .A1(b[4]),
1549
+ .A2(b[5]),
1550
+ .A3(b[6]),
1551
+ .A4(_0001_),
1552
+ .B1(_0497_),
1553
+ .Y(_0112_)
1554
+ );
1555
+ sky130_fd_sc_hd__xor2_1 _0795_ (
1556
+ .A(b[7]),
1557
+ .B(_0112_),
1558
+ .X(_0113_)
1559
+ );
1560
+ sky130_fd_sc_hd__nand2_1 _0796_ (
1561
+ .A(a[7]),
1562
+ .B(_0113_),
1563
+ .Y(_0114_)
1564
+ );
1565
+ sky130_fd_sc_hd__xnor2_1 _0797_ (
1566
+ .A(a[7]),
1567
+ .B(_0113_),
1568
+ .Y(_0115_)
1569
+ );
1570
+ sky130_fd_sc_hd__clkinv_1 _0798_ (
1571
+ .A(_0115_),
1572
+ .Y(_0116_)
1573
+ );
1574
+ sky130_fd_sc_hd__nor3_1 _0799_ (
1575
+ .A(_0079_),
1576
+ .B(_0082_),
1577
+ .C(_0116_),
1578
+ .Y(_0117_)
1579
+ );
1580
+ sky130_fd_sc_hd__o21ai_0 _0800_ (
1581
+ .A1(_0079_),
1582
+ .A2(_0082_),
1583
+ .B1(_0116_),
1584
+ .Y(_0118_)
1585
+ );
1586
+ sky130_fd_sc_hd__nand2b_1 _0801_ (
1587
+ .A_N(sel[1]),
1588
+ .B(_0118_),
1589
+ .Y(_0119_)
1590
+ );
1591
+ sky130_fd_sc_hd__o21ai_0 _0802_ (
1592
+ .A1(_0117_),
1593
+ .A2(_0119_),
1594
+ .B1(_0110_),
1595
+ .Y(result[7])
1596
+ );
1597
+ sky130_fd_sc_hd__maj3_1 _0803_ (
1598
+ .A(_0066_),
1599
+ .B(_0084_),
1600
+ .C(_0103_),
1601
+ .X(_0120_)
1602
+ );
1603
+ sky130_fd_sc_hd__maj3_1 _0804_ (
1604
+ .A(_0085_),
1605
+ .B(_0095_),
1606
+ .C(_0102_),
1607
+ .X(_0121_)
1608
+ );
1609
+ sky130_fd_sc_hd__maj3_1 _0805_ (
1610
+ .A(_0086_),
1611
+ .B(_0090_),
1612
+ .C(_0094_),
1613
+ .X(_0122_)
1614
+ );
1615
+ sky130_fd_sc_hd__maj3_1 _0806_ (
1616
+ .A(_0057_),
1617
+ .B(_0087_),
1618
+ .C(_0088_),
1619
+ .X(_0123_)
1620
+ );
1621
+ sky130_fd_sc_hd__nand2_1 _0807_ (
1622
+ .A(b[2]),
1623
+ .B(a[6]),
1624
+ .Y(_0124_)
1625
+ );
1626
+ sky130_fd_sc_hd__nand2_1 _0808_ (
1627
+ .A(b[0]),
1628
+ .B(a[8]),
1629
+ .Y(_0125_)
1630
+ );
1631
+ sky130_fd_sc_hd__and2_0 _0809_ (
1632
+ .A(b[1]),
1633
+ .B(a[8]),
1634
+ .X(_0126_)
1635
+ );
1636
+ sky130_fd_sc_hd__xor3_1 _0810_ (
1637
+ .A(_0089_),
1638
+ .B(_0124_),
1639
+ .C(_0125_),
1640
+ .X(_0127_)
1641
+ );
1642
+ sky130_fd_sc_hd__and2_0 _0811_ (
1643
+ .A(b[5]),
1644
+ .B(a[3]),
1645
+ .X(_0128_)
1646
+ );
1647
+ sky130_fd_sc_hd__and2_0 _0812_ (
1648
+ .A(b[3]),
1649
+ .B(a[5]),
1650
+ .X(_0129_)
1651
+ );
1652
+ sky130_fd_sc_hd__and2_0 _0813_ (
1653
+ .A(b[4]),
1654
+ .B(a[5]),
1655
+ .X(_0130_)
1656
+ );
1657
+ sky130_fd_sc_hd__xnor3_1 _0814_ (
1658
+ .A(_0093_),
1659
+ .B(_0128_),
1660
+ .C(_0129_),
1661
+ .X(_0131_)
1662
+ );
1663
+ sky130_fd_sc_hd__xnor3_1 _0815_ (
1664
+ .A(_0123_),
1665
+ .B(_0127_),
1666
+ .C(_0131_),
1667
+ .X(_0132_)
1668
+ );
1669
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _0816_ (
1670
+ .A(_0132_),
1671
+ .SLEEP(_0122_),
1672
+ .X(_0133_)
1673
+ );
1674
+ sky130_fd_sc_hd__xnor2_1 _0817_ (
1675
+ .A(_0122_),
1676
+ .B(_0132_),
1677
+ .Y(_0134_)
1678
+ );
1679
+ sky130_fd_sc_hd__maj3_1 _0818_ (
1680
+ .A(_0061_),
1681
+ .B(_0091_),
1682
+ .C(_0092_),
1683
+ .X(_0135_)
1684
+ );
1685
+ sky130_fd_sc_hd__nand2_1 _0819_ (
1686
+ .A(b[8]),
1687
+ .B(a[0]),
1688
+ .Y(_0136_)
1689
+ );
1690
+ sky130_fd_sc_hd__nand2_1 _0820_ (
1691
+ .A(b[6]),
1692
+ .B(a[2]),
1693
+ .Y(_0137_)
1694
+ );
1695
+ sky130_fd_sc_hd__nand2_1 _0821_ (
1696
+ .A(b[7]),
1697
+ .B(a[2]),
1698
+ .Y(_0138_)
1699
+ );
1700
+ sky130_fd_sc_hd__xnor3_1 _0822_ (
1701
+ .A(_0097_),
1702
+ .B(_0136_),
1703
+ .C(_0137_),
1704
+ .X(_0139_)
1705
+ );
1706
+ sky130_fd_sc_hd__xor2_1 _0823_ (
1707
+ .A(_0135_),
1708
+ .B(_0139_),
1709
+ .X(_0140_)
1710
+ );
1711
+ sky130_fd_sc_hd__nand2b_1 _0824_ (
1712
+ .A_N(_0098_),
1713
+ .B(_0140_),
1714
+ .Y(_0141_)
1715
+ );
1716
+ sky130_fd_sc_hd__xnor2_1 _0825_ (
1717
+ .A(_0098_),
1718
+ .B(_0140_),
1719
+ .Y(_0142_)
1720
+ );
1721
+ sky130_fd_sc_hd__xor2_1 _0826_ (
1722
+ .A(_0134_),
1723
+ .B(_0142_),
1724
+ .X(_0143_)
1725
+ );
1726
+ sky130_fd_sc_hd__xnor3_1 _0827_ (
1727
+ .A(_0121_),
1728
+ .B(_0134_),
1729
+ .C(_0142_),
1730
+ .X(_0144_)
1731
+ );
1732
+ sky130_fd_sc_hd__xnor2_1 _0828_ (
1733
+ .A(_0101_),
1734
+ .B(_0144_),
1735
+ .Y(_0145_)
1736
+ );
1737
+ sky130_fd_sc_hd__nand2_1 _0829_ (
1738
+ .A(_0120_),
1739
+ .B(_0145_),
1740
+ .Y(_0146_)
1741
+ );
1742
+ sky130_fd_sc_hd__xnor3_1 _0830_ (
1743
+ .A(_0101_),
1744
+ .B(_0120_),
1745
+ .C(_0144_),
1746
+ .X(_0147_)
1747
+ );
1748
+ sky130_fd_sc_hd__nor2b_1 _0831_ (
1749
+ .A(_0105_),
1750
+ .B_N(_0147_),
1751
+ .Y(_0148_)
1752
+ );
1753
+ sky130_fd_sc_hd__xnor2_1 _0832_ (
1754
+ .A(_0105_),
1755
+ .B(_0147_),
1756
+ .Y(_0149_)
1757
+ );
1758
+ sky130_fd_sc_hd__nor2b_1 _0833_ (
1759
+ .A(_0108_),
1760
+ .B_N(_0149_),
1761
+ .Y(_0150_)
1762
+ );
1763
+ sky130_fd_sc_hd__xnor2_1 _0834_ (
1764
+ .A(_0108_),
1765
+ .B(_0149_),
1766
+ .Y(_0151_)
1767
+ );
1768
+ sky130_fd_sc_hd__xor2_1 _0835_ (
1769
+ .A(_0109_),
1770
+ .B(_0151_),
1771
+ .X(_0152_)
1772
+ );
1773
+ sky130_fd_sc_hd__nand2_1 _0836_ (
1774
+ .A(_0114_),
1775
+ .B(_0118_),
1776
+ .Y(_0153_)
1777
+ );
1778
+ sky130_fd_sc_hd__nand2b_1 _0837_ (
1779
+ .A_N(b[7]),
1780
+ .B(_0111_),
1781
+ .Y(_0154_)
1782
+ );
1783
+ sky130_fd_sc_hd__nand2_1 _0838_ (
1784
+ .A(_0497_),
1785
+ .B(_0154_),
1786
+ .Y(_0155_)
1787
+ );
1788
+ sky130_fd_sc_hd__xor2_1 _0839_ (
1789
+ .A(b[8]),
1790
+ .B(_0155_),
1791
+ .X(_0156_)
1792
+ );
1793
+ sky130_fd_sc_hd__nand2_1 _0840_ (
1794
+ .A(a[8]),
1795
+ .B(_0156_),
1796
+ .Y(_0157_)
1797
+ );
1798
+ sky130_fd_sc_hd__xor2_1 _0841_ (
1799
+ .A(a[8]),
1800
+ .B(_0156_),
1801
+ .X(_0158_)
1802
+ );
1803
+ sky130_fd_sc_hd__a21bo_1 _0842_ (
1804
+ .A1(_0114_),
1805
+ .A2(_0118_),
1806
+ .B1_N(_0158_),
1807
+ .X(_0159_)
1808
+ );
1809
+ sky130_fd_sc_hd__xnor2_1 _0843_ (
1810
+ .A(_0153_),
1811
+ .B(_0158_),
1812
+ .Y(_0160_)
1813
+ );
1814
+ sky130_fd_sc_hd__o22ai_1 _0844_ (
1815
+ .A1(_0433_),
1816
+ .A2(_0152_),
1817
+ .B1(_0160_),
1818
+ .B2(sel[1]),
1819
+ .Y(result[8])
1820
+ );
1821
+ sky130_fd_sc_hd__a31o_1 _0845_ (
1822
+ .A1(_0073_),
1823
+ .A2(_0106_),
1824
+ .A3(_0151_),
1825
+ .B1(_0150_),
1826
+ .X(_0161_)
1827
+ );
1828
+ sky130_fd_sc_hd__maj3_1 _0846_ (
1829
+ .A(_0101_),
1830
+ .B(_0121_),
1831
+ .C(_0143_),
1832
+ .X(_0162_)
1833
+ );
1834
+ sky130_fd_sc_hd__a21oi_1 _0847_ (
1835
+ .A1(_0134_),
1836
+ .A2(_0142_),
1837
+ .B1(_0133_),
1838
+ .Y(_0163_)
1839
+ );
1840
+ sky130_fd_sc_hd__maj3_1 _0848_ (
1841
+ .A(_0123_),
1842
+ .B(_0127_),
1843
+ .C(_0131_),
1844
+ .X(_0164_)
1845
+ );
1846
+ sky130_fd_sc_hd__maj3_1 _0849_ (
1847
+ .A(_0089_),
1848
+ .B(_0124_),
1849
+ .C(_0125_),
1850
+ .X(_0165_)
1851
+ );
1852
+ sky130_fd_sc_hd__and2_0 _0850_ (
1853
+ .A(b[2]),
1854
+ .B(a[7]),
1855
+ .X(_0166_)
1856
+ );
1857
+ sky130_fd_sc_hd__and2_0 _0851_ (
1858
+ .A(b[0]),
1859
+ .B(a[9]),
1860
+ .X(_0167_)
1861
+ );
1862
+ sky130_fd_sc_hd__nand2_1 _0852_ (
1863
+ .A(b[1]),
1864
+ .B(a[9]),
1865
+ .Y(_0168_)
1866
+ );
1867
+ sky130_fd_sc_hd__xnor3_1 _0853_ (
1868
+ .A(_0126_),
1869
+ .B(_0166_),
1870
+ .C(_0167_),
1871
+ .X(_0169_)
1872
+ );
1873
+ sky130_fd_sc_hd__and2_0 _0854_ (
1874
+ .A(b[5]),
1875
+ .B(a[4]),
1876
+ .X(_0170_)
1877
+ );
1878
+ sky130_fd_sc_hd__and2_0 _0855_ (
1879
+ .A(b[3]),
1880
+ .B(a[6]),
1881
+ .X(_0171_)
1882
+ );
1883
+ sky130_fd_sc_hd__nand2_1 _0856_ (
1884
+ .A(b[4]),
1885
+ .B(a[6]),
1886
+ .Y(_0172_)
1887
+ );
1888
+ sky130_fd_sc_hd__xnor3_1 _0857_ (
1889
+ .A(_0130_),
1890
+ .B(_0170_),
1891
+ .C(_0171_),
1892
+ .X(_0173_)
1893
+ );
1894
+ sky130_fd_sc_hd__xnor3_1 _0858_ (
1895
+ .A(_0165_),
1896
+ .B(_0169_),
1897
+ .C(_0173_),
1898
+ .X(_0174_)
1899
+ );
1900
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _0859_ (
1901
+ .A(_0174_),
1902
+ .SLEEP(_0164_),
1903
+ .X(_0175_)
1904
+ );
1905
+ sky130_fd_sc_hd__xnor2_1 _0860_ (
1906
+ .A(_0164_),
1907
+ .B(_0174_),
1908
+ .Y(_0176_)
1909
+ );
1910
+ sky130_fd_sc_hd__maj3_1 _0861_ (
1911
+ .A(_0097_),
1912
+ .B(_0136_),
1913
+ .C(_0137_),
1914
+ .X(_0177_)
1915
+ );
1916
+ sky130_fd_sc_hd__maj3_1 _0862_ (
1917
+ .A(_0093_),
1918
+ .B(_0128_),
1919
+ .C(_0129_),
1920
+ .X(_0178_)
1921
+ );
1922
+ sky130_fd_sc_hd__nand2_1 _0863_ (
1923
+ .A(b[8]),
1924
+ .B(a[1]),
1925
+ .Y(_0179_)
1926
+ );
1927
+ sky130_fd_sc_hd__nand2_1 _0864_ (
1928
+ .A(b[6]),
1929
+ .B(a[3]),
1930
+ .Y(_0180_)
1931
+ );
1932
+ sky130_fd_sc_hd__nand2_1 _0865_ (
1933
+ .A(b[7]),
1934
+ .B(a[3]),
1935
+ .Y(_0181_)
1936
+ );
1937
+ sky130_fd_sc_hd__xnor3_1 _0866_ (
1938
+ .A(_0138_),
1939
+ .B(_0179_),
1940
+ .C(_0180_),
1941
+ .X(_0182_)
1942
+ );
1943
+ sky130_fd_sc_hd__nand2_1 _0867_ (
1944
+ .A(_0178_),
1945
+ .B(_0182_),
1946
+ .Y(_0183_)
1947
+ );
1948
+ sky130_fd_sc_hd__xnor2_1 _0868_ (
1949
+ .A(_0178_),
1950
+ .B(_0182_),
1951
+ .Y(_0184_)
1952
+ );
1953
+ sky130_fd_sc_hd__xor2_1 _0869_ (
1954
+ .A(_0177_),
1955
+ .B(_0184_),
1956
+ .X(_0185_)
1957
+ );
1958
+ sky130_fd_sc_hd__xnor2_1 _0870_ (
1959
+ .A(_0176_),
1960
+ .B(_0185_),
1961
+ .Y(_0186_)
1962
+ );
1963
+ sky130_fd_sc_hd__nor2_1 _0871_ (
1964
+ .A(_0163_),
1965
+ .B(_0186_),
1966
+ .Y(_0187_)
1967
+ );
1968
+ sky130_fd_sc_hd__xor2_1 _0872_ (
1969
+ .A(_0163_),
1970
+ .B(_0186_),
1971
+ .X(_0188_)
1972
+ );
1973
+ sky130_fd_sc_hd__a21boi_0 _0873_ (
1974
+ .A1(_0135_),
1975
+ .A2(_0139_),
1976
+ .B1_N(_0141_),
1977
+ .Y(_0189_)
1978
+ );
1979
+ sky130_fd_sc_hd__nand2_1 _0874_ (
1980
+ .A(b[9]),
1981
+ .B(a[0]),
1982
+ .Y(_0190_)
1983
+ );
1984
+ sky130_fd_sc_hd__nor2_1 _0875_ (
1985
+ .A(_0189_),
1986
+ .B(_0190_),
1987
+ .Y(_0191_)
1988
+ );
1989
+ sky130_fd_sc_hd__xor2_1 _0876_ (
1990
+ .A(_0189_),
1991
+ .B(_0190_),
1992
+ .X(_0192_)
1993
+ );
1994
+ sky130_fd_sc_hd__xor2_1 _0877_ (
1995
+ .A(_0188_),
1996
+ .B(_0192_),
1997
+ .X(_0193_)
1998
+ );
1999
+ sky130_fd_sc_hd__nand2_1 _0878_ (
2000
+ .A(_0162_),
2001
+ .B(_0193_),
2002
+ .Y(_0194_)
2003
+ );
2004
+ sky130_fd_sc_hd__xnor2_1 _0879_ (
2005
+ .A(_0162_),
2006
+ .B(_0193_),
2007
+ .Y(_0195_)
2008
+ );
2009
+ sky130_fd_sc_hd__nor2_1 _0880_ (
2010
+ .A(_0146_),
2011
+ .B(_0195_),
2012
+ .Y(_0196_)
2013
+ );
2014
+ sky130_fd_sc_hd__xor2_1 _0881_ (
2015
+ .A(_0146_),
2016
+ .B(_0195_),
2017
+ .X(_0197_)
2018
+ );
2019
+ sky130_fd_sc_hd__xor2_1 _0882_ (
2020
+ .A(_0148_),
2021
+ .B(_0197_),
2022
+ .X(_0198_)
2023
+ );
2024
+ sky130_fd_sc_hd__xnor2_1 _0883_ (
2025
+ .A(_0161_),
2026
+ .B(_0198_),
2027
+ .Y(_0199_)
2028
+ );
2029
+ sky130_fd_sc_hd__o21ai_0 _0884_ (
2030
+ .A1(b[8]),
2031
+ .A2(_0154_),
2032
+ .B1(_0497_),
2033
+ .Y(_0200_)
2034
+ );
2035
+ sky130_fd_sc_hd__xor2_1 _0885_ (
2036
+ .A(b[9]),
2037
+ .B(_0200_),
2038
+ .X(_0201_)
2039
+ );
2040
+ sky130_fd_sc_hd__nand2_1 _0886_ (
2041
+ .A(a[9]),
2042
+ .B(_0201_),
2043
+ .Y(_0202_)
2044
+ );
2045
+ sky130_fd_sc_hd__xnor2_1 _0887_ (
2046
+ .A(a[9]),
2047
+ .B(_0201_),
2048
+ .Y(_0203_)
2049
+ );
2050
+ sky130_fd_sc_hd__nand3_1 _0888_ (
2051
+ .A(_0157_),
2052
+ .B(_0159_),
2053
+ .C(_0203_),
2054
+ .Y(_0204_)
2055
+ );
2056
+ sky130_fd_sc_hd__a21o_1 _0889_ (
2057
+ .A1(_0157_),
2058
+ .A2(_0159_),
2059
+ .B1(_0203_),
2060
+ .X(_0205_)
2061
+ );
2062
+ sky130_fd_sc_hd__nand2_1 _0890_ (
2063
+ .A(_0204_),
2064
+ .B(_0205_),
2065
+ .Y(_0206_)
2066
+ );
2067
+ sky130_fd_sc_hd__o22ai_1 _0891_ (
2068
+ .A1(_0433_),
2069
+ .A2(_0199_),
2070
+ .B1(_0206_),
2071
+ .B2(sel[1]),
2072
+ .Y(result[9])
2073
+ );
2074
+ sky130_fd_sc_hd__maj3_1 _0892_ (
2075
+ .A(_0148_),
2076
+ .B(_0161_),
2077
+ .C(_0197_),
2078
+ .X(_0207_)
2079
+ );
2080
+ sky130_fd_sc_hd__a21oi_1 _0893_ (
2081
+ .A1(_0188_),
2082
+ .A2(_0192_),
2083
+ .B1(_0187_),
2084
+ .Y(_0208_)
2085
+ );
2086
+ sky130_fd_sc_hd__clkinv_1 _0894_ (
2087
+ .A(_0208_),
2088
+ .Y(_0209_)
2089
+ );
2090
+ sky130_fd_sc_hd__a21oi_1 _0895_ (
2091
+ .A1(_0176_),
2092
+ .A2(_0185_),
2093
+ .B1(_0175_),
2094
+ .Y(_0210_)
2095
+ );
2096
+ sky130_fd_sc_hd__maj3_1 _0896_ (
2097
+ .A(_0165_),
2098
+ .B(_0169_),
2099
+ .C(_0173_),
2100
+ .X(_0211_)
2101
+ );
2102
+ sky130_fd_sc_hd__maj3_1 _0897_ (
2103
+ .A(_0126_),
2104
+ .B(_0166_),
2105
+ .C(_0167_),
2106
+ .X(_0212_)
2107
+ );
2108
+ sky130_fd_sc_hd__nand2_1 _0898_ (
2109
+ .A(b[2]),
2110
+ .B(a[8]),
2111
+ .Y(_0213_)
2112
+ );
2113
+ sky130_fd_sc_hd__nand2_1 _0899_ (
2114
+ .A(b[0]),
2115
+ .B(a[10]),
2116
+ .Y(_0214_)
2117
+ );
2118
+ sky130_fd_sc_hd__nand2_1 _0900_ (
2119
+ .A(b[1]),
2120
+ .B(a[10]),
2121
+ .Y(_0215_)
2122
+ );
2123
+ sky130_fd_sc_hd__xnor3_1 _0901_ (
2124
+ .A(_0168_),
2125
+ .B(_0213_),
2126
+ .C(_0214_),
2127
+ .X(_0216_)
2128
+ );
2129
+ sky130_fd_sc_hd__nand2_1 _0902_ (
2130
+ .A(b[5]),
2131
+ .B(a[5]),
2132
+ .Y(_0217_)
2133
+ );
2134
+ sky130_fd_sc_hd__nand2_1 _0903_ (
2135
+ .A(b[3]),
2136
+ .B(a[7]),
2137
+ .Y(_0218_)
2138
+ );
2139
+ sky130_fd_sc_hd__nand2_1 _0904_ (
2140
+ .A(b[4]),
2141
+ .B(a[7]),
2142
+ .Y(_0219_)
2143
+ );
2144
+ sky130_fd_sc_hd__xnor3_1 _0905_ (
2145
+ .A(_0172_),
2146
+ .B(_0217_),
2147
+ .C(_0218_),
2148
+ .X(_0220_)
2149
+ );
2150
+ sky130_fd_sc_hd__xor3_1 _0906_ (
2151
+ .A(_0212_),
2152
+ .B(_0216_),
2153
+ .C(_0220_),
2154
+ .X(_0221_)
2155
+ );
2156
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _0907_ (
2157
+ .A(_0221_),
2158
+ .SLEEP(_0211_),
2159
+ .X(_0222_)
2160
+ );
2161
+ sky130_fd_sc_hd__xnor2_1 _0908_ (
2162
+ .A(_0211_),
2163
+ .B(_0221_),
2164
+ .Y(_0223_)
2165
+ );
2166
+ sky130_fd_sc_hd__maj3_1 _0909_ (
2167
+ .A(_0138_),
2168
+ .B(_0179_),
2169
+ .C(_0180_),
2170
+ .X(_0224_)
2171
+ );
2172
+ sky130_fd_sc_hd__maj3_1 _0910_ (
2173
+ .A(_0130_),
2174
+ .B(_0170_),
2175
+ .C(_0171_),
2176
+ .X(_0225_)
2177
+ );
2178
+ sky130_fd_sc_hd__nand2_1 _0911_ (
2179
+ .A(b[8]),
2180
+ .B(a[2]),
2181
+ .Y(_0226_)
2182
+ );
2183
+ sky130_fd_sc_hd__nand2_1 _0912_ (
2184
+ .A(b[6]),
2185
+ .B(a[4]),
2186
+ .Y(_0227_)
2187
+ );
2188
+ sky130_fd_sc_hd__nand2_1 _0913_ (
2189
+ .A(b[7]),
2190
+ .B(a[4]),
2191
+ .Y(_0228_)
2192
+ );
2193
+ sky130_fd_sc_hd__xnor3_1 _0914_ (
2194
+ .A(_0181_),
2195
+ .B(_0226_),
2196
+ .C(_0227_),
2197
+ .X(_0229_)
2198
+ );
2199
+ sky130_fd_sc_hd__xor2_1 _0915_ (
2200
+ .A(_0225_),
2201
+ .B(_0229_),
2202
+ .X(_0230_)
2203
+ );
2204
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _0916_ (
2205
+ .A(_0230_),
2206
+ .SLEEP(_0224_),
2207
+ .X(_0231_)
2208
+ );
2209
+ sky130_fd_sc_hd__xnor2_1 _0917_ (
2210
+ .A(_0224_),
2211
+ .B(_0230_),
2212
+ .Y(_0232_)
2213
+ );
2214
+ sky130_fd_sc_hd__xnor2_1 _0918_ (
2215
+ .A(_0223_),
2216
+ .B(_0232_),
2217
+ .Y(_0233_)
2218
+ );
2219
+ sky130_fd_sc_hd__nor2_1 _0919_ (
2220
+ .A(_0210_),
2221
+ .B(_0233_),
2222
+ .Y(_0234_)
2223
+ );
2224
+ sky130_fd_sc_hd__nand2_1 _0920_ (
2225
+ .A(_0210_),
2226
+ .B(_0233_),
2227
+ .Y(_0235_)
2228
+ );
2229
+ sky130_fd_sc_hd__xnor2_1 _0921_ (
2230
+ .A(_0210_),
2231
+ .B(_0233_),
2232
+ .Y(_0236_)
2233
+ );
2234
+ sky130_fd_sc_hd__o21a_1 _0922_ (
2235
+ .A1(_0177_),
2236
+ .A2(_0184_),
2237
+ .B1(_0183_),
2238
+ .X(_0237_)
2239
+ );
2240
+ sky130_fd_sc_hd__nand2_1 _0923_ (
2241
+ .A(b[10]),
2242
+ .B(a[1]),
2243
+ .Y(_0238_)
2244
+ );
2245
+ sky130_fd_sc_hd__nor2_1 _0924_ (
2246
+ .A(_0190_),
2247
+ .B(_0238_),
2248
+ .Y(_0239_)
2249
+ );
2250
+ sky130_fd_sc_hd__a22oi_1 _0925_ (
2251
+ .A1(b[10]),
2252
+ .A2(a[0]),
2253
+ .B1(a[1]),
2254
+ .B2(b[9]),
2255
+ .Y(_0240_)
2256
+ );
2257
+ sky130_fd_sc_hd__nor3_1 _0926_ (
2258
+ .A(_0237_),
2259
+ .B(_0239_),
2260
+ .C(_0240_),
2261
+ .Y(_0241_)
2262
+ );
2263
+ sky130_fd_sc_hd__o21a_1 _0927_ (
2264
+ .A1(_0239_),
2265
+ .A2(_0240_),
2266
+ .B1(_0237_),
2267
+ .X(_0242_)
2268
+ );
2269
+ sky130_fd_sc_hd__nor2_1 _0928_ (
2270
+ .A(_0241_),
2271
+ .B(_0242_),
2272
+ .Y(_0243_)
2273
+ );
2274
+ sky130_fd_sc_hd__xnor2_1 _0929_ (
2275
+ .A(_0236_),
2276
+ .B(_0243_),
2277
+ .Y(_0244_)
2278
+ );
2279
+ sky130_fd_sc_hd__xor2_1 _0930_ (
2280
+ .A(_0208_),
2281
+ .B(_0244_),
2282
+ .X(_0245_)
2283
+ );
2284
+ sky130_fd_sc_hd__xnor2_1 _0931_ (
2285
+ .A(_0191_),
2286
+ .B(_0245_),
2287
+ .Y(_0246_)
2288
+ );
2289
+ sky130_fd_sc_hd__nand3_1 _0932_ (
2290
+ .A(_0162_),
2291
+ .B(_0193_),
2292
+ .C(_0246_),
2293
+ .Y(_0247_)
2294
+ );
2295
+ sky130_fd_sc_hd__xnor2_1 _0933_ (
2296
+ .A(_0194_),
2297
+ .B(_0246_),
2298
+ .Y(_0248_)
2299
+ );
2300
+ sky130_fd_sc_hd__xnor2_1 _0934_ (
2301
+ .A(_0196_),
2302
+ .B(_0248_),
2303
+ .Y(_0249_)
2304
+ );
2305
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _0935_ (
2306
+ .A(_0207_),
2307
+ .SLEEP(_0249_),
2308
+ .X(_0250_)
2309
+ );
2310
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _0936_ (
2311
+ .A(_0249_),
2312
+ .SLEEP(_0207_),
2313
+ .X(_0251_)
2314
+ );
2315
+ sky130_fd_sc_hd__nand2_1 _0937_ (
2316
+ .A(_0202_),
2317
+ .B(_0205_),
2318
+ .Y(_0252_)
2319
+ );
2320
+ sky130_fd_sc_hd__o31ai_1 _0938_ (
2321
+ .A1(b[8]),
2322
+ .A2(b[9]),
2323
+ .A3(_0154_),
2324
+ .B1(_0497_),
2325
+ .Y(_0253_)
2326
+ );
2327
+ sky130_fd_sc_hd__xor2_1 _0939_ (
2328
+ .A(b[10]),
2329
+ .B(_0253_),
2330
+ .X(_0254_)
2331
+ );
2332
+ sky130_fd_sc_hd__nand2_1 _0940_ (
2333
+ .A(a[10]),
2334
+ .B(_0254_),
2335
+ .Y(_0255_)
2336
+ );
2337
+ sky130_fd_sc_hd__xor2_1 _0941_ (
2338
+ .A(a[10]),
2339
+ .B(_0254_),
2340
+ .X(_0256_)
2341
+ );
2342
+ sky130_fd_sc_hd__a21bo_1 _0942_ (
2343
+ .A1(_0202_),
2344
+ .A2(_0205_),
2345
+ .B1_N(_0256_),
2346
+ .X(_0257_)
2347
+ );
2348
+ sky130_fd_sc_hd__xnor2_1 _0943_ (
2349
+ .A(_0252_),
2350
+ .B(_0256_),
2351
+ .Y(_0258_)
2352
+ );
2353
+ sky130_fd_sc_hd__o32ai_1 _0944_ (
2354
+ .A1(_0433_),
2355
+ .A2(_0250_),
2356
+ .A3(_0251_),
2357
+ .B1(_0258_),
2358
+ .B2(sel[1]),
2359
+ .Y(result[10])
2360
+ );
2361
+ sky130_fd_sc_hd__maj3_1 _0945_ (
2362
+ .A(_0196_),
2363
+ .B(_0207_),
2364
+ .C(_0248_),
2365
+ .X(_0259_)
2366
+ );
2367
+ sky130_fd_sc_hd__maj3_1 _0946_ (
2368
+ .A(_0191_),
2369
+ .B(_0209_),
2370
+ .C(_0244_),
2371
+ .X(_0260_)
2372
+ );
2373
+ sky130_fd_sc_hd__a21oi_1 _0947_ (
2374
+ .A1(_0235_),
2375
+ .A2(_0243_),
2376
+ .B1(_0234_),
2377
+ .Y(_0261_)
2378
+ );
2379
+ sky130_fd_sc_hd__a21oi_1 _0948_ (
2380
+ .A1(_0223_),
2381
+ .A2(_0232_),
2382
+ .B1(_0222_),
2383
+ .Y(_0262_)
2384
+ );
2385
+ sky130_fd_sc_hd__maj3_1 _0949_ (
2386
+ .A(_0212_),
2387
+ .B(_0216_),
2388
+ .C(_0220_),
2389
+ .X(_0263_)
2390
+ );
2391
+ sky130_fd_sc_hd__maj3_1 _0950_ (
2392
+ .A(_0168_),
2393
+ .B(_0213_),
2394
+ .C(_0214_),
2395
+ .X(_0264_)
2396
+ );
2397
+ sky130_fd_sc_hd__nand2_1 _0951_ (
2398
+ .A(b[2]),
2399
+ .B(a[9]),
2400
+ .Y(_0265_)
2401
+ );
2402
+ sky130_fd_sc_hd__nand2_1 _0952_ (
2403
+ .A(b[0]),
2404
+ .B(a[11]),
2405
+ .Y(_0266_)
2406
+ );
2407
+ sky130_fd_sc_hd__nand2_1 _0953_ (
2408
+ .A(b[1]),
2409
+ .B(a[11]),
2410
+ .Y(_0267_)
2411
+ );
2412
+ sky130_fd_sc_hd__xnor3_1 _0954_ (
2413
+ .A(_0215_),
2414
+ .B(_0265_),
2415
+ .C(_0266_),
2416
+ .X(_0268_)
2417
+ );
2418
+ sky130_fd_sc_hd__nand2b_1 _0955_ (
2419
+ .A_N(_0264_),
2420
+ .B(_0268_),
2421
+ .Y(_0269_)
2422
+ );
2423
+ sky130_fd_sc_hd__xnor2_1 _0956_ (
2424
+ .A(_0264_),
2425
+ .B(_0268_),
2426
+ .Y(_0270_)
2427
+ );
2428
+ sky130_fd_sc_hd__nand2_1 _0957_ (
2429
+ .A(b[5]),
2430
+ .B(a[6]),
2431
+ .Y(_0271_)
2432
+ );
2433
+ sky130_fd_sc_hd__nand2_1 _0958_ (
2434
+ .A(b[3]),
2435
+ .B(a[8]),
2436
+ .Y(_0272_)
2437
+ );
2438
+ sky130_fd_sc_hd__nand2_1 _0959_ (
2439
+ .A(b[4]),
2440
+ .B(a[8]),
2441
+ .Y(_0273_)
2442
+ );
2443
+ sky130_fd_sc_hd__nand2_1 _0960_ (
2444
+ .A(_0219_),
2445
+ .B(_0272_),
2446
+ .Y(_0274_)
2447
+ );
2448
+ sky130_fd_sc_hd__o21ai_0 _0961_ (
2449
+ .A1(_0218_),
2450
+ .A2(_0273_),
2451
+ .B1(_0274_),
2452
+ .Y(_0275_)
2453
+ );
2454
+ sky130_fd_sc_hd__xnor3_1 _0962_ (
2455
+ .A(_0219_),
2456
+ .B(_0271_),
2457
+ .C(_0272_),
2458
+ .X(_0276_)
2459
+ );
2460
+ sky130_fd_sc_hd__xnor3_1 _0963_ (
2461
+ .A(_0264_),
2462
+ .B(_0268_),
2463
+ .C(_0276_),
2464
+ .X(_0277_)
2465
+ );
2466
+ sky130_fd_sc_hd__nand2_1 _0964_ (
2467
+ .A(_0263_),
2468
+ .B(_0277_),
2469
+ .Y(_0278_)
2470
+ );
2471
+ sky130_fd_sc_hd__xor2_1 _0965_ (
2472
+ .A(_0263_),
2473
+ .B(_0277_),
2474
+ .X(_0279_)
2475
+ );
2476
+ sky130_fd_sc_hd__maj3_1 _0966_ (
2477
+ .A(_0181_),
2478
+ .B(_0226_),
2479
+ .C(_0227_),
2480
+ .X(_0280_)
2481
+ );
2482
+ sky130_fd_sc_hd__maj3_1 _0967_ (
2483
+ .A(_0172_),
2484
+ .B(_0217_),
2485
+ .C(_0218_),
2486
+ .X(_0281_)
2487
+ );
2488
+ sky130_fd_sc_hd__nand2_1 _0968_ (
2489
+ .A(b[8]),
2490
+ .B(a[3]),
2491
+ .Y(_0282_)
2492
+ );
2493
+ sky130_fd_sc_hd__nand2_1 _0969_ (
2494
+ .A(b[6]),
2495
+ .B(a[5]),
2496
+ .Y(_0283_)
2497
+ );
2498
+ sky130_fd_sc_hd__nand2_1 _0970_ (
2499
+ .A(b[7]),
2500
+ .B(a[5]),
2501
+ .Y(_0284_)
2502
+ );
2503
+ sky130_fd_sc_hd__xor3_1 _0971_ (
2504
+ .A(_0228_),
2505
+ .B(_0282_),
2506
+ .C(_0283_),
2507
+ .X(_0285_)
2508
+ );
2509
+ sky130_fd_sc_hd__xor2_1 _0972_ (
2510
+ .A(_0281_),
2511
+ .B(_0285_),
2512
+ .X(_0286_)
2513
+ );
2514
+ sky130_fd_sc_hd__xnor2_1 _0973_ (
2515
+ .A(_0280_),
2516
+ .B(_0286_),
2517
+ .Y(_0287_)
2518
+ );
2519
+ sky130_fd_sc_hd__nand2_1 _0974_ (
2520
+ .A(_0279_),
2521
+ .B(_0287_),
2522
+ .Y(_0288_)
2523
+ );
2524
+ sky130_fd_sc_hd__xnor2_1 _0975_ (
2525
+ .A(_0279_),
2526
+ .B(_0287_),
2527
+ .Y(_0289_)
2528
+ );
2529
+ sky130_fd_sc_hd__nor2_1 _0976_ (
2530
+ .A(_0262_),
2531
+ .B(_0289_),
2532
+ .Y(_0290_)
2533
+ );
2534
+ sky130_fd_sc_hd__xor2_1 _0977_ (
2535
+ .A(_0262_),
2536
+ .B(_0289_),
2537
+ .X(_0291_)
2538
+ );
2539
+ sky130_fd_sc_hd__a21oi_1 _0978_ (
2540
+ .A1(_0225_),
2541
+ .A2(_0229_),
2542
+ .B1(_0231_),
2543
+ .Y(_0292_)
2544
+ );
2545
+ sky130_fd_sc_hd__nand2_1 _0979_ (
2546
+ .A(b[11]),
2547
+ .B(a[0]),
2548
+ .Y(_0293_)
2549
+ );
2550
+ sky130_fd_sc_hd__nand2_1 _0980_ (
2551
+ .A(b[9]),
2552
+ .B(a[2]),
2553
+ .Y(_0294_)
2554
+ );
2555
+ sky130_fd_sc_hd__nand2_1 _0981_ (
2556
+ .A(b[10]),
2557
+ .B(a[2]),
2558
+ .Y(_0295_)
2559
+ );
2560
+ sky130_fd_sc_hd__xor2_1 _0982_ (
2561
+ .A(_0238_),
2562
+ .B(_0294_),
2563
+ .X(_0296_)
2564
+ );
2565
+ sky130_fd_sc_hd__xnor2_1 _0983_ (
2566
+ .A(_0293_),
2567
+ .B(_0296_),
2568
+ .Y(_0297_)
2569
+ );
2570
+ sky130_fd_sc_hd__nand2_1 _0984_ (
2571
+ .A(_0239_),
2572
+ .B(_0297_),
2573
+ .Y(_0298_)
2574
+ );
2575
+ sky130_fd_sc_hd__xor2_1 _0985_ (
2576
+ .A(_0239_),
2577
+ .B(_0297_),
2578
+ .X(_0299_)
2579
+ );
2580
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _0986_ (
2581
+ .A(_0299_),
2582
+ .SLEEP(_0292_),
2583
+ .X(_0300_)
2584
+ );
2585
+ sky130_fd_sc_hd__xnor2_1 _0987_ (
2586
+ .A(_0292_),
2587
+ .B(_0299_),
2588
+ .Y(_0301_)
2589
+ );
2590
+ sky130_fd_sc_hd__xor2_1 _0988_ (
2591
+ .A(_0291_),
2592
+ .B(_0301_),
2593
+ .X(_0302_)
2594
+ );
2595
+ sky130_fd_sc_hd__nand2b_1 _0989_ (
2596
+ .A_N(_0261_),
2597
+ .B(_0302_),
2598
+ .Y(_0303_)
2599
+ );
2600
+ sky130_fd_sc_hd__xor2_1 _0990_ (
2601
+ .A(_0261_),
2602
+ .B(_0302_),
2603
+ .X(_0304_)
2604
+ );
2605
+ sky130_fd_sc_hd__xnor2_1 _0991_ (
2606
+ .A(_0241_),
2607
+ .B(_0304_),
2608
+ .Y(_0305_)
2609
+ );
2610
+ sky130_fd_sc_hd__nand2_1 _0992_ (
2611
+ .A(_0260_),
2612
+ .B(_0305_),
2613
+ .Y(_0306_)
2614
+ );
2615
+ sky130_fd_sc_hd__xnor2_1 _0993_ (
2616
+ .A(_0260_),
2617
+ .B(_0305_),
2618
+ .Y(_0307_)
2619
+ );
2620
+ sky130_fd_sc_hd__nor2_1 _0994_ (
2621
+ .A(_0247_),
2622
+ .B(_0307_),
2623
+ .Y(_0308_)
2624
+ );
2625
+ sky130_fd_sc_hd__xor2_1 _0995_ (
2626
+ .A(_0247_),
2627
+ .B(_0307_),
2628
+ .X(_0309_)
2629
+ );
2630
+ sky130_fd_sc_hd__xnor2_1 _0996_ (
2631
+ .A(_0259_),
2632
+ .B(_0309_),
2633
+ .Y(_0310_)
2634
+ );
2635
+ sky130_fd_sc_hd__nand2_1 _0997_ (
2636
+ .A(_0255_),
2637
+ .B(_0257_),
2638
+ .Y(_0311_)
2639
+ );
2640
+ sky130_fd_sc_hd__or4_1 _0998_ (
2641
+ .A(b[8]),
2642
+ .B(b[9]),
2643
+ .C(b[10]),
2644
+ .D(_0154_),
2645
+ .X(_0312_)
2646
+ );
2647
+ sky130_fd_sc_hd__nand2_1 _0999_ (
2648
+ .A(_0497_),
2649
+ .B(_0312_),
2650
+ .Y(_0313_)
2651
+ );
2652
+ sky130_fd_sc_hd__xor2_1 _1000_ (
2653
+ .A(b[11]),
2654
+ .B(_0313_),
2655
+ .X(_0314_)
2656
+ );
2657
+ sky130_fd_sc_hd__nand2_1 _1001_ (
2658
+ .A(a[11]),
2659
+ .B(_0314_),
2660
+ .Y(_0315_)
2661
+ );
2662
+ sky130_fd_sc_hd__nor2_1 _1002_ (
2663
+ .A(a[11]),
2664
+ .B(_0314_),
2665
+ .Y(_0316_)
2666
+ );
2667
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _1003_ (
2668
+ .A(_0315_),
2669
+ .SLEEP(_0316_),
2670
+ .X(_0317_)
2671
+ );
2672
+ sky130_fd_sc_hd__xnor2_1 _1004_ (
2673
+ .A(_0311_),
2674
+ .B(_0317_),
2675
+ .Y(_0318_)
2676
+ );
2677
+ sky130_fd_sc_hd__o22ai_1 _1005_ (
2678
+ .A1(_0433_),
2679
+ .A2(_0310_),
2680
+ .B1(_0318_),
2681
+ .B2(sel[1]),
2682
+ .Y(result[11])
2683
+ );
2684
+ sky130_fd_sc_hd__a21oi_1 _1006_ (
2685
+ .A1(_0259_),
2686
+ .A2(_0309_),
2687
+ .B1(_0308_),
2688
+ .Y(_0319_)
2689
+ );
2690
+ sky130_fd_sc_hd__o41ai_1 _1007_ (
2691
+ .A1(_0237_),
2692
+ .A2(_0239_),
2693
+ .A3(_0240_),
2694
+ .A4(_0304_),
2695
+ .B1(_0303_),
2696
+ .Y(_0320_)
2697
+ );
2698
+ sky130_fd_sc_hd__a21oi_1 _1008_ (
2699
+ .A1(_0291_),
2700
+ .A2(_0301_),
2701
+ .B1(_0290_),
2702
+ .Y(_0321_)
2703
+ );
2704
+ sky130_fd_sc_hd__nand2_1 _1009_ (
2705
+ .A(_0278_),
2706
+ .B(_0288_),
2707
+ .Y(_0322_)
2708
+ );
2709
+ sky130_fd_sc_hd__a21boi_0 _1010_ (
2710
+ .A1(_0270_),
2711
+ .A2(_0276_),
2712
+ .B1_N(_0269_),
2713
+ .Y(_0323_)
2714
+ );
2715
+ sky130_fd_sc_hd__maj3_1 _1011_ (
2716
+ .A(_0215_),
2717
+ .B(_0265_),
2718
+ .C(_0266_),
2719
+ .X(_0324_)
2720
+ );
2721
+ sky130_fd_sc_hd__nand2_1 _1012_ (
2722
+ .A(b[2]),
2723
+ .B(a[10]),
2724
+ .Y(_0325_)
2725
+ );
2726
+ sky130_fd_sc_hd__nand2_1 _1013_ (
2727
+ .A(b[0]),
2728
+ .B(a[12]),
2729
+ .Y(_0326_)
2730
+ );
2731
+ sky130_fd_sc_hd__nand2_1 _1014_ (
2732
+ .A(b[1]),
2733
+ .B(a[12]),
2734
+ .Y(_0327_)
2735
+ );
2736
+ sky130_fd_sc_hd__xnor3_1 _1015_ (
2737
+ .A(_0267_),
2738
+ .B(_0325_),
2739
+ .C(_0326_),
2740
+ .X(_0328_)
2741
+ );
2742
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _1016_ (
2743
+ .A(_0328_),
2744
+ .SLEEP(_0324_),
2745
+ .X(_0329_)
2746
+ );
2747
+ sky130_fd_sc_hd__xnor2_1 _1017_ (
2748
+ .A(_0324_),
2749
+ .B(_0328_),
2750
+ .Y(_0330_)
2751
+ );
2752
+ sky130_fd_sc_hd__nand2_1 _1018_ (
2753
+ .A(b[5]),
2754
+ .B(a[7]),
2755
+ .Y(_0331_)
2756
+ );
2757
+ sky130_fd_sc_hd__nand2_1 _1019_ (
2758
+ .A(b[3]),
2759
+ .B(a[9]),
2760
+ .Y(_0332_)
2761
+ );
2762
+ sky130_fd_sc_hd__nand2_1 _1020_ (
2763
+ .A(b[4]),
2764
+ .B(a[9]),
2765
+ .Y(_0333_)
2766
+ );
2767
+ sky130_fd_sc_hd__xor2_1 _1021_ (
2768
+ .A(_0273_),
2769
+ .B(_0332_),
2770
+ .X(_0334_)
2771
+ );
2772
+ sky130_fd_sc_hd__xnor2_1 _1022_ (
2773
+ .A(_0331_),
2774
+ .B(_0334_),
2775
+ .Y(_0335_)
2776
+ );
2777
+ sky130_fd_sc_hd__and2_0 _1023_ (
2778
+ .A(_0330_),
2779
+ .B(_0335_),
2780
+ .X(_0336_)
2781
+ );
2782
+ sky130_fd_sc_hd__nor2_1 _1024_ (
2783
+ .A(_0330_),
2784
+ .B(_0335_),
2785
+ .Y(_0337_)
2786
+ );
2787
+ sky130_fd_sc_hd__nor2_1 _1025_ (
2788
+ .A(_0336_),
2789
+ .B(_0337_),
2790
+ .Y(_0338_)
2791
+ );
2792
+ sky130_fd_sc_hd__nor3_1 _1026_ (
2793
+ .A(_0323_),
2794
+ .B(_0336_),
2795
+ .C(_0337_),
2796
+ .Y(_0339_)
2797
+ );
2798
+ sky130_fd_sc_hd__xnor2_1 _1027_ (
2799
+ .A(_0323_),
2800
+ .B(_0338_),
2801
+ .Y(_0340_)
2802
+ );
2803
+ sky130_fd_sc_hd__maj3_1 _1028_ (
2804
+ .A(_0228_),
2805
+ .B(_0282_),
2806
+ .C(_0283_),
2807
+ .X(_0341_)
2808
+ );
2809
+ sky130_fd_sc_hd__o22a_1 _1029_ (
2810
+ .A1(_0218_),
2811
+ .A2(_0273_),
2812
+ .B1(_0275_),
2813
+ .B2(_0271_),
2814
+ .X(_0342_)
2815
+ );
2816
+ sky130_fd_sc_hd__nand2_1 _1030_ (
2817
+ .A(b[8]),
2818
+ .B(a[4]),
2819
+ .Y(_0343_)
2820
+ );
2821
+ sky130_fd_sc_hd__nand2_1 _1031_ (
2822
+ .A(b[6]),
2823
+ .B(a[6]),
2824
+ .Y(_0344_)
2825
+ );
2826
+ sky130_fd_sc_hd__nand2_1 _1032_ (
2827
+ .A(b[7]),
2828
+ .B(a[6]),
2829
+ .Y(_0345_)
2830
+ );
2831
+ sky130_fd_sc_hd__nand2_1 _1033_ (
2832
+ .A(_0284_),
2833
+ .B(_0344_),
2834
+ .Y(_0346_)
2835
+ );
2836
+ sky130_fd_sc_hd__o21ai_0 _1034_ (
2837
+ .A1(_0283_),
2838
+ .A2(_0345_),
2839
+ .B1(_0346_),
2840
+ .Y(_0347_)
2841
+ );
2842
+ sky130_fd_sc_hd__xnor2_1 _1035_ (
2843
+ .A(_0343_),
2844
+ .B(_0347_),
2845
+ .Y(_0348_)
2846
+ );
2847
+ sky130_fd_sc_hd__xor2_1 _1036_ (
2848
+ .A(_0342_),
2849
+ .B(_0348_),
2850
+ .X(_0349_)
2851
+ );
2852
+ sky130_fd_sc_hd__xnor2_1 _1037_ (
2853
+ .A(_0341_),
2854
+ .B(_0349_),
2855
+ .Y(_0350_)
2856
+ );
2857
+ sky130_fd_sc_hd__xnor2_1 _1038_ (
2858
+ .A(_0340_),
2859
+ .B(_0350_),
2860
+ .Y(_0351_)
2861
+ );
2862
+ sky130_fd_sc_hd__a21oi_1 _1039_ (
2863
+ .A1(_0278_),
2864
+ .A2(_0288_),
2865
+ .B1(_0351_),
2866
+ .Y(_0352_)
2867
+ );
2868
+ sky130_fd_sc_hd__xnor2_1 _1040_ (
2869
+ .A(_0322_),
2870
+ .B(_0351_),
2871
+ .Y(_0353_)
2872
+ );
2873
+ sky130_fd_sc_hd__maj3_1 _1041_ (
2874
+ .A(_0280_),
2875
+ .B(_0281_),
2876
+ .C(_0285_),
2877
+ .X(_0354_)
2878
+ );
2879
+ sky130_fd_sc_hd__nand2_1 _1042_ (
2880
+ .A(b[12]),
2881
+ .B(a[0]),
2882
+ .Y(_0355_)
2883
+ );
2884
+ sky130_fd_sc_hd__maj3_1 _1043_ (
2885
+ .A(_0238_),
2886
+ .B(_0293_),
2887
+ .C(_0294_),
2888
+ .X(_0356_)
2889
+ );
2890
+ sky130_fd_sc_hd__nand2_1 _1044_ (
2891
+ .A(b[11]),
2892
+ .B(a[1]),
2893
+ .Y(_0357_)
2894
+ );
2895
+ sky130_fd_sc_hd__nand2_1 _1045_ (
2896
+ .A(b[9]),
2897
+ .B(a[3]),
2898
+ .Y(_0358_)
2899
+ );
2900
+ sky130_fd_sc_hd__nand2_1 _1046_ (
2901
+ .A(b[10]),
2902
+ .B(a[3]),
2903
+ .Y(_0359_)
2904
+ );
2905
+ sky130_fd_sc_hd__nand2_1 _1047_ (
2906
+ .A(_0295_),
2907
+ .B(_0358_),
2908
+ .Y(_0360_)
2909
+ );
2910
+ sky130_fd_sc_hd__o21ai_0 _1048_ (
2911
+ .A1(_0294_),
2912
+ .A2(_0359_),
2913
+ .B1(_0360_),
2914
+ .Y(_0361_)
2915
+ );
2916
+ sky130_fd_sc_hd__xnor2_1 _1049_ (
2917
+ .A(_0357_),
2918
+ .B(_0361_),
2919
+ .Y(_0362_)
2920
+ );
2921
+ sky130_fd_sc_hd__xnor2_1 _1050_ (
2922
+ .A(_0356_),
2923
+ .B(_0362_),
2924
+ .Y(_0363_)
2925
+ );
2926
+ sky130_fd_sc_hd__xnor2_1 _1051_ (
2927
+ .A(_0355_),
2928
+ .B(_0363_),
2929
+ .Y(_0364_)
2930
+ );
2931
+ sky130_fd_sc_hd__xor2_1 _1052_ (
2932
+ .A(_0354_),
2933
+ .B(_0364_),
2934
+ .X(_0365_)
2935
+ );
2936
+ sky130_fd_sc_hd__xnor2_1 _1053_ (
2937
+ .A(_0298_),
2938
+ .B(_0365_),
2939
+ .Y(_0366_)
2940
+ );
2941
+ sky130_fd_sc_hd__xor2_1 _1054_ (
2942
+ .A(_0353_),
2943
+ .B(_0366_),
2944
+ .X(_0367_)
2945
+ );
2946
+ sky130_fd_sc_hd__nand2b_1 _1055_ (
2947
+ .A_N(_0321_),
2948
+ .B(_0367_),
2949
+ .Y(_0368_)
2950
+ );
2951
+ sky130_fd_sc_hd__xnor2_1 _1056_ (
2952
+ .A(_0321_),
2953
+ .B(_0367_),
2954
+ .Y(_0369_)
2955
+ );
2956
+ sky130_fd_sc_hd__nand2_1 _1057_ (
2957
+ .A(_0300_),
2958
+ .B(_0369_),
2959
+ .Y(_0370_)
2960
+ );
2961
+ sky130_fd_sc_hd__xor2_1 _1058_ (
2962
+ .A(_0300_),
2963
+ .B(_0369_),
2964
+ .X(_0371_)
2965
+ );
2966
+ sky130_fd_sc_hd__nand2_1 _1059_ (
2967
+ .A(_0320_),
2968
+ .B(_0371_),
2969
+ .Y(_0372_)
2970
+ );
2971
+ sky130_fd_sc_hd__xnor2_1 _1060_ (
2972
+ .A(_0320_),
2973
+ .B(_0371_),
2974
+ .Y(_0373_)
2975
+ );
2976
+ sky130_fd_sc_hd__xor2_1 _1061_ (
2977
+ .A(_0306_),
2978
+ .B(_0373_),
2979
+ .X(_0374_)
2980
+ );
2981
+ sky130_fd_sc_hd__xnor2_1 _1062_ (
2982
+ .A(_0319_),
2983
+ .B(_0374_),
2984
+ .Y(_0375_)
2985
+ );
2986
+ sky130_fd_sc_hd__nand2_1 _1063_ (
2987
+ .A(_0422_),
2988
+ .B(_0375_),
2989
+ .Y(_0376_)
2990
+ );
2991
+ sky130_fd_sc_hd__a31oi_1 _1064_ (
2992
+ .A1(_0255_),
2993
+ .A2(_0257_),
2994
+ .A3(_0315_),
2995
+ .B1(_0316_),
2996
+ .Y(_0377_)
2997
+ );
2998
+ sky130_fd_sc_hd__o21ai_0 _1065_ (
2999
+ .A1(b[11]),
3000
+ .A2(_0312_),
3001
+ .B1(_0497_),
3002
+ .Y(_0378_)
3003
+ );
3004
+ sky130_fd_sc_hd__xnor2_1 _1066_ (
3005
+ .A(b[12]),
3006
+ .B(_0378_),
3007
+ .Y(_0379_)
3008
+ );
3009
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _1067_ (
3010
+ .A(a[12]),
3011
+ .SLEEP(_0379_),
3012
+ .X(_0380_)
3013
+ );
3014
+ sky130_fd_sc_hd__xor2_1 _1068_ (
3015
+ .A(a[12]),
3016
+ .B(_0379_),
3017
+ .X(_0381_)
3018
+ );
3019
+ sky130_fd_sc_hd__a311oi_1 _1069_ (
3020
+ .A1(_0255_),
3021
+ .A2(_0257_),
3022
+ .A3(_0315_),
3023
+ .B1(_0316_),
3024
+ .C1(_0381_),
3025
+ .Y(_0382_)
3026
+ );
3027
+ sky130_fd_sc_hd__xor2_1 _1070_ (
3028
+ .A(_0377_),
3029
+ .B(_0381_),
3030
+ .X(_0383_)
3031
+ );
3032
+ sky130_fd_sc_hd__o21ai_0 _1071_ (
3033
+ .A1(sel[1]),
3034
+ .A2(_0383_),
3035
+ .B1(_0376_),
3036
+ .Y(result[12])
3037
+ );
3038
+ sky130_fd_sc_hd__maj3_1 _1072_ (
3039
+ .A(_0306_),
3040
+ .B(_0319_),
3041
+ .C(_0373_),
3042
+ .X(_0384_)
3043
+ );
3044
+ sky130_fd_sc_hd__maj3_1 _1073_ (
3045
+ .A(_0298_),
3046
+ .B(_0354_),
3047
+ .C(_0364_),
3048
+ .X(_0385_)
3049
+ );
3050
+ sky130_fd_sc_hd__a21oi_1 _1074_ (
3051
+ .A1(_0353_),
3052
+ .A2(_0366_),
3053
+ .B1(_0352_),
3054
+ .Y(_0386_)
3055
+ );
3056
+ sky130_fd_sc_hd__a21oi_1 _1075_ (
3057
+ .A1(_0340_),
3058
+ .A2(_0350_),
3059
+ .B1(_0339_),
3060
+ .Y(_0387_)
3061
+ );
3062
+ sky130_fd_sc_hd__maj3_1 _1076_ (
3063
+ .A(_0267_),
3064
+ .B(_0325_),
3065
+ .C(_0326_),
3066
+ .X(_0388_)
3067
+ );
3068
+ sky130_fd_sc_hd__nand2_1 _1077_ (
3069
+ .A(b[2]),
3070
+ .B(a[11]),
3071
+ .Y(_0389_)
3072
+ );
3073
+ sky130_fd_sc_hd__nand2_1 _1078_ (
3074
+ .A(b[0]),
3075
+ .B(a[13]),
3076
+ .Y(_0390_)
3077
+ );
3078
+ sky130_fd_sc_hd__xnor2_1 _1079_ (
3079
+ .A(_0327_),
3080
+ .B(_0390_),
3081
+ .Y(_0391_)
3082
+ );
3083
+ sky130_fd_sc_hd__xnor2_1 _1080_ (
3084
+ .A(_0389_),
3085
+ .B(_0391_),
3086
+ .Y(_0392_)
3087
+ );
3088
+ sky130_fd_sc_hd__nor2_1 _1081_ (
3089
+ .A(_0388_),
3090
+ .B(_0392_),
3091
+ .Y(_0393_)
3092
+ );
3093
+ sky130_fd_sc_hd__xor2_1 _1082_ (
3094
+ .A(_0388_),
3095
+ .B(_0392_),
3096
+ .X(_0394_)
3097
+ );
3098
+ sky130_fd_sc_hd__nand2_1 _1083_ (
3099
+ .A(b[5]),
3100
+ .B(a[8]),
3101
+ .Y(_0395_)
3102
+ );
3103
+ sky130_fd_sc_hd__nand2_1 _1084_ (
3104
+ .A(b[3]),
3105
+ .B(a[10]),
3106
+ .Y(_0396_)
3107
+ );
3108
+ sky130_fd_sc_hd__xor2_1 _1085_ (
3109
+ .A(_0333_),
3110
+ .B(_0396_),
3111
+ .X(_0397_)
3112
+ );
3113
+ sky130_fd_sc_hd__xnor2_1 _1086_ (
3114
+ .A(_0395_),
3115
+ .B(_0397_),
3116
+ .Y(_0398_)
3117
+ );
3118
+ sky130_fd_sc_hd__xor2_1 _1087_ (
3119
+ .A(_0394_),
3120
+ .B(_0398_),
3121
+ .X(_0399_)
3122
+ );
3123
+ sky130_fd_sc_hd__o21a_1 _1088_ (
3124
+ .A1(_0329_),
3125
+ .A2(_0336_),
3126
+ .B1(_0399_),
3127
+ .X(_0401_)
3128
+ );
3129
+ sky130_fd_sc_hd__nor3_1 _1089_ (
3130
+ .A(_0329_),
3131
+ .B(_0336_),
3132
+ .C(_0399_),
3133
+ .Y(_0402_)
3134
+ );
3135
+ sky130_fd_sc_hd__nor2_1 _1090_ (
3136
+ .A(_0401_),
3137
+ .B(_0402_),
3138
+ .Y(_0403_)
3139
+ );
3140
+ sky130_fd_sc_hd__maj3_1 _1091_ (
3141
+ .A(_0284_),
3142
+ .B(_0343_),
3143
+ .C(_0344_),
3144
+ .X(_0404_)
3145
+ );
3146
+ sky130_fd_sc_hd__maj3_1 _1092_ (
3147
+ .A(_0273_),
3148
+ .B(_0331_),
3149
+ .C(_0332_),
3150
+ .X(_0405_)
3151
+ );
3152
+ sky130_fd_sc_hd__nand2_1 _1093_ (
3153
+ .A(b[8]),
3154
+ .B(a[5]),
3155
+ .Y(_0406_)
3156
+ );
3157
+ sky130_fd_sc_hd__nand2_1 _1094_ (
3158
+ .A(b[6]),
3159
+ .B(a[7]),
3160
+ .Y(_0407_)
3161
+ );
3162
+ sky130_fd_sc_hd__xnor2_1 _1095_ (
3163
+ .A(_0345_),
3164
+ .B(_0407_),
3165
+ .Y(_0408_)
3166
+ );
3167
+ sky130_fd_sc_hd__xnor2_1 _1096_ (
3168
+ .A(_0406_),
3169
+ .B(_0408_),
3170
+ .Y(_0409_)
3171
+ );
3172
+ sky130_fd_sc_hd__xor2_1 _1097_ (
3173
+ .A(_0405_),
3174
+ .B(_0409_),
3175
+ .X(_0410_)
3176
+ );
3177
+ sky130_fd_sc_hd__xnor2_1 _1098_ (
3178
+ .A(_0404_),
3179
+ .B(_0410_),
3180
+ .Y(_0412_)
3181
+ );
3182
+ sky130_fd_sc_hd__xnor2_1 _1099_ (
3183
+ .A(_0403_),
3184
+ .B(_0412_),
3185
+ .Y(_0413_)
3186
+ );
3187
+ sky130_fd_sc_hd__maj3_1 _1100_ (
3188
+ .A(_0355_),
3189
+ .B(_0356_),
3190
+ .C(_0362_),
3191
+ .X(_0414_)
3192
+ );
3193
+ sky130_fd_sc_hd__maj3_1 _1101_ (
3194
+ .A(_0341_),
3195
+ .B(_0342_),
3196
+ .C(_0348_),
3197
+ .X(_0415_)
3198
+ );
3199
+ sky130_fd_sc_hd__maj3_1 _1102_ (
3200
+ .A(_0295_),
3201
+ .B(_0357_),
3202
+ .C(_0358_),
3203
+ .X(_0416_)
3204
+ );
3205
+ sky130_fd_sc_hd__nand2_1 _1103_ (
3206
+ .A(b[9]),
3207
+ .B(a[4]),
3208
+ .Y(_0417_)
3209
+ );
3210
+ sky130_fd_sc_hd__xor2_1 _1104_ (
3211
+ .A(_0359_),
3212
+ .B(_0417_),
3213
+ .X(_0418_)
3214
+ );
3215
+ sky130_fd_sc_hd__nand3_1 _1105_ (
3216
+ .A(b[11]),
3217
+ .B(a[2]),
3218
+ .C(_0418_),
3219
+ .Y(_0419_)
3220
+ );
3221
+ sky130_fd_sc_hd__a21o_1 _1106_ (
3222
+ .A1(b[11]),
3223
+ .A2(a[2]),
3224
+ .B1(_0418_),
3225
+ .X(_0420_)
3226
+ );
3227
+ sky130_fd_sc_hd__nand2_1 _1107_ (
3228
+ .A(_0419_),
3229
+ .B(_0420_),
3230
+ .Y(_0421_)
3231
+ );
3232
+ sky130_fd_sc_hd__nand2_1 _1108_ (
3233
+ .A(b[12]),
3234
+ .B(a[1]),
3235
+ .Y(_0423_)
3236
+ );
3237
+ sky130_fd_sc_hd__nand2_1 _1109_ (
3238
+ .A(b[13]),
3239
+ .B(a[0]),
3240
+ .Y(_0424_)
3241
+ );
3242
+ sky130_fd_sc_hd__nand4_1 _1110_ (
3243
+ .A(b[12]),
3244
+ .B(b[13]),
3245
+ .C(a[0]),
3246
+ .D(a[1]),
3247
+ .Y(_0425_)
3248
+ );
3249
+ sky130_fd_sc_hd__xnor2_1 _1111_ (
3250
+ .A(_0423_),
3251
+ .B(_0424_),
3252
+ .Y(_0426_)
3253
+ );
3254
+ sky130_fd_sc_hd__xnor3_1 _1112_ (
3255
+ .A(_0416_),
3256
+ .B(_0421_),
3257
+ .C(_0426_),
3258
+ .X(_0427_)
3259
+ );
3260
+ sky130_fd_sc_hd__clkinv_1 _1113_ (
3261
+ .A(_0427_),
3262
+ .Y(_0428_)
3263
+ );
3264
+ sky130_fd_sc_hd__xor2_1 _1114_ (
3265
+ .A(_0415_),
3266
+ .B(_0427_),
3267
+ .X(_0429_)
3268
+ );
3269
+ sky130_fd_sc_hd__xnor2_1 _1115_ (
3270
+ .A(_0414_),
3271
+ .B(_0429_),
3272
+ .Y(_0430_)
3273
+ );
3274
+ sky130_fd_sc_hd__xnor3_1 _1116_ (
3275
+ .A(_0387_),
3276
+ .B(_0413_),
3277
+ .C(_0430_),
3278
+ .X(_0431_)
3279
+ );
3280
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _1117_ (
3281
+ .A(_0431_),
3282
+ .SLEEP(_0386_),
3283
+ .X(_0432_)
3284
+ );
3285
+ sky130_fd_sc_hd__xnor2_1 _1118_ (
3286
+ .A(_0386_),
3287
+ .B(_0431_),
3288
+ .Y(_0434_)
3289
+ );
3290
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _1119_ (
3291
+ .A(_0434_),
3292
+ .SLEEP(_0385_),
3293
+ .X(_0435_)
3294
+ );
3295
+ sky130_fd_sc_hd__xor2_1 _1120_ (
3296
+ .A(_0385_),
3297
+ .B(_0434_),
3298
+ .X(_0436_)
3299
+ );
3300
+ sky130_fd_sc_hd__a21oi_1 _1121_ (
3301
+ .A1(_0368_),
3302
+ .A2(_0370_),
3303
+ .B1(_0436_),
3304
+ .Y(_0437_)
3305
+ );
3306
+ sky130_fd_sc_hd__nand3_1 _1122_ (
3307
+ .A(_0368_),
3308
+ .B(_0370_),
3309
+ .C(_0436_),
3310
+ .Y(_0438_)
3311
+ );
3312
+ sky130_fd_sc_hd__nand2b_1 _1123_ (
3313
+ .A_N(_0437_),
3314
+ .B(_0438_),
3315
+ .Y(_0439_)
3316
+ );
3317
+ sky130_fd_sc_hd__nor2_1 _1124_ (
3318
+ .A(_0372_),
3319
+ .B(_0439_),
3320
+ .Y(_0440_)
3321
+ );
3322
+ sky130_fd_sc_hd__xor2_1 _1125_ (
3323
+ .A(_0372_),
3324
+ .B(_0439_),
3325
+ .X(_0441_)
3326
+ );
3327
+ sky130_fd_sc_hd__a21oi_1 _1126_ (
3328
+ .A1(_0372_),
3329
+ .A2(_0439_),
3330
+ .B1(_0384_),
3331
+ .Y(_0442_)
3332
+ );
3333
+ sky130_fd_sc_hd__xnor2_1 _1127_ (
3334
+ .A(_0384_),
3335
+ .B(_0441_),
3336
+ .Y(_0443_)
3337
+ );
3338
+ sky130_fd_sc_hd__nand2_1 _1128_ (
3339
+ .A(_0422_),
3340
+ .B(_0443_),
3341
+ .Y(_0444_)
3342
+ );
3343
+ sky130_fd_sc_hd__o31ai_1 _1129_ (
3344
+ .A1(b[11]),
3345
+ .A2(b[12]),
3346
+ .A3(_0312_),
3347
+ .B1(_0497_),
3348
+ .Y(_0445_)
3349
+ );
3350
+ sky130_fd_sc_hd__xor2_1 _1130_ (
3351
+ .A(b[13]),
3352
+ .B(_0445_),
3353
+ .X(_0446_)
3354
+ );
3355
+ sky130_fd_sc_hd__and2_0 _1131_ (
3356
+ .A(a[13]),
3357
+ .B(_0446_),
3358
+ .X(_0447_)
3359
+ );
3360
+ sky130_fd_sc_hd__nor2_1 _1132_ (
3361
+ .A(a[13]),
3362
+ .B(_0446_),
3363
+ .Y(_0448_)
3364
+ );
3365
+ sky130_fd_sc_hd__nor2_1 _1133_ (
3366
+ .A(_0447_),
3367
+ .B(_0448_),
3368
+ .Y(_0449_)
3369
+ );
3370
+ sky130_fd_sc_hd__nor3_1 _1134_ (
3371
+ .A(_0380_),
3372
+ .B(_0382_),
3373
+ .C(_0449_),
3374
+ .Y(_0450_)
3375
+ );
3376
+ sky130_fd_sc_hd__o21a_1 _1135_ (
3377
+ .A1(_0380_),
3378
+ .A2(_0382_),
3379
+ .B1(_0449_),
3380
+ .X(_0451_)
3381
+ );
3382
+ sky130_fd_sc_hd__o31ai_1 _1136_ (
3383
+ .A1(sel[1]),
3384
+ .A2(_0450_),
3385
+ .A3(_0451_),
3386
+ .B1(_0444_),
3387
+ .Y(result[13])
3388
+ );
3389
+ sky130_fd_sc_hd__nor2_1 _1137_ (
3390
+ .A(_0432_),
3391
+ .B(_0435_),
3392
+ .Y(_0452_)
3393
+ );
3394
+ sky130_fd_sc_hd__maj3_1 _1138_ (
3395
+ .A(_0387_),
3396
+ .B(_0413_),
3397
+ .C(_0430_),
3398
+ .X(_0454_)
3399
+ );
3400
+ sky130_fd_sc_hd__a21oi_1 _1139_ (
3401
+ .A1(_0403_),
3402
+ .A2(_0412_),
3403
+ .B1(_0401_),
3404
+ .Y(_0455_)
3405
+ );
3406
+ sky130_fd_sc_hd__a21oi_1 _1140_ (
3407
+ .A1(_0394_),
3408
+ .A2(_0398_),
3409
+ .B1(_0393_),
3410
+ .Y(_0456_)
3411
+ );
3412
+ sky130_fd_sc_hd__maj3_1 _1141_ (
3413
+ .A(_0327_),
3414
+ .B(_0389_),
3415
+ .C(_0390_),
3416
+ .X(_0457_)
3417
+ );
3418
+ sky130_fd_sc_hd__clkinv_1 _1142_ (
3419
+ .A(_0457_),
3420
+ .Y(_0458_)
3421
+ );
3422
+ sky130_fd_sc_hd__nand2_1 _1143_ (
3423
+ .A(b[2]),
3424
+ .B(a[12]),
3425
+ .Y(_0459_)
3426
+ );
3427
+ sky130_fd_sc_hd__nand2_1 _1144_ (
3428
+ .A(b[1]),
3429
+ .B(a[14]),
3430
+ .Y(_0460_)
3431
+ );
3432
+ sky130_fd_sc_hd__nor2_1 _1145_ (
3433
+ .A(_0390_),
3434
+ .B(_0460_),
3435
+ .Y(_0461_)
3436
+ );
3437
+ sky130_fd_sc_hd__a22oi_1 _1146_ (
3438
+ .A1(b[1]),
3439
+ .A2(a[13]),
3440
+ .B1(a[14]),
3441
+ .B2(b[0]),
3442
+ .Y(_0462_)
3443
+ );
3444
+ sky130_fd_sc_hd__nor2_1 _1147_ (
3445
+ .A(_0461_),
3446
+ .B(_0462_),
3447
+ .Y(_0463_)
3448
+ );
3449
+ sky130_fd_sc_hd__xnor2_1 _1148_ (
3450
+ .A(_0459_),
3451
+ .B(_0463_),
3452
+ .Y(_0465_)
3453
+ );
3454
+ sky130_fd_sc_hd__xnor2_1 _1149_ (
3455
+ .A(_0458_),
3456
+ .B(_0465_),
3457
+ .Y(_0466_)
3458
+ );
3459
+ sky130_fd_sc_hd__nand2_1 _1150_ (
3460
+ .A(b[5]),
3461
+ .B(a[9]),
3462
+ .Y(_0467_)
3463
+ );
3464
+ sky130_fd_sc_hd__nand2_1 _1151_ (
3465
+ .A(b[4]),
3466
+ .B(a[11]),
3467
+ .Y(_0468_)
3468
+ );
3469
+ sky130_fd_sc_hd__nor2_1 _1152_ (
3470
+ .A(_0396_),
3471
+ .B(_0468_),
3472
+ .Y(_0469_)
3473
+ );
3474
+ sky130_fd_sc_hd__a22oi_1 _1153_ (
3475
+ .A1(b[4]),
3476
+ .A2(a[10]),
3477
+ .B1(a[11]),
3478
+ .B2(b[3]),
3479
+ .Y(_0470_)
3480
+ );
3481
+ sky130_fd_sc_hd__nor2_1 _1154_ (
3482
+ .A(_0469_),
3483
+ .B(_0470_),
3484
+ .Y(_0471_)
3485
+ );
3486
+ sky130_fd_sc_hd__xnor2_1 _1155_ (
3487
+ .A(_0467_),
3488
+ .B(_0471_),
3489
+ .Y(_0472_)
3490
+ );
3491
+ sky130_fd_sc_hd__xnor2_1 _1156_ (
3492
+ .A(_0466_),
3493
+ .B(_0472_),
3494
+ .Y(_0473_)
3495
+ );
3496
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _1157_ (
3497
+ .A(_0473_),
3498
+ .SLEEP(_0456_),
3499
+ .X(_0474_)
3500
+ );
3501
+ sky130_fd_sc_hd__xnor2_1 _1158_ (
3502
+ .A(_0456_),
3503
+ .B(_0473_),
3504
+ .Y(_0476_)
3505
+ );
3506
+ sky130_fd_sc_hd__maj3_1 _1159_ (
3507
+ .A(_0345_),
3508
+ .B(_0406_),
3509
+ .C(_0407_),
3510
+ .X(_0477_)
3511
+ );
3512
+ sky130_fd_sc_hd__maj3_1 _1160_ (
3513
+ .A(_0333_),
3514
+ .B(_0395_),
3515
+ .C(_0396_),
3516
+ .X(_0478_)
3517
+ );
3518
+ sky130_fd_sc_hd__nand2_1 _1161_ (
3519
+ .A(b[8]),
3520
+ .B(a[6]),
3521
+ .Y(_0479_)
3522
+ );
3523
+ sky130_fd_sc_hd__nand2_1 _1162_ (
3524
+ .A(b[7]),
3525
+ .B(a[8]),
3526
+ .Y(_0480_)
3527
+ );
3528
+ sky130_fd_sc_hd__nor2_1 _1163_ (
3529
+ .A(_0407_),
3530
+ .B(_0480_),
3531
+ .Y(_0481_)
3532
+ );
3533
+ sky130_fd_sc_hd__a22oi_1 _1164_ (
3534
+ .A1(b[7]),
3535
+ .A2(a[7]),
3536
+ .B1(a[8]),
3537
+ .B2(b[6]),
3538
+ .Y(_0482_)
3539
+ );
3540
+ sky130_fd_sc_hd__nor2_1 _1165_ (
3541
+ .A(_0481_),
3542
+ .B(_0482_),
3543
+ .Y(_0483_)
3544
+ );
3545
+ sky130_fd_sc_hd__xnor2_1 _1166_ (
3546
+ .A(_0479_),
3547
+ .B(_0483_),
3548
+ .Y(_0484_)
3549
+ );
3550
+ sky130_fd_sc_hd__nand2b_1 _1167_ (
3551
+ .A_N(_0478_),
3552
+ .B(_0484_),
3553
+ .Y(_0485_)
3554
+ );
3555
+ sky130_fd_sc_hd__xnor2_1 _1168_ (
3556
+ .A(_0478_),
3557
+ .B(_0484_),
3558
+ .Y(_0487_)
3559
+ );
3560
+ sky130_fd_sc_hd__nand2b_1 _1169_ (
3561
+ .A_N(_0477_),
3562
+ .B(_0487_),
3563
+ .Y(_0488_)
3564
+ );
3565
+ sky130_fd_sc_hd__xnor2_1 _1170_ (
3566
+ .A(_0477_),
3567
+ .B(_0487_),
3568
+ .Y(_0489_)
3569
+ );
3570
+ sky130_fd_sc_hd__xnor2_1 _1171_ (
3571
+ .A(_0476_),
3572
+ .B(_0489_),
3573
+ .Y(_0490_)
3574
+ );
3575
+ sky130_fd_sc_hd__xor2_1 _1172_ (
3576
+ .A(_0455_),
3577
+ .B(_0490_),
3578
+ .X(_0491_)
3579
+ );
3580
+ sky130_fd_sc_hd__maj3_1 _1173_ (
3581
+ .A(_0416_),
3582
+ .B(_0421_),
3583
+ .C(_0426_),
3584
+ .X(_0492_)
3585
+ );
3586
+ sky130_fd_sc_hd__maj3_1 _1174_ (
3587
+ .A(_0404_),
3588
+ .B(_0405_),
3589
+ .C(_0409_),
3590
+ .X(_0493_)
3591
+ );
3592
+ sky130_fd_sc_hd__o21ai_0 _1175_ (
3593
+ .A1(_0359_),
3594
+ .A2(_0417_),
3595
+ .B1(_0419_),
3596
+ .Y(_0494_)
3597
+ );
3598
+ sky130_fd_sc_hd__nand2_1 _1176_ (
3599
+ .A(b[11]),
3600
+ .B(a[3]),
3601
+ .Y(_0495_)
3602
+ );
3603
+ sky130_fd_sc_hd__nand2_1 _1177_ (
3604
+ .A(b[10]),
3605
+ .B(a[5]),
3606
+ .Y(_0496_)
3607
+ );
3608
+ sky130_fd_sc_hd__nor2_1 _1178_ (
3609
+ .A(_0417_),
3610
+ .B(_0496_),
3611
+ .Y(_0498_)
3612
+ );
3613
+ sky130_fd_sc_hd__a22oi_1 _1179_ (
3614
+ .A1(b[10]),
3615
+ .A2(a[4]),
3616
+ .B1(a[5]),
3617
+ .B2(b[9]),
3618
+ .Y(_0499_)
3619
+ );
3620
+ sky130_fd_sc_hd__nor2_1 _1180_ (
3621
+ .A(_0498_),
3622
+ .B(_0499_),
3623
+ .Y(_0500_)
3624
+ );
3625
+ sky130_fd_sc_hd__xnor2_1 _1181_ (
3626
+ .A(_0495_),
3627
+ .B(_0500_),
3628
+ .Y(_0501_)
3629
+ );
3630
+ sky130_fd_sc_hd__xnor2_1 _1182_ (
3631
+ .A(_0494_),
3632
+ .B(_0501_),
3633
+ .Y(_0502_)
3634
+ );
3635
+ sky130_fd_sc_hd__nand2_1 _1183_ (
3636
+ .A(b[14]),
3637
+ .B(a[0]),
3638
+ .Y(_0503_)
3639
+ );
3640
+ sky130_fd_sc_hd__nand2_1 _1184_ (
3641
+ .A(b[13]),
3642
+ .B(a[2]),
3643
+ .Y(_0504_)
3644
+ );
3645
+ sky130_fd_sc_hd__a22oi_1 _1185_ (
3646
+ .A1(b[13]),
3647
+ .A2(a[1]),
3648
+ .B1(a[2]),
3649
+ .B2(b[12]),
3650
+ .Y(_0505_)
3651
+ );
3652
+ sky130_fd_sc_hd__o21ba_1 _1186_ (
3653
+ .A1(_0423_),
3654
+ .A2(_0504_),
3655
+ .B1_N(_0505_),
3656
+ .X(_0506_)
3657
+ );
3658
+ sky130_fd_sc_hd__xnor2_1 _1187_ (
3659
+ .A(_0503_),
3660
+ .B(_0506_),
3661
+ .Y(_0507_)
3662
+ );
3663
+ sky130_fd_sc_hd__xnor2_1 _1188_ (
3664
+ .A(_0502_),
3665
+ .B(_0507_),
3666
+ .Y(_0509_)
3667
+ );
3668
+ sky130_fd_sc_hd__clkinv_1 _1189_ (
3669
+ .A(_0509_),
3670
+ .Y(_0510_)
3671
+ );
3672
+ sky130_fd_sc_hd__xnor2_1 _1190_ (
3673
+ .A(_0493_),
3674
+ .B(_0509_),
3675
+ .Y(_0511_)
3676
+ );
3677
+ sky130_fd_sc_hd__xor2_1 _1191_ (
3678
+ .A(_0492_),
3679
+ .B(_0511_),
3680
+ .X(_0512_)
3681
+ );
3682
+ sky130_fd_sc_hd__xnor2_1 _1192_ (
3683
+ .A(_0491_),
3684
+ .B(_0512_),
3685
+ .Y(_0513_)
3686
+ );
3687
+ sky130_fd_sc_hd__clkinv_1 _1193_ (
3688
+ .A(_0513_),
3689
+ .Y(_0514_)
3690
+ );
3691
+ sky130_fd_sc_hd__xnor2_1 _1194_ (
3692
+ .A(_0454_),
3693
+ .B(_0513_),
3694
+ .Y(_0515_)
3695
+ );
3696
+ sky130_fd_sc_hd__maj3_1 _1195_ (
3697
+ .A(_0414_),
3698
+ .B(_0415_),
3699
+ .C(_0428_),
3700
+ .X(_0516_)
3701
+ );
3702
+ sky130_fd_sc_hd__nor2_1 _1196_ (
3703
+ .A(_0425_),
3704
+ .B(_0516_),
3705
+ .Y(_0517_)
3706
+ );
3707
+ sky130_fd_sc_hd__xnor2_1 _1197_ (
3708
+ .A(_0425_),
3709
+ .B(_0516_),
3710
+ .Y(_0518_)
3711
+ );
3712
+ sky130_fd_sc_hd__xnor2_1 _1198_ (
3713
+ .A(_0515_),
3714
+ .B(_0518_),
3715
+ .Y(_0520_)
3716
+ );
3717
+ sky130_fd_sc_hd__o21ai_0 _1199_ (
3718
+ .A1(_0432_),
3719
+ .A2(_0435_),
3720
+ .B1(_0520_),
3721
+ .Y(_0521_)
3722
+ );
3723
+ sky130_fd_sc_hd__xnor2_1 _1200_ (
3724
+ .A(_0452_),
3725
+ .B(_0520_),
3726
+ .Y(_0522_)
3727
+ );
3728
+ sky130_fd_sc_hd__xor2_1 _1201_ (
3729
+ .A(_0437_),
3730
+ .B(_0522_),
3731
+ .X(_0523_)
3732
+ );
3733
+ sky130_fd_sc_hd__nor3_1 _1202_ (
3734
+ .A(_0440_),
3735
+ .B(_0442_),
3736
+ .C(_0523_),
3737
+ .Y(_0524_)
3738
+ );
3739
+ sky130_fd_sc_hd__o21a_1 _1203_ (
3740
+ .A1(_0440_),
3741
+ .A2(_0442_),
3742
+ .B1(_0523_),
3743
+ .X(_0525_)
3744
+ );
3745
+ sky130_fd_sc_hd__or3_1 _1204_ (
3746
+ .A(_0433_),
3747
+ .B(_0524_),
3748
+ .C(_0525_),
3749
+ .X(_0526_)
3750
+ );
3751
+ sky130_fd_sc_hd__nand2_1 _1205_ (
3752
+ .A(b[13]),
3753
+ .B(_0497_),
3754
+ .Y(_0527_)
3755
+ );
3756
+ sky130_fd_sc_hd__nand2_1 _1206_ (
3757
+ .A(_0445_),
3758
+ .B(_0527_),
3759
+ .Y(_0528_)
3760
+ );
3761
+ sky130_fd_sc_hd__xnor2_1 _1207_ (
3762
+ .A(b[14]),
3763
+ .B(_0528_),
3764
+ .Y(_0529_)
3765
+ );
3766
+ sky130_fd_sc_hd__nand2_1 _1208_ (
3767
+ .A(a[14]),
3768
+ .B(_0529_),
3769
+ .Y(_0531_)
3770
+ );
3771
+ sky130_fd_sc_hd__xor2_1 _1209_ (
3772
+ .A(a[14]),
3773
+ .B(_0529_),
3774
+ .X(_0532_)
3775
+ );
3776
+ sky130_fd_sc_hd__nor3_1 _1210_ (
3777
+ .A(_0447_),
3778
+ .B(_0451_),
3779
+ .C(_0532_),
3780
+ .Y(_0533_)
3781
+ );
3782
+ sky130_fd_sc_hd__o21ai_0 _1211_ (
3783
+ .A1(_0447_),
3784
+ .A2(_0451_),
3785
+ .B1(_0532_),
3786
+ .Y(_0534_)
3787
+ );
3788
+ sky130_fd_sc_hd__nand2b_1 _1212_ (
3789
+ .A_N(sel[1]),
3790
+ .B(_0534_),
3791
+ .Y(_0535_)
3792
+ );
3793
+ sky130_fd_sc_hd__o21ai_0 _1213_ (
3794
+ .A1(_0533_),
3795
+ .A2(_0535_),
3796
+ .B1(_0526_),
3797
+ .Y(result[14])
3798
+ );
3799
+ sky130_fd_sc_hd__a21oi_1 _1214_ (
3800
+ .A1(_0437_),
3801
+ .A2(_0522_),
3802
+ .B1(_0525_),
3803
+ .Y(_0536_)
3804
+ );
3805
+ sky130_fd_sc_hd__maj3_1 _1215_ (
3806
+ .A(_0454_),
3807
+ .B(_0514_),
3808
+ .C(_0518_),
3809
+ .X(_0537_)
3810
+ );
3811
+ sky130_fd_sc_hd__a21oi_1 _1216_ (
3812
+ .A1(_0476_),
3813
+ .A2(_0489_),
3814
+ .B1(_0474_),
3815
+ .Y(_0538_)
3816
+ );
3817
+ sky130_fd_sc_hd__maj3_1 _1217_ (
3818
+ .A(_0494_),
3819
+ .B(_0501_),
3820
+ .C(_0507_),
3821
+ .X(_0539_)
3822
+ );
3823
+ sky130_fd_sc_hd__xnor2_1 _1218_ (
3824
+ .A(_0538_),
3825
+ .B(_0539_),
3826
+ .Y(_0541_)
3827
+ );
3828
+ sky130_fd_sc_hd__maj3_1 _1219_ (
3829
+ .A(_0458_),
3830
+ .B(_0465_),
3831
+ .C(_0472_),
3832
+ .X(_0542_)
3833
+ );
3834
+ sky130_fd_sc_hd__nand2_1 _1220_ (
3835
+ .A(b[11]),
3836
+ .B(a[4]),
3837
+ .Y(_0543_)
3838
+ );
3839
+ sky130_fd_sc_hd__nand2_1 _1221_ (
3840
+ .A(b[12]),
3841
+ .B(a[3]),
3842
+ .Y(_0544_)
3843
+ );
3844
+ sky130_fd_sc_hd__xnor2_1 _1222_ (
3845
+ .A(_0504_),
3846
+ .B(_0544_),
3847
+ .Y(_0545_)
3848
+ );
3849
+ sky130_fd_sc_hd__nand2_1 _1223_ (
3850
+ .A(b[9]),
3851
+ .B(a[6]),
3852
+ .Y(_0546_)
3853
+ );
3854
+ sky130_fd_sc_hd__xnor2_1 _1224_ (
3855
+ .A(_0496_),
3856
+ .B(_0546_),
3857
+ .Y(_0547_)
3858
+ );
3859
+ sky130_fd_sc_hd__xnor2_1 _1225_ (
3860
+ .A(_0545_),
3861
+ .B(_0547_),
3862
+ .Y(_0548_)
3863
+ );
3864
+ sky130_fd_sc_hd__xnor2_1 _1226_ (
3865
+ .A(_0543_),
3866
+ .B(_0548_),
3867
+ .Y(_0549_)
3868
+ );
3869
+ sky130_fd_sc_hd__xnor2_1 _1227_ (
3870
+ .A(_0542_),
3871
+ .B(_0549_),
3872
+ .Y(_0550_)
3873
+ );
3874
+ sky130_fd_sc_hd__nand2_1 _1228_ (
3875
+ .A(b[5]),
3876
+ .B(a[10]),
3877
+ .Y(_0551_)
3878
+ );
3879
+ sky130_fd_sc_hd__nand2_1 _1229_ (
3880
+ .A(b[3]),
3881
+ .B(a[12]),
3882
+ .Y(_0552_)
3883
+ );
3884
+ sky130_fd_sc_hd__xor2_1 _1230_ (
3885
+ .A(_0468_),
3886
+ .B(_0552_),
3887
+ .X(_0553_)
3888
+ );
3889
+ sky130_fd_sc_hd__xnor2_1 _1231_ (
3890
+ .A(_0551_),
3891
+ .B(_0553_),
3892
+ .Y(_0554_)
3893
+ );
3894
+ sky130_fd_sc_hd__o22ai_1 _1232_ (
3895
+ .A1(_0417_),
3896
+ .A2(_0496_),
3897
+ .B1(_0499_),
3898
+ .B2(_0495_),
3899
+ .Y(_0555_)
3900
+ );
3901
+ sky130_fd_sc_hd__nand2_1 _1233_ (
3902
+ .A(b[14]),
3903
+ .B(a[1]),
3904
+ .Y(_0556_)
3905
+ );
3906
+ sky130_fd_sc_hd__xor2_1 _1234_ (
3907
+ .A(_0555_),
3908
+ .B(_0556_),
3909
+ .X(_0557_)
3910
+ );
3911
+ sky130_fd_sc_hd__xnor2_1 _1235_ (
3912
+ .A(_0554_),
3913
+ .B(_0557_),
3914
+ .Y(_0558_)
3915
+ );
3916
+ sky130_fd_sc_hd__xnor2_1 _1236_ (
3917
+ .A(_0550_),
3918
+ .B(_0558_),
3919
+ .Y(_0559_)
3920
+ );
3921
+ sky130_fd_sc_hd__nand2_1 _1237_ (
3922
+ .A(_0485_),
3923
+ .B(_0488_),
3924
+ .Y(_0560_)
3925
+ );
3926
+ sky130_fd_sc_hd__o22ai_1 _1238_ (
3927
+ .A1(_0390_),
3928
+ .A2(_0460_),
3929
+ .B1(_0462_),
3930
+ .B2(_0459_),
3931
+ .Y(_0562_)
3932
+ );
3933
+ sky130_fd_sc_hd__o22ai_1 _1239_ (
3934
+ .A1(_0396_),
3935
+ .A2(_0468_),
3936
+ .B1(_0470_),
3937
+ .B2(_0467_),
3938
+ .Y(_0563_)
3939
+ );
3940
+ sky130_fd_sc_hd__nand2_1 _1240_ (
3941
+ .A(b[8]),
3942
+ .B(a[7]),
3943
+ .Y(_0564_)
3944
+ );
3945
+ sky130_fd_sc_hd__nand2_1 _1241_ (
3946
+ .A(b[6]),
3947
+ .B(a[9]),
3948
+ .Y(_0565_)
3949
+ );
3950
+ sky130_fd_sc_hd__xor2_1 _1242_ (
3951
+ .A(_0480_),
3952
+ .B(_0565_),
3953
+ .X(_0566_)
3954
+ );
3955
+ sky130_fd_sc_hd__xnor2_1 _1243_ (
3956
+ .A(_0564_),
3957
+ .B(_0566_),
3958
+ .Y(_0567_)
3959
+ );
3960
+ sky130_fd_sc_hd__xor2_1 _1244_ (
3961
+ .A(_0563_),
3962
+ .B(_0567_),
3963
+ .X(_0568_)
3964
+ );
3965
+ sky130_fd_sc_hd__o22ai_1 _1245_ (
3966
+ .A1(_0407_),
3967
+ .A2(_0480_),
3968
+ .B1(_0482_),
3969
+ .B2(_0479_),
3970
+ .Y(_0569_)
3971
+ );
3972
+ sky130_fd_sc_hd__nand2_1 _1246_ (
3973
+ .A(b[2]),
3974
+ .B(a[13]),
3975
+ .Y(_0570_)
3976
+ );
3977
+ sky130_fd_sc_hd__nand2_1 _1247_ (
3978
+ .A(b[0]),
3979
+ .B(a[15]),
3980
+ .Y(_0571_)
3981
+ );
3982
+ sky130_fd_sc_hd__xor2_1 _1248_ (
3983
+ .A(_0460_),
3984
+ .B(_0571_),
3985
+ .X(_0573_)
3986
+ );
3987
+ sky130_fd_sc_hd__xnor2_1 _1249_ (
3988
+ .A(_0570_),
3989
+ .B(_0573_),
3990
+ .Y(_0574_)
3991
+ );
3992
+ sky130_fd_sc_hd__xnor2_1 _1250_ (
3993
+ .A(_0569_),
3994
+ .B(_0574_),
3995
+ .Y(_0575_)
3996
+ );
3997
+ sky130_fd_sc_hd__xnor2_1 _1251_ (
3998
+ .A(_0568_),
3999
+ .B(_0575_),
4000
+ .Y(_0576_)
4001
+ );
4002
+ sky130_fd_sc_hd__xnor2_1 _1252_ (
4003
+ .A(_0562_),
4004
+ .B(_0576_),
4005
+ .Y(_0577_)
4006
+ );
4007
+ sky130_fd_sc_hd__xnor2_1 _1253_ (
4008
+ .A(_0560_),
4009
+ .B(_0577_),
4010
+ .Y(_0578_)
4011
+ );
4012
+ sky130_fd_sc_hd__xnor2_1 _1254_ (
4013
+ .A(_0559_),
4014
+ .B(_0578_),
4015
+ .Y(_0579_)
4016
+ );
4017
+ sky130_fd_sc_hd__xnor2_1 _1255_ (
4018
+ .A(_0541_),
4019
+ .B(_0579_),
4020
+ .Y(_0580_)
4021
+ );
4022
+ sky130_fd_sc_hd__maj3_1 _1256_ (
4023
+ .A(_0455_),
4024
+ .B(_0490_),
4025
+ .C(_0512_),
4026
+ .X(_0581_)
4027
+ );
4028
+ sky130_fd_sc_hd__maj3_1 _1257_ (
4029
+ .A(_0492_),
4030
+ .B(_0493_),
4031
+ .C(_0510_),
4032
+ .X(_0582_)
4033
+ );
4034
+ sky130_fd_sc_hd__o22ai_1 _1258_ (
4035
+ .A1(_0423_),
4036
+ .A2(_0504_),
4037
+ .B1(_0505_),
4038
+ .B2(_0503_),
4039
+ .Y(_0584_)
4040
+ );
4041
+ sky130_fd_sc_hd__nand2_1 _1259_ (
4042
+ .A(b[15]),
4043
+ .B(a[0]),
4044
+ .Y(_0585_)
4045
+ );
4046
+ sky130_fd_sc_hd__xnor2_1 _1260_ (
4047
+ .A(_0584_),
4048
+ .B(_0585_),
4049
+ .Y(_0586_)
4050
+ );
4051
+ sky130_fd_sc_hd__xnor2_1 _1261_ (
4052
+ .A(_0582_),
4053
+ .B(_0586_),
4054
+ .Y(_0587_)
4055
+ );
4056
+ sky130_fd_sc_hd__xnor2_1 _1262_ (
4057
+ .A(_0581_),
4058
+ .B(_0587_),
4059
+ .Y(_0588_)
4060
+ );
4061
+ sky130_fd_sc_hd__xnor2_1 _1263_ (
4062
+ .A(_0580_),
4063
+ .B(_0588_),
4064
+ .Y(_0589_)
4065
+ );
4066
+ sky130_fd_sc_hd__xnor2_1 _1264_ (
4067
+ .A(_0537_),
4068
+ .B(_0589_),
4069
+ .Y(_0590_)
4070
+ );
4071
+ sky130_fd_sc_hd__xor2_1 _1265_ (
4072
+ .A(_0517_),
4073
+ .B(_0521_),
4074
+ .X(_0591_)
4075
+ );
4076
+ sky130_fd_sc_hd__xnor2_1 _1266_ (
4077
+ .A(_0590_),
4078
+ .B(_0591_),
4079
+ .Y(_0592_)
4080
+ );
4081
+ sky130_fd_sc_hd__xor2_1 _1267_ (
4082
+ .A(_0536_),
4083
+ .B(_0592_),
4084
+ .X(_0593_)
4085
+ );
4086
+ sky130_fd_sc_hd__a21oi_1 _1268_ (
4087
+ .A1(b[14]),
4088
+ .A2(_0497_),
4089
+ .B1(_0528_),
4090
+ .Y(_0595_)
4091
+ );
4092
+ sky130_fd_sc_hd__xor2_1 _1269_ (
4093
+ .A(b[15]),
4094
+ .B(a[15]),
4095
+ .X(_0596_)
4096
+ );
4097
+ sky130_fd_sc_hd__xnor2_1 _1270_ (
4098
+ .A(_0595_),
4099
+ .B(_0596_),
4100
+ .Y(_0597_)
4101
+ );
4102
+ sky130_fd_sc_hd__a21oi_1 _1271_ (
4103
+ .A1(_0531_),
4104
+ .A2(_0534_),
4105
+ .B1(_0597_),
4106
+ .Y(_0598_)
4107
+ );
4108
+ sky130_fd_sc_hd__a31o_1 _1272_ (
4109
+ .A1(_0531_),
4110
+ .A2(_0534_),
4111
+ .A3(_0597_),
4112
+ .B1(sel[1]),
4113
+ .X(_0599_)
4114
+ );
4115
+ sky130_fd_sc_hd__o22ai_1 _1273_ (
4116
+ .A1(_0433_),
4117
+ .A2(_0593_),
4118
+ .B1(_0598_),
4119
+ .B2(_0599_),
4120
+ .Y(result[15])
4121
+ );
4122
+ endmodule
alu_w16_3ops_sky130_1000mhz/flow/output.def.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bc08461a42ba80efcd16e1326612b7665c37fea95260b15a6c18afa67efb3d8
3
+ size 83020
alu_w16_3ops_sky130_1000mhz/flow/write_cdl.tcl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ read_lef /nix/store/sjh17jnslbv9d60450qybp1ajym2fb83-source/flow/platforms/sky130hd/lef/sky130_fd_sc_hd.tlef
2
+ read_lef /nix/store/sjh17jnslbv9d60450qybp1ajym2fb83-source/flow/platforms/sky130hd/lef/sky130_fd_sc_hd_merged.lef
3
+ read_def /tmp/zyphar_pnr_926339.def
4
+ write_cdl -masters /nix/store/sjh17jnslbv9d60450qybp1ajym2fb83-source/flow/platforms/sky130hd/cdl/sky130hd.cdl /tmp/datagen_output/alu_w16_3ops_sky130_1000mhz/flow/design_only.cdl
alu_w16_3ops_sky130_1000mhz/result.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "alu_w16_3ops_sky130_1000mhz",
3
+ "design": "alu_w16_3ops",
4
+ "pdk": "sky130",
5
+ "frequency_mhz": 1000,
6
+ "status": "success",
7
+ "metadata": {
8
+ "type": "alu",
9
+ "width": 16,
10
+ "ops": [
11
+ "add",
12
+ "sub",
13
+ "mul"
14
+ ],
15
+ "sel_width": 2,
16
+ "combinational": true,
17
+ "name": "alu_w16_3ops",
18
+ "files": {
19
+ "design": "alu_w16_3ops.v",
20
+ "testbench": "alu_w16_3ops_tb.v"
21
+ }
22
+ },
23
+ "timings": {
24
+ "flow_total": 0.0,
25
+ "note": "reused_existing_flow",
26
+ "extraction": 0.5472533702850342
27
+ },
28
+ "errors": [],
29
+ "extracted": {
30
+ "geometry_patches": 121,
31
+ "physics_labels": 679,
32
+ "drc_labels": 1,
33
+ "pin_access": 52,
34
+ "cell_neighborhoods": 217,
35
+ "timing_contexts": 1,
36
+ "power_grid": 742,
37
+ "mesoscale_blocks": 16,
38
+ "trajectory_snapshots": 9,
39
+ "deepgate_aig": 1
40
+ }
41
+ }
alu_w16_3ops_sky130_500mhz/flow/design_only.cdl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:819aafbf7c5d9d58c1438760e950d6e763db572b6743556c1e050b06d9172ffb
3
+ size 8891
alu_w16_3ops_sky130_500mhz/flow/lvs_reference.cdl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68d10e735ddaad2ae9b692106a34310bcf0176d62e7f9b3c1c86b0b1a3f18af6
3
+ size 32962
alu_w16_3ops_sky130_500mhz/result.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "alu_w16_3ops_sky130_500mhz",
3
+ "design": "alu_w16_3ops",
4
+ "pdk": "sky130",
5
+ "frequency_mhz": 500,
6
+ "status": "success",
7
+ "metadata": {
8
+ "type": "alu",
9
+ "width": 16,
10
+ "ops": [
11
+ "add",
12
+ "sub",
13
+ "mul"
14
+ ],
15
+ "sel_width": 2,
16
+ "combinational": true,
17
+ "name": "alu_w16_3ops",
18
+ "files": {
19
+ "design": "alu_w16_3ops.v",
20
+ "testbench": "alu_w16_3ops_tb.v"
21
+ }
22
+ },
23
+ "timings": {
24
+ "flow_total": 0.0,
25
+ "note": "reused_existing_flow",
26
+ "extraction": 0.5466904640197754
27
+ },
28
+ "errors": [],
29
+ "extracted": {
30
+ "geometry_patches": 121,
31
+ "physics_labels": 679,
32
+ "drc_labels": 1,
33
+ "pin_access": 52,
34
+ "cell_neighborhoods": 217,
35
+ "timing_contexts": 1,
36
+ "power_grid": 742,
37
+ "mesoscale_blocks": 16,
38
+ "trajectory_snapshots": 9,
39
+ "deepgate_aig": 1
40
+ }
41
+ }
alu_w16_5ops_sky130_50mhz/flow/clean_gds_for_lvs.py ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import pya
2
+ import sys
3
+
4
+ layout = pya.Layout()
5
+ layout.read("/tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/alu_w16_5ops.gds")
6
+
7
+ top_cell = None
8
+ for tc in layout.top_cells():
9
+ if tc.name == "alu_w16_5ops" or tc.name != "OUTLINE":
10
+ top_cell = tc
11
+ break
12
+
13
+ if top_cell is None:
14
+ print("ERROR: No top cell found")
15
+ sys.exit(1)
16
+
17
+ skip_patterns = ["sky130_fd_sc_hd__fill_", "sky130_fd_sc_hd__decap_", "sky130_fd_sc_hd__conb_"]
18
+
19
+ removed = 0
20
+ to_delete = []
21
+ for inst in top_cell.each_inst():
22
+ cell_name = inst.cell.name
23
+ for pat in skip_patterns:
24
+ if pat in cell_name:
25
+ to_delete.append(inst)
26
+ break
27
+
28
+ for inst in to_delete:
29
+ inst.delete()
30
+ removed += 1
31
+
32
+ print("Removed %d non-logic cell instances" % removed)
33
+
34
+ # Remove orphaned cell definitions
35
+ used_cells = set()
36
+ for cell in layout.each_cell():
37
+ for inst in cell.each_inst():
38
+ used_cells.add(inst.cell.cell_index())
39
+ used_cells.add(top_cell.cell_index())
40
+
41
+ orphans = []
42
+ for cell in layout.each_cell():
43
+ if cell.cell_index() not in used_cells and cell.cell_index() != top_cell.cell_index():
44
+ orphans.append(cell.cell_index())
45
+
46
+ for ci in orphans:
47
+ layout.delete_cell(ci)
48
+
49
+ print("Removed %d orphaned cell definitions" % len(orphans))
50
+
51
+ layout.write("/tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/lvs_cleaned.gds")
52
+ print("Cleaned GDS written to /tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/lvs_cleaned.gds")
alu_w16_5ops_sky130_50mhz/flow/drc_deck_patched.lydrc ADDED
@@ -0,0 +1,918 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <klayout-macro>
3
+ <description/>
4
+ <version/>
5
+ <category>drc</category>
6
+ <prolog/>
7
+ <epilog/>
8
+ <doc/>
9
+ <autorun>false</autorun>
10
+ <autorun-early>false</autorun-early>
11
+ <shortcut/>
12
+ <show-in-menu>true</show-in-menu>
13
+ <group-name>drc_scripts</group-name>
14
+ <menu-path>tools_menu.drc.end</menu-path>
15
+ <interpreter>dsl</interpreter>
16
+ <dsl-interpreter-name>drc-dsl-xml</dsl-interpreter-name>
17
+ <text>#
18
+ # DRC for SKY130 according to :
19
+ # https://skywater-pdk.readthedocs.io/en/latest/rules/periphery.html
20
+ # https://skywater-pdk.readthedocs.io/en/latest/rules/layers.html
21
+ #
22
+ # Distributed under GNU GPLv3: https://www.gnu.org/licenses/
23
+ #
24
+ # History :
25
+ # 2020-10-04 : v1.0 : initial release
26
+ #
27
+ ##########################################################################################
28
+
29
+ # optionnal for a batch launch : klayout -b -rd in_gds=my_layout.gds -rd report_file=6_drc_count.rpt -r drc_sky130.drc
30
+ if $in_gds
31
+ source($in_gds, $topcell)
32
+ end
33
+
34
+ if $report_file
35
+ report("SKY130 DRC runset", $report_file)
36
+ else
37
+ report("SKY130 DRC runset", File.join(File.dirname(RBA::CellView::active.filename), "6_drc_count.rpt"))
38
+ end
39
+
40
+ AL = true # do not change
41
+ CU = false # do not change
42
+ # choose betwen only one of AL or CU back-end flow here :
43
+ backend_flow = AL
44
+
45
+ # enable / disable rule groups
46
+ FEOL = false # front-end-of-line checks
47
+ BEOL = true # back-end-of-line checks
48
+ OFFGRID = true # manufacturing grid/angle checks
49
+
50
+ # klayout setup
51
+ ########################
52
+ # use a tile size of 1mm - not used in deep mode-
53
+ tiles(1000.um)
54
+ # use a tile border of 10 micron:
55
+ tile_borders(1.um)
56
+ #no_borders
57
+
58
+ # hierachical
59
+ deep
60
+
61
+ # use 4 cpu cores
62
+ threads(4)
63
+ # if more inof is needed, set true
64
+ verbose(true)
65
+
66
+ # layers definitions
67
+ ########################
68
+
69
+ # all except purpose (datatype) 5 -- label and 44 -- via
70
+ li_wildcard = "67/0-4,6-43,45-*"
71
+ mcon_wildcard = "67/44"
72
+
73
+ m1_wildcard = "68/0-4,6-43,45-*"
74
+ via_wildcard = "68/44"
75
+
76
+ m2_wildcard = "69/0-4,6-43,45-*"
77
+ via2_wildcard = "69/44"
78
+
79
+ m3_wildcard = "70/0-4,6-43,45-*"
80
+ via3_wildcard = "70/44"
81
+
82
+ m4_wildcard = "71/0-4,6-43,45-*"
83
+ via4_wildcard = "71/44"
84
+
85
+ m5_wildcard = "72/0-4,6-43,45-*"
86
+
87
+ diff = input(65, 20)
88
+ tap = polygons(65, 44)
89
+ nwell = polygons(64, 20)
90
+ dnwell = polygons(64, 18)
91
+ pwbm = polygons(19, 44)
92
+ pwde = polygons(124, 20)
93
+ natfet = polygons(124, 21)
94
+ hvtr = polygons(18, 20)
95
+ hvtp = polygons(78, 44)
96
+ ldntm = polygons(11, 44)
97
+ hvi = polygons(75, 20)
98
+ tunm = polygons(80, 20)
99
+ lvtn = polygons(125, 44)
100
+ poly = polygons(66, 20)
101
+ hvntm = polygons(125, 20)
102
+ nsdm = polygons(93, 44)
103
+ psdm = polygons(94, 20)
104
+ rpm = polygons(86, 20)
105
+ urpm = polygons(79, 20)
106
+ npc = polygons(95, 20)
107
+ licon = polygons(66, 44)
108
+
109
+ li = polygons(li_wildcard)
110
+ mcon = polygons(mcon_wildcard)
111
+
112
+ m1 = polygons(m1_wildcard)
113
+ via = polygons(via_wildcard)
114
+
115
+ m2 = polygons(m2_wildcard)
116
+ via2 = polygons(via2_wildcard)
117
+
118
+ m3 = polygons(m3_wildcard)
119
+ via3 = polygons(via3_wildcard)
120
+
121
+ m4 = polygons(m4_wildcard)
122
+ via4 = polygons(via4_wildcard)
123
+
124
+ m5 = polygons(m5_wildcard)
125
+
126
+ pad = polygons(76, 20)
127
+ nsm = polygons(61, 20)
128
+ capm = polygons(89, 44)
129
+ cap2m = polygons(97, 44)
130
+ vhvi = polygons(74, 21)
131
+ uhvi = polygons(74, 22)
132
+ npn = polygons(82, 20)
133
+ inductor = polygons(82, 24)
134
+ vpp = polygons(82, 64)
135
+ pnp = polygons(82, 44)
136
+ lvs_prune = polygons(84, 44)
137
+ ncm = polygons(92, 44)
138
+ padcenter = polygons(81, 20)
139
+ mf = polygons(76, 44)
140
+ areaid_sl = polygons(81, 1)
141
+ areaid_ce = polygons(81, 2)
142
+ areaid_fe = polygons(81, 3)
143
+ areaid_sc = polygons(81, 4)
144
+ areaid_sf = polygons(81, 6)
145
+ areaid_sw = polygons(81, 7)
146
+ areaid_sr = polygons(81, 8)
147
+ areaid_mt = polygons(81, 10)
148
+ areaid_dt = polygons(81, 11)
149
+ areaid_ft = polygons(81, 12)
150
+ areaid_ww = polygons(81, 13)
151
+ areaid_ld = polygons(81, 14)
152
+ areaid_ns = polygons(81, 15)
153
+ areaid_ij = polygons(81, 17)
154
+ areaid_zr = polygons(81, 18)
155
+ areaid_ed = polygons(81, 19)
156
+ areaid_de = polygons(81, 23)
157
+ areaid_rd = polygons(81, 24)
158
+ areaid_dn = polygons(81, 50)
159
+ areaid_cr = polygons(81, 51)
160
+ areaid_cd = polygons(81, 52)
161
+ areaid_st = polygons(81, 53)
162
+ areaid_op = polygons(81, 54)
163
+ areaid_en = polygons(81, 57)
164
+ areaid_en20 = polygons(81, 58)
165
+ areaid_le = polygons(81, 60)
166
+ areaid_hl = polygons(81, 63)
167
+ areaid_sd = polygons(81, 70)
168
+ areaid_po = polygons(81, 81)
169
+ areaid_it = polygons(81, 84)
170
+ areaid_et = polygons(81, 101)
171
+ areaid_lvt = polygons(81, 108)
172
+ areaid_re = polygons(81, 125)
173
+ areaid_ag = polygons(81, 79)
174
+ poly_rs = polygons(66, 13)
175
+ diff_rs = polygons(65, 13)
176
+ pwell_rs = polygons(64, 13)
177
+ li_rs = polygons(67, 13)
178
+ cfom = polygons(22, 20)
179
+
180
+
181
+ # Define a new custom function that selects polygons by their number of holes:
182
+ # It will return a new layer containing those polygons with min to max holes.
183
+ # max can be nil to omit the upper limit.
184
+ class DRC::DRCLayer
185
+ def with_holes(min, max)
186
+ new_data = RBA::Region::new
187
+ self.data.each do |p|
188
+ if p.holes &gt;= (min || 0) &amp;&amp; (!max || p.holes &lt;= max)
189
+ new_data.insert(p)
190
+ end
191
+ end
192
+ DRC::DRCLayer::new(@engine, new_data)
193
+ end
194
+ end
195
+
196
+ # DRC section
197
+ ########################
198
+ info("DRC section")
199
+
200
+ if FEOL
201
+ info("FEOL section")
202
+ gate = diff &amp; poly
203
+
204
+ # dnwell
205
+ dnwell.width(3.0, euclidian).output("dnwell.2", "dnwell.2 : min. dnwell width : 3.0um")
206
+ dnwell.not(uhvi).not(areaid_po).isolated(6.3, euclidian).output("dnwell.3", "dnwell.3 : min. dnwell spacing : 6.3um")
207
+ dnwell.and(pnp).output("dnwell.4", "dnwell.4 : dnwell must not overlap pnp")
208
+ dnwell.and(psdm).edges.not(psdm.edges).output("dnwell.5", "p+ must not straddle dnwell")
209
+ # dnwell.6 rue not coded
210
+
211
+ # nwell
212
+ nwell.width(0.84, euclidian).output("nwell.1", "nwell.1 : min. nwell width : 0.84um")
213
+ nwell.isolated(1.27, euclidian).output("nwell.2a", "nwell.2a : min. nwell spacing (merged if less) : 1.27um")
214
+ # rule nwell.4 is suitable for digital cells
215
+ #nwell.not(uhvi).not(areaid_en20).not_interacting(tap.and(licon).and(li)).output("nwell.4", "nwell4 : all nwell exempt inside uhvi must contain a n+tap")
216
+ nwell.enclosing(dnwell.not(uhvi).not(areaid_po), 0.4, euclidian).output("nwell.5", "nwell.5 : min. nwell enclosing dnwell exempt unside uhvi : 0.4um")
217
+ dnwell.enclosing(nwell.not(uhvi), 1.03, euclidian).output("nwell.6", "nwell.6 : min. dnwell enclosing nwell exempt unside uhvi : 1.03um")
218
+ dnwell.separation(nwell, 4.5, euclidian).output("nwell.7", "nwell.7 : min. dnwell separation nwell : 4.5um")
219
+
220
+ # pwbm
221
+ pwbm.not(uhvi).output("pwbm", "pwbm must be inside uhvi")
222
+ dnwell.and(uhvi).edges.not(pwbm).output("pwbm.4", "pwbm.4 : dnwell inside uhvi must be enclosed by pwbm")
223
+
224
+ # pwde
225
+ pwde.not(pwbm).output("pwdem.3", "pwdem.3 : pwde must be inside pwbm")
226
+ pwde.not(uhvi).output("pwdem.4", "pwdem.4 : pwde must be inside uhvi")
227
+ pwde.not(dnwell).output("pwdem.5", "pwdem.5 : pwde must be inside dnwell")
228
+
229
+ # hvtp
230
+ #hvtp.not(nwell).output("hvtp", "hvtp must inside nwell")
231
+ hvtp.width(0.38, euclidian).output("hvtp.1", "hvtp.1 : min. hvtp width : 0.38um")
232
+ hvtp.isolated(0.38, euclidian).output("hvtp.2", "hvtp.2 : min. hvtp spacing : 0.38um")
233
+ hvtp.enclosing(gate.and(psdm), 0.18, euclidian).output("hvtp.3", "hvtp.3 : min. hvtp enclosure of pfet gate : 0.18um")
234
+ hvtp.separation(gate.and(psdm), 0.18, euclidian).output("hvtp.4", "hvtp.4 : min. hvtp spacing pfet gate: 0.18um")
235
+ hvtp.with_area(0..0.265).output("hvtp.5", "hvtp.5 : min. hvtp area : 0.265um²")
236
+
237
+ # hvtr
238
+ hvtr.width(0.38, euclidian).output("hvtr.1", "hvtr.1 : min. hvtr width : 0.38um")
239
+ hvtr.isolated(0.38, euclidian).output("hvtr.2", "hvtr.2 : min. hvtr spacing : 0.38um")
240
+
241
+ # lvtn
242
+ lvtn.width(0.38, euclidian).output("lvtn.1", "lvtn.1 : min. lvtn width : 0.38um")
243
+ lvtn.isolated(0.38, euclidian).output("lvtn.2", "lvtn.2 : min. lvtn spacing : 0.38um")
244
+ lvtn.separation(diff.and(poly).not(uhvi), 0.18, euclidian).output("lvtn.3a", "lvtn.3a : min. lvtn spacing to gate : 0.18um")
245
+ lvtn.separation(diff.and(nwell).not(poly), 0.235, projection).output("lvtn.3b", "lvtn.3b : min. lvtn spacing to pfet s/d : 0.18um")
246
+ lvtn.enclosing(gate.not(uhvi), 0.18, euclidian).output("lvtn.4b", "lvtn.4b : min. lvtn enclosing to gate : 0.18um")
247
+ lvtn.separation(hvtp, 0.38, euclidian).output("lvtn.9", "lvtn.9 : min. lvtn spacing hvtp : 0.38um")
248
+ nwell.not_interacting(gate.and(nwell.not(hvi).not(areaid_ce))).enclosing(lvtn.not(uhvi), 0.18, euclidian).polygons.without_area(0).output("lvtn.4b", "lvtn.4b : min. lvtn enclosure of gate : 0.18um")
249
+ lvtn.separation(nwell.inside(areaid_ce), 0.38, euclidian).output("lvtn.12", "lvtn.12 : min. lvtn spacing nwell inside areaid.ce : 0.38um")
250
+ lvtn.with_area(0..0.265).output("lvtn.13", "lvtn.13 : min. lvtn area : 0.265um²")
251
+
252
+ # ncm
253
+ ncm.and(tap.and(nwell).or(diff.not(nwell))).output("ncm.x.3", "ncm.x.3 : ncm must not overlap n+diff")
254
+ ncm.width(0.38, euclidian).output("ncm.1", "ncm.1 : min. ncm width : 0.38um")
255
+ ncm.isolated(0.38, euclidian).output("ncm.2", "ncm.2 : min. ncm spacing manual merge if smaller : 0.38um")
256
+ ncm.enclosing(diff.and(nwell), 0.18, euclidian).output("ncm.3", "ncm.3 : min. ncm enclosure of p+diff : 0.18um")
257
+ ncm.separation(lvtn.and(diff), 0.23, euclidian).output("ncm.5", "ncm.5 : min. ncm spacing lvtn diff : 0.23um")
258
+ ncm.separation(diff.not(nwell), 0.2, euclidian).output("ncm.6", "ncm.6 : min. ncm spacing nfet : 0.2um")
259
+ ncm.with_area(0..0.265).output("ncm.7", "ncm.13 : min. ncm area : 0.265um²")
260
+
261
+ # diff-tap
262
+ difftap = diff + tap
263
+ difftap.width(0.15, euclidian).output("difftap.1", "difftap.1 : min. difftap width : 0.15um")
264
+ not_in_cell1 = layout(source.cell_obj).select("s8cell_ee_plus_sseln_a", "-s8cell_ee_plus_sseln_b", "-s8cell_ee_plus_sselp_a", "-s8cell_ee_plus_sselp_b" , "-s8fpls_pl8", "-s8fpls_rdrv4" , "-s8fpls_rdrv4f", "-s8fpls_rdrv8")
265
+ not_in_cell1_diff = not_in_cell1.input(65, 20)
266
+ not_in_cell1_diff.not(areaid_sc).not(poly).edges.and(gate.edges).with_length(0,0.42).output("difftap.2", "difftap.2: min. gate (exempt areaid.sc) width : 0.42um")
267
+ diff.and(areaid_sc).not(poly).edges.and(gate.edges).with_length(0,0.36).output("difftap.2", "difftap.2: min. gate inside areaid.sc width : 0.36um")
268
+ difftap.isolated(0.27, euclidian).output("difftap.3", "difftap.3 : min. difftap spacing : 0.27um")
269
+ tap.edges.and(diff.edges).with_length(0,0.29).output("difftap.4", "difftap.4 : min. tap bound by diffusion : 0.29um")
270
+ tap.edges.and(diff.edges).space(0.4, projection).output("difftap.5", "difftap.5 : min. tap bound by 2 diffusions : 0.4um")
271
+ (tap.edges.and(diff.edges)).extended(0.01, 0.01, 0, 0, false).not(tap.and(diff)).and(diff.or(tap)).output("difftap.6", "difftap.6 : diff and tap not allowed to extend beyong their abutting ege")
272
+ tap.edges.not_interacting(diff.edges).separation(diff.edges, 0.13, euclidian).output("difftap.7", "difftap.7 : min. diff/tap spacing to non-coincident diff edge : 0.13um")
273
+ diff.edges.not_interacting(tap.edges).separation(tap.edges, 0.13, euclidian).output("difftap.7", "difftap.7 : min. diff/tap spacing to non-coincident tap edge : 0.13um")
274
+ nwell.enclosing(diff.not(uhvi).and(psdm), 0.18, euclidian).output("difftap.8", "difftap.8 : min. p+diff enclosure by nwell : 0.18um")
275
+ diff.not(uhvi).and(nsdm).separation(nwell, 0.34, euclidian).output("difftap.9", "difftap.9 : min. n+diff spacing to nwell : 0.34um")
276
+ nwell.enclosing(tap.not(uhvi).and(nsdm), 0.18, euclidian).output("difftap.10", "difftap.10 : min. n+tap enclosure by nwell : 0.18um")
277
+ tap.not(uhvi).and(psdm).separation(nwell, 0.13, euclidian).output("difftap.11", "difftap.11 : min. p+tap spacing to nwell : 0.13um")
278
+
279
+ # tunm
280
+ tunm.width(0.41, euclidian).output("tunm.1", "tunm.1 : min. tunm width : 0.41um")
281
+ tunm.isolated(0.5, euclidian).output("tunm.2", "tunm.2 : min. tunm spacing : 0.5um")
282
+ tunm.enclosing(gate, 0.095, euclidian).output("tunm.3", "tunm.3 : min. tunm beyond gate : 0.095um")
283
+ tunm.separation(gate.not_interacting(tunm), 0.095, euclidian).output("tunm.4", "tunm.4 : min. tunm spacing to gate outside tunm: 0.095um")
284
+ gate.and(tunm).edges.not(gate.edges).output("tunm.5", "tunm.5 : gate must not straddle tunm")
285
+ tunm.not(dnwell).output("tunm.6a", "tunm.6a : tunm not allowed outside dnwell")
286
+ tunm.with_area(0..0.672).output("tunm.7", "tunm.7 : min. tunm area : 0.672um²")
287
+
288
+ # poly
289
+ poly.width(0.15, euclidian).output("poly.1a", "poly.1a : min. poly width : 0.15um")
290
+ poly.not(diff).edges.and(gate.and(lvtn).edges).space(0.35, euclidian).output("poly.1b", "poly.1b: min. lvtn gate width : 0.35um")
291
+ poly.isolated(0.21, euclidian).output("poly.2", "poly.2 : min. poly spacing : 0.21um")
292
+ poly.and(rpm.or(urpm).or(poly_rs)).width(0.33, euclidian).output("poly.3", "poly.3 : min. poly resistor width : 0.33um")
293
+ poly.not(gate).separation(diff, 0.075, projection).polygons.without_area(0).output("poly.4", "poly.4 : min. poly on field spacing to diff : 0.075um")
294
+ poly.not(gate).separation(tap, 0.055, euclidian).output("poly.5", "poly.5 : min. poly on field spacing to tap : 0.055um")
295
+ gate.separation(tap, 0.3, projection).polygons.and(diff).output("poly.6", "poly.6 : min. gate spacing to tap : 0.3um")
296
+ diff.enclosing(gate, 0.25, projection).polygons.without_area(0).output("poly.7", "poly.7 : min. source/drain length : 0.25um")
297
+ poly.enclosing(gate, 0.13, projection).polygons.without_area(0).output("poly.8", "poly.8 : min. poly extention gate (endcap) : 0.13um")
298
+ poly.and(rpm.or(urpm).or(poly_rs)).separation(poly.or(difftap), 0.48, euclidian).polygons.without_area(0).output("poly.9", "poly.9 : min. poly resistor space to poly or diff/tap : 0.48um")
299
+ diff.merged.edges.end_segments(0.01).and(poly).output("poly.10", "poly.10 : poly must not overlap diff corner")
300
+ gate.with_angle(0 .. 90).output("poly.11", "poly.11 : non 90 degree angle gate")
301
+ not_in_cell3 = layout(source.cell_obj).select("s8fgvr_n_fg2")
302
+ not_in_cell3_poly = not_in_cell3.input(66, 20)
303
+ not_in_cell3_poly.not(hvi).not(nwell.not(hvi)).and(tap).output("poly.12", "poly.12 : poly must not overlap tap")
304
+ poly.and(diff_rs).output("poly.15", "poly.15 : poly must not overlap diff resistor")
305
+
306
+ # rpm
307
+ rpm.width(1.27, euclidian).output("rpm.1a", "rpm.1a : min. rpm width : 1.27um")
308
+ rpm.isolated(0.84, euclidian).output("rpm.2", "rpm.2 : min. rpm spacing : 0.84um")
309
+ rpm.enclosing(poly.and(poly_rs).and(psdm), 0.2, euclidian).output("rpm.3", "rpm.3 : min. rpm enclosure of poly resistor : 0.2um")
310
+ psdm.enclosing(poly.and(poly_rs).and(rpm), 0.11, euclidian).output("rpm.4", "rpm.4 : min. psdm enclosure of poly resistor : 0.11um")
311
+ npc.enclosing(poly.and(poly_rs).and(rpm), 0.095, euclidian).output("rpm.5", "rpm.5 : min. npc enclosure of poly resistor : 0.095um")
312
+ rpm.separation(nsdm, 0.2, euclidian).output("rpm.6", "rpm.6 : min. rpm spacing nsdm: 0.2um")
313
+ rpm.separation(poly, 0.2, euclidian).output("rpm.7", "rpm.7 : min. rpm spacing poly: 0.2um")
314
+ rpm.and(poly).edges.not(poly.edges).output("rpm.8", "rpm.8 : poly must not straddle rpm")
315
+ poly.and(poly_rs).and(rpm).separation(hvntm, 0.185, euclidian).output("rpm.9", "rpm.9 : min. poly resistor spacing hvntm: 0.185um")
316
+ rpm.and(pwbm).output("rpm.10", "rpm.107 : min. rpm spacing pwbm: na")
317
+
318
+ # varac
319
+ varac = poly &amp; tap &amp; (nwell - hvi) - areaid_ce
320
+ tap.not(poly).edges.and(varac.edges).space(0.18, euclidian).output("varac.1", "varac.1: min. varac channel length : 0.18um")
321
+ tap.and(poly).edges.and(varac.edges).space(1.0, euclidian).output("varac.2", "varac.2: min. varac channel wdth : 1.0um")
322
+ varac.separation(hvtp, 0.18, euclidian).output("varac.3", "varac.3: min. varac channel space to hvtp : 0.18um")
323
+ varac.separation(licon.and(tap), 0.25, euclidian).output("varac.4", "varac.4: min. varac channel space to licon on tap : 0.25um")
324
+ nwell.enclosing(poly.overlapping(varac), 0.15, euclidian).output("varac.5", "varac.5: min. nwell enclosure of poly overlapping varac channel : 0.15um")
325
+ tap.overlapping(varac).separation(difftap, 0.27, euclidian).polygons.without_area(0).output("varac.6", "varac.6: min. varac channel tap space to difftap : 0.27um")
326
+ nwell.overlapping(varac).and(diff.and(nwell)).output("varac.7", "varac.7: nwell overlapping varac channel must not overlap p+diff")
327
+
328
+ # photo
329
+ photodiode = dnwell &amp; areaid_po
330
+ photodiode.edges.without_length(3.0).output("photo.2", "photo.2 : minimum/maximum width of photodiode : 3.0um")
331
+ photodiode.isolated(5.0, euclidian).output("photo.3", "photo.3 : mini. photodiode spacing : 5.0um")
332
+ photodiode.separation(dnwell, 5.3, euclidian).output("photo.4", "photo.4 : mini. photodiode spacing to dnwell : 5.3um")
333
+ areaid_po.not(dnwell).output("photo.5.6", "photo.5.6 : photodiode edges must coincide areaid.po and enclosed by dnwell")
334
+ photodiode.not(tap.not(nwell).holes).output("photo.7", "photo.7 : photodiode must be enclosed by p+tap ring")
335
+ photodiode.and(nwell).edges.without_length(0.84).output("photo.8", "photo.8 : minimum/maximum width of nwell inside photodiode : 0.84um")
336
+ areaid_po.edges.and(photodiode.and(nwell).sized(1.08)).without_length(12.0).output("photo.9", "photo.9 : minimum/maximum enclosure of nwell by photodiode : 1.08um")
337
+ photodiode.and(tap).edges.without_length(0.41).output("photo.10", "photo.10 : minimum/maximum width of tap inside photodiode : 0.41um")
338
+
339
+ # npc
340
+ npc.width(0.27, euclidian).output("npc.1", "npc.1 : min. npc width : 0.27um")
341
+ npc.isolated(0.27, euclidian).output("npc.2", "npc.2 : min. npc spacing, should be mnually merge if less : 0.27um")
342
+ npc.separation(gate, 0.09, euclidian).output("npc.4", "npc.4 : min. npc spacing to gate : 0.09um")
343
+
344
+ # nsdm/psdm
345
+ npsdm = nsdm + psdm
346
+ nsdm.width(0.38, euclidian).output("nsdm.1", "nsdm.1 : min. nsdm width : 0.38um")
347
+ psdm.width(0.38, euclidian).output("psdm.1", "psdm.1 : min. psdm width : 0.38um")
348
+ nsdm.isolated(0.38, euclidian).output("n/psdm.1", "n/psdm.1 : min. nsdm spacing, should be mnually merge if less : 0.38um")
349
+ psdm.isolated(0.38, euclidian).output("n/psdm.1", "n/psdm.1 : min. psdm spacing, should be mnually merge if less : 0.38um")
350
+ npsdm.enclosing(diff, 0.125, euclidian).polygons.not(tap.sized(0.125)).output("n/psdm.5a", "n/psdm.5a : min. n/psdm enclosure diff except butting edge : 0.125um")
351
+ npsdm.enclosing(tap, 0.125, euclidian).polygons.not(diff.sized(0.125)).output("n/psdm.5b", "n/psdm.5b : min. n/psdm enclosure tap except butting edge : 0.125um")
352
+ tap.edges.and(diff.edges).not(npsdm).output("n/psdm.6", "n/psdm.6 : min. n/psdm enclosure of butting edge : 0.0um")
353
+ nsdm.and(difftap).separation(psdm.and(difftap), 0.13, euclidian).polygons.without_area(0).output("n/psdm.7", "n/psdm.7 : min. nsdm diff spacing to psdm diff except butting edge : 0.13um")
354
+ diff.and((nsdm.and(nwell)).or(psdm.not(nwell))).output("n/psdm.8", "n/psdm.8 : diff should be the opposite type of well/substrate underneath")
355
+ tap.and((nsdm.not(nwell)).or(psdm.and(nwell))).output("n/psdm.8", "n/psdm.8 : tap should be the same type of well/substrate underneath")
356
+ tap.and(diff).without_area(0).output("tap and diff", "tap and diff must not overlap")
357
+ nsdm.with_area(0..0.265).output("n/psdm.10a", "n/psdm.10a : min. nsdm area : 0.265um²")
358
+ psdm.with_area(0..0.265).output("n/psdm.10b", "n/psdm.10b : min. psdm area : 0.265um²")
359
+
360
+ # licon
361
+ licon.not(poly.interacting(poly_rs).and(rpm)).edges.without_length(0.17).output("licon.1", "licon.1 : minimum/maximum width of licon : 0.17um")
362
+ licon.and(poly.interacting(poly_rs).and(rpm)).not_interacting((licon.and(poly.interacting(poly_rs).and(rpm)).edges.with_length(0.19)).or(licon.and(poly.interacting(poly_rs).and(rpm)).edges.with_length(2.0))).output("licon.1b/c", "licon.1b/c : minimum/maximum width/length of licon inside poly resistor : 2.0/0.19um")
363
+ licon.isolated(0.17, euclidian).output("licon.2", "licon.2 : min. licon spacing : 0.17um")
364
+ licon.and(poly.interacting(poly_rs).and(rpm)).edges.with_length(0.19).space(0.35, euclidian).output("licon.2b", "licon.2b : min. licon 0.19um edge on resistor spacing : 0.35um")
365
+ licon.interacting(licon.and(poly.interacting(poly_rs).and(rpm)).edges.with_length(2.0)).separation(licon.and(poly.interacting(poly_rs).and(rpm)), 0.51, euclidian).output("licon.2c", "licon.2c : min. licon 2.0um edge on resistor spacing : 0.51um")
366
+ licon.and(poly.interacting(poly_rs).and(rpm)).separation(licon.not(poly.interacting(poly_rs).and(rpm)), 0.51, euclidian).output("licon.2d", "licon.2d : min. licon on resistor spacing other licon : 0.51um")
367
+ # rule licon.3 not coded
368
+ licon.not(li).not(poly.or(diff).or(tap)).output("licon.4", "licon.4 : min. licon must overlap li and (poly or tap or diff) ")
369
+ diff.enclosing(licon, 0.04, euclidian).output("licon.5", "licon.5 : min. diff enclosure of licon : 0.04um")
370
+ tap.edges.and(diff.edges).separation(licon.and(tap).edges, 0.06, euclidian).output("licon.6", "licon.6 : min. abutting edge spacing to licon tap : 0.06um")
371
+ licon_edges_with_less_enclosure_tap = tap.enclosing(licon, 0.12, projection).second_edges
372
+ opposite1 = (licon.edges - licon_edges_with_less_enclosure_tap).width(0.17 + 1.dbu, projection).polygons
373
+ licon.not_interacting(opposite1).output("licon.7", "licon.7 : min. tap enclosure of licon by one of 2 opposite edges : 0.12um")
374
+ poly.enclosing(licon, 0.05, euclidian).output("licon.8", "licon.8 : min. poly enclosure of licon : 0.05um")
375
+ licon008 = licon.interacting(poly.enclosing(licon, 0.08, euclidian).polygons)
376
+ licon_edges_with_less_enclosure_poly = poly.enclosing(licon, 0.08, projection).second_edges
377
+ opposite2 = (licon.edges - licon_edges_with_less_enclosure_poly).width(0.17 + 1.dbu, projection).polygons
378
+ licon008.not_interacting(opposite2).output("licon.8a", "licon.8a : min. poly enclosure of licon by one of 2 opposite edges : 0.08um")
379
+ # rule licon.9 not coded
380
+ licon.and(tap.and(nwell.not(hvi))).separation(varac, 0.25, euclidian).output("licon.10", "licon.10 : min. licon spacing to varac channel : 0.25um")
381
+ not_in_cell4 = layout(source.cell_obj).select("-s8fs_gwdlvx4", "-s8fs_gwdlvx8", "-s8fs_hvrsw_x4", "-s8fs_hvrsw8", "-s8fs_hvrsw264", "-s8fs_hvrsw520", "-s8fs_rdecdrv", "-s8fs_rdec8”, “s8fs_rdec32", "-s8fs_rdec264", "-s8fs_rdec520")
382
+ not_in_cell4_licon = not_in_cell4.input(66, 44)
383
+ not_in_cell4_licon.and(diff.or(tap)).separation(gate.not(areaid_sc), 0.055, euclidian).output("licon.11", "licon.11 : min. licon spacing to gate : 0.055um")
384
+ licon.and(diff.or(tap)).separation(gate.and(areaid_sc), 0.05, euclidian).output("licon.11a", "licon.11a : min. licon spacing to gate inside areaid.sc : 0.05um")
385
+ in_cell4 = layout(source.cell_obj).select("+s8fs_gwdlvx4", "+s8fs_gwdlvx8", "+s8fs_hvrsw_x4", "+s8fs_hvrsw8", "+s8fs_hvrsw264", "+s8fs_hvrsw520")
386
+ in_cell4_licon = in_cell4.input(66, 44)
387
+ in_cell4_licon.and(diff.or(tap)).separation(gate, 0.04, euclidian).output("licon.11c", "licon.11c : min. licon spacing to gate for specific cells: 0.04um")
388
+ # rules 11.b , 11.d not coded
389
+ diff.interacting(gate).not(diff.interacting(gate).width(5.7, euclidian).polygons).output("licon.12", "licon.12 : max. sd width without licon : 5.7um")
390
+ licon.and(diff.or(tap)).separation(npc, 0.09, euclidian).output("licon.13", "licon.13 : min. difftap licon spacing to npc : 0.09um")
391
+ licon.and(poly).separation(diff.or(tap), 0.19, euclidian).output("licon.14", "licon.14 : min. poly licon spacing to difftap : 0.19um")
392
+ npc.enclosing(licon.and(poly), 0.1, euclidian).output("licon.15", "licon.15 : min. npc enclosure of poly-licon : 0.1um")
393
+ # rule licon.16 not applicable for the diff for the nmos of a nand gates or the pmos of a nor gates
394
+ #diff.not(gate).not_interacting(licon).output("licon.16", "licon.16 : diff must enclose one licon")
395
+ tap.not(uhvi).not_interacting(licon).output("licon.16", "licon.16 : tap must enclose one licon")
396
+ poly.and(tap).edges.not(tap.edges).output("licon.17", "licon.17 : tap must not straddle poly")
397
+ npc.not_interacting(licon.and(poly)).output("licon.18", "licon.18 : npc mut enclosed one poly-licon")
398
+
399
+ # vpp
400
+ vpp.width(1.43, euclidian).output("vpp.1", "vpp.1 : min. vpp width : 1.43um")
401
+ # rules 1.b, 1.c not coded
402
+ vpp.and(poly.or(difftap)).output("vpp.3", "vpp.3 : vpp must not overlapp poly or diff or tap")
403
+ vpp.and(nwell).edges.not(vpp.edges).output("vpp.4", "vpp.4 : vpp must not straddle nwell")
404
+ vpp.and(dnwell).edges.not(vpp.edges).output("vpp.4", "vpp.4 : vpp must not straddle dnwell")
405
+ vpp.and(poly.or(li).or(m1).or(m2)).separation(poly.or(li).or(m1).or(m2), 1.5, euclidian).polygons.with_area(2.25,nil).output("vpp.5", "vpp.5 : min. vpp spacing to poly or li or m1 or m2 : 1.5um")
406
+ vpp.with_area(0..area(vpp.and(m3))*0.25).output("vpp.5a", "vpp.5a : max. m3 density in vpp : 0.25")
407
+ vpp.with_area(0..area(vpp.and(m4))*0.3).output("vpp.5b", "vpp.5b : max. m4 density in vpp : 0.3")
408
+ vpp.with_area(0..area(vpp.and(m5))*0.4).output("vpp.5c", "vpp.5c : max. m5 density in vpp : 0.4")
409
+ nwell.enclosing(vpp, 1.5, euclidian).output("vpp.8", "vpp.8 : nwell enclosure of vpp : 1.5")
410
+ vpp.separation(nwell, 1.5, euclidian).polygons.without_area(0).output("vpp.9", "vpp.9 : vpp spacing to nwell : 1.5")
411
+ # rule vpp.10 not coded
412
+ # rule vpp.11 not coded because moscap is not defined properly by any gds layer
413
+ # rules vpp.12a, 12b, 12c not coded because specific to one cell
414
+ if backend_flow = CU
415
+ m1.separation(vpp.and(m1), 0.16, euclidian).polygons.without_area(0).output("vpp.13", "vpp.13 : m1 spacing to m1inside vpp : 0.16")
416
+ end
417
+
418
+ # CAPM
419
+ capm.width(1.0, euclidian).output("capm.1", "capm.1 : min. capm width : 1.0um")
420
+ capm.isolated(0.84, euclidian).output("capm.2a", "capm.2a : min. capm spacing : 0.84um")
421
+ m2.interacting(capm).isolated(1.2, euclidian).output("capm.2b", "capm.2b : min. capm spacing : 1.2um")
422
+ m2.enclosing(capm, 0.14, euclidian).output("capm.3", "capm.3 : min. m2 enclosure of capm : 0.14um")
423
+ capm.enclosing(via2, 0.14, euclidian).output("capm.4", "capm.4 : min. capm enclosure of via2 : 0.14um")
424
+ capm.separation(via2, 0.14, euclidian).output("capm.5", "capm.5 : min. capm spacing to via2 : 0.14um")
425
+ capm.sized(-20.0).sized(20.0).output("capm.6", "capm.6 : max. capm lenght/width : 20um")
426
+ capm.with_angle(0 .. 90).output("capm.7", "capm.7 : capm not rectangle")
427
+ capm.separation(via, 0.14, euclidian).polygons.without_area(0).output("capm.8", "capm.8 : min. capm spacing to via : 0.14um")
428
+ capm.and(nwell).edges.not(capm.edges).output("capm.10", "capm.10 : capm must not straddle nwell")
429
+ capm.and(diff).edges.not(capm.edges).output("capm.10", "capm.10 : capm must not straddle diff")
430
+ capm.and(tap).edges.not(capm.edges).output("capm.10", "capm.10 : capm must not straddle tap")
431
+ capm.and(poly).edges.not(capm.edges).output("capm.10", "capm.10 : capm must not straddle poly")
432
+ capm.and(li).edges.not(capm.edges).output("capm.10", "capm.10 : capm must not straddle li")
433
+ capm.and(m1).edges.not(capm.edges).output("capm.10", "capm.10 : capm must not straddle m1")
434
+ capm.separation(m2.not_interacting(capm), 0.14, euclidian).output("capm.11", "capm.11 : min. capm spacing to m2 not overlapping capm : 0.5um")
435
+
436
+ end #FEOL
437
+
438
+ if BEOL
439
+ info("BEOL section")
440
+
441
+ # li
442
+ not_in_cell5 = source.select("-s8rf2_xcmvpp_hd5_*")
443
+ not_in_cell5_li = not_in_cell5.polygons(li_wildcard)
444
+ not_in_cell5_li.width(0.17, euclidian).output("li.1", "li.1 : min. li width : 0.17um")
445
+
446
+ in_cell5_li = li - not_in_cell5_li
447
+ in_cell5_li.width(0.14, euclidian).output("li.1a", "li.1a : min. li width for the cells s8rf2_xcmvpp_hd5_* : 0.14um")
448
+
449
+ # rule li.2 not coded
450
+
451
+ not_in_cell5_li.space(0.17, euclidian).output("li.3", "li.3 : min. li spacing : 0.17um")
452
+ in_cell5_li.space(0.14, euclidian).output("li.3a", "li.3a : min. li spacing for the cells s8rf2_xcmvpp_hd5_* : 0.14um")
453
+ licon08 = licon.interacting(li.enclosing(licon, 0.08, euclidian).polygons)
454
+ licon_edges_with_less_enclosure_li = li.enclosing(licon, 0.08, projection).second_edges
455
+ opposite3 = (licon.edges - licon_edges_with_less_enclosure_li).width(0.17 + 1.dbu, projection).polygons
456
+ licon08.not_interacting(opposite3).output("li.5", "li.5 : min. li enclosure of licon of 2 opposite edges : 0.08um")
457
+ li.with_area(0..0.0561).output("li.6", "li.6 : min. li area : 0.0561um²")
458
+
459
+ # ct
460
+ mcon.edges.without_length(0.17).output("ct.1", "ct.1 : minimum/maximum width of mcon : 0.17um")
461
+ mcon.space(0.19, euclidian).output("ct.2", "ct.2 : min. mcon spacing : 0.19um")
462
+ # rule ct.3 not coded
463
+ mcon.not(li).output("ct.4", "ct.4 : mcon should covered by li")
464
+ if backend_flow = CU
465
+ li.interacting(li.and(m1).not(mcon).with_holes(1,10)).enclosing(mcon, 0.2, euclidian).output("ct.irdrop.1", "ct.irdrop.1 : min. li enclsoure of 1..10 mcon : 0.2um")
466
+ li.interacting(li.and(m1).not(mcon).with_holes(11,100)).enclosing(mcon, 0.3, euclidian).output("ct.irdrop.2", "ct.irdrop.2 : min. li enclsoure of 11..100 mcon : 0.3um")
467
+ end
468
+
469
+ # m1
470
+ m1.width(0.14, euclidian).output("m1.1", "m1.1 : min. m1 width : 0.14um")
471
+
472
+ huge_m1 = m1.sized(-1.5).sized(1.5)
473
+ non_huge_m1 = m1 - huge_m1
474
+
475
+ non_huge_m1.space(0.14, euclidian).output("m1.2", "m1.2 : min. m1 spacing : 0.14um")
476
+
477
+ (huge_m1.separation(non_huge_m1, 0.28, euclidian) + huge_m1.space(0.28, euclidian)).output("m1.3ab", "m1.3ab : min. 3um.m1 spacing m1 : 0.28um")
478
+
479
+ not_in_cell6 = layout(source.cell_obj).select("-s8cell_ee_plus_sseln_a", "-s8cell_ee_plus_sseln_b", "-s8cell_ee_plus_sselp_a", "-s8cell_ee_plus_sselp_b", "-s8fpls_pl8", "-s8fs_cmux4_fm")
480
+ not_in_cell6_m1 = not_in_cell6.input(m1_wildcard)
481
+ not_in_cell6_m1.enclosing(mcon, 0.03, euclidian).output("m1.4", "m1.4 : min. m1 enclosure of mcon : 0.03um")
482
+ in_cell6 = layout(source.cell_obj).select("+s8cell_ee_plus_sseln_a", "+s8cell_ee_plus_sseln_b", "+s8cell_ee_plus_sselp_a", "+s8cell_ee_plus_sselp_b", "+s8fpls_pl8", "+s8fs_cmux4_fm")
483
+ in_cell6_m1 = in_cell6.input(m1_wildcard)
484
+ in_cell6_m1.enclosing(mcon, 0.005, euclidian).output("m1.4a", "m1.4a : min. m1 enclosure of mcon for specific cells : 0.005um")
485
+ m1.with_area(0..0.083).output("m1.6", "m1.6 : min. m1 area : 0.083um²")
486
+ m1.holes.with_area(0..0.14).output("m1.7", "m1.7 : min. m1 holes area : 0.14um²")
487
+ if backend_flow = AL
488
+ mcon06 = mcon.interacting(poly.enclosing(m1, 0.06, euclidian).polygons)
489
+ mcon_edges_with_less_enclosure_m1 = m1.enclosing(mcon, 0.06, projection).second_edges
490
+ opposite4 = (mcon.edges - mcon_edges_with_less_enclosure_m1).width(0.17 + 1.dbu, projection).polygons
491
+ mcon06.not_interacting(opposite4).output("m1.5", "m1.5 : min. m1 enclosure of mcon of 2 opposite edges : 0.06um")
492
+ # rule m1.pd.1, rule m1.pd.2a, rule m1.pd.2b not coded
493
+ end
494
+ if bakend_flow = CU
495
+ m1.sized(-2.0).sized(2.0).output("m1.11", "m1.11 : max. m1 width after slotting : 4.0um")
496
+ # rule m1.12 not coded because inconsistent with m1.11
497
+ # rule m1.13, m1.14, m1.14a not coded : see : https://www.klayout.de/forum/discussion/comment/6759
498
+ end
499
+
500
+ # via
501
+ #rule via.3 not coded
502
+ via.not(m1).output("via.4c.5c", "via.4c.5c : m1 must enclose all via")
503
+ if backend_flow = AL
504
+ via.not(areaid_mt).edges.without_length(0.15).output("via.1a", "via.1a : minimum/maximum width of via : 0.15um")
505
+ via.and(areaid_mt).not_interacting((via.and(areaid_mt).edges.without_length(0.15)).or(via.and(areaid_mt).edges.without_length(0.23)).or(via.and(areaid_mt).edges.without_length(0.28))).output("via.1b", "via.1b : minimum/maximum width of via in areaid.mt: 0.15um or 0.23um or 0.28um")
506
+ via.isolated(0.17, euclidian).output("via.2", "via.2 : min. via spacing : 0.17um")
507
+ m1.enclosing(via.not_interacting(via.edges.without_length(0.15)), 0.055, euclidian).output("via.4a", "via.4a : min. m1 enclosure of 0.15um via : 0.055um")
508
+ m1.enclosing(via.not_interacting(via.edges.without_length(0.23)), 0.03, euclidian).output("via.4b", "via.4b : min. m1 enclosure of 0.23um via : 0.03um")
509
+ via1_edges_with_less_enclosure_m1 = m1.enclosing(via.not_interacting(via.edges.without_length(0.15)), 0.085, projection).second_edges
510
+ opposite5 = (via.not_interacting(via.edges.without_length(0.15)).edges - via1_edges_with_less_enclosure_m1).width(0.15 + 1.dbu, projection).polygons
511
+ via.not_interacting(via.edges.without_length(0.15)).not_interacting(opposite5).output("via1.5a", "via1.5a : min. m1 enclosure of 0.15um via of 2 opposite edges : 0.085um")
512
+ via2_edges_with_less_enclosure_m1 = m1.enclosing(via.not_interacting(via.edges.without_length(0.23)), 0.06, projection).second_edges
513
+ opposite6 = (via.not_interacting(via.edges.without_length(0.23)).edges - via2_edges_with_less_enclosure_m1).width(0.23 + 1.dbu, projection).polygons
514
+ via.not_interacting(via.edges.without_length(0.23)).not_interacting(opposite6).output("via1.5b", "via1.5b : min. m1 enclosure of 0.23um via of 2 opposite edges : 0.06um")
515
+ end
516
+ if backend_flow = CU
517
+ via.not(areaid_mt).edges.without_length(0.18).output("via.11", "via.11 : minimum/maximum width of via : 0.18um")
518
+ via.isolated(0.13, euclidian).output("via.12", "via.12 : min. via spacing : 0.13um")
519
+ # rule via.13 not coded because not understandable
520
+ via1_edges_with_less_enclosure_m1 = m1.enclosing(via, 0.04, projection).second_edges
521
+ opposite5 = (via.edges - via1_edges_with_less_enclosure_m1).width(0.18 + 1.dbu, projection).polygons
522
+ via.not_interacting(opposite5).output("via1.14", "via1.14 : min. m1 enclosure of 0.04um via of 2 opposite edges : 0.04um")
523
+ # rules via.irdrop.1, via.irdrop.2, via.irdrop.3, via.irdrop.4 not coded because not understandable
524
+ end
525
+
526
+ # m2
527
+ m2.width(0.14, euclidian).output("m2.1", "m2.1 : min. m2 width : 0.14um")
528
+
529
+ huge_m2 = m2.sized(-1.5).sized(1.5)
530
+ non_huge_m2 = m2 - huge_m2
531
+
532
+ non_huge_m2.space(0.14, euclidian).output("m2.2", "m2.2 : min. m2 spacing : 0.14um")
533
+
534
+ (huge_m2.separation(non_huge_m2, 0.28, euclidian) + huge_m2.space(0.28, euclidian)).output("m2.3ab", "m2.3ab : min. 3um.m2 spacing m2 : 0.28um")
535
+
536
+ # rule m2.3c not coded
537
+ m2.with_area(0..0.0676).output("m2.6", "m2.6 : min. m2 area : 0.0676um²")
538
+ m2.holes.with_area(0..0.14).output("m2.7", "m2.7 : min. m2 holes area : 0.14um²")
539
+ via.not(m2).output("m2.via", "m2.via : m2 must enclose via")
540
+ if backend_flow = AL
541
+ m2.enclosing(via, 0.055, euclidian).output("m2.4", "m2.4 : min. m2 enclosure of via : 0.055um")
542
+ via_edges_with_less_enclosure_m2 = m2.enclosing(via, 0.085, projection).second_edges
543
+ opposite7 = (via.edges - via_edges_with_less_enclosure_m2).width(0.2 + 1.dbu, projection).polygons
544
+ via.not_interacting(opposite7).output("m2.5", "m2.5 : min. m2 enclosure of via of 2 opposite edges : 0.085um")
545
+ # rule m2.pd.1, rule m2.pd.2a, rule m2.pd.2b not coded
546
+ end
547
+ if bakend_flow = CU
548
+ m2.sized(-2.0).sized(2.0).output("m2.11", "m2.11 : max. m2 width after slotting : 4.0um")
549
+ # rule m2.12 not coded because inconsistent with m2.11
550
+ # rule m2.13, m2.14, m2.14a not coded : see : https://www.klayout.de/forum/discussion/comment/6759
551
+ end
552
+
553
+ # via2
554
+ #rule via233 not coded
555
+ via2.not(m2).output("via2", "via2 : m2 must enclose all via2")
556
+ if backend_flow = AL
557
+ via2.not(areaid_mt).edges.without_length(0.2).output("via2.1a", "via2.1a : minimum/maximum width of via2 : 0.2um")
558
+ via2.and(areaid_mt).not_interacting((via2.and(areaid_mt).edges.without_length(0.2)).or(via2.and(areaid_mt).edges.without_length(1.2)).or(via2.and(areaid_mt).edges.without_length(1.5))).output("via2.1b", "via2.1b : minimum/maximum width of via2 in areaid.mt: 0.2um or 1.2um or 1.5um")
559
+ via2.isolated(0.2, euclidian).output("via2.2", "via2.2 : min. via2 spacing : 0.2um")
560
+ m2.enclosing(via2, 0.04, euclidian).output("via2.4", "via2.4 : min. m2 enclosure of via2 : 0.04um")
561
+ m2.enclosing(via2.not_interacting(via2.edges.without_length(1.5)), 0.14, euclidian).output("via2.4a", "via2.4a : min. m2 enclosure of 1.5um via2 : 0.14um")
562
+ via2_edges_with_less_enclosure_m2 = m2.enclosing(via2, 0.085, projection).second_edges
563
+ opposite8 = (via2.edges - via2_edges_with_less_enclosure_m2).width(0.2 + 1.dbu, projection).polygons
564
+ via2.not_interacting(opposite8).output("via2.5", "via2.5 : min. m2 enclosure of via2 of 2 opposite edges : 0.085um")
565
+ end
566
+ if backend_flow = CU
567
+ via2.edges.without_length(0.21).output("via2.11", "via2.11 : minimum/maximum width of via2 : 0.21um")
568
+ via2.isolated(0.18, euclidian).output("via2.12", "via2.12 : min. via2 spacing : 0.18um")
569
+ # rule via2.13 not coded because not understandable, or not clear
570
+ m2.enclosing(via2, 0.035, euclidian).output("via2.14", "via2.14 : min. m2 enclosure of via2 : 0.035um")
571
+ # rules via2.irdrop.1, via2.irdrop.2, via2.irdrop.3, via2.irdrop.4 not coded because not understandable
572
+ end
573
+
574
+ # m3
575
+ m3.width(0.3, euclidian).output("m3.1", "m3.1 : min. m3 width : 0.3um")
576
+
577
+ huge_m3 = m3.sized(-1.5).sized(1.5)
578
+ non_huge_m3 = m3 - huge_m3
579
+
580
+ non_huge_m3.space(0.3, euclidian).output("m3.2", "m3.2 : min. m3 spacing : 0.3um")
581
+
582
+ (huge_m3.separation(non_huge_m3, 0.4, euclidian) + huge_m3.space(0.4, euclidian)).output("m3.3ab", "m3.3ab : min. 3um.m3 spacing m3 : 0.4um")
583
+
584
+ # rule m3.3c not coded
585
+ m3.with_area(0..0.24).output("m3.6", "m3.6 : min. m3 area : 0.24um²")
586
+ via2.not(m3).output("m3.via2", "m3.via2 : m3 must enclose via2")
587
+ if backend_flow = AL
588
+ m3.enclosing(via2, 0.065, euclidian).output("m3.4", "m3.4 : min. m3 enclosure of via2 : 0.065um")
589
+ via2_edges_with_less_enclosure_m3 = m3.enclosing(via2, 0.085, projection).second_edges
590
+ # m3.5 N/A
591
+ # opposite9 = (via2.edges - via2_edges_with_less_enclosure_m3).width(0.3 + 1.dbu, projection).polygons
592
+ # via2.not_interacting(opposite9).output("m3.5", "m3.5 : min. m3 enclosure of via2 of 2 opposite edges : 0.085um")
593
+ # rule m3.pd.1, rule m3.pd.2a, rule m3.pd.2b not coded
594
+ end
595
+ if bakend_flow = CU
596
+ m3.holes.with_area(0..0.2).output("m3.7", "m3.7 : min. m3 holes area : 0.2um²")
597
+ m3.sized(-2.0).sized(2.0).output("m3.11", "m3.11 : max. m3 width after slotting : 4.0um")
598
+ # rule m3.12 not coded because inconsistent with m3.11
599
+ # rule m3.13, m3.14, m3.14a not coded : see : https://www.klayout.de/forum/discussion/comment/6759
600
+ end
601
+
602
+ # via3
603
+ #rule via3.3 not coded
604
+ via3.not(m3).output("via3", "via3 : m3 must enclose all via3")
605
+ if backend_flow = AL
606
+ via3.not(areaid_mt).edges.without_length(0.2).output("via3.1a", "via3.1a : minimum/maximum width of via3 : 0.2um")
607
+ via3.and(areaid_mt).not_interacting((via3.and(areaid_mt).edges.without_length(0.2)).or(via3.and(areaid_mt).edges.without_length(0.8))).output("via3.1a", "via3.1a : minimum/maximum width of via3 in areaid.mt: 0.2um or 0.8um")
608
+ via3.isolated(0.2, euclidian).output("via3.2", "via3.2 : min. via3 spacing : 0.2um")
609
+ m3.enclosing(via3, 0.06, euclidian).output("via3.4", "via3.4 : min. m3 enclosure of via3 : 0.06um")
610
+ via3_edges_with_less_enclosure_m3 = m3.enclosing(via3, 0.09, projection).second_edges
611
+ opposite10 = (via3.edges - via3_edges_with_less_enclosure_m3).width(0.2 + 1.dbu, projection).polygons
612
+ via3.not_interacting(opposite10).output("via3.5", "via3.5 : min. m2 enclosure of via3 of 2 opposite edges : 0.09um")
613
+ end
614
+ if backend_flow = CU
615
+ via3.edges.without_length(0.21).output("via3.11", "via3.11 : minimum/maximum width of via3 : 0.21um")
616
+ via3.isolated(0.18, euclidian).output("via3.12", "via3.12 : min. via3 spacing : 0.18um")
617
+ m3.enclosing(via3, 0.055, euclidian).output("via3.13", "via3.13 : min. m3 enclosure of via3 : 0.055um")
618
+ # rule via3.14 not coded because not understandable, or not clear
619
+ # rules via3.irdrop.1, via3.irdrop.2, via3.irdrop.3, via3.irdrop.4 not coded because not understandable
620
+ end
621
+
622
+ # m4
623
+ m4.width(0.3, euclidian).output("m4.1", "m4.1 : min. m4 width : 0.3um")
624
+
625
+ huge_m4 = m4.sized(-1.5).sized(1.5)
626
+ non_huge_m4 = m4 - huge_m4
627
+
628
+ non_huge_m4.space(0.3, euclidian).output("m4.2", "m4.2 : min. m4 spacing : 0.3um")
629
+
630
+ (huge_m4.separation(non_huge_m4, 0.4, euclidian) + huge_m4.space(0.4, euclidian)).output("m4.5ab", "m4.5ab : min. 3um.m4 spacing m4 : 0.4um")
631
+
632
+ m4.with_area(0..0.24).output("m4.4", "m4.4 : min. m4 area : 0.24um²")
633
+ via3.not(m4).output("m4.via3", "m4.via3 : m4 must enclose via3")
634
+ if backend_flow = AL
635
+ m4.enclosing(via3, 0.065, euclidian).output("m4.3", "m4.3 : min. m4 enclosure of via3 : 0.065um")
636
+ # m4.5 doesn't exist
637
+ # via3_edges_with_less_enclosure_m4 = m4.enclosing(via2, 0.085, projection).second_edges
638
+ # opposite9 = (via3.edges - via3_edges_with_less_enclosure_m4).width(0.3 + 1.dbu, projection).polygons
639
+ # via3.not_interacting(opposite9).output("m4.5", "m4.5 : min. m4 enclosure of via3 of 2 opposite edges : 0.085um")
640
+ # rule m4.pd.1, rule m4.pd.2a, rule m4.pd.2b not coded
641
+ end
642
+ if bakend_flow = CU
643
+ m4.holes.with_area(0..0.2).output("m4.7", "m4.7 : min. m4 holes area : 0.2um²")
644
+ m4.sized(-5.0).sized(5.0).output("m4.11", "m4.11 : max. m4 width after slotting : 10.0um")
645
+ # rule m4.12 not coded because inconsistent with m4.11
646
+ # rule m4.13, m4.14, m4.14a not coded : see : https://www.klayout.de/forum/discussion/comment/6759
647
+ m4.enclosing(via3, 0.06, euclidian).output("m4.15", "m4.15 : min. m4 enclosure of via3 : 0.06um")
648
+ end
649
+
650
+ # via4
651
+ via4.edges.without_length(0.8).output("via4.1a", "via4.1a : minimum/maximum width of via4 : 0.8um")
652
+ via4.isolated(0.8, euclidian).output("via4.2", "via4.2 : min. via4 spacing : 0.8um")
653
+ #rule via4.3 not coded
654
+ m4.enclosing(via4, 0.19, euclidian).output("via4.4", "via4.4 : min. m4 enclosure of via4 : 0.19um")
655
+ via4.not(m4).output("via4", "via4 : m4 must enclose all via4")
656
+ if backend_flow = CU
657
+ # rules via4.irdrop.1, via4.irdrop.2, via4.irdrop.3, via4.irdrop.4 not coded because not understandable
658
+ end
659
+
660
+ # m5
661
+ m5.width(1.6, euclidian).output("m5.1", "m5.1 : min. m5 width : 1.6um")
662
+
663
+ m5.space(1.6, euclidian).output("m5.2", "m5.2 : min. m5 spacing : 1.6um")
664
+
665
+ via4.not(m5).output("m5.via4", "m5.via4 : m5 must enclose via4")
666
+ m5.enclosing(via4, 0.31, euclidian).output("m5.3", "m4.3 : min. m5 enclosure of via4 : 0.31um")
667
+
668
+ # nsm
669
+ nsm.width(3.0, euclidian).output("nsm.1", "nsm.1 : min. nsm width : 3.0um")
670
+ nsm.isolated(4.0, euclidian).output("nsm.2", "nsm.2 : min. nsm spacing : 4.0um")
671
+ nsm.enclosing(diff, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of diff : 3.0um")
672
+ nsm.enclosing(tap, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of tap : 3.0um")
673
+ nsm.enclosing(poly, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of poly : 3.0um")
674
+ nsm.enclosing(li, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of li : 3.0um")
675
+ nsm.enclosing(m1, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of m1 : 3.0um")
676
+ nsm.enclosing(m2, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of m2 : 3.0um")
677
+ nsm.enclosing(m3, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of m3 : 3.0um")
678
+ nsm.enclosing(m4, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of m4 : 3.0um")
679
+ nsm.enclosing(m5, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of m5 : 3.0um")
680
+ nsm.enclosing(cfom, 3.0, euclidian).output("nsm.4", "nsm.4 : min. nsm enclosure of cfom : 3.0um")
681
+ if backend_flow = AL
682
+ nsm.separation(diff, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to diff : 1.0um")
683
+ nsm.separation(tap, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to tap : 1.0um")
684
+ nsm.separation(poly, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to poly : 1.0um")
685
+ nsm.separation(li, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to li : 1.0um")
686
+ nsm.separation(m1, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to m1 : 1.0um")
687
+ nsm.separation(m2, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to m2 : 1.0um")
688
+ nsm.separation(m3, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to m3 : 1.0um")
689
+ nsm.separation(m4, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to m4 : 1.0um")
690
+ nsm.separation(m5, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to m5 : 1.0um")
691
+ nsm.separation(cfom, 1.0, euclidian).output("nsm.3", "nsm.3 : min. nsm spacing to cfom : 1.0um")
692
+ end
693
+
694
+ # pad
695
+ pad.isolated(1.27, euclidian).output("pad.2", "pad.2 : min. pad spacing : 1.27um")
696
+
697
+ end #BEOL
698
+
699
+ if FEOL
700
+ info("FEOL section")
701
+
702
+ # mf
703
+ mf.not_interacting(mf.edges.without_length(0.8)).output("mf.1", "mf.1 : minimum/maximum width of fuse : 0.8um")
704
+ mf.not_interacting(mf.edges.without_length(7.2)).output("mf.2", "mf.2 : minimum/maximum length of fuse : 7.2um")
705
+ mf.isolated(1.96, euclidian).output("mf.3", "mf.3 : min. fuse center spacing : 2.76um")
706
+ # fuses need more clarification on fuse_shield, fuse layers ...
707
+
708
+ # hvi
709
+ hvi.width(0.6, euclidian).output("hvi.1", "hvi.1 : min. hvi width : 0.6um")
710
+ hvi.isolated(0.7, euclidian).output("hvi.2", "hvi.2 : min. hvi spacing, merge if less : 0.7um")
711
+ hvi.and(tunm).output("hvi.4", "hvi.4 : hvi must not overlapp tunm")
712
+ hvi.and(nwell).separation(nwell, 2.0, euclidian).output("hvnwell.8", "hvnwelli.8 : min. hvnwel spacing to nwell : 2.0")
713
+ areaid_hl.not(hvi).output("hvnwel.9", "hvnwell.9 : hvi must overlapp hvnwell")
714
+ # rule hvnell.10 not coded
715
+ diff.not(psdm.and(diff_rs)).and(hvi).width(0.29, euclidian).output("hvdifftap.14", "hvdifftap.14 : min. diff inside hvi width : 0.29um")
716
+ diff.and(psdm.and(diff_rs)).and(hvi).width(0.15, euclidian).output("hvdifftap.14a", "hvdifftap.14a : min. p+diff resistor inside hvi width : 0.15um")
717
+ diff.and(hvi).isolated(0.3, euclidian).output("hvdifftap.15a", "hvdifftap.15a : min. diff inside hvi spacing : 0.3um")
718
+ diff.and(hvi).and(nsdm).separation(diff.and(hvi).and(psdm), 0.37, euclidian).polygons.without_area(0).output("hvdifftap.15b", "hvdifftap.15b : min. n+diff inside hvi spacing to p+diff inside hvi except abutting: 0.37um")
719
+ tap.and(hvi).edges.and(diff).without_length(0.7).output("hvdifftap.16", "hvdifftap.16 : min. tap inside hvi abuttng diff : 0.7um")
720
+ hvi.and(nwell).enclosing(diff, 0.33, euclidian).output("hvdifftap.17", "hvdifftap.17 : min. hvnwell enclosure of p+diff : 0.33um")
721
+ hvi.and(nwell).separation(diff, 0.43, euclidian).output("hvdifftap.18", "hvdifftap.18 : min. hvnwell spacing to n+diff : 0.43um")
722
+ hvi.and(nwell).enclosing(tap, 0.33, euclidian).output("hvdifftap.19", "hvdifftap.19 : min. hvnwell enclosure of n+tap : 0.33um")
723
+ hvi.and(nwell).separation(tap, 0.43, euclidian).output("hvdifftap.20", "hvdifftap.20 : min. hvnwell spacing to p+tap : 0.43um")
724
+ hvi.and(diff).edges.not(diff.edges).output("hvdifftap.21", "hvdifftap.21 : diff must not straddle hvi")
725
+ hvi.and(tap).edges.not(tap.edges).output("hvdifftap.21", "hvdifftap.21 : tap must not straddle hvi")
726
+ hvi.enclosing(difftap, 0.18, euclidian).output("hvdifftap.22", "hvdifftap.22 : min. hvi enclosure of diff or tap : 0.18um")
727
+ hvi.separation(difftap, 0.18, euclidian).output("hvdifftap.23", "hvdifftap.23 : min. hvi spacing to diff or tap : 0.18um")
728
+ hvi.and(diff).not(nwell).separation(nwell, 0.43, euclidian).output("hvdifftap.24", "hvdifftap.24 : min. hv n+diff spacing to nwell : 0.43um")
729
+ diff.and(hvi).not(nwell).isolated(1.07, euclidian).polygons.and(tap).output("hvdifftap.25", "hvdifftap.25 : min. n+diff inside hvi spacing accros p+tap : 1.07um")
730
+ diff.not(poly).edges.and(gate.and(hvi).edges).space(0.35, euclidian).output("hvpoly.13", "hvpoly.13: min. hvi gate length : 0.5um")
731
+ hvi.and(poly).edges.not(poly.edges).output("hvpoly.14", "hvpoly.14 : poly must not straddle hvi")
732
+
733
+ # hvntm
734
+ hvntm.width(0.7, euclidian).output("hvntm.1", "hvntm.1 : min. hvntm width : 0.7um")
735
+ hvntm.isolated(0.7, euclidian).output("hvntm.2", "hvntm.2 : min. hvntm spacing : 0.7um")
736
+ hvntm.enclosing(diff.and(nwell).and(hvi), 0.185, euclidian).output("hvntm.3", "hvntm.3 : min. hvntm enclosure of hv n+diff : 0.185um")
737
+ hvntm.separation(diff.not(nwell).not(hvi), 0.185, euclidian).output("hvntm.4", "hvntm.4 : min. hvntm spacing to n+diff : 0.185um")
738
+ hvntm.separation(diff.and(nwell).not(hvi), 0.185, euclidian).output("hvntm.5", "hvntm.5 : min. hvntm spacing to p+diff : 0.185um")
739
+ hvntm.separation(tap.not(nwell).not(hvi), 0.185, euclidian).polygons.without_area(0).output("hvntm.6a", "hvntm.6a : min. hvntm spacing to p+tap : 0.185um")
740
+ hvntm.and(areaid_ce).output("hvntm.9", "hvntm.9 : hvntm must not overlapp areaid.ce")
741
+
742
+ # denmos
743
+ poly.not_interacting(pwde).interacting(areaid_en).width(1.055, projection).output("denmos.1", "denmos.1 : min. de_nfet gate width : 1.055um")
744
+ diff.not_interacting(pwde).enclosing(poly.interacting(areaid_en), 0.28, projection).polygons.without_area(0).output("denmos.2", "denmos.2 : min. de_nfet source ouside poly width : 0.28um")
745
+ diff.not_interacting(pwde).and(poly.interacting(areaid_en)).width(0.925, projection).output("denmos.3", "denmos.3 : min. de_nfet source inside poly width : 0.925um")
746
+ diff.not_interacting(pwde).interacting(areaid_en).not_interacting(poly).width(0.17, euclidian).output("denmos.4", "denmos.4 : min. de_nfet drain width : 0.17um")
747
+ nwell.not_interacting(pwde).and(poly.interacting(areaid_en)).width(0.225, projection).polygons.or(nwell.and(poly.interacting(areaid_en)).sized(-0.1125).sized(0.1125)).output("denmos.5", "denmos.5 : min. de_nfet source inside nwell width : 0.225m")
748
+ diff.not_interacting(pwde).interacting(areaid_en).not_interacting(poly).separation(diff.interacting(poly.interacting(areaid_en)), 1.585, projection).output("denmos.6", "denmos.6 : min. de_nfet source spacing to drain : 1.585um")
749
+ nwell.not_interacting(pwde).and(poly.and(diff).interacting(areaid_en)).edges.without_length(5.0, nil).output("denmos.7", "denmos.7 : min. de_nfet channel width : 5.0um")
750
+ diff.not_interacting(pwde).interacting(areaid_en).not_interacting(poly).edges.without_angle(45).without_angle(135).without_angle(225).without_angle(315).output("denmos.8", "denmos.8 : 90deg. not allowed for de_nfet drain")
751
+ nwell.not_interacting(pwde).interacting(areaid_en).edges.without_angle(45).without_angle(135).without_angle(225).without_angle(315).output("denmos.9a", "denmos.9a : 90deg. not allowed for de_nfet nwell")
752
+ nwell.not_interacting(pwde).interacting(areaid_en).edges.with_angle(45).without_length(0.607..0.609).output("denmos.9a", "denmos.9a : 45deg. bevels of de_nfet nwell should be 0.43um from corners")
753
+ nwell.not_interacting(pwde).interacting(areaid_en).edges.with_angle(135).without_length(0.607..0.609).output("denmos.9a", "denmos.9a : 45deg. bevels of de_nfet nwell should be 0.43um from corners")
754
+ diff.not_interacting(pwde).interacting(areaid_en).not_interacting(poly).edges.with_angle(45).without_length(0.7..0.71).output("denmos.9b", "denmos.9b : 45deg. bevels of de_nfet drain should be 0.05um from corners")
755
+ diff.not_interacting(pwde).interacting(areaid_en).not_interacting(poly).edges.with_angle(135).without_length(0.7..0.71).output("denmos.9b", "denmos.9b : 45deg. bevels of de_nfet drain should be 0.05um from corners")
756
+ nwell.not_interacting(pwde).enclosing(diff.interacting(areaid_en).not_interacting(poly), 0.66, euclidian).output("denmos.10", "denmos.10 : min. nwell enclosure of de_nfet drain : 0.66um")
757
+ nwell.not_interacting(pwde).interacting(areaid_en).separation(tap.not(nwell), 0.86, euclidian).output("denmos.11", "denmos.11 : min. de_nfet nwell spacing to tap : 0.86um")
758
+ nwell.not_interacting(pwde).interacting(areaid_en).isolated(2.4, euclidian).output("denmos.12", "denmos.12 : min. de_nfet nwell : 2.4um")
759
+ nsdm.not_interacting(pwde).enclosing(diff.interacting(areaid_en).interacting(poly), 0.13, euclidian).output("denmos.13", "denmos.13 : min. nsdm enclosure of de_nfet source : 0.13um")
760
+
761
+ # depmos
762
+ poly.interacting(pwde).interacting(areaid_en).width(1.05, projection).output("depmos.1", "depmos.1 : min. de_pfet gate width : 1.05um")
763
+ diff.interacting(pwde).enclosing(poly.interacting(areaid_en), 0.28, projection).polygons.without_area(0).output("depmos.2", "depmos.2 : min. de_pfet source ouside poly width : 0.28um")
764
+ diff.interacting(pwde).and(poly.interacting(areaid_en)).width(0.92, projection).output("depmos.3", "depmos.3 : min. de_pfet source inside poly width : 0.92um")
765
+ diff.interacting(pwde).interacting(areaid_en).not_interacting(poly).width(0.17, euclidian).output("depmos.4", "depmos.4 : min. de_pfet drain width : 0.17um")
766
+ pwde.not(nwell).and(poly.interacting(areaid_en)).width(0.26, projection).polygons.or(pwde.not(nwell).and(poly.interacting(areaid_en)).sized(-0.13).sized(0.13)).output("depmos.5", "depmos.5 : min. de_pfet source inside nwell width : 0.26m")
767
+ diff.interacting(pwde).interacting(areaid_en).not_interacting(poly).separation(diff.interacting(poly.interacting(areaid_en)), 1.19, projection).output("depmos.6", "depmos.6 : min. de_pfet source spacing to drain : 1.19um")
768
+ nwell.interacting(pwde).and(poly.and(diff).interacting(areaid_en)).edges.without_length(5.0, nil).output("depmos.7", "depmos.7 : min. de_pfet channel width : 5.0um")
769
+ diff.interacting(pwde).interacting(areaid_en).not_interacting(poly).edges.without_angle(45).without_angle(135).without_angle(225).without_angle(315).output("depmos.8", "depmos.8 : 90deg. not allowed for de_pfet drain")
770
+ pwde.not(nwell).interacting(areaid_en).edges.without_angle(45).without_angle(135).without_angle(225).without_angle(315).output("depmos.9a", "depmos.9a : 90deg. not allowed for de_pfet pwell")
771
+ pwde.not(nwell).interacting(areaid_en).edges.with_angle(45).without_length(0.607..0.609).output("depmos.9a", "depmos.9a : 45deg. bevels of de_pfet pwell should be 0.43um from corners")
772
+ pwde.not(nwell).interacting(areaid_en).edges.with_angle(135).without_length(0.607..0.609).output("depmos.9a", "depmos.9a : 45deg. bevels of de_pfet pwell should be 0.43um from corners")
773
+ diff.interacting(pwde).interacting(areaid_en).not_interacting(poly).edges.with_angle(45).without_length(0.7..0.71).output("depmos.9b", "depmos.9b : 45deg. bevels of de_pfet drain should be 0.05um from corners")
774
+ diff.interacting(pwde).interacting(areaid_en).not_interacting(poly).edges.with_angle(135).without_length(0.7..0.71).output("depmos.9b", "depmos.9b : 45deg. bevels of de_pfet drain should be 0.05um from corners")
775
+ nwell.interacting(pwde).separation(diff.interacting(areaid_en).not_interacting(poly), 0.86, euclidian).output("depmos.10", "depmos.10 : min. pwell enclosure of de_pfet drain : 0.86um")
776
+ pwde.not(nwell).interacting(areaid_en).separation(tap.and(nwell), 0.66, euclidian).output("depmos.11", "depmos.11 : min. de_pfet pwell spacing to tap : 0.66um")
777
+ psdm.interacting(pwde).enclosing(diff.interacting(areaid_en).interacting(poly), 0.13, euclidian).output("depmos.12", "depmos.12 : min. psdm enclosure of de_pfet source : 0.13um")
778
+
779
+ # extd
780
+ areaid_en.and(difftap).edges.not(difftap.edges).output("extd.1", "extd.1 : difftap must not straddle areaid.en")
781
+ difftap.interacting(areaid_en).not(poly).with_area(0).output("extd.2", "extd.2 : poly must not overlapp entirely difftap in areaid.en")
782
+ # rules extd.4, extd.5, extd.6, extd.7 not coded because specific to some cells
783
+
784
+ # vhvi
785
+ # rules vhvi.vhv.1, vhvi.vhv.2, vhvi.vhv.3, vhvi.vhv.4, vhvi.vhv.5, vhvi.vhv.6 not coded
786
+ vhvi.width(0.02, euclidian).output("vhvi.1", "vhvi.1 : min. vhvi width : 0.02um")
787
+ vhvi.and(areaid_ce).output("vhvi.2", "vhvi.2 : vhvi must not overlap areaid.ce")
788
+ vhvi.and(hvi).output("vhvi.3", "vhvi.3 : vhvi must not overlap hvi")
789
+ # rules vhvi.4, vhvi.6 not coded
790
+ vhvi.and(diff).edges.not(diff.edges).output("vhvi.5", "vhvi.5 : vhvi must not straddle diff")
791
+ vhvi.and(tap).edges.not(tap.edges).output("vhvi.5", "vhvi.5 : vhvi must not straddle tap")
792
+ vhvi.and(poly).edges.not(poly.edges).output("vhvi.7", "vhvi.7 : vhvi must not straddle poly")
793
+
794
+ nwell.and(vhvi).separation(nwell, 2.5, euclidian).output("hv.nwell.1", "hv.nwell.1 : min. vhvi nwell spacing to nwell : 2.5um")
795
+ diff.and(vhvi).isolated(0.3, euclidian).output("hv.diff.1", "hv.diff.1 : min. vhvi diff spacing : 0.3um")
796
+ nwell.interacting(diff.and(vhvi)).separation(diff.not(nwell), 0.43, euclidian).output("hv.diff.2", "hv.diff.2 : min. vhvi nwell spacing n+diff : 0.43um")
797
+ diff.and(vhvi).not(nwell).separation(nwell, 0.55, euclidian).output("hv.diff.3a", "hv.diff.3a : min. vhvi n+diff spacing nwell : 0.55um")
798
+ # rule hv.diff.3b not coded
799
+ poly.and(vhvi).not(diff).separation(diff, 0.3, euclidian).polygons.without_area(0).output("hv.poly.2", "hv.poly.2 : min. vhvi poly spacing to diff : 0.3um")
800
+ poly.and(vhvi).not(diff).separation(nwell, 0.55, euclidian).polygons.without_area(0).output("hv.poly.3", "hv.poly.3 : min. vhvi poly spacing to nwell : 0.55um")
801
+ nwell.enclosing(poly.and(vhvi).not(diff), 0.3, euclidian).polygons.without_area(0).output("hv.poly.4", "hv.poly.4 : min. nwell enclosure of vhvi poly : 0.3um")
802
+ #poly.and(vhvi).enclosing(diff.interacting(areaid_en), 0.16, projection).polygons.without_area(0).output("hv.poly.6", "hv.poly.6 : min. poly enclosure of hvfet gate : 0.16um")
803
+ # rule hv.poly.7 not coded
804
+
805
+ # uhvi
806
+ uhvi.and(diff).edges.not(diff.edges).output("uhvi.1", "uhvi.1 : diff must not straddle uhvi")
807
+ uhvi.and(tap).edges.not(tap.edges).output("uhvi.1", "uhvi.1 : tap must not straddle uhvi")
808
+ uhvi.and(poly).edges.not(poly.edges).output("uhvi.2", "uhvi.2 : poly must not straddle uhvi")
809
+ pwbm.not(uhvi).output("uhvi.3", "uhvi.3 : uhvi must not enclose pwbm")
810
+ uhvi.and(dnwell).edges.not(dnwell.edges).output("uhvi.4", "uhvi.4 : dnwell must not straddle uhvi")
811
+ areaid_en20.not(uhvi).output("uhvi.5", "uhvi.5 : uhvi must not enclose areaid.en20")
812
+ #dnwell.not(uhvi).output("uhvi.6", "uhvi.6 : uhvi must not enclose dnwell")
813
+ natfet.not(uhvi).output("uhvi.7", "uhvi.7 : uhvi must not enclose natfet")
814
+
815
+ # pwell_res
816
+ pwell_rs.width(2.65).output("pwres.2", "pwres.2 : min. pwell resistor width : 2.65um")
817
+ pwell_rs.sized(-2.65).sized(2.65).output("pwres.2", "pwres.2 : max. pwell resistor width : 2.65um")
818
+ pwell_rs.interacting(pwell_rs.edges.with_length(2.651,26.499)).output("pwres.3", "pwres.3 : min. pwell resistor length : 26.5um")
819
+ pwell_rs.interacting(pwell_rs.edges.with_length(265.0, nil)).output("pwres.4", "pwres.4 : max. pwell resistor length : 265um")
820
+ tap.interacting(pwell_rs).separation(nwell, 0.22, euclidian).output("pwres.5", "pwres.5 : min. pwell resistor tap spacing to nwell : 0.22um")
821
+ tap.interacting(pwell_rs).and(tap.sized(0.22).and(nwell)).output("pwres.5", "pwres.5 : max. pwell resistor tap spacing to nwell : 0.22um")
822
+ tap.interacting(pwell_rs).width(0.53).output("pwres.6", "pwres.6 : min. width of tap inside pwell resistor : 0.53um")
823
+ tap.interacting(pwell_rs).sized(-0.265).sized(0.265).output("pwres.6", "pwres.6 : max. width of tap inside pwell resistor : 0.53um")
824
+ # rules pwres.7a, pwres.7b not coded
825
+ pwell_rs.and(diff).output("pwres.8", "pwres.8 : diff not allowed inside pwell resistor")
826
+ pwell_rs.and(poly).output("pwres.8", "pwres.8 : poly not allowed inside pwell resistor")
827
+ # rules pwres.9, pwres.10 not coded
828
+
829
+ # rf_diode
830
+ areaid_re.with_angle(0 .. 90).output("rfdiode.1", "rfdiode.1 : non 90 degree angle areaid.re")
831
+ areaid_re.not(nwell).or(nwell.interacting(areaid_re).not(areaid_re)).output("rfdiode.2", "rfdiode.2 : areaid.re must coincide rf nwell diode")
832
+ # rule rfdiode.3 not coded
833
+
834
+ end #FEOL
835
+
836
+ if OFFGRID
837
+ info("OFFGRID-ANGLES section")
838
+
839
+ dnwell.ongrid(0.005).output("dnwell_OFFGRID", "x.1b : OFFGRID vertex on dnwell")
840
+ dnwell.with_angle(0 .. 45).output("dnwell_angle", "x.3a : non 45 degree angle dnwell")
841
+ nwell.ongrid(0.005).output("nwell_OFFGRID", "x.1b : OFFGRID vertex on nwell")
842
+ nwell.with_angle(0 .. 45).output("nwell_angle", "x.3a : non 45 degree angle nwell")
843
+ pwbm.ongrid(0.005).output("pwbm_OFFGRID", "x.1b : OFFGRID vertex on pwbm")
844
+ pwbm.with_angle(0 .. 45).output("pwbm_angle", "x.3a : non 45 degree angle pwbm")
845
+ pwde.ongrid(0.005).output("pwde_OFFGRID", "x.1b : OFFGRID vertex on pwde")
846
+ pwde.with_angle(0 .. 45).output("pwde_angle", "x.3a : non 45 degree angle pwde")
847
+ hvtp.ongrid(0.005).output("hvtp_OFFGRID", "x.1b : OFFGRID vertex on hvtp")
848
+ hvtp.with_angle(0 .. 45).output("hvtp_angle", "x.3a : non 45 degree angle hvtp")
849
+ hvtr.ongrid(0.005).output("hvtr_OFFGRID", "x.1b : OFFGRID vertex on hvtr")
850
+ hvtr.with_angle(0 .. 45).output("hvtr_angle", "x.3a : non 45 degree angle hvtr")
851
+ lvtn.ongrid(0.005).output("lvtn_OFFGRID", "x.1b : OFFGRID vertex on lvtn")
852
+ lvtn.with_angle(0 .. 45).output("lvtn_angle", "x.3a : non 45 degree angle lvtn")
853
+ ncm.ongrid(0.005).output("ncm_OFFGRID", "x.1b : OFFGRID vertex on ncm")
854
+ ncm.with_angle(0 .. 45).output("ncm_angle", "x.3a : non 45 degree angle ncm")
855
+ diff.ongrid(0.005).output("diff_OFFGRID", "x.1b : OFFGRID vertex on diff")
856
+ tap.ongrid(0.005).output("tap_OFFGRID", "x.1b : OFFGRID vertex on tap")
857
+ diff.not(areaid_en.and(uhvi)).with_angle(0 .. 90).output("diff_angle", "x.2 : non 90 degree angle diff")
858
+ diff.and(areaid_en.and(uhvi)).with_angle(0 .. 45).output("diff_angle", "x.2c : non 45 degree angle diff")
859
+ tap.not(areaid_en.and(uhvi)).with_angle(0 .. 90).output("tap_angle", "x.2 : non 90 degree angle tap")
860
+ tap.and(areaid_en.and(uhvi)).with_angle(0 .. 45).output("tap_angle", "x.2c : non 45 degree angle tap")
861
+ tunm.ongrid(0.005).output("tunm_OFFGRID", "x.1b : OFFGRID vertex on tunm")
862
+ tunm.with_angle(0 .. 45).output("tunm_angle", "x.3a : non 45 degree angle tunm")
863
+ poly.ongrid(0.005).output("poly_OFFGRID", "x.1b : OFFGRID vertex on poly")
864
+ poly.with_angle(0 .. 90).output("poly_angle", "x.2 : non 90 degree angle poly")
865
+ rpm.ongrid(0.005).output("rpm_OFFGRID", "x.1b : OFFGRID vertex on rpm")
866
+ rpm.with_angle(0 .. 45).output("rpm_angle", "x.3a : non 45 degree angle rpm")
867
+ npc.ongrid(0.005).output("npc_OFFGRID", "x.1b : OFFGRID vertex on npc")
868
+ npc.with_angle(0 .. 45).output("npc_angle", "x.3a : non 45 degree angle npc")
869
+ nsdm.ongrid(0.005).output("nsdm_OFFGRID", "x.1b : OFFGRID vertex on nsdm")
870
+ nsdm.with_angle(0 .. 45).output("nsdm_angle", "x.3a : non 45 degree angle nsdm")
871
+ psdm.ongrid(0.005).output("psdm_OFFGRID", "x.1b : OFFGRID vertex on psdm")
872
+ psdm.with_angle(0 .. 45).output("psdm_angle", "x.3a : non 45 degree angle psdm")
873
+ licon.ongrid(0.005).output("licon_OFFGRID", "x.1b : OFFGRID vertex on licon")
874
+ licon.with_angle(0 .. 90).output("licon_angle", "x.2 : non 90 degree angle licon")
875
+ li.ongrid(0.005).output("li_OFFGRID", "x.1b : OFFGRID vertex on li")
876
+ li.with_angle(0 .. 45).output("li_angle", "x.3a : non 45 degree angle li")
877
+ mcon.ongrid(0.005).output("ct_OFFGRID", "x.1b : OFFGRID vertex on mcon")
878
+ mcon.with_angle(0 .. 90).output("ct_angle", "x.2 : non 90 degree angle mcon")
879
+ vpp.ongrid(0.005).output("vpp_OFFGRID", "x.1b : OFFGRID vertex on vpp")
880
+ vpp.with_angle(0 .. 45).output("vpp_angle", "x.3a : non 45 degree angle vpp")
881
+ m1.ongrid(0.005).output("m1_OFFGRID", "x.1b : OFFGRID vertex on m1")
882
+ m1.with_angle(0 .. 45).output("m1_angle", "x.3a : non 45 degree angle m1")
883
+ via.ongrid(0.005).output("via_OFFGRID", "x.1b : OFFGRID vertex on via")
884
+ via.with_angle(0 .. 90).output("via_angle", "x.2 : non 90 degree angle via")
885
+ m2.ongrid(0.005).output("m2_OFFGRID", "x.1b : OFFGRID vertex on m2")
886
+ m2.with_angle(0 .. 45).output("m2_angle", "x.3a : non 45 degree angle m2")
887
+ via2.ongrid(0.005).output("via2_OFFGRID", "x.1b : OFFGRID vertex on via2")
888
+ via2.with_angle(0 .. 90).output("via2_angle", "x.2 : non 90 degree angle via2")
889
+ m3.ongrid(0.005).output("m3_OFFGRID", "x.1b : OFFGRID vertex on m3")
890
+ m3.with_angle(0 .. 45).output("m3_angle", "x.3a : non 45 degree angle m3")
891
+ via3.ongrid(0.005).output("via3_OFFGRID", "x.1b : OFFGRID vertex on via3")
892
+ via3.with_angle(0 .. 90).output("via3_angle", "x.2 : non 90 degree angle via3")
893
+ nsm.ongrid(0.005).output("nsm_OFFGRID", "x.1b : OFFGRID vertex on nsm")
894
+ nsm.with_angle(0 .. 45).output("nsm_angle", "x.3a : non 45 degree angle nsm")
895
+ m4.ongrid(0.005).output("m4_OFFGRID", "x.1b : OFFGRID vertex on m4")
896
+ m4.with_angle(0 .. 45).output("m4_angle", "x.3a : non 45 degree angle m4")
897
+ via4.ongrid(0.005).output("via4_OFFGRID", "x.1b : OFFGRID vertex on via4")
898
+ via4.with_angle(0 .. 90).output("via4_angle", "x.2 : non 90 degree angle via4")
899
+ m5.ongrid(0.005).output("m5_OFFGRID", "x.1b : OFFGRID vertex on m5")
900
+ m5.with_angle(0 .. 45).output("m5_angle", "x.3a : non 45 degree angle m5")
901
+ pad.ongrid(0.005).output("pad_OFFGRID", "x.1b : OFFGRID vertex on pad")
902
+ pad.with_angle(0 .. 45).output("pad_angle", "x.3a : non 45 degree angle pad")
903
+ mf.ongrid(0.005).output("mf_OFFGRID", "x.1b : OFFGRID vertex on mf")
904
+ mf.with_angle(0 .. 90).output("mf_angle", "x.2 : non 90 degree angle mf")
905
+ hvi.ongrid(0.005).output("hvi_OFFGRID", "x.1b : OFFGRID vertex on hvi")
906
+ hvi.with_angle(0 .. 45).output("hvi_angle", "x.3a : non 45 degree angle hvi")
907
+ hvntm.ongrid(0.005).output("hvntm_OFFGRID", "x.1b : OFFGRID vertex on hvntm")
908
+ hvntm.with_angle(0 .. 45).output("hvntm_angle", "x.3a : non 45 degree angle hvntm")
909
+ vhvi.ongrid(0.005).output("vhvi_OFFGRID", "x.1b : OFFGRID vertex on vhvi")
910
+ vhvi.with_angle(0 .. 45).output("vhvi_angle", "x.3a : non 45 degree angle vhvi")
911
+ uhvi.ongrid(0.005).output("uhvi_OFFGRID", "x.1b : OFFGRID vertex on uhvi")
912
+ uhvi.with_angle(0 .. 45).output("uhvi_angle", "x.3a : non 45 degree angle uhvi")
913
+ pwell_rs.ongrid(0.005).output("pwell_rs_OFFGRID", "x.1b : OFFGRID vertex on pwell_rs")
914
+ pwell_rs.with_angle(0 .. 45).output("pwell_rs_angle", "x.3a : non 45 degree angle pwell_rs")
915
+ areaid_re.ongrid(0.005).output("areaid_re_OFFGRID", "x.1b : OFFGRID vertex on areaid.re")
916
+
917
+ end #OFFGRID</text>
918
+ </klayout-macro>
alu_w16_5ops_sky130_50mhz/flow/drc_report.rpt ADDED
@@ -0,0 +1,892 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <report-database>
3
+ <description>SKY130 DRC runset</description>
4
+ <original-file/>
5
+ <generator>drc: script='/tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/drc_deck_patched.lydrc'</generator>
6
+ <top-cell>alu_w16_5ops</top-cell>
7
+ <tags>
8
+ </tags>
9
+ <categories>
10
+ <category>
11
+ <name>li.1</name>
12
+ <description>li.1 : min. li width : 0.17um</description>
13
+ <categories>
14
+ </categories>
15
+ </category>
16
+ <category>
17
+ <name>li.1a</name>
18
+ <description>li.1a : min. li width for the cells s8rf2_xcmvpp_hd5_* : 0.14um</description>
19
+ <categories>
20
+ </categories>
21
+ </category>
22
+ <category>
23
+ <name>li.3</name>
24
+ <description>li.3 : min. li spacing : 0.17um</description>
25
+ <categories>
26
+ </categories>
27
+ </category>
28
+ <category>
29
+ <name>li.3a</name>
30
+ <description>li.3a : min. li spacing for the cells s8rf2_xcmvpp_hd5_* : 0.14um</description>
31
+ <categories>
32
+ </categories>
33
+ </category>
34
+ <category>
35
+ <name>li.5</name>
36
+ <description>li.5 : min. li enclosure of licon of 2 opposite edges : 0.08um</description>
37
+ <categories>
38
+ </categories>
39
+ </category>
40
+ <category>
41
+ <name>li.6</name>
42
+ <description>li.6 : min. li area : 0.0561um²</description>
43
+ <categories>
44
+ </categories>
45
+ </category>
46
+ <category>
47
+ <name>ct.1</name>
48
+ <description>ct.1 : minimum/maximum width of mcon : 0.17um</description>
49
+ <categories>
50
+ </categories>
51
+ </category>
52
+ <category>
53
+ <name>ct.2</name>
54
+ <description>ct.2 : min. mcon spacing : 0.19um</description>
55
+ <categories>
56
+ </categories>
57
+ </category>
58
+ <category>
59
+ <name>ct.4</name>
60
+ <description>ct.4 : mcon should covered by li</description>
61
+ <categories>
62
+ </categories>
63
+ </category>
64
+ <category>
65
+ <name>m1.1</name>
66
+ <description>m1.1 : min. m1 width : 0.14um</description>
67
+ <categories>
68
+ </categories>
69
+ </category>
70
+ <category>
71
+ <name>m1.2</name>
72
+ <description>m1.2 : min. m1 spacing : 0.14um</description>
73
+ <categories>
74
+ </categories>
75
+ </category>
76
+ <category>
77
+ <name>m1.3ab</name>
78
+ <description>m1.3ab : min. 3um.m1 spacing m1 : 0.28um</description>
79
+ <categories>
80
+ </categories>
81
+ </category>
82
+ <category>
83
+ <name>m1.4</name>
84
+ <description>m1.4 : min. m1 enclosure of mcon : 0.03um</description>
85
+ <categories>
86
+ </categories>
87
+ </category>
88
+ <category>
89
+ <name>m1.4a</name>
90
+ <description>m1.4a : min. m1 enclosure of mcon for specific cells : 0.005um</description>
91
+ <categories>
92
+ </categories>
93
+ </category>
94
+ <category>
95
+ <name>m1.6</name>
96
+ <description>m1.6 : min. m1 area : 0.083um²</description>
97
+ <categories>
98
+ </categories>
99
+ </category>
100
+ <category>
101
+ <name>m1.7</name>
102
+ <description>m1.7 : min. m1 holes area : 0.14um²</description>
103
+ <categories>
104
+ </categories>
105
+ </category>
106
+ <category>
107
+ <name>m1.5</name>
108
+ <description>m1.5 : min. m1 enclosure of mcon of 2 opposite edges : 0.06um</description>
109
+ <categories>
110
+ </categories>
111
+ </category>
112
+ <category>
113
+ <name>via.4c.5c</name>
114
+ <description>via.4c.5c : m1 must enclose all via</description>
115
+ <categories>
116
+ </categories>
117
+ </category>
118
+ <category>
119
+ <name>via.1a</name>
120
+ <description>via.1a : minimum/maximum width of via : 0.15um</description>
121
+ <categories>
122
+ </categories>
123
+ </category>
124
+ <category>
125
+ <name>via.1b</name>
126
+ <description>via.1b : minimum/maximum width of via in areaid.mt: 0.15um or 0.23um or 0.28um</description>
127
+ <categories>
128
+ </categories>
129
+ </category>
130
+ <category>
131
+ <name>via.2</name>
132
+ <description>via.2 : min. via spacing : 0.17um</description>
133
+ <categories>
134
+ </categories>
135
+ </category>
136
+ <category>
137
+ <name>via.4a</name>
138
+ <description>via.4a : min. m1 enclosure of 0.15um via : 0.055um</description>
139
+ <categories>
140
+ </categories>
141
+ </category>
142
+ <category>
143
+ <name>via.4b</name>
144
+ <description>via.4b : min. m1 enclosure of 0.23um via : 0.03um</description>
145
+ <categories>
146
+ </categories>
147
+ </category>
148
+ <category>
149
+ <name>via1.5a</name>
150
+ <description>via1.5a : min. m1 enclosure of 0.15um via of 2 opposite edges : 0.085um</description>
151
+ <categories>
152
+ </categories>
153
+ </category>
154
+ <category>
155
+ <name>via1.5b</name>
156
+ <description>via1.5b : min. m1 enclosure of 0.23um via of 2 opposite edges : 0.06um</description>
157
+ <categories>
158
+ </categories>
159
+ </category>
160
+ <category>
161
+ <name>m2.1</name>
162
+ <description>m2.1 : min. m2 width : 0.14um</description>
163
+ <categories>
164
+ </categories>
165
+ </category>
166
+ <category>
167
+ <name>m2.2</name>
168
+ <description>m2.2 : min. m2 spacing : 0.14um</description>
169
+ <categories>
170
+ </categories>
171
+ </category>
172
+ <category>
173
+ <name>m2.3ab</name>
174
+ <description>m2.3ab : min. 3um.m2 spacing m2 : 0.28um</description>
175
+ <categories>
176
+ </categories>
177
+ </category>
178
+ <category>
179
+ <name>m2.6</name>
180
+ <description>m2.6 : min. m2 area : 0.0676um²</description>
181
+ <categories>
182
+ </categories>
183
+ </category>
184
+ <category>
185
+ <name>m2.7</name>
186
+ <description>m2.7 : min. m2 holes area : 0.14um²</description>
187
+ <categories>
188
+ </categories>
189
+ </category>
190
+ <category>
191
+ <name>m2.via</name>
192
+ <description>m2.via : m2 must enclose via</description>
193
+ <categories>
194
+ </categories>
195
+ </category>
196
+ <category>
197
+ <name>m2.4</name>
198
+ <description>m2.4 : min. m2 enclosure of via : 0.055um</description>
199
+ <categories>
200
+ </categories>
201
+ </category>
202
+ <category>
203
+ <name>m2.5</name>
204
+ <description>m2.5 : min. m2 enclosure of via of 2 opposite edges : 0.085um</description>
205
+ <categories>
206
+ </categories>
207
+ </category>
208
+ <category>
209
+ <name>via2</name>
210
+ <description>via2 : m2 must enclose all via2</description>
211
+ <categories>
212
+ </categories>
213
+ </category>
214
+ <category>
215
+ <name>via2.1a</name>
216
+ <description>via2.1a : minimum/maximum width of via2 : 0.2um</description>
217
+ <categories>
218
+ </categories>
219
+ </category>
220
+ <category>
221
+ <name>via2.1b</name>
222
+ <description>via2.1b : minimum/maximum width of via2 in areaid.mt: 0.2um or 1.2um or 1.5um</description>
223
+ <categories>
224
+ </categories>
225
+ </category>
226
+ <category>
227
+ <name>via2.2</name>
228
+ <description>via2.2 : min. via2 spacing : 0.2um</description>
229
+ <categories>
230
+ </categories>
231
+ </category>
232
+ <category>
233
+ <name>via2.4</name>
234
+ <description>via2.4 : min. m2 enclosure of via2 : 0.04um</description>
235
+ <categories>
236
+ </categories>
237
+ </category>
238
+ <category>
239
+ <name>via2.4a</name>
240
+ <description>via2.4a : min. m2 enclosure of 1.5um via2 : 0.14um</description>
241
+ <categories>
242
+ </categories>
243
+ </category>
244
+ <category>
245
+ <name>via2.5</name>
246
+ <description>via2.5 : min. m2 enclosure of via2 of 2 opposite edges : 0.085um</description>
247
+ <categories>
248
+ </categories>
249
+ </category>
250
+ <category>
251
+ <name>m3.1</name>
252
+ <description>m3.1 : min. m3 width : 0.3um</description>
253
+ <categories>
254
+ </categories>
255
+ </category>
256
+ <category>
257
+ <name>m3.2</name>
258
+ <description>m3.2 : min. m3 spacing : 0.3um</description>
259
+ <categories>
260
+ </categories>
261
+ </category>
262
+ <category>
263
+ <name>m3.3ab</name>
264
+ <description>m3.3ab : min. 3um.m3 spacing m3 : 0.4um</description>
265
+ <categories>
266
+ </categories>
267
+ </category>
268
+ <category>
269
+ <name>m3.6</name>
270
+ <description>m3.6 : min. m3 area : 0.24um²</description>
271
+ <categories>
272
+ </categories>
273
+ </category>
274
+ <category>
275
+ <name>m3.via2</name>
276
+ <description>m3.via2 : m3 must enclose via2</description>
277
+ <categories>
278
+ </categories>
279
+ </category>
280
+ <category>
281
+ <name>m3.4</name>
282
+ <description>m3.4 : min. m3 enclosure of via2 : 0.065um</description>
283
+ <categories>
284
+ </categories>
285
+ </category>
286
+ <category>
287
+ <name>via3</name>
288
+ <description>via3 : m3 must enclose all via3</description>
289
+ <categories>
290
+ </categories>
291
+ </category>
292
+ <category>
293
+ <name>via3.1a</name>
294
+ <description>via3.1a : minimum/maximum width of via3 in areaid.mt: 0.2um or 0.8um</description>
295
+ <categories>
296
+ </categories>
297
+ </category>
298
+ <category>
299
+ <name>via3.2</name>
300
+ <description>via3.2 : min. via3 spacing : 0.2um</description>
301
+ <categories>
302
+ </categories>
303
+ </category>
304
+ <category>
305
+ <name>via3.4</name>
306
+ <description>via3.4 : min. m3 enclosure of via3 : 0.06um</description>
307
+ <categories>
308
+ </categories>
309
+ </category>
310
+ <category>
311
+ <name>via3.5</name>
312
+ <description>via3.5 : min. m2 enclosure of via3 of 2 opposite edges : 0.09um</description>
313
+ <categories>
314
+ </categories>
315
+ </category>
316
+ <category>
317
+ <name>m4.1</name>
318
+ <description>m4.1 : min. m4 width : 0.3um</description>
319
+ <categories>
320
+ </categories>
321
+ </category>
322
+ <category>
323
+ <name>m4.2</name>
324
+ <description>m4.2 : min. m4 spacing : 0.3um</description>
325
+ <categories>
326
+ </categories>
327
+ </category>
328
+ <category>
329
+ <name>m4.5ab</name>
330
+ <description>m4.5ab : min. 3um.m4 spacing m4 : 0.4um</description>
331
+ <categories>
332
+ </categories>
333
+ </category>
334
+ <category>
335
+ <name>m4.4</name>
336
+ <description>m4.4 : min. m4 area : 0.24um²</description>
337
+ <categories>
338
+ </categories>
339
+ </category>
340
+ <category>
341
+ <name>m4.via3</name>
342
+ <description>m4.via3 : m4 must enclose via3</description>
343
+ <categories>
344
+ </categories>
345
+ </category>
346
+ <category>
347
+ <name>m4.3</name>
348
+ <description>m4.3 : min. m4 enclosure of via3 : 0.065um</description>
349
+ <categories>
350
+ </categories>
351
+ </category>
352
+ <category>
353
+ <name>via4.1a</name>
354
+ <description>via4.1a : minimum/maximum width of via4 : 0.8um</description>
355
+ <categories>
356
+ </categories>
357
+ </category>
358
+ <category>
359
+ <name>via4.2</name>
360
+ <description>via4.2 : min. via4 spacing : 0.8um</description>
361
+ <categories>
362
+ </categories>
363
+ </category>
364
+ <category>
365
+ <name>via4.4</name>
366
+ <description>via4.4 : min. m4 enclosure of via4 : 0.19um</description>
367
+ <categories>
368
+ </categories>
369
+ </category>
370
+ <category>
371
+ <name>via4</name>
372
+ <description>via4 : m4 must enclose all via4</description>
373
+ <categories>
374
+ </categories>
375
+ </category>
376
+ <category>
377
+ <name>m5.1</name>
378
+ <description>m5.1 : min. m5 width : 1.6um</description>
379
+ <categories>
380
+ </categories>
381
+ </category>
382
+ <category>
383
+ <name>m5.2</name>
384
+ <description>m5.2 : min. m5 spacing : 1.6um</description>
385
+ <categories>
386
+ </categories>
387
+ </category>
388
+ <category>
389
+ <name>m5.via4</name>
390
+ <description>m5.via4 : m5 must enclose via4</description>
391
+ <categories>
392
+ </categories>
393
+ </category>
394
+ <category>
395
+ <name>m5.3</name>
396
+ <description>m4.3 : min. m5 enclosure of via4 : 0.31um</description>
397
+ <categories>
398
+ </categories>
399
+ </category>
400
+ <category>
401
+ <name>nsm.1</name>
402
+ <description>nsm.1 : min. nsm width : 3.0um</description>
403
+ <categories>
404
+ </categories>
405
+ </category>
406
+ <category>
407
+ <name>nsm.2</name>
408
+ <description>nsm.2 : min. nsm spacing : 4.0um</description>
409
+ <categories>
410
+ </categories>
411
+ </category>
412
+ <category>
413
+ <name>nsm.4</name>
414
+ <description>nsm.4 : min. nsm enclosure of cfom : 3.0um</description>
415
+ <categories>
416
+ </categories>
417
+ </category>
418
+ <category>
419
+ <name>nsm.3</name>
420
+ <description>nsm.3 : min. nsm spacing to cfom : 1.0um</description>
421
+ <categories>
422
+ </categories>
423
+ </category>
424
+ <category>
425
+ <name>pad.2</name>
426
+ <description>pad.2 : min. pad spacing : 1.27um</description>
427
+ <categories>
428
+ </categories>
429
+ </category>
430
+ <category>
431
+ <name>dnwell_OFFGRID</name>
432
+ <description>x.1b : OFFGRID vertex on dnwell</description>
433
+ <categories>
434
+ </categories>
435
+ </category>
436
+ <category>
437
+ <name>dnwell_angle</name>
438
+ <description>x.3a : non 45 degree angle dnwell</description>
439
+ <categories>
440
+ </categories>
441
+ </category>
442
+ <category>
443
+ <name>nwell_OFFGRID</name>
444
+ <description>x.1b : OFFGRID vertex on nwell</description>
445
+ <categories>
446
+ </categories>
447
+ </category>
448
+ <category>
449
+ <name>nwell_angle</name>
450
+ <description>x.3a : non 45 degree angle nwell</description>
451
+ <categories>
452
+ </categories>
453
+ </category>
454
+ <category>
455
+ <name>pwbm_OFFGRID</name>
456
+ <description>x.1b : OFFGRID vertex on pwbm</description>
457
+ <categories>
458
+ </categories>
459
+ </category>
460
+ <category>
461
+ <name>pwbm_angle</name>
462
+ <description>x.3a : non 45 degree angle pwbm</description>
463
+ <categories>
464
+ </categories>
465
+ </category>
466
+ <category>
467
+ <name>pwde_OFFGRID</name>
468
+ <description>x.1b : OFFGRID vertex on pwde</description>
469
+ <categories>
470
+ </categories>
471
+ </category>
472
+ <category>
473
+ <name>pwde_angle</name>
474
+ <description>x.3a : non 45 degree angle pwde</description>
475
+ <categories>
476
+ </categories>
477
+ </category>
478
+ <category>
479
+ <name>hvtp_OFFGRID</name>
480
+ <description>x.1b : OFFGRID vertex on hvtp</description>
481
+ <categories>
482
+ </categories>
483
+ </category>
484
+ <category>
485
+ <name>hvtp_angle</name>
486
+ <description>x.3a : non 45 degree angle hvtp</description>
487
+ <categories>
488
+ </categories>
489
+ </category>
490
+ <category>
491
+ <name>hvtr_OFFGRID</name>
492
+ <description>x.1b : OFFGRID vertex on hvtr</description>
493
+ <categories>
494
+ </categories>
495
+ </category>
496
+ <category>
497
+ <name>hvtr_angle</name>
498
+ <description>x.3a : non 45 degree angle hvtr</description>
499
+ <categories>
500
+ </categories>
501
+ </category>
502
+ <category>
503
+ <name>lvtn_OFFGRID</name>
504
+ <description>x.1b : OFFGRID vertex on lvtn</description>
505
+ <categories>
506
+ </categories>
507
+ </category>
508
+ <category>
509
+ <name>lvtn_angle</name>
510
+ <description>x.3a : non 45 degree angle lvtn</description>
511
+ <categories>
512
+ </categories>
513
+ </category>
514
+ <category>
515
+ <name>ncm_OFFGRID</name>
516
+ <description>x.1b : OFFGRID vertex on ncm</description>
517
+ <categories>
518
+ </categories>
519
+ </category>
520
+ <category>
521
+ <name>ncm_angle</name>
522
+ <description>x.3a : non 45 degree angle ncm</description>
523
+ <categories>
524
+ </categories>
525
+ </category>
526
+ <category>
527
+ <name>diff_OFFGRID</name>
528
+ <description>x.1b : OFFGRID vertex on diff</description>
529
+ <categories>
530
+ </categories>
531
+ </category>
532
+ <category>
533
+ <name>tap_OFFGRID</name>
534
+ <description>x.1b : OFFGRID vertex on tap</description>
535
+ <categories>
536
+ </categories>
537
+ </category>
538
+ <category>
539
+ <name>diff_angle</name>
540
+ <description>x.2c : non 45 degree angle diff</description>
541
+ <categories>
542
+ </categories>
543
+ </category>
544
+ <category>
545
+ <name>tap_angle</name>
546
+ <description>x.2c : non 45 degree angle tap</description>
547
+ <categories>
548
+ </categories>
549
+ </category>
550
+ <category>
551
+ <name>tunm_OFFGRID</name>
552
+ <description>x.1b : OFFGRID vertex on tunm</description>
553
+ <categories>
554
+ </categories>
555
+ </category>
556
+ <category>
557
+ <name>tunm_angle</name>
558
+ <description>x.3a : non 45 degree angle tunm</description>
559
+ <categories>
560
+ </categories>
561
+ </category>
562
+ <category>
563
+ <name>poly_OFFGRID</name>
564
+ <description>x.1b : OFFGRID vertex on poly</description>
565
+ <categories>
566
+ </categories>
567
+ </category>
568
+ <category>
569
+ <name>poly_angle</name>
570
+ <description>x.2 : non 90 degree angle poly</description>
571
+ <categories>
572
+ </categories>
573
+ </category>
574
+ <category>
575
+ <name>rpm_OFFGRID</name>
576
+ <description>x.1b : OFFGRID vertex on rpm</description>
577
+ <categories>
578
+ </categories>
579
+ </category>
580
+ <category>
581
+ <name>rpm_angle</name>
582
+ <description>x.3a : non 45 degree angle rpm</description>
583
+ <categories>
584
+ </categories>
585
+ </category>
586
+ <category>
587
+ <name>npc_OFFGRID</name>
588
+ <description>x.1b : OFFGRID vertex on npc</description>
589
+ <categories>
590
+ </categories>
591
+ </category>
592
+ <category>
593
+ <name>npc_angle</name>
594
+ <description>x.3a : non 45 degree angle npc</description>
595
+ <categories>
596
+ </categories>
597
+ </category>
598
+ <category>
599
+ <name>nsdm_OFFGRID</name>
600
+ <description>x.1b : OFFGRID vertex on nsdm</description>
601
+ <categories>
602
+ </categories>
603
+ </category>
604
+ <category>
605
+ <name>nsdm_angle</name>
606
+ <description>x.3a : non 45 degree angle nsdm</description>
607
+ <categories>
608
+ </categories>
609
+ </category>
610
+ <category>
611
+ <name>psdm_OFFGRID</name>
612
+ <description>x.1b : OFFGRID vertex on psdm</description>
613
+ <categories>
614
+ </categories>
615
+ </category>
616
+ <category>
617
+ <name>psdm_angle</name>
618
+ <description>x.3a : non 45 degree angle psdm</description>
619
+ <categories>
620
+ </categories>
621
+ </category>
622
+ <category>
623
+ <name>licon_OFFGRID</name>
624
+ <description>x.1b : OFFGRID vertex on licon</description>
625
+ <categories>
626
+ </categories>
627
+ </category>
628
+ <category>
629
+ <name>licon_angle</name>
630
+ <description>x.2 : non 90 degree angle licon</description>
631
+ <categories>
632
+ </categories>
633
+ </category>
634
+ <category>
635
+ <name>li_OFFGRID</name>
636
+ <description>x.1b : OFFGRID vertex on li</description>
637
+ <categories>
638
+ </categories>
639
+ </category>
640
+ <category>
641
+ <name>li_angle</name>
642
+ <description>x.3a : non 45 degree angle li</description>
643
+ <categories>
644
+ </categories>
645
+ </category>
646
+ <category>
647
+ <name>ct_OFFGRID</name>
648
+ <description>x.1b : OFFGRID vertex on mcon</description>
649
+ <categories>
650
+ </categories>
651
+ </category>
652
+ <category>
653
+ <name>ct_angle</name>
654
+ <description>x.2 : non 90 degree angle mcon</description>
655
+ <categories>
656
+ </categories>
657
+ </category>
658
+ <category>
659
+ <name>vpp_OFFGRID</name>
660
+ <description>x.1b : OFFGRID vertex on vpp</description>
661
+ <categories>
662
+ </categories>
663
+ </category>
664
+ <category>
665
+ <name>vpp_angle</name>
666
+ <description>x.3a : non 45 degree angle vpp</description>
667
+ <categories>
668
+ </categories>
669
+ </category>
670
+ <category>
671
+ <name>m1_OFFGRID</name>
672
+ <description>x.1b : OFFGRID vertex on m1</description>
673
+ <categories>
674
+ </categories>
675
+ </category>
676
+ <category>
677
+ <name>m1_angle</name>
678
+ <description>x.3a : non 45 degree angle m1</description>
679
+ <categories>
680
+ </categories>
681
+ </category>
682
+ <category>
683
+ <name>via_OFFGRID</name>
684
+ <description>x.1b : OFFGRID vertex on via</description>
685
+ <categories>
686
+ </categories>
687
+ </category>
688
+ <category>
689
+ <name>via_angle</name>
690
+ <description>x.2 : non 90 degree angle via</description>
691
+ <categories>
692
+ </categories>
693
+ </category>
694
+ <category>
695
+ <name>m2_OFFGRID</name>
696
+ <description>x.1b : OFFGRID vertex on m2</description>
697
+ <categories>
698
+ </categories>
699
+ </category>
700
+ <category>
701
+ <name>m2_angle</name>
702
+ <description>x.3a : non 45 degree angle m2</description>
703
+ <categories>
704
+ </categories>
705
+ </category>
706
+ <category>
707
+ <name>via2_OFFGRID</name>
708
+ <description>x.1b : OFFGRID vertex on via2</description>
709
+ <categories>
710
+ </categories>
711
+ </category>
712
+ <category>
713
+ <name>via2_angle</name>
714
+ <description>x.2 : non 90 degree angle via2</description>
715
+ <categories>
716
+ </categories>
717
+ </category>
718
+ <category>
719
+ <name>m3_OFFGRID</name>
720
+ <description>x.1b : OFFGRID vertex on m3</description>
721
+ <categories>
722
+ </categories>
723
+ </category>
724
+ <category>
725
+ <name>m3_angle</name>
726
+ <description>x.3a : non 45 degree angle m3</description>
727
+ <categories>
728
+ </categories>
729
+ </category>
730
+ <category>
731
+ <name>via3_OFFGRID</name>
732
+ <description>x.1b : OFFGRID vertex on via3</description>
733
+ <categories>
734
+ </categories>
735
+ </category>
736
+ <category>
737
+ <name>via3_angle</name>
738
+ <description>x.2 : non 90 degree angle via3</description>
739
+ <categories>
740
+ </categories>
741
+ </category>
742
+ <category>
743
+ <name>nsm_OFFGRID</name>
744
+ <description>x.1b : OFFGRID vertex on nsm</description>
745
+ <categories>
746
+ </categories>
747
+ </category>
748
+ <category>
749
+ <name>nsm_angle</name>
750
+ <description>x.3a : non 45 degree angle nsm</description>
751
+ <categories>
752
+ </categories>
753
+ </category>
754
+ <category>
755
+ <name>m4_OFFGRID</name>
756
+ <description>x.1b : OFFGRID vertex on m4</description>
757
+ <categories>
758
+ </categories>
759
+ </category>
760
+ <category>
761
+ <name>m4_angle</name>
762
+ <description>x.3a : non 45 degree angle m4</description>
763
+ <categories>
764
+ </categories>
765
+ </category>
766
+ <category>
767
+ <name>via4_OFFGRID</name>
768
+ <description>x.1b : OFFGRID vertex on via4</description>
769
+ <categories>
770
+ </categories>
771
+ </category>
772
+ <category>
773
+ <name>via4_angle</name>
774
+ <description>x.2 : non 90 degree angle via4</description>
775
+ <categories>
776
+ </categories>
777
+ </category>
778
+ <category>
779
+ <name>m5_OFFGRID</name>
780
+ <description>x.1b : OFFGRID vertex on m5</description>
781
+ <categories>
782
+ </categories>
783
+ </category>
784
+ <category>
785
+ <name>m5_angle</name>
786
+ <description>x.3a : non 45 degree angle m5</description>
787
+ <categories>
788
+ </categories>
789
+ </category>
790
+ <category>
791
+ <name>pad_OFFGRID</name>
792
+ <description>x.1b : OFFGRID vertex on pad</description>
793
+ <categories>
794
+ </categories>
795
+ </category>
796
+ <category>
797
+ <name>pad_angle</name>
798
+ <description>x.3a : non 45 degree angle pad</description>
799
+ <categories>
800
+ </categories>
801
+ </category>
802
+ <category>
803
+ <name>mf_OFFGRID</name>
804
+ <description>x.1b : OFFGRID vertex on mf</description>
805
+ <categories>
806
+ </categories>
807
+ </category>
808
+ <category>
809
+ <name>mf_angle</name>
810
+ <description>x.2 : non 90 degree angle mf</description>
811
+ <categories>
812
+ </categories>
813
+ </category>
814
+ <category>
815
+ <name>hvi_OFFGRID</name>
816
+ <description>x.1b : OFFGRID vertex on hvi</description>
817
+ <categories>
818
+ </categories>
819
+ </category>
820
+ <category>
821
+ <name>hvi_angle</name>
822
+ <description>x.3a : non 45 degree angle hvi</description>
823
+ <categories>
824
+ </categories>
825
+ </category>
826
+ <category>
827
+ <name>hvntm_OFFGRID</name>
828
+ <description>x.1b : OFFGRID vertex on hvntm</description>
829
+ <categories>
830
+ </categories>
831
+ </category>
832
+ <category>
833
+ <name>hvntm_angle</name>
834
+ <description>x.3a : non 45 degree angle hvntm</description>
835
+ <categories>
836
+ </categories>
837
+ </category>
838
+ <category>
839
+ <name>vhvi_OFFGRID</name>
840
+ <description>x.1b : OFFGRID vertex on vhvi</description>
841
+ <categories>
842
+ </categories>
843
+ </category>
844
+ <category>
845
+ <name>vhvi_angle</name>
846
+ <description>x.3a : non 45 degree angle vhvi</description>
847
+ <categories>
848
+ </categories>
849
+ </category>
850
+ <category>
851
+ <name>uhvi_OFFGRID</name>
852
+ <description>x.1b : OFFGRID vertex on uhvi</description>
853
+ <categories>
854
+ </categories>
855
+ </category>
856
+ <category>
857
+ <name>uhvi_angle</name>
858
+ <description>x.3a : non 45 degree angle uhvi</description>
859
+ <categories>
860
+ </categories>
861
+ </category>
862
+ <category>
863
+ <name>pwell_rs_OFFGRID</name>
864
+ <description>x.1b : OFFGRID vertex on pwell_rs</description>
865
+ <categories>
866
+ </categories>
867
+ </category>
868
+ <category>
869
+ <name>pwell_rs_angle</name>
870
+ <description>x.3a : non 45 degree angle pwell_rs</description>
871
+ <categories>
872
+ </categories>
873
+ </category>
874
+ <category>
875
+ <name>areaid_re_OFFGRID</name>
876
+ <description>x.1b : OFFGRID vertex on areaid.re</description>
877
+ <categories>
878
+ </categories>
879
+ </category>
880
+ </categories>
881
+ <cells>
882
+ <cell>
883
+ <name>alu_w16_5ops</name>
884
+ <variant/>
885
+ <layout-name/>
886
+ <references>
887
+ </references>
888
+ </cell>
889
+ </cells>
890
+ <items>
891
+ </items>
892
+ </report-database>
alu_w16_5ops_sky130_50mhz/flow/extracted/cell_neighborhoods.json ADDED
The diff for this file is too large to render. See raw diff
 
alu_w16_5ops_sky130_50mhz/flow/extracted/deepgate.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "gate_counts": {"or": 48, "nor": 23, "and": 50, "nand": 46, "xor": 23, "xnor": 5, "buf": 2}, "total_gates": 197, "netlist_file": "netlist.v", "netlist_size_bytes": 20487}]
alu_w16_5ops_sky130_50mhz/flow/extracted/drc_labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "violation_type": "clean", "violation_count": 0}]
alu_w16_5ops_sky130_50mhz/flow/extracted/geometry_patches.json ADDED
The diff for this file is too large to render. See raw diff
 
alu_w16_5ops_sky130_50mhz/flow/extracted/mesoscale_blocks.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g0_0", "bounds": {"x1": 0, "y1": 0, "x2": 13055, "y2": 13055}, "cell_count": 19, "type_distribution": {"sky130_fd_sc_hd__fill_8": 10, "sky130_fd_sc_hd__fill_4": 2, "sky130_fd_sc_hd__fill_1": 1, "sky130_fd_sc_hd__decap_4": 4, "sky130_fd_sc_hd__nand2_1": 2}, "density": 0.04377880184331797}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g0_1", "bounds": {"x1": 0, "y1": 13055, "x2": 13055, "y2": 26110}, "cell_count": 28, "type_distribution": {"sky130_fd_sc_hd__fill_8": 4, "sky130_fd_sc_hd__fill_4": 3, "sky130_fd_sc_hd__fill_2": 2, "sky130_fd_sc_hd__fill_1": 1, "sky130_fd_sc_hd__decap_4": 5, "sky130_fd_sc_hd__nor2_2": 1, "sky130_fd_sc_hd__nand2b_1": 1, "sky130_fd_sc_hd__nand2_8": 1, "sky130_fd_sc_hd__a21oi_1": 2, "sky130_fd_sc_hd__o22ai_1": 2, "sky130_fd_sc_hd__o221ai_1": 2, "sky130_fd_sc_hd__nor2_1": 1, "sky130_fd_sc_hd__nand2_1": 2, "sky130_fd_sc_hd__maj3_1": 1}, "density": 0.06451612903225806}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g0_2", "bounds": {"x1": 0, "y1": 26110, "x2": 13055, "y2": 39165}, "cell_count": 31, "type_distribution": {"sky130_fd_sc_hd__fill_1": 6, "sky130_fd_sc_hd__fill_8": 7, "sky130_fd_sc_hd__fill_4": 1, "sky130_fd_sc_hd__fill_2": 2, "sky130_fd_sc_hd__decap_4": 5, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 1, "sky130_fd_sc_hd__nand2_1": 3, "sky130_fd_sc_hd__a21oi_1": 2, "sky130_fd_sc_hd__o22ai_1": 2, "sky130_fd_sc_hd__o221ai_1": 2}, "density": 0.07142857142857142}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g0_3", "bounds": {"x1": 0, "y1": 39165, "x2": 13055, "y2": 52220}, "cell_count": 12, "type_distribution": {"sky130_fd_sc_hd__fill_8": 9, "sky130_fd_sc_hd__decap_4": 3}, "density": 0.027649769585253458}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g1_0", "bounds": {"x1": 13055, "y1": 0, "x2": 26110, "y2": 13055}, "cell_count": 23, "type_distribution": {"sky130_fd_sc_hd__fill_2": 4, "sky130_fd_sc_hd__fill_8": 7, "sky130_fd_sc_hd__fill_4": 1, "sky130_fd_sc_hd__fill_1": 2, "sky130_fd_sc_hd__tapvpwrvgnd_1": 2, "sky130_fd_sc_hd__xor2_1": 2, "sky130_fd_sc_hd__xnor2_1": 1, "sky130_fd_sc_hd__nand2_1": 1, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__o22ai_1": 1, "sky130_fd_sc_hd__maj3_1": 1}, "density": 0.052995391705069124}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g1_1", "bounds": {"x1": 13055, "y1": 13055, "x2": 26110, "y2": 26110}, "cell_count": 36, "type_distribution": {"sky130_fd_sc_hd__fill_2": 8, "sky130_fd_sc_hd__fill_1": 4, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__inv_1": 1, "sky130_fd_sc_hd__or3b_4": 1, "sky130_fd_sc_hd__a221oi_1": 1, "sky130_fd_sc_hd__nand2_1": 5, "sky130_fd_sc_hd__o22a_1": 1, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__nor2_4": 1, "sky130_fd_sc_hd__a31o_1": 1, "sky130_fd_sc_hd__lpflow_inputiso1p_1": 1, "sky130_fd_sc_hd__o221ai_1": 1, "sky130_fd_sc_hd__o22ai_1": 1, "sky130_fd_sc_hd__xor2_1": 3, "sky130_fd_sc_hd__nor2_1": 1, "sky130_fd_sc_hd__maj3_1": 1, "sky130_fd_sc_hd__o21ai_0": 1}, "density": 0.08294930875576037}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g1_2", "bounds": {"x1": 13055, "y1": 26110, "x2": 26110, "y2": 39165}, "cell_count": 36, "type_distribution": {"sky130_fd_sc_hd__fill_1": 5, "sky130_fd_sc_hd__fill_8": 2, "sky130_fd_sc_hd__fill_4": 2, "sky130_fd_sc_hd__fill_2": 4, "sky130_fd_sc_hd__tapvpwrvgnd_1": 2, "sky130_fd_sc_hd__nor2_1": 3, "sky130_fd_sc_hd__lpflow_inputiso1p_1": 1, "sky130_fd_sc_hd__o31ai_1": 1, "sky130_fd_sc_hd__xor2_1": 4, "sky130_fd_sc_hd__nand2_1": 4, "sky130_fd_sc_hd__maj3_1": 2, "sky130_fd_sc_hd__nor4_1": 1, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 1, "sky130_fd_sc_hd__xnor2_1": 1, "sky130_fd_sc_hd__nand2b_1": 1, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__o22ai_1": 1}, "density": 0.08294930875576037}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g1_3", "bounds": {"x1": 13055, "y1": 39165, "x2": 26110, "y2": 52220}, "cell_count": 18, "type_distribution": {"sky130_fd_sc_hd__fill_2": 3, "sky130_fd_sc_hd__fill_8": 6, "sky130_fd_sc_hd__fill_4": 2, "sky130_fd_sc_hd__fill_1": 1, "sky130_fd_sc_hd__tapvpwrvgnd_1": 2, "sky130_fd_sc_hd__nor2_1": 1, "sky130_fd_sc_hd__nand2_1": 2, "sky130_fd_sc_hd__o221ai_1": 1}, "density": 0.041474654377880185}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g2_0", "bounds": {"x1": 26110, "y1": 0, "x2": 39165, "y2": 13055}, "cell_count": 26, "type_distribution": {"sky130_fd_sc_hd__fill_4": 3, "sky130_fd_sc_hd__fill_1": 4, "sky130_fd_sc_hd__fill_8": 6, "sky130_fd_sc_hd__fill_2": 2, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__xor2_1": 2, "sky130_fd_sc_hd__nor2_1": 1, "sky130_fd_sc_hd__nand2_1": 1, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__o22ai_1": 1, "sky130_fd_sc_hd__maj3_1": 1, "sky130_fd_sc_hd__xnor2_1": 1}, "density": 0.059907834101382486}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g2_1", "bounds": {"x1": 26110, "y1": 13055, "x2": 39165, "y2": 26110}, "cell_count": 36, "type_distribution": {"sky130_fd_sc_hd__fill_1": 6, "sky130_fd_sc_hd__fill_4": 4, "sky130_fd_sc_hd__fill_2": 1, "sky130_fd_sc_hd__tapvpwrvgnd_1": 2, "sky130_fd_sc_hd__a21oi_1": 2, "sky130_fd_sc_hd__o21ai_0": 1, "sky130_fd_sc_hd__nand2_1": 7, "sky130_fd_sc_hd__o221ai_1": 2, "sky130_fd_sc_hd__o31ai_1": 1, "sky130_fd_sc_hd__xor2_1": 4, "sky130_fd_sc_hd__nor2_1": 1, "sky130_fd_sc_hd__maj3_1": 2, "sky130_fd_sc_hd__or4_1": 1, "sky130_fd_sc_hd__a21boi_1": 1, "sky130_fd_sc_hd__a21o_1": 1}, "density": 0.08294930875576037}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g2_2", "bounds": {"x1": 26110, "y1": 26110, "x2": 39165, "y2": 39165}, "cell_count": 35, "type_distribution": {"sky130_fd_sc_hd__fill_2": 2, "sky130_fd_sc_hd__fill_1": 5, "sky130_fd_sc_hd__fill_4": 4, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__nand2_1": 3, "sky130_fd_sc_hd__and2_0": 2, "sky130_fd_sc_hd__nor2_1": 3, "sky130_fd_sc_hd__o21ai_0": 3, "sky130_fd_sc_hd__xor2_1": 3, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__o22ai_1": 1, "sky130_fd_sc_hd__o221ai_1": 1, "sky130_fd_sc_hd__o31ai_1": 1, "sky130_fd_sc_hd__xnor2_1": 1, "sky130_fd_sc_hd__o31ai_2": 1, "sky130_fd_sc_hd__o41ai_2": 1}, "density": 0.08064516129032258}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g2_3", "bounds": {"x1": 26110, "y1": 39165, "x2": 39165, "y2": 52220}, "cell_count": 20, "type_distribution": {"sky130_fd_sc_hd__fill_1": 3, "sky130_fd_sc_hd__fill_4": 3, "sky130_fd_sc_hd__fill_2": 1, "sky130_fd_sc_hd__fill_8": 4, "sky130_fd_sc_hd__tapvpwrvgnd_1": 2, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__nor2_1": 1, "sky130_fd_sc_hd__xor2_1": 1, "sky130_fd_sc_hd__a211oi_2": 1, "sky130_fd_sc_hd__nor3_1": 1, "sky130_fd_sc_hd__nand2_1": 1, "sky130_fd_sc_hd__o221ai_1": 1}, "density": 0.04608294930875576}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g3_0", "bounds": {"x1": 39165, "y1": 0, "x2": 52220, "y2": 13055}, "cell_count": 25, "type_distribution": {"sky130_fd_sc_hd__fill_1": 5, "sky130_fd_sc_hd__fill_4": 3, "sky130_fd_sc_hd__fill_8": 3, "sky130_fd_sc_hd__fill_2": 2, "sky130_fd_sc_hd__decap_4": 4, "sky130_fd_sc_hd__tapvpwrvgnd_1": 2, "sky130_fd_sc_hd__clkinv_1": 1, "sky130_fd_sc_hd__xor2_1": 1, "sky130_fd_sc_hd__nand2_1": 1, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__o22ai_1": 1, "sky130_fd_sc_hd__maj3_1": 1}, "density": 0.0576036866359447}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g3_1", "bounds": {"x1": 39165, "y1": 13055, "x2": 52220, "y2": 26110}, "cell_count": 34, "type_distribution": {"sky130_fd_sc_hd__fill_1": 5, "sky130_fd_sc_hd__fill_2": 2, "sky130_fd_sc_hd__fill_4": 1, "sky130_fd_sc_hd__decap_4": 5, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__nand2_1": 6, "sky130_fd_sc_hd__xor2_1": 1, "sky130_fd_sc_hd__nor2_1": 2, "sky130_fd_sc_hd__a21oi_1": 2, "sky130_fd_sc_hd__o22ai_1": 2, "sky130_fd_sc_hd__o221ai_1": 3, "sky130_fd_sc_hd__nand2b_1": 1, "sky130_fd_sc_hd__nand3_1": 1}, "density": 0.07834101382488479}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g3_2", "bounds": {"x1": 39165, "y1": 26110, "x2": 52220, "y2": 39165}, "cell_count": 33, "type_distribution": {"sky130_fd_sc_hd__fill_1": 5, "sky130_fd_sc_hd__fill_2": 5, "sky130_fd_sc_hd__fill_4": 1, "sky130_fd_sc_hd__decap_4": 5, "sky130_fd_sc_hd__tapvpwrvgnd_1": 2, "sky130_fd_sc_hd__a21oi_1": 3, "sky130_fd_sc_hd__o22ai_1": 3, "sky130_fd_sc_hd__maj3_1": 1, "sky130_fd_sc_hd__xor2_1": 1, "sky130_fd_sc_hd__nand2_1": 3, "sky130_fd_sc_hd__o221ai_1": 1, "sky130_fd_sc_hd__lpflow_inputiso1p_1": 1, "sky130_fd_sc_hd__o31ai_1": 1, "sky130_fd_sc_hd__xnor2_1": 1}, "density": 0.07603686635944701}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "block_id": "g3_3", "bounds": {"x1": 39165, "y1": 39165, "x2": 52220, "y2": 52220}, "cell_count": 22, "type_distribution": {"sky130_fd_sc_hd__fill_1": 5, "sky130_fd_sc_hd__fill_2": 3, "sky130_fd_sc_hd__fill_4": 1, "sky130_fd_sc_hd__decap_4": 3, "sky130_fd_sc_hd__tapvpwrvgnd_1": 2, "sky130_fd_sc_hd__o21ai_0": 3, "sky130_fd_sc_hd__xor2_1": 1, "sky130_fd_sc_hd__and2_0": 2, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__maj3_1": 1}, "density": 0.05069124423963134}]
alu_w16_5ops_sky130_50mhz/flow/extracted/physics_labels.json ADDED
The diff for this file is too large to render. See raw diff
 
alu_w16_5ops_sky130_50mhz/flow/extracted/pin_access.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "VSS", "direction": "INOUT", "layer": "met5", "x": 26220, "y": 43520}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[0]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 340}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[10]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 1700}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[11]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 3060}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[12]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 4420}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[13]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 5780}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[14]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 7140}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[15]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 8500}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[1]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 9860}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[2]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 11220}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[3]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 12580}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[4]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 13940}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[5]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 15300}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[6]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 16660}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[7]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 18020}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[8]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 19380}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "a[9]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 20740}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[0]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 22100}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[10]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 23460}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[11]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 24820}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[12]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 26180}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[13]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 27540}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[14]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 28900}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[15]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 30260}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[1]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 31620}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[2]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 32980}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[3]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 34340}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[4]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 35700}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[5]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 37060}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[6]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 38420}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[7]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 39780}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[8]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 41140}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "b[9]", "direction": "INPUT", "layer": "met3", "x": 51820, "y": 42500}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[0]", "direction": "OUTPUT", "layer": "met3", "x": 51820, "y": 43860}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[10]", "direction": "OUTPUT", "layer": "met3", "x": 51820, "y": 45220}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[11]", "direction": "OUTPUT", "layer": "met3", "x": 51820, "y": 46580}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[12]", "direction": "OUTPUT", "layer": "met3", "x": 51820, "y": 47940}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[13]", "direction": "OUTPUT", "layer": "met3", "x": 51820, "y": 49300}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[14]", "direction": "OUTPUT", "layer": "met3", "x": 51820, "y": 50660}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[15]", "direction": "OUTPUT", "layer": "met3", "x": 51820, "y": 52020}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[1]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 18020}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[2]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 26180}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[3]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 27540}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[4]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 19380}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[5]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 20740}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[6]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 30260}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[7]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 31620}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[8]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 23460}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "result[9]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 28900}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "sel[0]", "direction": "INPUT", "layer": "met3", "x": 400, "y": 24820}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "sel[1]", "direction": "INPUT", "layer": "met3", "x": 400, "y": 32980}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "pin_name": "sel[2]", "direction": "INPUT", "layer": "met3", "x": 400, "y": 22100}]
alu_w16_5ops_sky130_50mhz/flow/extracted/power_grid.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met4", "width": 1600, "coords": [{"x": 28520, "y": 5200}, {"x": 28520, "y": 49200}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 48960}, {"x": 51060, "y": 48960}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 43520}, {"x": 51060, "y": 43520}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 38080}, {"x": 51060, "y": 38080}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 32640}, {"x": 51060, "y": 32640}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 27200}, {"x": 51060, "y": 27200}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 21760}, {"x": 51060, "y": 21760}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 16320}, {"x": 51060, "y": 16320}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 10880}, {"x": 51060, "y": 10880}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 5440}, {"x": 51060, "y": 5440}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 48960}, {"x": 29310, "y": 48960}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 48960}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 48960}, {"x": 29290, "y": 48960}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 48960}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 48960}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 43520}, {"x": 29310, "y": 43520}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 43520}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 43520}, {"x": 29290, "y": 43520}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 43520}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 43520}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 38080}, {"x": 29310, "y": 38080}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 38080}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 38080}, {"x": 29290, "y": 38080}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 38080}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 38080}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 32640}, {"x": 29310, "y": 32640}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 32640}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 32640}, {"x": 29290, "y": 32640}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 32640}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 32640}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 27200}, {"x": 29310, "y": 27200}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 27200}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 27200}, {"x": 29290, "y": 27200}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 27200}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 27200}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 21760}, {"x": 29310, "y": 21760}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 21760}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 21760}, {"x": 29290, "y": 21760}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 21760}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 21760}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 16320}, {"x": 29310, "y": 16320}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 16320}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 16320}, {"x": 29290, "y": 16320}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 16320}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 16320}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 10880}, {"x": 29310, "y": 10880}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 10880}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 10880}, {"x": 29290, "y": 10880}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 10880}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 10880}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 5440}, {"x": 29310, "y": 5440}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 5440}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 5440}, {"x": 29290, "y": 5440}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 5440}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 5440}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met5", "width": 1600, "coords": [{"x": 1140, "y": 43520}, {"x": 51300, "y": 43520}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met5", "width": 1600, "coords": [{"x": 1140, "y": 16320}, {"x": 51300, "y": 16320}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met4", "width": 1600, "coords": [{"x": 42090, "y": 2480}, {"x": 42090, "y": 46480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met4", "width": 1600, "coords": [{"x": 14950, "y": 2480}, {"x": 14950, "y": 46480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 46240}, {"x": 51060, "y": 46240}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 40800}, {"x": 51060, "y": 40800}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 35360}, {"x": 51060, "y": 35360}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 29920}, {"x": 51060, "y": 29920}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 24480}, {"x": 51060, "y": 24480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 19040}, {"x": 51060, "y": 19040}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 13600}, {"x": 51060, "y": 13600}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 8160}, {"x": 51060, "y": 8160}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 2720}, {"x": 51060, "y": 2720}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met4", "width": 0, "coords": [{"x": 42090, "y": 43520}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met4", "width": 0, "coords": [{"x": 42090, "y": 16320}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met4", "width": 0, "coords": [{"x": 14950, "y": 43520}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met4", "width": 0, "coords": [{"x": 14950, "y": 16320}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 46240}, {"x": 42880, "y": 46240}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 46240}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 46240}, {"x": 42860, "y": 46240}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 46240}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 46240}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 40800}, {"x": 42880, "y": 40800}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 40800}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 40800}, {"x": 42860, "y": 40800}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 40800}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 40800}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 35360}, {"x": 42880, "y": 35360}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 35360}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 35360}, {"x": 42860, "y": 35360}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 35360}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 35360}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 29920}, {"x": 42880, "y": 29920}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 29920}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 29920}, {"x": 42860, "y": 29920}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 29920}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 29920}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 24480}, {"x": 42880, "y": 24480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 24480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 24480}, {"x": 42860, "y": 24480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 24480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 24480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 19040}, {"x": 42880, "y": 19040}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 19040}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 19040}, {"x": 42860, "y": 19040}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 19040}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 19040}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 13600}, {"x": 42880, "y": 13600}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 13600}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 13600}, {"x": 42860, "y": 13600}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 13600}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 13600}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 8160}, {"x": 42880, "y": 8160}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 8160}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 8160}, {"x": 42860, "y": 8160}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 8160}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 8160}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 2720}, {"x": 42880, "y": 2720}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 2720}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 2720}, {"x": 42860, "y": 2720}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 2720}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 2720}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 46240}, {"x": 15740, "y": 46240}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 46240}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 46240}, {"x": 15720, "y": 46240}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 46240}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 46240}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 40800}, {"x": 15740, "y": 40800}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 40800}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 40800}, {"x": 15720, "y": 40800}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 40800}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 40800}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 35360}, {"x": 15740, "y": 35360}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 35360}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 35360}, {"x": 15720, "y": 35360}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 35360}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 35360}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 29920}, {"x": 15740, "y": 29920}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 29920}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 29920}, {"x": 15720, "y": 29920}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 29920}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 29920}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 24480}, {"x": 15740, "y": 24480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 24480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 24480}, {"x": 15720, "y": 24480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 24480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 24480}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 19040}, {"x": 15740, "y": 19040}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 19040}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 19040}, {"x": 15720, "y": 19040}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 19040}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 19040}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 13600}, {"x": 15740, "y": 13600}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 13600}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 13600}, {"x": 15720, "y": 13600}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 13600}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 13600}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 8160}, {"x": 15740, "y": 8160}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 8160}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 8160}, {"x": 15720, "y": 8160}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 8160}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 8160}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 2720}, {"x": 15740, "y": 2720}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 2720}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 2720}, {"x": 15720, "y": 2720}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 2720}]}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 2720}]}]
alu_w16_5ops_sky130_50mhz/flow/extracted/timing_contexts.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "freq_mhz": 50, "wns_ns": null, "tns_ns": null, "utilization": 0.6, "num_instances": 434, "area_um2": 1386.0, "multi_corner": ["ff_n40C_1v95 (fast) WNS: NaN ns TNS: NaN ns [VIOLATED]", "tt_025C_1v80 (typical) WNS: NaN ns TNS: NaN ns [VIOLATED]", "ss_n40C_1v40 (slow) WNS: NaN ns TNS: NaN ns [VIOLATED]", "ff_n40C_1v95 (fast) WNS: NaN ns TNS: NaN ns [VIOLATED]", "tt_025C_1v80 (typical) WNS: NaN ns TNS: NaN ns [VIOLATED]", "ss_n40C_1v40 (slow) WNS: NaN ns TNS: NaN ns [VIOLATED]"], "power_mw": null, "drc_clean": true, "lvs_clean": true}]
alu_w16_5ops_sky130_50mhz/flow/extracted/trajectory_snapshots.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "phase": 1, "label": "Step 1/3: Synthesis", "type": "phase_start"}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "phase": 1, "cells": 184, "type": "synth_result"}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "phase": 1, "duration_s": 0.5, "type": "phase_end"}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "phase": 2, "label": "Step 2/3: Place and Route", "type": "phase_start"}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "phase": 2, "instances": 434, "utilization": 0.6, "type": "pnr_result"}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "phase": 2, "duration_s": 46.2, "type": "phase_end"}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "phase": 3, "label": "Step 3/3: GDS Generation", "type": "phase_start"}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "phase": 3, "duration_s": 57.02, "type": "phase_end"}, {"run_id": "alu_w16_5ops_sky130_50mhz", "pdk": "sky130", "phase": 3, "signoff": "PASS", "type": "signoff_result"}]
alu_w16_5ops_sky130_50mhz/flow/flow_log.txt ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ╔══════════════════════════════════════════╗
2
+ ║ Zyphar Flow v1.0.0 ║
3
+ ║ Complete RTL-to-GDSII Toolchain ║
4
+ ╚══════════════════════════════════════════╝
5
+
6
+ Configuration:
7
+ Input: /tmp/datagen_designs/alu_w16_5ops/alu_w16_5ops.v
8
+ Top: alu_w16_5ops
9
+ PDK: Sky130
10
+ Frequency: 50 MHz
11
+ Clock: clk
12
+ Output: /tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow
13
+
14
+ Starting flow...
15
+
16
+ === Step 1/3: Synthesis ===
17
+ Synthesis complete: 184 cells, 0.00 um^2
18
+ Wires: 172, Modules: 1
19
+ Netlist: /tmp/zyphar_netlist_926536.v
20
+ Duration: 0.5s
21
+
22
+ --- CDC Analysis ---
23
+ No clock domain crossings detected
24
+
25
+ --- Native Re-Optimization ---
26
+ Skipped (no Liberty file provided, use --liberty)
27
+
28
+ === Step 2/3: Place and Route ===
29
+ Input netlist: /tmp/zyphar_netlist_926536.v
30
+ PDK: Sky130, Freq: 50 MHz, Clock: clk
31
+ Utilization: 45%, Aspect ratio: 1.0, Placement density: 0.80 (auto)
32
+ PDN: true, Detailed route: true, Fillers: true, Antenna: true
33
+ PnR complete: 434 instances, 0.60 utilization
34
+ DEF: /tmp/zyphar_pnr_926536.def
35
+ WNS: N/A (combinational)
36
+ Duration: 46.2s
37
+
38
+ --- Multi-Corner STA ---
39
+ Using post-PnR netlist with SPEF back-annotation
40
+ ff_n40C_1v95 (fast) WNS: NaN ns TNS: NaN ns [VIOLATED]
41
+ tt_025C_1v80 (typical) WNS: NaN ns TNS: NaN ns [VIOLATED]
42
+ ss_n40C_1v40 (slow) WNS: NaN ns TNS: NaN ns [VIOLATED]
43
+
44
+ --- Power Analysis ---
45
+ Power analysis skipped: No Liberty file available (use --liberty or set SKY130_LIBERTY)
46
+
47
+ === Step 3/3: GDS Generation ===
48
+ GDS generation complete: /tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/alu_w16_5ops.gds
49
+
50
+ === Signoff Checks ===
51
+
52
+ --- DRC ---
53
+ DRC: CLEAN
54
+
55
+ --- LVS ---
56
+ LVS: CLEAN
57
+
58
+ ═══════════════════════════════════════════
59
+ RESULTS
60
+ ═══════════════════════════════════════════
61
+
62
+ Synthesis:
63
+ Cells: 184
64
+ Netlist: /tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/netlist.v
65
+
66
+ Place & Route:
67
+ DEF: /tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/output.def
68
+ WNS: N/A (combinational)
69
+ Util: 60.0%
70
+ Instances: 434
71
+ Area: 1386.00 um^2
72
+
73
+ GDSII: /tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/alu_w16_5ops.gds
74
+
75
+ Multi-Corner STA:
76
+ ff_n40C_1v95 (fast) WNS: NaN ns TNS: NaN ns [VIOLATED]
77
+ tt_025C_1v80 (typical) WNS: NaN ns TNS: NaN ns [VIOLATED]
78
+ ss_n40C_1v40 (slow) WNS: NaN ns TNS: NaN ns [VIOLATED]
79
+
80
+ SPEF: /tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/alu_w16_5ops.spef
81
+
82
+ Duration: 57.02s
83
+
84
+ Signoff:
85
+ Timing: N/A (combinational)
86
+ DRC: CLEAN
87
+ DRC report: /tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/drc_report.rpt
88
+ LVS: CLEAN
89
+ LVS report: /tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/lvs_report.lyrdb
90
+
91
+ SIGNOFF: PASS
92
+
93
+ Flow completed successfully!
94
+
alu_w16_5ops_sky130_50mhz/flow/klayout_lvs.log ADDED
@@ -0,0 +1,763 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === stdout ===
2
+ "polygons" in: lvs_deck_patched.lylvs:49
3
+ Polygons (raw): 1 (flat) 1 (hierarchical)
4
+ Elapsed: 0.000s Memory: 588.00M
5
+ "polygons" in: lvs_deck_patched.lylvs:50
6
+ Polygons (raw): 0 (flat) 0 (hierarchical)
7
+ Elapsed: 0.000s Memory: 588.00M
8
+ "polygons" in: lvs_deck_patched.lylvs:51
9
+ Polygons (raw): 0 (flat) 0 (hierarchical)
10
+ Elapsed: 0.000s Memory: 588.00M
11
+ "polygons" in: lvs_deck_patched.lylvs:52
12
+ Polygons (raw): 213 (flat) 34 (hierarchical)
13
+ Elapsed: 0.010s Memory: 588.00M
14
+ "input" in: lvs_deck_patched.lylvs:53
15
+ Polygons (raw): 185 (flat) 33 (hierarchical)
16
+ Elapsed: 0.000s Memory: 588.00M
17
+ "polygons" in: lvs_deck_patched.lylvs:54
18
+ Polygons (raw): 186 (flat) 34 (hierarchical)
19
+ Elapsed: 0.000s Memory: 588.00M
20
+ "input" in: lvs_deck_patched.lylvs:55
21
+ Polygons (raw): 0 (flat) 0 (hierarchical)
22
+ Elapsed: 0.000s Memory: 588.00M
23
+ "input" in: lvs_deck_patched.lylvs:56
24
+ Polygons (raw): 185 (flat) 33 (hierarchical)
25
+ Elapsed: 0.000s Memory: 588.00M
26
+ "polygons" in: lvs_deck_patched.lylvs:57
27
+ Polygons (raw): 424 (flat) 81 (hierarchical)
28
+ Elapsed: 0.000s Memory: 588.00M
29
+ "polygons" in: lvs_deck_patched.lylvs:58
30
+ Polygons (raw): 56 (flat) 2 (hierarchical)
31
+ Elapsed: 0.000s Memory: 588.00M
32
+ "polygons" in: lvs_deck_patched.lylvs:59
33
+ Polygons (raw): 241 (flat) 35 (hierarchical)
34
+ Elapsed: 0.000s Memory: 588.00M
35
+ "polygons" in: lvs_deck_patched.lylvs:60
36
+ Polygons (raw): 241 (flat) 35 (hierarchical)
37
+ Elapsed: 0.000s Memory: 588.00M
38
+ "polygons" in: lvs_deck_patched.lylvs:61
39
+ Polygons (raw): 0 (flat) 0 (hierarchical)
40
+ Elapsed: 0.000s Memory: 588.00M
41
+ "polygons" in: lvs_deck_patched.lylvs:62
42
+ Polygons (raw): 0 (flat) 0 (hierarchical)
43
+ Elapsed: 0.000s Memory: 588.00M
44
+ "polygons" in: lvs_deck_patched.lylvs:63
45
+ Polygons (raw): 213 (flat) 34 (hierarchical)
46
+ Elapsed: 0.000s Memory: 589.00M
47
+ "polygons" in: lvs_deck_patched.lylvs:64
48
+ Polygons (raw): 0 (flat) 0 (hierarchical)
49
+ Elapsed: 0.000s Memory: 589.00M
50
+ "polygons" in: lvs_deck_patched.lylvs:65
51
+ Polygons (raw): 0 (flat) 0 (hierarchical)
52
+ Elapsed: 0.000s Memory: 589.00M
53
+ "polygons" in: lvs_deck_patched.lylvs:66
54
+ Polygons (raw): 213 (flat) 34 (hierarchical)
55
+ Elapsed: 0.000s Memory: 589.00M
56
+ "polygons" in: lvs_deck_patched.lylvs:67
57
+ Polygons (raw): 0 (flat) 0 (hierarchical)
58
+ Elapsed: 0.000s Memory: 589.00M
59
+ "polygons" in: lvs_deck_patched.lylvs:68
60
+ Polygons (raw): 0 (flat) 0 (hierarchical)
61
+ Elapsed: 0.000s Memory: 589.00M
62
+ "polygons" in: lvs_deck_patched.lylvs:69
63
+ Polygons (raw): 0 (flat) 0 (hierarchical)
64
+ Elapsed: 0.000s Memory: 589.00M
65
+ "polygons" in: lvs_deck_patched.lylvs:70
66
+ Polygons (raw): 0 (flat) 0 (hierarchical)
67
+ Elapsed: 0.000s Memory: 589.00M
68
+ "polygons" in: lvs_deck_patched.lylvs:71
69
+ Polygons (raw): 0 (flat) 0 (hierarchical)
70
+ Elapsed: 0.000s Memory: 589.00M
71
+ "polygons" in: lvs_deck_patched.lylvs:72
72
+ Polygons (raw): 0 (flat) 0 (hierarchical)
73
+ Elapsed: 0.000s Memory: 589.00M
74
+ "polygons" in: lvs_deck_patched.lylvs:73
75
+ Polygons (raw): 700 (flat) 134 (hierarchical)
76
+ Elapsed: 0.000s Memory: 589.00M
77
+ "input" in: lvs_deck_patched.lylvs:74
78
+ Polygons (raw): 0 (flat) 0 (hierarchical)
79
+ Elapsed: 0.000s Memory: 589.00M
80
+ "polygons" in: lvs_deck_patched.lylvs:75
81
+ Polygons (raw): 0 (flat) 0 (hierarchical)
82
+ Elapsed: 0.000s Memory: 589.00M
83
+ "polygons" in: lvs_deck_patched.lylvs:76
84
+ Polygons (raw): 0 (flat) 0 (hierarchical)
85
+ Elapsed: 0.000s Memory: 590.00M
86
+ "polygons" in: lvs_deck_patched.lylvs:77
87
+ Polygons (raw): 3500 (flat) 766 (hierarchical)
88
+ Elapsed: 0.000s Memory: 590.00M
89
+ "polygons" in: lvs_deck_patched.lylvs:78
90
+ Polygons (raw): 186 (flat) 34 (hierarchical)
91
+ Elapsed: 0.000s Memory: 590.00M
92
+ "polygons" in: lvs_deck_patched.lylvs:79
93
+ Polygons (raw): 0 (flat) 0 (hierarchical)
94
+ Elapsed: 0.010s Memory: 590.00M
95
+ "polygons" in: lvs_deck_patched.lylvs:80
96
+ Polygons (raw): 0 (flat) 0 (hierarchical)
97
+ Elapsed: 0.000s Memory: 590.00M
98
+ "polygons" in: lvs_deck_patched.lylvs:81
99
+ Polygons (raw): 0 (flat) 0 (hierarchical)
100
+ Elapsed: 0.000s Memory: 590.00M
101
+ "polygons" in: lvs_deck_patched.lylvs:82
102
+ Polygons (raw): 0 (flat) 0 (hierarchical)
103
+ Elapsed: 0.000s Memory: 590.00M
104
+ "polygons" in: lvs_deck_patched.lylvs:83
105
+ Polygons (raw): 2478 (flat) 353 (hierarchical)
106
+ Elapsed: 0.000s Memory: 590.00M
107
+ "input" in: lvs_deck_patched.lylvs:84
108
+ Polygons (raw): 1034 (flat) 230 (hierarchical)
109
+ Elapsed: 0.000s Memory: 590.00M
110
+ "polygons" in: lvs_deck_patched.lylvs:85
111
+ Polygons (raw): 1113 (flat) 251 (hierarchical)
112
+ Elapsed: 0.000s Memory: 590.00M
113
+ "polygons" in: lvs_deck_patched.lylvs:86
114
+ Polygons (raw): 0 (flat) 0 (hierarchical)
115
+ Elapsed: 0.000s Memory: 591.00M
116
+ "polygons" in: lvs_deck_patched.lylvs:87
117
+ Polygons (raw): 2664 (flat) 422 (hierarchical)
118
+ Elapsed: 0.000s Memory: 591.00M
119
+ "polygons" in: lvs_deck_patched.lylvs:88
120
+ Polygons (raw): 2685 (flat) 943 (hierarchical)
121
+ Elapsed: 0.000s Memory: 591.00M
122
+ "input" in: lvs_deck_patched.lylvs:89
123
+ Polygons (raw): 426 (flat) 68 (hierarchical)
124
+ Elapsed: 0.000s Memory: 591.00M
125
+ "polygons" in: lvs_deck_patched.lylvs:90
126
+ Polygons (raw): 428 (flat) 70 (hierarchical)
127
+ Elapsed: 0.000s Memory: 591.00M
128
+ "polygons" in: lvs_deck_patched.lylvs:91
129
+ Polygons (raw): 0 (flat) 0 (hierarchical)
130
+ Elapsed: 0.000s Memory: 591.00M
131
+ "polygons" in: lvs_deck_patched.lylvs:92
132
+ Polygons (raw): 786 (flat) 6 (hierarchical)
133
+ Elapsed: 0.000s Memory: 591.00M
134
+ "polygons" in: lvs_deck_patched.lylvs:93
135
+ Polygons (raw): 1314 (flat) 516 (hierarchical)
136
+ Elapsed: 0.000s Memory: 591.00M
137
+ "input" in: lvs_deck_patched.lylvs:94
138
+ Polygons (raw): 0 (flat) 0 (hierarchical)
139
+ Elapsed: 0.000s Memory: 591.00M
140
+ "polygons" in: lvs_deck_patched.lylvs:95
141
+ Polygons (raw): 0 (flat) 0 (hierarchical)
142
+ Elapsed: 0.000s Memory: 591.00M
143
+ "polygons" in: lvs_deck_patched.lylvs:96
144
+ Polygons (raw): 0 (flat) 0 (hierarchical)
145
+ Elapsed: 0.000s Memory: 592.00M
146
+ "polygons" in: lvs_deck_patched.lylvs:97
147
+ Polygons (raw): 205 (flat) 5 (hierarchical)
148
+ Elapsed: 0.000s Memory: 592.00M
149
+ "polygons" in: lvs_deck_patched.lylvs:98
150
+ Polygons (raw): 288 (flat) 133 (hierarchical)
151
+ Elapsed: 0.000s Memory: 592.00M
152
+ "input" in: lvs_deck_patched.lylvs:99
153
+ Polygons (raw): 51 (flat) 51 (hierarchical)
154
+ Elapsed: 0.000s Memory: 592.00M
155
+ "polygons" in: lvs_deck_patched.lylvs:100
156
+ Polygons (raw): 51 (flat) 51 (hierarchical)
157
+ Elapsed: 0.000s Memory: 592.00M
158
+ "polygons" in: lvs_deck_patched.lylvs:101
159
+ Polygons (raw): 0 (flat) 0 (hierarchical)
160
+ Elapsed: 0.000s Memory: 592.00M
161
+ "polygons" in: lvs_deck_patched.lylvs:102
162
+ Polygons (raw): 116 (flat) 5 (hierarchical)
163
+ Elapsed: 0.000s Memory: 592.00M
164
+ "polygons" in: lvs_deck_patched.lylvs:103
165
+ Polygons (raw): 47 (flat) 11 (hierarchical)
166
+ Elapsed: 0.000s Memory: 592.00M
167
+ "input" in: lvs_deck_patched.lylvs:104
168
+ Polygons (raw): 0 (flat) 0 (hierarchical)
169
+ Elapsed: 0.000s Memory: 592.00M
170
+ "polygons" in: lvs_deck_patched.lylvs:105
171
+ Polygons (raw): 0 (flat) 0 (hierarchical)
172
+ Elapsed: 0.000s Memory: 592.00M
173
+ "polygons" in: lvs_deck_patched.lylvs:106
174
+ Polygons (raw): 0 (flat) 0 (hierarchical)
175
+ Elapsed: 0.000s Memory: 593.00M
176
+ "polygons" in: lvs_deck_patched.lylvs:107
177
+ Polygons (raw): 4 (flat) 1 (hierarchical)
178
+ Elapsed: 0.000s Memory: 593.00M
179
+ "polygons" in: lvs_deck_patched.lylvs:108
180
+ Polygons (raw): 6 (flat) 3 (hierarchical)
181
+ Elapsed: 0.000s Memory: 593.00M
182
+ "input" in: lvs_deck_patched.lylvs:109
183
+ Polygons (raw): 1 (flat) 1 (hierarchical)
184
+ Elapsed: 0.000s Memory: 593.00M
185
+ "polygons" in: lvs_deck_patched.lylvs:110
186
+ Polygons (raw): 2 (flat) 2 (hierarchical)
187
+ Elapsed: 0.000s Memory: 593.00M
188
+ "polygons" in: lvs_deck_patched.lylvs:111
189
+ Polygons (raw): 0 (flat) 0 (hierarchical)
190
+ Elapsed: 0.000s Memory: 593.00M
191
+ "polygons" in: lvs_deck_patched.lylvs:112
192
+ Polygons (raw): 0 (flat) 0 (hierarchical)
193
+ Elapsed: 0.000s Memory: 593.00M
194
+ "input" in: lvs_deck_patched.lylvs:113
195
+ Polygons (raw): 0 (flat) 0 (hierarchical)
196
+ Elapsed: 0.000s Memory: 593.00M
197
+ "polygons" in: lvs_deck_patched.lylvs:114
198
+ Polygons (raw): 0 (flat) 0 (hierarchical)
199
+ Elapsed: 0.000s Memory: 593.00M
200
+ "polygons" in: lvs_deck_patched.lylvs:115
201
+ Polygons (raw): 0 (flat) 0 (hierarchical)
202
+ Elapsed: 0.000s Memory: 593.00M
203
+ "polygons" in: lvs_deck_patched.lylvs:116
204
+ Polygons (raw): 0 (flat) 0 (hierarchical)
205
+ Elapsed: 0.000s Memory: 593.00M
206
+ "polygons" in: lvs_deck_patched.lylvs:117
207
+ Polygons (raw): 0 (flat) 0 (hierarchical)
208
+ Elapsed: 0.000s Memory: 593.00M
209
+ "polygons" in: lvs_deck_patched.lylvs:118
210
+ Polygons (raw): 0 (flat) 0 (hierarchical)
211
+ Elapsed: 0.000s Memory: 594.00M
212
+ "polygons" in: lvs_deck_patched.lylvs:119
213
+ Polygons (raw): 0 (flat) 0 (hierarchical)
214
+ Elapsed: 0.000s Memory: 594.00M
215
+ "polygons" in: lvs_deck_patched.lylvs:120
216
+ Polygons (raw): 0 (flat) 0 (hierarchical)
217
+ Elapsed: 0.000s Memory: 594.00M
218
+ "polygons" in: lvs_deck_patched.lylvs:121
219
+ Polygons (raw): 0 (flat) 0 (hierarchical)
220
+ Elapsed: 0.000s Memory: 594.00M
221
+ "polygons" in: lvs_deck_patched.lylvs:122
222
+ Polygons (raw): 0 (flat) 0 (hierarchical)
223
+ Elapsed: 0.000s Memory: 594.00M
224
+ "polygons" in: lvs_deck_patched.lylvs:123
225
+ Polygons (raw): 0 (flat) 0 (hierarchical)
226
+ Elapsed: 0.000s Memory: 594.00M
227
+ "polygons" in: lvs_deck_patched.lylvs:126
228
+ Polygons (raw): 185 (flat) 33 (hierarchical)
229
+ Elapsed: 0.000s Memory: 594.00M
230
+ "&" in: lvs_deck_patched.lylvs:130
231
+ Polygons (raw): 214 (flat) 40 (hierarchical)
232
+ Elapsed: 0.010s Memory: 1156.00M
233
+ "&" in: lvs_deck_patched.lylvs:130
234
+ Polygons (raw): 214 (flat) 40 (hierarchical)
235
+ Elapsed: 0.000s Memory: 1166.00M
236
+ "&" in: lvs_deck_patched.lylvs:131
237
+ Polygons (raw): 28 (flat) 1 (hierarchical)
238
+ Elapsed: 0.000s Memory: 1146.00M
239
+ "&" in: lvs_deck_patched.lylvs:131
240
+ Polygons (raw): 28 (flat) 1 (hierarchical)
241
+ Elapsed: 0.000s Memory: 1156.00M
242
+ "&" in: lvs_deck_patched.lylvs:132
243
+ Polygons (raw): 693 (flat) 155 (hierarchical)
244
+ Elapsed: 0.010s Memory: 1156.00M
245
+ "-" in: lvs_deck_patched.lylvs:133
246
+ Polygons (raw): 907 (flat) 195 (hierarchical)
247
+ Elapsed: 0.010s Memory: 1147.00M
248
+ "-" in: lvs_deck_patched.lylvs:134
249
+ Polygons (raw): 0 (flat) 0 (hierarchical)
250
+ Elapsed: 0.000s Memory: 1157.00M
251
+ "-" in: lvs_deck_patched.lylvs:134
252
+ Polygons (raw): 0 (flat) 0 (hierarchical)
253
+ Elapsed: 0.000s Memory: 1137.00M
254
+ "-" in: lvs_deck_patched.lylvs:134
255
+ Polygons (raw): 0 (flat) 0 (hierarchical)
256
+ Elapsed: 0.000s Memory: 1137.00M
257
+ "-" in: lvs_deck_patched.lylvs:135
258
+ Polygons (raw): 213 (flat) 34 (hierarchical)
259
+ Elapsed: 0.000s Memory: 1137.00M
260
+ "-" in: lvs_deck_patched.lylvs:135
261
+ Polygons (raw): 213 (flat) 34 (hierarchical)
262
+ Elapsed: 0.000s Memory: 1137.00M
263
+ "&" in: lvs_deck_patched.lylvs:135
264
+ Polygons (raw): 693 (flat) 155 (hierarchical)
265
+ Elapsed: 0.010s Memory: 1137.00M
266
+ "-" in: lvs_deck_patched.lylvs:136
267
+ Polygons (raw): 0 (flat) 0 (hierarchical)
268
+ Elapsed: 0.000s Memory: 1157.00M
269
+ "-" in: lvs_deck_patched.lylvs:136
270
+ Polygons (raw): 0 (flat) 0 (hierarchical)
271
+ Elapsed: 0.000s Memory: 1137.00M
272
+ "&" in: lvs_deck_patched.lylvs:136
273
+ Polygons (raw): 0 (flat) 0 (hierarchical)
274
+ Elapsed: 0.000s Memory: 1137.00M
275
+ "-" in: lvs_deck_patched.lylvs:138
276
+ Polygons (raw): 208 (flat) 39 (hierarchical)
277
+ Elapsed: 0.010s Memory: 1147.00M
278
+ "&" in: lvs_deck_patched.lylvs:138
279
+ Polygons (raw): 208 (flat) 39 (hierarchical)
280
+ Elapsed: 0.010s Memory: 1147.00M
281
+ "-" in: lvs_deck_patched.lylvs:139
282
+ Polygons (raw): 28 (flat) 1 (hierarchical)
283
+ Elapsed: 0.000s Memory: 1157.00M
284
+ "&" in: lvs_deck_patched.lylvs:139
285
+ Polygons (raw): 28 (flat) 1 (hierarchical)
286
+ Elapsed: 0.010s Memory: 1158.00M
287
+ "&" in: lvs_deck_patched.lylvs:140
288
+ Polygons (raw): 692 (flat) 154 (hierarchical)
289
+ Elapsed: 0.000s Memory: 1138.00M
290
+ "-" in: lvs_deck_patched.lylvs:141
291
+ Polygons (raw): 900 (flat) 193 (hierarchical)
292
+ Elapsed: 0.010s Memory: 1158.00M
293
+ "-" in: lvs_deck_patched.lylvs:142
294
+ Polygons (raw): 692 (flat) 154 (hierarchical)
295
+ Elapsed: 0.000s Memory: 1138.00M
296
+ "-" in: lvs_deck_patched.lylvs:142
297
+ Polygons (raw): 692 (flat) 154 (hierarchical)
298
+ Elapsed: 0.000s Memory: 1138.00M
299
+ "-" in: lvs_deck_patched.lylvs:142
300
+ Polygons (raw): 692 (flat) 154 (hierarchical)
301
+ Elapsed: 0.000s Memory: 1138.00M
302
+ "-" in: lvs_deck_patched.lylvs:143
303
+ Polygons (raw): 692 (flat) 154 (hierarchical)
304
+ Elapsed: 0.000s Memory: 1138.00M
305
+ "-" in: lvs_deck_patched.lylvs:143
306
+ Polygons (raw): 0 (flat) 0 (hierarchical)
307
+ Elapsed: 0.000s Memory: 1138.00M
308
+ "&" in: lvs_deck_patched.lylvs:143
309
+ Polygons (raw): 0 (flat) 0 (hierarchical)
310
+ Elapsed: 0.000s Memory: 1138.00M
311
+ "-" in: lvs_deck_patched.lylvs:144
312
+ Polygons (raw): 692 (flat) 154 (hierarchical)
313
+ Elapsed: 0.000s Memory: 1138.00M
314
+ "-" in: lvs_deck_patched.lylvs:144
315
+ Polygons (raw): 692 (flat) 154 (hierarchical)
316
+ Elapsed: 0.000s Memory: 1138.00M
317
+ "&" in: lvs_deck_patched.lylvs:144
318
+ Polygons (raw): 0 (flat) 0 (hierarchical)
319
+ Elapsed: 0.000s Memory: 1138.00M
320
+ "-" in: lvs_deck_patched.lylvs:145
321
+ Polygons (raw): 692 (flat) 154 (hierarchical)
322
+ Elapsed: 0.000s Memory: 1139.00M
323
+ "&" in: lvs_deck_patched.lylvs:145
324
+ Polygons (raw): 0 (flat) 0 (hierarchical)
325
+ Elapsed: 0.000s Memory: 1139.00M
326
+ "&" in: lvs_deck_patched.lylvs:145
327
+ Polygons (raw): 0 (flat) 0 (hierarchical)
328
+ Elapsed: 0.000s Memory: 1139.00M
329
+ "extract_devices" in: lvs_deck_patched.lylvs:151
330
+ Elapsed: 0.010s Memory: 1139.00M
331
+ "extract_devices" in: lvs_deck_patched.lylvs:152
332
+ Elapsed: 0.010s Memory: 1139.00M
333
+ "extract_devices" in: lvs_deck_patched.lylvs:153
334
+ Elapsed: 0.010s Memory: 1140.00M
335
+ "extract_devices" in: lvs_deck_patched.lylvs:156
336
+ Elapsed: 0.020s Memory: 1140.00M
337
+ "extract_devices" in: lvs_deck_patched.lylvs:157
338
+ Elapsed: 0.010s Memory: 1140.00M
339
+ "extract_devices" in: lvs_deck_patched.lylvs:158
340
+ Elapsed: 0.010s Memory: 1140.00M
341
+ "extract_devices" in: lvs_deck_patched.lylvs:159
342
+ Elapsed: 0.020s Memory: 1140.00M
343
+ "netlist" in: lvs_deck_patched.lylvs:199
344
+ Elapsed: 0.090s Memory: 1143.00M
345
+ Flatten layout cell (no schematic): VIA_via4_5_1600_480_1_4_400_400
346
+ Flatten layout cell (no schematic): VIA_via3_4_1600_480_1_4_400_400
347
+ Flatten layout cell (no schematic): VIA_via2_3_1600_480_1_5_320_320
348
+ Flatten layout cell (no schematic): VIA_M1M2_PR
349
+ Flatten layout cell (no schematic): VIA_L1M1_PR_MR
350
+ Flatten layout cell (no schematic): VIA_M2M3_PR
351
+ Flatten layout cell (no schematic): VIA_via5_6_1600_1600_1_1_1600_1600
352
+ Flatten layout cell (no schematic): VIA_M3M4_PR
353
+ Flatten layout cell (no schematic): VIA_L1M1_PR
354
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111OI_0
355
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111OI_1
356
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111OI_2
357
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111OI_4
358
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111O_1
359
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111O_2
360
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111O_4
361
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211OI_1
362
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211OI_4
363
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211O_1
364
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211O_2
365
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211O_4
366
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BOI_0
367
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BOI_2
368
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BOI_4
369
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_1
370
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_2
371
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_4
372
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21OI_2
373
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21OI_4
374
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21O_2
375
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21O_4
376
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221OI_2
377
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221OI_4
378
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_1
379
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_2
380
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_4
381
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A222OI_1
382
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22OI_1
383
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22OI_2
384
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22OI_4
385
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_1
386
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_2
387
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_4
388
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_1
389
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_2
390
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_4
391
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_1
392
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_2
393
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_4
394
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311OI_1
395
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311OI_2
396
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311OI_4
397
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_1
398
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_2
399
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_4
400
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31OI_1
401
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31OI_2
402
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31OI_4
403
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31O_2
404
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31O_4
405
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_1
406
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_2
407
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_4
408
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_1
409
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_2
410
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_4
411
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41OI_1
412
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41OI_2
413
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41OI_4
414
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_1
415
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_2
416
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_4
417
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_1
418
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_2
419
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_4
420
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2_1
421
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2_2
422
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2_4
423
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_1
424
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_2
425
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_4
426
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3_1
427
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3_2
428
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3_4
429
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_1
430
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_2
431
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_4
432
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_1
433
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_2
434
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_4
435
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_1
436
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_2
437
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_4
438
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFBUF_16
439
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFBUF_8
440
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFINV_16
441
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFINV_8
442
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_1
443
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_12
444
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_16
445
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_2
446
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_4
447
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_6
448
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_8
449
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_1
450
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_16
451
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_2
452
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_4
453
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_8
454
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S15_1
455
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S15_2
456
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S18_1
457
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S18_2
458
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S25_1
459
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S25_2
460
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S50_1
461
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S50_2
462
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINVLP_2
463
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINVLP_4
464
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_16
465
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_2
466
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_4
467
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_8
468
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_12
469
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_3
470
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_4
471
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_6
472
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_8
473
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFBBN_1
474
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFBBN_2
475
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFBBP_1
476
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRBP_1
477
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRBP_2
478
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTN_1
479
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTP_1
480
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTP_2
481
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTP_4
482
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSBP_1
483
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSBP_2
484
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSTP_1
485
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSTP_2
486
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSTP_4
487
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXBP_1
488
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXBP_2
489
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXTP_1
490
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXTP_2
491
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXTP_4
492
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DIODE_2
493
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLCLKP_1
494
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLCLKP_2
495
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLCLKP_4
496
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBN_1
497
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBN_2
498
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBP_1
499
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBP_2
500
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTN_1
501
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTN_2
502
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTN_4
503
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTP_1
504
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTP_2
505
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTP_4
506
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXBN_1
507
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXBN_2
508
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXBP_1
509
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTN_1
510
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTN_2
511
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTN_4
512
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTP_1
513
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYGATE4SD1_1
514
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYGATE4SD2_1
515
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYGATE4SD3_1
516
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYMETAL6S2S_1
517
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYMETAL6S4S_1
518
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYMETAL6S6S_1
519
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_1
520
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_2
521
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_4
522
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_8
523
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EDFXBP_1
524
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EDFXTP_1
525
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_0
526
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_1
527
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_2
528
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_4
529
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_8
530
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_1
531
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_2
532
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_4
533
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_8
534
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FAHCIN_1
535
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FAHCON_1
536
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FAH_1
537
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FA_1
538
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FA_2
539
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FA_4
540
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_1
541
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_2
542
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_4
543
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_8
544
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__HA_1
545
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__HA_2
546
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__HA_4
547
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_12
548
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_16
549
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_4
550
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_6
551
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_8
552
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_BLEEDER_1
553
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_1
554
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_16
555
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_2
556
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_4
557
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_8
558
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_1
559
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_16
560
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_2
561
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_4
562
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_8
563
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_12
564
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_3
565
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_4
566
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_6
567
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_8
568
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO0N_1
569
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO0P_1
570
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO1N_1
571
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISOLATCH_1
572
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRCKAPWR_16
573
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_16
574
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_2
575
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_4
576
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_8
577
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_HL_ISOWELL_TAP_1
578
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_HL_ISOWELL_TAP_2
579
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_HL_ISOWELL_TAP_4
580
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_4
581
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_TAP_1
582
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_TAP_2
583
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_TAP_4
584
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MACRO_SPARECELL
585
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CONB_1
586
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2_2
587
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_2
588
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_2
589
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_4
590
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2I_1
591
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2I_2
592
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2I_4
593
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_1
594
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_2
595
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_4
596
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_8
597
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX4_1
598
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX4_2
599
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX4_4
600
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2B_2
601
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2B_4
602
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2_4
603
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3B_1
604
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3B_2
605
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3B_4
606
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3_2
607
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3_4
608
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4BB_1
609
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4BB_2
610
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4BB_4
611
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4B_1
612
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4B_2
613
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4B_4
614
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4_1
615
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4_2
616
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4_4
617
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2B_1
618
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2B_2
619
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2B_4
620
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2_8
621
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3B_1
622
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3B_2
623
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3B_4
624
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3_2
625
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3_4
626
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4BB_1
627
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4BB_2
628
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4BB_4
629
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4B_1
630
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4B_2
631
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4B_4
632
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4_2
633
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4_4
634
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111AI_1
635
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111AI_2
636
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111AI_4
637
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_1
638
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_2
639
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_4
640
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211AI_1
641
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211AI_2
642
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211AI_4
643
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_1
644
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_2
645
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_4
646
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21AI_1
647
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21AI_2
648
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21AI_4
649
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21A_1
650
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21A_2
651
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21A_4
652
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_1
653
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_2
654
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_4
655
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_1
656
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_2
657
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_4
658
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221AI_2
659
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221AI_4
660
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_1
661
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_2
662
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_4
663
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22AI_2
664
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22AI_4
665
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22A_2
666
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22A_4
667
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2AI_1
668
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2AI_2
669
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2AI_4
670
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2A_1
671
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2A_2
672
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2A_4
673
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_0
674
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_1
675
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_2
676
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_4
677
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311A_1
678
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311A_2
679
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311A_4
680
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31AI_4
681
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31A_1
682
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31A_2
683
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31A_4
684
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32AI_1
685
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32AI_2
686
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32AI_4
687
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32A_1
688
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32A_2
689
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32A_4
690
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41AI_1
691
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41AI_4
692
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_1
693
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_2
694
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_4
695
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_1
696
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_2
697
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_4
698
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_0
699
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_1
700
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_2
701
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_4
702
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3B_1
703
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3B_2
704
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3_1
705
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3_2
706
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3_4
707
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_1
708
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_2
709
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_4
710
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4B_1
711
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4B_2
712
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4B_4
713
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4_2
714
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4_4
715
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__PROBEC_P_8
716
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__PROBE_P_8
717
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBN_1
718
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBN_2
719
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBP_1
720
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRBP_1
721
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRBP_2
722
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTN_1
723
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_1
724
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_2
725
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_4
726
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSBP_1
727
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSBP_2
728
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_1
729
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_2
730
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_4
731
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXBP_1
732
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXBP_2
733
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_1
734
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_2
735
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_4
736
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_1
737
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_2
738
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_4
739
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXBP_1
740
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXBP_2
741
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_1
742
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_2
743
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_4
744
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAPVGND2_1
745
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAPVGND_1
746
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAP_1
747
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAP_2
748
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR2_2
749
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR2_4
750
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR3_1
751
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR3_2
752
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR3_4
753
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR2_2
754
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR2_4
755
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR3_1
756
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR3_2
757
+ Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR3_4
758
+ Writing netlist: /tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/lvs_extracted.cir ..
759
+ Writing LVS database: /tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/lvs_report.lyrdb ..
760
+ Total elapsed: 0.580s Memory: 1151.00M
761
+ INFO : Congratulations! Netlists match.
762
+
763
+ === stderr ===
alu_w16_5ops_sky130_50mhz/flow/lvs_deck_patched.lylvs ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <klayout-macro>
3
+ <description/>
4
+ <version/>
5
+ <category>lvs</category>
6
+ <prolog/>
7
+ <epilog/>
8
+ <doc/>
9
+ <autorun>false</autorun>
10
+ <autorun-early>false</autorun-early>
11
+ <shortcut/>
12
+ <show-in-menu>true</show-in-menu>
13
+ <group-name>lvs_scripts</group-name>
14
+ <menu-path>tools_menu.lvs.end</menu-path>
15
+ <interpreter>dsl</interpreter>
16
+ <dsl-interpreter-name>lvs-dsl-xml</dsl-interpreter-name>
17
+ <text>#
18
+ # Extraction for SKY130
19
+ #
20
+ ############################
21
+
22
+ # optionnal for a batch launch : klayout -b -rd in_gds=my_layout.gds -rd report_file=my_report.lyrdb -rd cdl_file=reference_netlist.cir -rd target_netlist=extracted_netlist.cir -r sky130.lylvs
23
+ if $in_gds
24
+ source($in_gds)
25
+ end
26
+
27
+ if $report_file
28
+ report_lvs($report_file)
29
+ else
30
+ report_lvs("lvs_report.lvsdb")
31
+ end
32
+
33
+ if $cdl_file
34
+ #reference netlist
35
+ schematic($cdl_file)
36
+ else
37
+ schematic("sky130hd.cdl")
38
+ end
39
+
40
+ # true: use net names instead of numbers
41
+ # false: use numbers for nets
42
+ spice_with_net_names = true
43
+
44
+ # true: put in comments with details
45
+ # false: no comments
46
+ spice_with_comments = false
47
+
48
+ if $target_netlist
49
+ target_netlist($target_netlist)
50
+ else
51
+ # target_netlist("netlist.cir", write_spice(spice_with_net_names, spice_with_comments), "The netlist comment goes here.")
52
+ target_netlist(File.join(File.dirname(RBA::CellView::active.filename), source.cell_name+"_extracted.cir"), write_spice(spice_with_net_names, spice_with_comments), "Extracted by KLayout on : #{Time.now.strftime("%d/%m/%Y %H:%M")}")
53
+ end
54
+
55
+ # Hierarchical mode
56
+ deep
57
+ # Use 4 CPU cores
58
+ threads(4)
59
+ # Print details
60
+ verbose(true)
61
+
62
+
63
+ # layers definitions
64
+ ########################
65
+ BOUND = polygons(235, 4)
66
+ DNWELL = polygons(64, 18)
67
+ PWRES = polygons(64, 13)
68
+ NWELL = polygons(64, 20)
69
+ NWELLTXT = input(64, 5)
70
+ NWELLPIN = polygons(64, 16)
71
+ SUBTXT = input(122, 5)
72
+ SUBPIN = input(64, 59)
73
+ DIFF = polygons(65, 20)
74
+ TAP = polygons(65, 44)
75
+ PSDM = polygons(94, 20)
76
+ NSDM = polygons(93, 44)
77
+ LVTN = polygons(125, 44)
78
+ HVTR = polygons(18, 20)
79
+ HVTP = polygons(78, 44)
80
+ SONOS = polygons(80, 20)
81
+ COREID = polygons(81, 2)
82
+ STDCELL = polygons(81, 4)
83
+ NPNID = polygons(82, 20)
84
+ PNPID = polygons(82, 44)
85
+ RPM = polygons(86, 20)
86
+ URPM = polygons(79, 20)
87
+ LDNTM = polygons(11, 44)
88
+ HVNTM = polygons(125, 20)
89
+ POLY = polygons(66, 20)
90
+ POLYTXT = input(66, 5)
91
+ POLYPIN = polygons(66, 16)
92
+ HVI = polygons(75, 20)
93
+ LICON = polygons(66, 44)
94
+ NPC = polygons(95, 20)
95
+ DIFFRES = polygons(65, 13)
96
+ POLYRES = polygons(66, 13)
97
+ POLYSHO = polygons(66, 15)
98
+ DIODE = polygons(81, 23)
99
+ LI = polygons(67, 20)
100
+ LITXT = input(67, 5)
101
+ LIPIN = polygons(67, 16)
102
+ LIRES = polygons(67, 13)
103
+ MCON = polygons(67, 44)
104
+ MET1 = polygons(68, 20)
105
+ MET1TXT = input(68, 5)
106
+ MET1PIN = polygons(68, 16)
107
+ MET1RES = polygons(68, 13)
108
+ VIA1 = polygons(68, 44)
109
+ MET2 = polygons(69, 20)
110
+ MET2TXT = input(69, 5)
111
+ MET2PIN = polygons(69, 16)
112
+ MET2RES = polygons(69, 13)
113
+ VIA2 = polygons(69, 44)
114
+ MET3 = polygons(70, 20)
115
+ MET3TXT = input(70, 5)
116
+ MET3PIN = polygons(70, 16)
117
+ MET3RES = polygons(70, 13)
118
+ VIA3 = polygons(70, 44)
119
+ MET4 = polygons(71, 20)
120
+ MET4TXT = input(71, 5)
121
+ MET4PIN = polygons(71, 16)
122
+ MET4RES = polygons(71, 13)
123
+ VIA4 = polygons(71, 44)
124
+ MET5 = polygons(72, 20)
125
+ MET5TXT = input(72, 5)
126
+ MET5PIN = polygons(72, 16)
127
+ MET5RES = polygons(72, 13)
128
+ RDL = polygons(74, 20)
129
+ RDLTXT = input(74, 5)
130
+ RDLPIN = polygons(74, 16)
131
+ GLASS = polygons(76, 20)
132
+ CAPM = polygons(89, 44)
133
+ CAPM2 = polygons(97, 44)
134
+ LOWTAPD = polygons(81, 14)
135
+ FILLOBSM1 = polygons(62, 24)
136
+ FILLOBSM2 = polygons(105, 52)
137
+ FILLOBSM3 = polygons(107, 24)
138
+ FILLOBSM4 = polygons(112, 4)
139
+ NCM = polygons(92, 44)
140
+
141
+ # Bulk layer for terminal provisioning
142
+ SUB = polygons(236, 0)
143
+ # SUB = polygon_layer
144
+
145
+ # Computed layers
146
+ PDIFF = DIFF &amp; NWELL &amp; PSDM
147
+ NTAP = TAP &amp; NWELL &amp; NSDM
148
+ PGATE = PDIFF &amp; POLY
149
+ PSD = PDIFF - PGATE
150
+ STD_PGATE = PGATE - HVTP - NCM - HVI
151
+ HVT_PGATE = PGATE &amp; HVTP - NCM - HVI
152
+ HV5_PGATE = PGATE - HVTP - NCM &amp; HVI
153
+
154
+ NDIFF = DIFF - NWELL &amp; NSDM
155
+ PTAP = TAP - NWELL &amp; PSDM
156
+ NGATE = NDIFF &amp; POLY
157
+ NSD = NDIFF - NGATE
158
+ STD_NGATE = NGATE - NCM - LVTN - HVI
159
+ LVT_NGATE = NGATE - NCM &amp; LVTN - HVI
160
+ HV5_NGATE = NGATE - NCM - LVTN &amp; HVI
161
+ HV5NA_NGATE = NGATE - NCM &amp; LVTN &amp; HVI
162
+
163
+ # drawing to physical
164
+ device_scaling(1000000)
165
+
166
+ # PMOS transistor device extraction
167
+ extract_devices(mos4("pfet_01v8"), { "SD" =&gt; PSD, "G" =&gt; STD_PGATE, "tS" =&gt; PSD, "tD" =&gt; PSD, "tG" =&gt; POLY, "W" =&gt; NWELL })
168
+ extract_devices(mos4("pfet_01v8_hvt"), { "SD" =&gt; PSD, "G" =&gt; HVT_PGATE, "tS" =&gt; PSD, "tD" =&gt; PSD, "tG" =&gt; POLY, "W" =&gt; NWELL })
169
+ extract_devices(mos4("pfet_g5v0d10v5"), { "SD" =&gt; PSD, "G" =&gt; HV5_PGATE, "tS" =&gt; PSD, "tD" =&gt; PSD, "tG" =&gt; POLY, "W" =&gt; NWELL })
170
+
171
+ # NMOS transistor device extraction
172
+ extract_devices(mos4("nfet_01v8"), { "SD" =&gt; NSD, "G" =&gt; STD_NGATE, "tS" =&gt; NSD, "tD" =&gt; NSD, "tG" =&gt; POLY, "W" =&gt; SUB })
173
+ extract_devices(mos4("nfet_01v8_lvt"), { "SD" =&gt; NSD, "G" =&gt; LVT_NGATE, "tS" =&gt; NSD, "tD" =&gt; NSD, "tG" =&gt; POLY, "W" =&gt; SUB })
174
+ extract_devices(mos4("nfet_g5v0d10v5"), { "SD" =&gt; NSD, "G" =&gt; HV5_NGATE, "tS" =&gt; NSD, "tD" =&gt; NSD, "tG" =&gt; POLY, "W" =&gt; SUB })
175
+ extract_devices(mos4("nfet_01v8_nvt"), { "SD" =&gt; NSD, "G" =&gt; HV5NA_NGATE, "tS" =&gt; NSD, "tD" =&gt; NSD, "tG" =&gt; POLY, "W" =&gt; SUB })
176
+
177
+
178
+ # Define connectivity for netlist extraction
179
+
180
+ # Inter-layer
181
+ connect(SUB, PTAP)
182
+ connect(NWELL, NTAP)
183
+ connect(LICON, PTAP)
184
+ connect(LICON, NTAP)
185
+ connect(PSD, LICON)
186
+ connect(NSD, LICON)
187
+ connect(POLY, LICON)
188
+ connect(LICON, LI)
189
+ connect(LI, MCON)
190
+ connect(MCON, MET1)
191
+ connect(MET1,VIA1)
192
+ connect(VIA1, MET2)
193
+ connect(MET2, VIA2)
194
+ connect(VIA2, MET3)
195
+ connect(MET3, VIA3)
196
+ connect(VIA3, MET4)
197
+ connect(MET4, VIA4)
198
+ connect(VIA4, MET5)
199
+ # Attaching labels
200
+ connect(SUB, SUBTXT)
201
+ connect(SUB, SUBPIN)
202
+ connect(NWELL, NWELLTXT)
203
+ connect(POLY, POLYTXT)
204
+ connect(LI, LITXT)
205
+ connect(MET1, MET1TXT)
206
+ connect(MET2, MET2TXT)
207
+ connect(MET3, MET3TXT)
208
+ connect(MET4, MET4TXT)
209
+ connect(MET5, MET5TXT)
210
+
211
+ # Global
212
+ connect_global(SUB, "VNB")
213
+
214
+ # Actually performs the extraction
215
+ netlist # ... not really required
216
+
217
+ # Flatten cells which are present in one netlist only
218
+ align
219
+
220
+ # Flat LVS: flatten all cells to transistor level.
221
+ # This avoids hierarchical port identification issues where
222
+ # KLayout misses output pins on cells whose LI shapes are
223
+ # only on the PIN datatype (67/16) not DRAWING (67/20).
224
+ netlist.flatten_circuit("*")
225
+ schematic.flatten_circuit("*")
226
+
227
+ netlist.make_top_level_pins
228
+ netlist.combine_devices
229
+ netlist.purge
230
+ schematic.combine_devices
231
+ schematic.purge
232
+
233
+ # Tolerances for the devices extracted parameters
234
+ # tolerance(device_class_name, parameter_name [, :absolute =&gt; absolute_tolerance] [, :relative =&gt; relative_tolerance])
235
+ tolerance("pfet_01v8", "W", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
236
+ tolerance("pfet_01v8", "L", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
237
+ tolerance("pfet_01v8_hvt", "W", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
238
+ tolerance("pfet_01v8_hvt", "L", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
239
+ tolerance("nfet_01v8", "W", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
240
+ tolerance("nfet_01v8", "L", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
241
+ tolerance("nfet_01v8_lvt", "W", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
242
+ tolerance("nfet_01v8_lvt", "L", :absolute =&gt; 1.nm, :relative =&gt; 0.001)
243
+
244
+ # NangateOpenCellLibrary Digital gates input equivalence :
245
+ equivalent_pins("*AND2_1", "A", "B")
246
+ equivalent_pins("*AND2_2", "A", "B")
247
+ equivalent_pins("*AND2_4", "A", "B")
248
+ equivalent_pins("*AND3_1", "A", "B", "C")
249
+ equivalent_pins("*AND3_2", "A", "B", "C")
250
+ equivalent_pins("*AND3_4", "A", "B", "C")
251
+ equivalent_pins("*AND4_1", "A", "B", "C", "D")
252
+ equivalent_pins("*AND4_2", "A", "B", "C", "D")
253
+ equivalent_pins("*AND4_4", "A", "B", "C", "D")
254
+ equivalent_pins("*NAND2_1", "A", "B")
255
+ equivalent_pins("*NAND2_2", "A", "B")
256
+ equivalent_pins("*NAND2_4", "A", "B")
257
+ equivalent_pins("*NAND3_1", "A", "B", "C")
258
+ equivalent_pins("*NAND3_2", "A", "B", "C")
259
+ equivalent_pins("*NAND3_4", "A", "B", "C")
260
+ equivalent_pins("*NAND4_X1", "A", "B", "C", "D")
261
+ equivalent_pins("*NAND4_2", "A", "B", "C", "D")
262
+ equivalent_pins("*NAND4_4", "A", "B", "C", "D")
263
+ equivalent_pins("*OR2_1", "A", "B")
264
+ equivalent_pins("*OR2_2", "A", "B")
265
+ equivalent_pins("*OR2_4", "A", "B")
266
+ equivalent_pins("*OR3_1", "A", "B", "C")
267
+ equivalent_pins("*OR3_2", "A", "B", "C")
268
+ equivalent_pins("*OR3_4", "A", "B", "C")
269
+ equivalent_pins("*OR4_1", "A", "B", "C", "D")
270
+ equivalent_pins("*OR4_2", "A", "B", "C", "D")
271
+ equivalent_pins("*OR4_4", "A", "B", "C", "D")
272
+ equivalent_pins("*NOR2_1", "A", "B")
273
+ equivalent_pins("*NOR2_2", "A", "B")
274
+ equivalent_pins("*NOR2_4", "A", "B")
275
+ equivalent_pins("*NOR3_1", "A", "B", "C")
276
+ equivalent_pins("*NOR3_2", "A", "B", "C")
277
+ equivalent_pins("*NOR3_4", "A", "B", "C")
278
+ equivalent_pins("*NOR4_1", "A", "B", "C", "D")
279
+ equivalent_pins("*NOR4_2", "A", "B", "C", "D")
280
+ equivalent_pins("*NOR4_4", "A", "B", "C", "D")
281
+ equivalent_pins("*XOR2_1", "A", "B")
282
+ equivalent_pins("*XOR2_2", "A", "B")
283
+ equivalent_pins("*XNOR2_1", "A", "B")
284
+ equivalent_pins("*XNOR2_2", "A", "B")
285
+
286
+ #max_res(1000000)
287
+ #min_caps(1e-15)
288
+
289
+ if ! compare
290
+ #raise "ERROR : Netlists don't match"
291
+ puts "ERROR : Netlists don't match"
292
+ else
293
+ puts "INFO : Congratulations! Netlists match."
294
+ end</text>
295
+ </klayout-macro>
alu_w16_5ops_sky130_50mhz/flow/lvs_extracted.cir ADDED
File without changes
alu_w16_5ops_sky130_50mhz/flow/lvs_report.lyrdb ADDED
@@ -0,0 +1,2262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #%lvsdb-klayout
2
+ J(
3
+ W(alu_w16_5ops)
4
+ U(0.001)
5
+ L(l3 '64/20')
6
+ L(l29 '64/5')
7
+ L(l27)
8
+ L(l28 '64/59')
9
+ L(l4 '66/20')
10
+ L(l30)
11
+ L(l15 '66/44')
12
+ L(l16 '67/20')
13
+ L(l31 '67/5')
14
+ L(l17 '67/44')
15
+ L(l18 '68/20')
16
+ L(l32 '68/5')
17
+ L(l19 '68/44')
18
+ L(l20 '69/20')
19
+ L(l33)
20
+ L(l21 '69/44')
21
+ L(l22 '70/20')
22
+ L(l34 '70/5')
23
+ L(l23 '70/44')
24
+ L(l24 '71/20')
25
+ L(l35)
26
+ L(l25 '71/44')
27
+ L(l26 '72/20')
28
+ L(l36 '72/5')
29
+ L(l9 '236/0')
30
+ L(l14)
31
+ L(l2)
32
+ L(l13)
33
+ L(l8)
34
+ C(l3 l3 l29 l14)
35
+ C(l29 l3 l29)
36
+ C(l27 l27 l9)
37
+ C(l28 l28 l9)
38
+ C(l4 l4 l30 l15)
39
+ C(l30 l4 l30)
40
+ C(l15 l4 l15 l16 l14 l2 l13 l8)
41
+ C(l16 l15 l16 l31 l17)
42
+ C(l31 l16 l31)
43
+ C(l17 l16 l17 l18)
44
+ C(l18 l17 l18 l32 l19)
45
+ C(l32 l18 l32)
46
+ C(l19 l18 l19 l20)
47
+ C(l20 l19 l20 l33 l21)
48
+ C(l33 l20 l33)
49
+ C(l21 l20 l21 l22)
50
+ C(l22 l21 l22 l34 l23)
51
+ C(l34 l22 l34)
52
+ C(l23 l22 l23 l24)
53
+ C(l24 l23 l24 l35 l25)
54
+ C(l35 l24 l35)
55
+ C(l25 l24 l25 l26)
56
+ C(l26 l25 l26 l36)
57
+ C(l36 l26 l36)
58
+ C(l9 l27 l28 l9 l13)
59
+ C(l14 l3 l15 l14)
60
+ C(l2 l15 l2)
61
+ C(l13 l15 l9 l13)
62
+ C(l8 l15 l8)
63
+ G(l9 VNB)
64
+ K(pfet_01v8 MOS4)
65
+ K(pfet_01v8_hvt MOS4)
66
+ K(pfet_g5v0d10v5 MOS4)
67
+ K(nfet_01v8 MOS4)
68
+ K(nfet_01v8_lvt MOS4)
69
+ K(nfet_g5v0d10v5 MOS4)
70
+ K(nfet_01v8_nvt MOS4)
71
+ D(D$pfet_01v8_hvt pfet_01v8_hvt
72
+ T(S
73
+ R(l2 (-355 -500) (280 1000))
74
+ )
75
+ T(G
76
+ R(l4 (-75 -500) (150 1000))
77
+ )
78
+ T(D
79
+ R(l2 (75 -500) (270 1000))
80
+ )
81
+ T(B
82
+ R(l3 (-75 -500) (150 1000))
83
+ )
84
+ )
85
+ D(D$pfet_01v8_hvt$1 pfet_01v8_hvt
86
+ T(S
87
+ R(l2 (-345 -500) (270 1000))
88
+ )
89
+ T(G
90
+ R(l4 (-75 -500) (150 1000))
91
+ )
92
+ T(D
93
+ R(l2 (75 -500) (270 1000))
94
+ )
95
+ T(B
96
+ R(l3 (-75 -500) (150 1000))
97
+ )
98
+ )
99
+ D(D$pfet_01v8_hvt$2 pfet_01v8_hvt
100
+ T(S
101
+ R(l2 (-345 -500) (270 1000))
102
+ )
103
+ T(G
104
+ R(l4 (-75 -500) (150 1000))
105
+ )
106
+ T(D
107
+ R(l2 (75 -500) (260 1000))
108
+ )
109
+ T(B
110
+ R(l3 (-75 -500) (150 1000))
111
+ )
112
+ )
113
+ D(D$pfet_01v8_hvt$3 pfet_01v8_hvt
114
+ T(S
115
+ Q(l2 (150 -525) (0 315) (-75 0) (0 420) (75 0) (0 265) (260 0) (0 -1000))
116
+ )
117
+ T(G
118
+ R(l4 (-75 -210) (150 420))
119
+ )
120
+ T(D
121
+ R(l2 (-335 -210) (260 420))
122
+ )
123
+ T(B
124
+ R(l3 (-75 -210) (150 420))
125
+ )
126
+ )
127
+ D(D$pfet_01v8_hvt$4 pfet_01v8_hvt
128
+ T(S
129
+ Q(l2 (-335 -500) (0 315) (-75 0) (0 420) (75 0) (0 265) (260 0) (0 -1000))
130
+ )
131
+ T(G
132
+ R(l4 (-75 -500) (150 1000))
133
+ )
134
+ T(D
135
+ R(l2 (75 -500) (270 1000))
136
+ )
137
+ T(B
138
+ R(l3 (-75 -500) (150 1000))
139
+ )
140
+ )
141
+ D(D$pfet_01v8_hvt$5 pfet_01v8_hvt
142
+ T(S
143
+ R(l2 (-345 -500) (270 1000))
144
+ )
145
+ T(G
146
+ R(l4 (-75 -500) (150 1000))
147
+ )
148
+ T(D
149
+ R(l2 (75 -500) (330 1000))
150
+ )
151
+ T(B
152
+ R(l3 (-75 -500) (150 1000))
153
+ )
154
+ )
155
+ D(D$pfet_01v8_hvt$6 pfet_01v8_hvt
156
+ T(S
157
+ R(l2 (-405 -500) (330 1000))
158
+ )
159
+ T(G
160
+ R(l4 (-75 -500) (150 1000))
161
+ )
162
+ T(D
163
+ R(l2 (75 -500) (260 1000))
164
+ )
165
+ T(B
166
+ R(l3 (-75 -500) (150 1000))
167
+ )
168
+ )
169
+ D(D$pfet_01v8_hvt$7 pfet_01v8_hvt
170
+ T(S
171
+ R(l2 (-335 -500) (260 1000))
172
+ )
173
+ T(G
174
+ R(l4 (-75 -500) (150 1000))
175
+ )
176
+ T(D
177
+ R(l2 (75 -500) (210 1000))
178
+ )
179
+ T(B
180
+ R(l3 (-75 -500) (150 1000))
181
+ )
182
+ )
183
+ D(D$pfet_01v8_hvt$8 pfet_01v8_hvt
184
+ T(S
185
+ R(l2 (-285 -500) (210 1000))
186
+ )
187
+ T(G
188
+ R(l4 (-75 -500) (150 1000))
189
+ )
190
+ T(D
191
+ R(l2 (75 -500) (260 1000))
192
+ )
193
+ T(B
194
+ R(l3 (-75 -500) (150 1000))
195
+ )
196
+ )
197
+ D(D$pfet_01v8_hvt$9 pfet_01v8_hvt
198
+ T(S
199
+ R(l2 (-335 -500) (260 1000))
200
+ )
201
+ T(G
202
+ R(l4 (-75 -500) (150 1000))
203
+ )
204
+ T(D
205
+ R(l2 (75 -500) (270 1000))
206
+ )
207
+ T(B
208
+ R(l3 (-75 -500) (150 1000))
209
+ )
210
+ )
211
+ D(D$pfet_01v8_hvt$10 pfet_01v8_hvt
212
+ T(S
213
+ R(l2 (-355 -500) (280 1000))
214
+ )
215
+ T(G
216
+ R(l4 (-75 -500) (150 1000))
217
+ )
218
+ T(D
219
+ R(l2 (75 -500) (745 1000))
220
+ )
221
+ T(B
222
+ R(l3 (-75 -500) (150 1000))
223
+ )
224
+ )
225
+ D(D$pfet_01v8_hvt$11 pfet_01v8_hvt
226
+ T(S
227
+ R(l2 (-820 -500) (745 1000))
228
+ )
229
+ T(G
230
+ R(l4 (-75 -500) (150 1000))
231
+ )
232
+ T(D
233
+ R(l2 (75 -500) (235 1000))
234
+ )
235
+ T(B
236
+ R(l3 (-75 -500) (150 1000))
237
+ )
238
+ )
239
+ D(D$pfet_01v8_hvt$12 pfet_01v8_hvt
240
+ T(S
241
+ R(l2 (-310 -500) (235 1000))
242
+ )
243
+ T(G
244
+ R(l4 (-75 -500) (150 1000))
245
+ )
246
+ T(D
247
+ R(l2 (75 -500) (470 1000))
248
+ )
249
+ T(B
250
+ R(l3 (-75 -500) (150 1000))
251
+ )
252
+ )
253
+ D(D$pfet_01v8_hvt$13 pfet_01v8_hvt
254
+ T(S
255
+ R(l2 (-545 -500) (470 1000))
256
+ )
257
+ T(G
258
+ R(l4 (-75 -500) (150 1000))
259
+ )
260
+ T(D
261
+ R(l2 (75 -500) (210 1000))
262
+ )
263
+ T(B
264
+ R(l3 (-75 -500) (150 1000))
265
+ )
266
+ )
267
+ D(D$pfet_01v8_hvt$14 pfet_01v8_hvt
268
+ T(S
269
+ R(l2 (-335 -500) (260 1000))
270
+ )
271
+ T(G
272
+ R(l4 (-75 -500) (150 1000))
273
+ )
274
+ T(D
275
+ R(l2 (75 -500) (300 1000))
276
+ )
277
+ T(B
278
+ R(l3 (-75 -500) (150 1000))
279
+ )
280
+ )
281
+ D(D$pfet_01v8_hvt$15 pfet_01v8_hvt
282
+ T(S
283
+ R(l2 (-335 -210) (260 420))
284
+ )
285
+ T(G
286
+ R(l4 (-75 -210) (150 420))
287
+ )
288
+ T(D
289
+ R(l2 (75 -210) (210 420))
290
+ )
291
+ T(B
292
+ R(l3 (-75 -210) (150 420))
293
+ )
294
+ )
295
+ D(D$pfet_01v8_hvt$16 pfet_01v8_hvt
296
+ T(S
297
+ R(l2 (-285 -210) (210 420))
298
+ )
299
+ T(G
300
+ R(l4 (-75 -210) (150 420))
301
+ )
302
+ T(D
303
+ Q(l2 (75 -210) (0 420) (75 0) (0 580) (260 0) (0 -1000))
304
+ )
305
+ T(B
306
+ R(l3 (-75 -210) (150 420))
307
+ )
308
+ )
309
+ D(D$pfet_01v8_hvt$17 pfet_01v8_hvt
310
+ T(S
311
+ Q(l2 (-410 -500) (0 420) (75 0) (0 580) (260 0) (0 -1000))
312
+ )
313
+ T(G
314
+ R(l4 (-75 -500) (150 1000))
315
+ )
316
+ T(D
317
+ R(l2 (75 -500) (340 1000))
318
+ )
319
+ T(B
320
+ R(l3 (-75 -500) (150 1000))
321
+ )
322
+ )
323
+ D(D$pfet_01v8_hvt$18 pfet_01v8_hvt
324
+ T(S
325
+ R(l2 (-345 -500) (270 1000))
326
+ )
327
+ T(G
328
+ R(l4 (-75 -500) (150 1000))
329
+ )
330
+ T(D
331
+ R(l2 (75 -500) (380 1000))
332
+ )
333
+ T(B
334
+ R(l3 (-75 -500) (150 1000))
335
+ )
336
+ )
337
+ D(D$pfet_01v8_hvt$19 pfet_01v8_hvt
338
+ T(S
339
+ R(l2 (-335 -500) (260 1000))
340
+ )
341
+ T(G
342
+ R(l4 (-75 -500) (150 1000))
343
+ )
344
+ T(D
345
+ R(l2 (75 -500) (225 1000))
346
+ )
347
+ T(B
348
+ R(l3 (-75 -500) (150 1000))
349
+ )
350
+ )
351
+ D(D$pfet_01v8_hvt$20 pfet_01v8_hvt
352
+ T(S
353
+ R(l2 (-300 -500) (225 1000))
354
+ )
355
+ T(G
356
+ R(l4 (-75 -500) (150 1000))
357
+ )
358
+ T(D
359
+ R(l2 (75 -500) (465 1000))
360
+ )
361
+ T(B
362
+ R(l3 (-75 -500) (150 1000))
363
+ )
364
+ )
365
+ D(D$pfet_01v8_hvt$21 pfet_01v8_hvt
366
+ T(S
367
+ R(l2 (-540 -500) (465 1000))
368
+ )
369
+ T(G
370
+ R(l4 (-75 -500) (150 1000))
371
+ )
372
+ T(D
373
+ R(l2 (75 -500) (210 1000))
374
+ )
375
+ T(B
376
+ R(l3 (-75 -500) (150 1000))
377
+ )
378
+ )
379
+ D(D$pfet_01v8_hvt$22 pfet_01v8_hvt
380
+ T(S
381
+ R(l2 (-285 -500) (210 1000))
382
+ )
383
+ T(G
384
+ R(l4 (-75 -500) (150 1000))
385
+ )
386
+ T(D
387
+ R(l2 (75 -500) (270 1000))
388
+ )
389
+ T(B
390
+ R(l3 (-75 -500) (150 1000))
391
+ )
392
+ )
393
+ D(D$pfet_01v8_hvt$23 pfet_01v8_hvt
394
+ T(S
395
+ R(l2 (-355 -500) (280 1000))
396
+ )
397
+ T(G
398
+ R(l4 (-75 -500) (150 1000))
399
+ )
400
+ T(D
401
+ R(l2 (75 -500) (760 1000))
402
+ )
403
+ T(B
404
+ R(l3 (-75 -500) (150 1000))
405
+ )
406
+ )
407
+ D(D$pfet_01v8_hvt$24 pfet_01v8_hvt
408
+ T(S
409
+ R(l2 (-835 -500) (760 1000))
410
+ )
411
+ T(G
412
+ R(l4 (-75 -500) (150 1000))
413
+ )
414
+ T(D
415
+ R(l2 (75 -500) (240 1000))
416
+ )
417
+ T(B
418
+ R(l3 (-75 -500) (150 1000))
419
+ )
420
+ )
421
+ D(D$pfet_01v8_hvt$25 pfet_01v8_hvt
422
+ T(S
423
+ R(l2 (-315 -500) (240 1000))
424
+ )
425
+ T(G
426
+ R(l4 (-75 -500) (150 1000))
427
+ )
428
+ T(D
429
+ R(l2 (75 -500) (450 1000))
430
+ )
431
+ T(B
432
+ R(l3 (-75 -500) (150 1000))
433
+ )
434
+ )
435
+ D(D$pfet_01v8_hvt$26 pfet_01v8_hvt
436
+ T(S
437
+ R(l2 (-525 -500) (450 1000))
438
+ )
439
+ T(G
440
+ R(l4 (-75 -500) (150 1000))
441
+ )
442
+ T(D
443
+ R(l2 (75 -500) (210 1000))
444
+ )
445
+ T(B
446
+ R(l3 (-75 -500) (150 1000))
447
+ )
448
+ )
449
+ D(D$pfet_01v8_hvt$27 pfet_01v8_hvt
450
+ T(S
451
+ R(l2 (-285 -210) (210 420))
452
+ )
453
+ T(G
454
+ R(l4 (-75 -210) (150 420))
455
+ )
456
+ T(D
457
+ R(l2 (75 -210) (270 420))
458
+ )
459
+ T(B
460
+ R(l3 (-75 -210) (150 420))
461
+ )
462
+ )
463
+ D(D$pfet_01v8_hvt$28 pfet_01v8_hvt
464
+ T(S
465
+ R(l2 (-345 -210) (270 420))
466
+ )
467
+ T(G
468
+ R(l4 (-75 -210) (150 420))
469
+ )
470
+ T(D
471
+ R(l2 (75 -210) (210 420))
472
+ )
473
+ T(B
474
+ R(l3 (-75 -210) (150 420))
475
+ )
476
+ )
477
+ D(D$pfet_01v8_hvt$29 pfet_01v8_hvt
478
+ T(S
479
+ Q(l2 (165 -430) (0 220) (-90 0) (0 420) (130 0) (0 360) (435 0) (0 -1000))
480
+ )
481
+ T(G
482
+ R(l4 (-75 -210) (150 420))
483
+ )
484
+ T(D
485
+ R(l2 (-285 -210) (210 420))
486
+ )
487
+ T(B
488
+ R(l3 (-75 -210) (150 420))
489
+ )
490
+ )
491
+ D(D$pfet_01v8_hvt$30 pfet_01v8_hvt
492
+ T(S
493
+ Q(l2 (-550 -500) (0 220) (-90 0) (0 420) (130 0) (0 360) (435 0) (0 -1000))
494
+ )
495
+ T(G
496
+ R(l4 (-75 -500) (150 1000))
497
+ )
498
+ T(D
499
+ R(l2 (75 -500) (365 1000))
500
+ )
501
+ T(B
502
+ R(l3 (-75 -500) (150 1000))
503
+ )
504
+ )
505
+ D(D$pfet_01v8_hvt$31 pfet_01v8_hvt
506
+ T(S
507
+ R(l2 (-345 -500) (270 1000))
508
+ )
509
+ T(G
510
+ R(l4 (-75 -500) (150 1000))
511
+ )
512
+ T(D
513
+ R(l2 (75 -500) (785 1000))
514
+ )
515
+ T(B
516
+ R(l3 (-75 -500) (150 1000))
517
+ )
518
+ )
519
+ D(D$pfet_01v8_hvt$32 pfet_01v8_hvt
520
+ T(S
521
+ R(l2 (-860 -500) (785 1000))
522
+ )
523
+ T(G
524
+ R(l4 (-75 -500) (150 1000))
525
+ )
526
+ T(D
527
+ R(l2 (75 -500) (300 1000))
528
+ )
529
+ T(B
530
+ R(l3 (-75 -500) (150 1000))
531
+ )
532
+ )
533
+ D(D$pfet_01v8_hvt$33 pfet_01v8_hvt
534
+ T(S
535
+ R(l2 (-335 -210) (260 420))
536
+ )
537
+ T(G
538
+ R(l4 (-75 -210) (150 420))
539
+ )
540
+ T(D
541
+ R(l2 (75 -210) (330 420))
542
+ )
543
+ T(B
544
+ R(l3 (-75 -210) (150 420))
545
+ )
546
+ )
547
+ D(D$pfet_01v8_hvt$34 pfet_01v8_hvt
548
+ T(S
549
+ R(l2 (-405 -210) (330 420))
550
+ )
551
+ T(G
552
+ R(l4 (-75 -210) (150 420))
553
+ )
554
+ T(D
555
+ R(l2 (75 -210) (210 420))
556
+ )
557
+ T(B
558
+ R(l3 (-75 -210) (150 420))
559
+ )
560
+ )
561
+ D(D$pfet_01v8_hvt$35 pfet_01v8_hvt
562
+ T(S
563
+ R(l2 (-285 -210) (210 420))
564
+ )
565
+ T(G
566
+ R(l4 (-75 -210) (150 420))
567
+ )
568
+ T(D
569
+ R(l2 (75 -210) (330 420))
570
+ )
571
+ T(B
572
+ R(l3 (-75 -210) (150 420))
573
+ )
574
+ )
575
+ D(D$pfet_01v8_hvt$36 pfet_01v8_hvt
576
+ T(S
577
+ R(l2 (-405 -210) (330 420))
578
+ )
579
+ T(G
580
+ R(l4 (-75 -210) (150 420))
581
+ )
582
+ T(D
583
+ Q(l2 (75 -210) (0 420) (75 0) (0 580) (265 0) (0 -1000))
584
+ )
585
+ T(B
586
+ R(l3 (-75 -210) (150 420))
587
+ )
588
+ )
589
+ D(D$pfet_01v8_hvt$37 pfet_01v8_hvt
590
+ T(S
591
+ Q(l2 (-415 -500) (0 420) (75 0) (0 580) (265 0) (0 -1000))
592
+ )
593
+ T(G
594
+ R(l4 (-75 -500) (150 1000))
595
+ )
596
+ T(D
597
+ R(l2 (75 -500) (270 1000))
598
+ )
599
+ T(B
600
+ R(l3 (-75 -500) (150 1000))
601
+ )
602
+ )
603
+ D(D$pfet_01v8_hvt$38 pfet_01v8_hvt
604
+ T(S
605
+ R(l2 (-335 -500) (260 1000))
606
+ )
607
+ T(G
608
+ R(l4 (-75 -500) (150 1000))
609
+ )
610
+ T(D
611
+ R(l2 (75 -500) (260 1000))
612
+ )
613
+ T(B
614
+ R(l3 (-75 -500) (150 1000))
615
+ )
616
+ )
617
+ D(D$pfet_01v8_hvt$39 pfet_01v8_hvt
618
+ T(S
619
+ R(l2 (-335 -500) (260 1000))
620
+ )
621
+ T(G
622
+ R(l4 (-75 -500) (150 1000))
623
+ )
624
+ T(D
625
+ R(l2 (75 -500) (380 1000))
626
+ )
627
+ T(B
628
+ R(l3 (-75 -500) (150 1000))
629
+ )
630
+ )
631
+ D(D$pfet_01v8_hvt$40 pfet_01v8_hvt
632
+ T(S
633
+ R(l2 (-455 -500) (380 1000))
634
+ )
635
+ T(G
636
+ R(l4 (-75 -500) (150 1000))
637
+ )
638
+ T(D
639
+ R(l2 (75 -500) (270 1000))
640
+ )
641
+ T(B
642
+ R(l3 (-75 -500) (150 1000))
643
+ )
644
+ )
645
+ D(D$pfet_01v8_hvt$41 pfet_01v8_hvt
646
+ T(S
647
+ R(l2 (-335 -500) (260 1000))
648
+ )
649
+ T(G
650
+ R(l4 (-75 -500) (150 1000))
651
+ )
652
+ T(D
653
+ R(l2 (75 -500) (275 1000))
654
+ )
655
+ T(B
656
+ R(l3 (-75 -500) (150 1000))
657
+ )
658
+ )
659
+ D(D$pfet_01v8_hvt$42 pfet_01v8_hvt
660
+ T(S
661
+ R(l2 (-350 -500) (275 1000))
662
+ )
663
+ T(G
664
+ R(l4 (-75 -500) (150 1000))
665
+ )
666
+ T(D
667
+ R(l2 (75 -500) (280 1000))
668
+ )
669
+ T(B
670
+ R(l3 (-75 -500) (150 1000))
671
+ )
672
+ )
673
+ D(D$pfet_01v8_hvt$43 pfet_01v8_hvt
674
+ T(S
675
+ R(l2 (-355 -500) (280 1000))
676
+ )
677
+ T(G
678
+ R(l4 (-75 -500) (150 1000))
679
+ )
680
+ T(D
681
+ R(l2 (75 -500) (265 1000))
682
+ )
683
+ T(B
684
+ R(l3 (-75 -500) (150 1000))
685
+ )
686
+ )
687
+ D(D$pfet_01v8_hvt$44 pfet_01v8_hvt
688
+ T(S
689
+ R(l2 (-335 -500) (260 1000))
690
+ )
691
+ T(G
692
+ R(l4 (-75 -500) (150 1000))
693
+ )
694
+ T(D
695
+ R(l2 (75 -500) (260 1000))
696
+ )
697
+ T(B
698
+ R(l3 (-75 -500) (150 1000))
699
+ )
700
+ )
701
+ D(D$pfet_01v8_hvt$45 pfet_01v8_hvt
702
+ T(S
703
+ R(l2 (-340 -500) (265 1000))
704
+ )
705
+ T(G
706
+ R(l4 (-75 -500) (150 1000))
707
+ )
708
+ T(D
709
+ R(l2 (75 -500) (280 1000))
710
+ )
711
+ T(B
712
+ R(l3 (-75 -500) (150 1000))
713
+ )
714
+ )
715
+ D(D$pfet_01v8_hvt$46 pfet_01v8_hvt
716
+ T(S
717
+ R(l2 (-355 -500) (280 1000))
718
+ )
719
+ T(G
720
+ R(l4 (-75 -500) (150 1000))
721
+ )
722
+ T(D
723
+ R(l2 (75 -500) (295 1000))
724
+ )
725
+ T(B
726
+ R(l3 (-75 -500) (150 1000))
727
+ )
728
+ )
729
+ D(D$pfet_01v8_hvt$47 pfet_01v8_hvt
730
+ T(S
731
+ R(l2 (-370 -500) (295 1000))
732
+ )
733
+ T(G
734
+ R(l4 (-75 -500) (150 1000))
735
+ )
736
+ T(D
737
+ R(l2 (75 -500) (265 1000))
738
+ )
739
+ T(B
740
+ R(l3 (-75 -500) (150 1000))
741
+ )
742
+ )
743
+ D(D$pfet_01v8_hvt$48 pfet_01v8_hvt
744
+ T(S
745
+ R(l2 (-375 -500) (300 1000))
746
+ )
747
+ T(G
748
+ R(l4 (-75 -500) (150 1000))
749
+ )
750
+ T(D
751
+ R(l2 (75 -500) (270 1000))
752
+ )
753
+ T(B
754
+ R(l3 (-75 -500) (150 1000))
755
+ )
756
+ )
757
+ D(D$pfet_01v8_hvt$49 pfet_01v8_hvt
758
+ T(S
759
+ R(l2 (-345 -500) (270 1000))
760
+ )
761
+ T(G
762
+ R(l4 (-75 -500) (150 1000))
763
+ )
764
+ T(D
765
+ R(l2 (75 -500) (730 1000))
766
+ )
767
+ T(B
768
+ R(l3 (-75 -500) (150 1000))
769
+ )
770
+ )
771
+ D(D$pfet_01v8_hvt$50 pfet_01v8_hvt
772
+ T(S
773
+ R(l2 (-805 -500) (730 1000))
774
+ )
775
+ T(G
776
+ R(l4 (-75 -500) (150 1000))
777
+ )
778
+ T(D
779
+ R(l2 (75 -500) (210 1000))
780
+ )
781
+ T(B
782
+ R(l3 (-75 -500) (150 1000))
783
+ )
784
+ )
785
+ D(D$pfet_01v8_hvt$51 pfet_01v8_hvt
786
+ T(S
787
+ R(l2 (-285 -500) (210 1000))
788
+ )
789
+ T(G
790
+ R(l4 (-75 -500) (150 1000))
791
+ )
792
+ T(D
793
+ R(l2 (75 -500) (330 1000))
794
+ )
795
+ T(B
796
+ R(l3 (-75 -500) (150 1000))
797
+ )
798
+ )
799
+ D(D$pfet_01v8_hvt$52 pfet_01v8_hvt
800
+ T(S
801
+ R(l2 (-405 -500) (330 1000))
802
+ )
803
+ T(G
804
+ R(l4 (-75 -500) (150 1000))
805
+ )
806
+ T(D
807
+ R(l2 (75 -500) (360 1000))
808
+ )
809
+ T(B
810
+ R(l3 (-75 -500) (150 1000))
811
+ )
812
+ )
813
+ D(D$pfet_01v8_hvt$53 pfet_01v8_hvt
814
+ T(S
815
+ R(l2 (-340 -210) (265 420))
816
+ )
817
+ T(G
818
+ R(l4 (-75 -210) (150 420))
819
+ )
820
+ T(D
821
+ R(l2 (75 -210) (290 420))
822
+ )
823
+ T(B
824
+ R(l3 (-75 -210) (150 420))
825
+ )
826
+ )
827
+ D(D$pfet_01v8_hvt$54 pfet_01v8_hvt
828
+ T(S
829
+ Q(l2 (205 -430) (0 220) (-130 0) (0 420) (620 0) (0 -640))
830
+ )
831
+ T(G
832
+ R(l4 (-75 -210) (150 420))
833
+ )
834
+ T(D
835
+ R(l2 (-365 -210) (290 420))
836
+ )
837
+ T(B
838
+ R(l3 (-75 -210) (150 420))
839
+ )
840
+ )
841
+ D(D$pfet_01v8_hvt$55 pfet_01v8_hvt
842
+ T(S
843
+ Q(l2 (-565 -320) (0 220) (-130 0) (0 420) (620 0) (0 -640))
844
+ )
845
+ T(G
846
+ R(l4 (-75 -320) (150 640))
847
+ )
848
+ T(D
849
+ R(l2 (75 -320) (265 640))
850
+ )
851
+ T(B
852
+ R(l3 (-75 -320) (150 640))
853
+ )
854
+ )
855
+ D(D$pfet_01v8_hvt$56 pfet_01v8_hvt
856
+ T(S
857
+ R(l2 (-345 -500) (270 1000))
858
+ )
859
+ T(G
860
+ R(l4 (-75 -500) (150 1000))
861
+ )
862
+ T(D
863
+ R(l2 (75 -500) (390 1000))
864
+ )
865
+ T(B
866
+ R(l3 (-75 -500) (150 1000))
867
+ )
868
+ )
869
+ D(D$pfet_01v8_hvt$57 pfet_01v8_hvt
870
+ T(S
871
+ R(l2 (-465 -500) (390 1000))
872
+ )
873
+ T(G
874
+ R(l4 (-75 -500) (150 1000))
875
+ )
876
+ T(D
877
+ R(l2 (75 -500) (260 1000))
878
+ )
879
+ T(B
880
+ R(l3 (-75 -500) (150 1000))
881
+ )
882
+ )
883
+ D(D$pfet_01v8_hvt$58 pfet_01v8_hvt
884
+ T(S
885
+ R(l2 (-340 -320) (265 640))
886
+ )
887
+ T(G
888
+ R(l4 (-75 -320) (150 640))
889
+ )
890
+ T(D
891
+ R(l2 (75 -320) (240 640))
892
+ )
893
+ T(B
894
+ R(l3 (-75 -320) (150 640))
895
+ )
896
+ )
897
+ D(D$pfet_01v8_hvt$59 pfet_01v8_hvt
898
+ T(S
899
+ R(l2 (-315 -320) (240 640))
900
+ )
901
+ T(G
902
+ R(l4 (-75 -320) (150 640))
903
+ )
904
+ T(D
905
+ R(l2 (75 -320) (280 640))
906
+ )
907
+ T(B
908
+ R(l3 (-75 -320) (150 640))
909
+ )
910
+ )
911
+ D(D$pfet_01v8_hvt$60 pfet_01v8_hvt
912
+ T(S
913
+ R(l2 (-355 -320) (280 640))
914
+ )
915
+ T(G
916
+ R(l4 (-75 -320) (150 640))
917
+ )
918
+ T(D
919
+ R(l2 (75 -320) (285 640))
920
+ )
921
+ T(B
922
+ R(l3 (-75 -320) (150 640))
923
+ )
924
+ )
925
+ D(D$pfet_01v8_hvt$61 pfet_01v8_hvt
926
+ T(S
927
+ R(l2 (-355 -500) (280 1000))
928
+ )
929
+ T(G
930
+ R(l4 (-75 -500) (150 1000))
931
+ )
932
+ T(D
933
+ R(l2 (75 -500) (280 1000))
934
+ )
935
+ T(B
936
+ R(l3 (-75 -500) (150 1000))
937
+ )
938
+ )
939
+ D(D$pfet_01v8_hvt$62 pfet_01v8_hvt
940
+ T(S
941
+ R(l2 (-345 -500) (270 1000))
942
+ )
943
+ T(G
944
+ R(l4 (-75 -500) (150 1000))
945
+ )
946
+ T(D
947
+ R(l2 (75 -500) (280 1000))
948
+ )
949
+ T(B
950
+ R(l3 (-75 -500) (150 1000))
951
+ )
952
+ )
953
+ D(D$pfet_01v8_hvt$63 pfet_01v8_hvt
954
+ T(S
955
+ R(l2 (-335 -210) (260 420))
956
+ )
957
+ T(G
958
+ R(l4 (-75 -210) (150 420))
959
+ )
960
+ T(D
961
+ Q(l2 (75 -210) (0 420) (130 0) (0 580) (260 0) (0 -1000))
962
+ )
963
+ T(B
964
+ R(l3 (-75 -210) (150 420))
965
+ )
966
+ )
967
+ D(D$pfet_01v8_hvt$64 pfet_01v8_hvt
968
+ T(S
969
+ Q(l2 (-465 -500) (0 420) (130 0) (0 580) (260 0) (0 -1000))
970
+ )
971
+ T(G
972
+ R(l4 (-75 -500) (150 1000))
973
+ )
974
+ T(D
975
+ R(l2 (75 -500) (210 1000))
976
+ )
977
+ T(B
978
+ R(l3 (-75 -500) (150 1000))
979
+ )
980
+ )
981
+ D(D$pfet_01v8_hvt$65 pfet_01v8_hvt
982
+ T(S
983
+ R(l2 (-335 -210) (260 420))
984
+ )
985
+ T(G
986
+ R(l4 (-75 -210) (150 420))
987
+ )
988
+ T(D
989
+ Q(l2 (75 -210) (0 420) (75 0) (0 580) (260 0) (0 -1000))
990
+ )
991
+ T(B
992
+ R(l3 (-75 -210) (150 420))
993
+ )
994
+ )
995
+ D(D$pfet_01v8_hvt$66 pfet_01v8_hvt
996
+ T(S
997
+ Q(l2 (-410 -500) (0 420) (75 0) (0 580) (260 0) (0 -1000))
998
+ )
999
+ T(G
1000
+ R(l4 (-75 -500) (150 1000))
1001
+ )
1002
+ T(D
1003
+ R(l2 (75 -500) (270 1000))
1004
+ )
1005
+ T(B
1006
+ R(l3 (-75 -500) (150 1000))
1007
+ )
1008
+ )
1009
+ D(D$pfet_01v8_hvt$67 pfet_01v8_hvt
1010
+ T(S
1011
+ R(l2 (-345 -500) (270 1000))
1012
+ )
1013
+ T(G
1014
+ R(l4 (-75 -500) (150 1000))
1015
+ )
1016
+ T(D
1017
+ R(l2 (75 -500) (265 1000))
1018
+ )
1019
+ T(B
1020
+ R(l3 (-75 -500) (150 1000))
1021
+ )
1022
+ )
1023
+ D(D$pfet_01v8_hvt$68 pfet_01v8_hvt
1024
+ T(S
1025
+ R(l2 (-345 -500) (270 1000))
1026
+ )
1027
+ T(G
1028
+ R(l4 (-75 -500) (150 1000))
1029
+ )
1030
+ T(D
1031
+ R(l2 (75 -500) (270 1000))
1032
+ )
1033
+ T(B
1034
+ R(l3 (-75 -500) (150 1000))
1035
+ )
1036
+ )
1037
+ D(D$pfet_01v8_hvt$69 pfet_01v8_hvt
1038
+ T(S
1039
+ R(l2 (-335 -500) (260 1000))
1040
+ )
1041
+ T(G
1042
+ R(l4 (-75 -500) (150 1000))
1043
+ )
1044
+ T(D
1045
+ R(l2 (75 -500) (305 1000))
1046
+ )
1047
+ T(B
1048
+ R(l3 (-75 -500) (150 1000))
1049
+ )
1050
+ )
1051
+ D(D$pfet_01v8_hvt$70 pfet_01v8_hvt
1052
+ T(S
1053
+ R(l2 (-380 -500) (305 1000))
1054
+ )
1055
+ T(G
1056
+ R(l4 (-75 -500) (150 1000))
1057
+ )
1058
+ T(D
1059
+ R(l2 (75 -500) (305 1000))
1060
+ )
1061
+ T(B
1062
+ R(l3 (-75 -500) (150 1000))
1063
+ )
1064
+ )
1065
+ D(D$pfet_01v8_hvt$71 pfet_01v8_hvt
1066
+ T(S
1067
+ R(l2 (-340 -500) (265 1000))
1068
+ )
1069
+ T(G
1070
+ R(l4 (-75 -500) (150 1000))
1071
+ )
1072
+ T(D
1073
+ R(l2 (75 -500) (345 1000))
1074
+ )
1075
+ T(B
1076
+ R(l3 (-75 -500) (150 1000))
1077
+ )
1078
+ )
1079
+ D(D$pfet_01v8_hvt$72 pfet_01v8_hvt
1080
+ T(S
1081
+ R(l2 (-420 -500) (345 1000))
1082
+ )
1083
+ T(G
1084
+ R(l4 (-75 -500) (150 1000))
1085
+ )
1086
+ T(D
1087
+ R(l2 (75 -500) (320 1000))
1088
+ )
1089
+ T(B
1090
+ R(l3 (-75 -500) (150 1000))
1091
+ )
1092
+ )
1093
+ D(D$pfet_01v8_hvt$73 pfet_01v8_hvt
1094
+ T(S
1095
+ R(l2 (-395 -500) (320 1000))
1096
+ )
1097
+ T(G
1098
+ R(l4 (-75 -500) (150 1000))
1099
+ )
1100
+ T(D
1101
+ R(l2 (75 -500) (330 1000))
1102
+ )
1103
+ T(B
1104
+ R(l3 (-75 -500) (150 1000))
1105
+ )
1106
+ )
1107
+ D(D$pfet_01v8_hvt$74 pfet_01v8_hvt
1108
+ T(S
1109
+ R(l2 (-405 -500) (330 1000))
1110
+ )
1111
+ T(G
1112
+ R(l4 (-75 -500) (150 1000))
1113
+ )
1114
+ T(D
1115
+ R(l2 (75 -500) (330 1000))
1116
+ )
1117
+ T(B
1118
+ R(l3 (-75 -500) (150 1000))
1119
+ )
1120
+ )
1121
+ D(D$pfet_01v8_hvt$75 pfet_01v8_hvt
1122
+ T(S
1123
+ R(l2 (-405 -500) (330 1000))
1124
+ )
1125
+ T(G
1126
+ R(l4 (-75 -500) (150 1000))
1127
+ )
1128
+ T(D
1129
+ R(l2 (75 -500) (320 1000))
1130
+ )
1131
+ T(B
1132
+ R(l3 (-75 -500) (150 1000))
1133
+ )
1134
+ )
1135
+ D(D$pfet_01v8_hvt$76 pfet_01v8_hvt
1136
+ T(S
1137
+ R(l2 (-340 -210) (265 420))
1138
+ )
1139
+ T(G
1140
+ R(l4 (-75 -210) (150 420))
1141
+ )
1142
+ T(D
1143
+ R(l2 (75 -210) (265 420))
1144
+ )
1145
+ T(B
1146
+ R(l3 (-75 -210) (150 420))
1147
+ )
1148
+ )
1149
+ D(D$pfet_01v8_hvt$77 pfet_01v8_hvt
1150
+ T(S
1151
+ R(l2 (-335 -420) (260 840))
1152
+ )
1153
+ T(G
1154
+ R(l4 (-75 -420) (150 840))
1155
+ )
1156
+ T(D
1157
+ R(l2 (75 -420) (270 840))
1158
+ )
1159
+ T(B
1160
+ R(l3 (-75 -420) (150 840))
1161
+ )
1162
+ )
1163
+ D(D$pfet_01v8_hvt$78 pfet_01v8_hvt
1164
+ T(S
1165
+ R(l2 (-345 -420) (270 840))
1166
+ )
1167
+ T(G
1168
+ R(l4 (-75 -420) (150 840))
1169
+ )
1170
+ T(D
1171
+ R(l2 (75 -420) (280 840))
1172
+ )
1173
+ T(B
1174
+ R(l3 (-75 -420) (150 840))
1175
+ )
1176
+ )
1177
+ D(D$nfet_01v8 nfet_01v8
1178
+ T(S
1179
+ R(l8 (-355 -325) (280 650))
1180
+ )
1181
+ T(G
1182
+ R(l4 (-75 -325) (150 650))
1183
+ )
1184
+ T(D
1185
+ R(l8 (75 -325) (270 650))
1186
+ )
1187
+ T(B
1188
+ R(l9 (-75 -325) (150 650))
1189
+ )
1190
+ )
1191
+ D(D$nfet_01v8$1 nfet_01v8
1192
+ T(S
1193
+ R(l8 (-345 -325) (270 650))
1194
+ )
1195
+ T(G
1196
+ R(l4 (-75 -325) (150 650))
1197
+ )
1198
+ T(D
1199
+ R(l8 (75 -325) (270 650))
1200
+ )
1201
+ T(B
1202
+ R(l9 (-75 -325) (150 650))
1203
+ )
1204
+ )
1205
+ D(D$nfet_01v8$2 nfet_01v8
1206
+ T(S
1207
+ R(l8 (-345 -325) (270 650))
1208
+ )
1209
+ T(G
1210
+ R(l4 (-75 -325) (150 650))
1211
+ )
1212
+ T(D
1213
+ R(l8 (75 -325) (260 650))
1214
+ )
1215
+ T(B
1216
+ R(l9 (-75 -325) (150 650))
1217
+ )
1218
+ )
1219
+ D(D$nfet_01v8$3 nfet_01v8
1220
+ T(S
1221
+ R(l8 (-335 -210) (260 420))
1222
+ )
1223
+ T(G
1224
+ R(l4 (-75 -210) (150 420))
1225
+ )
1226
+ T(D
1227
+ Q(l8 (75 -210) (0 420) (75 0) (0 230) (260 0) (0 -650))
1228
+ )
1229
+ T(B
1230
+ R(l9 (-75 -210) (150 420))
1231
+ )
1232
+ )
1233
+ D(D$nfet_01v8$4 nfet_01v8
1234
+ T(S
1235
+ Q(l8 (-410 -325) (0 420) (75 0) (0 230) (260 0) (0 -650))
1236
+ )
1237
+ T(G
1238
+ R(l4 (-75 -325) (150 650))
1239
+ )
1240
+ T(D
1241
+ R(l8 (75 -325) (270 650))
1242
+ )
1243
+ T(B
1244
+ R(l9 (-75 -325) (150 650))
1245
+ )
1246
+ )
1247
+ D(D$nfet_01v8$5 nfet_01v8
1248
+ T(S
1249
+ R(l8 (-345 -325) (270 650))
1250
+ )
1251
+ T(G
1252
+ R(l4 (-75 -325) (150 650))
1253
+ )
1254
+ T(D
1255
+ R(l8 (75 -325) (330 650))
1256
+ )
1257
+ T(B
1258
+ R(l9 (-75 -325) (150 650))
1259
+ )
1260
+ )
1261
+ D(D$nfet_01v8$6 nfet_01v8
1262
+ T(S
1263
+ R(l8 (-405 -325) (330 650))
1264
+ )
1265
+ T(G
1266
+ R(l4 (-75 -325) (150 650))
1267
+ )
1268
+ T(D
1269
+ R(l8 (75 -325) (260 650))
1270
+ )
1271
+ T(B
1272
+ R(l9 (-75 -325) (150 650))
1273
+ )
1274
+ )
1275
+ D(D$nfet_01v8$7 nfet_01v8
1276
+ T(S
1277
+ R(l8 (-335 -325) (260 650))
1278
+ )
1279
+ T(G
1280
+ R(l4 (-75 -325) (150 650))
1281
+ )
1282
+ T(D
1283
+ R(l8 (75 -325) (270 650))
1284
+ )
1285
+ T(B
1286
+ R(l9 (-75 -325) (150 650))
1287
+ )
1288
+ )
1289
+ D(D$nfet_01v8$8 nfet_01v8
1290
+ T(S
1291
+ R(l8 (-345 -325) (270 650))
1292
+ )
1293
+ T(G
1294
+ R(l4 (-75 -325) (150 650))
1295
+ )
1296
+ T(D
1297
+ R(l8 (75 -325) (350 650))
1298
+ )
1299
+ T(B
1300
+ R(l9 (-75 -325) (150 650))
1301
+ )
1302
+ )
1303
+ D(D$nfet_01v8$9 nfet_01v8
1304
+ T(S
1305
+ R(l8 (-425 -325) (350 650))
1306
+ )
1307
+ T(G
1308
+ R(l4 (-75 -325) (150 650))
1309
+ )
1310
+ T(D
1311
+ R(l8 (75 -325) (270 650))
1312
+ )
1313
+ T(B
1314
+ R(l9 (-75 -325) (150 650))
1315
+ )
1316
+ )
1317
+ D(D$nfet_01v8$10 nfet_01v8
1318
+ T(S
1319
+ R(l8 (-335 -325) (260 650))
1320
+ )
1321
+ T(G
1322
+ R(l4 (-75 -325) (150 650))
1323
+ )
1324
+ T(D
1325
+ R(l8 (75 -325) (260 650))
1326
+ )
1327
+ T(B
1328
+ R(l9 (-75 -325) (150 650))
1329
+ )
1330
+ )
1331
+ D(D$nfet_01v8$11 nfet_01v8
1332
+ T(S
1333
+ R(l8 (-345 -325) (270 650))
1334
+ )
1335
+ T(G
1336
+ R(l4 (-75 -325) (150 650))
1337
+ )
1338
+ T(D
1339
+ R(l8 (75 -325) (770 650))
1340
+ )
1341
+ T(B
1342
+ R(l9 (-75 -325) (150 650))
1343
+ )
1344
+ )
1345
+ D(D$nfet_01v8$12 nfet_01v8
1346
+ T(S
1347
+ R(l8 (-845 -325) (770 650))
1348
+ )
1349
+ T(G
1350
+ R(l4 (-75 -325) (150 650))
1351
+ )
1352
+ T(D
1353
+ R(l8 (75 -325) (320 650))
1354
+ )
1355
+ T(B
1356
+ R(l9 (-75 -325) (150 650))
1357
+ )
1358
+ )
1359
+ D(D$nfet_01v8$13 nfet_01v8
1360
+ T(S
1361
+ R(l8 (-335 -210) (260 420))
1362
+ )
1363
+ T(G
1364
+ R(l4 (-75 -210) (150 420))
1365
+ )
1366
+ T(D
1367
+ R(l8 (75 -210) (270 420))
1368
+ )
1369
+ T(B
1370
+ R(l9 (-75 -210) (150 420))
1371
+ )
1372
+ )
1373
+ D(D$nfet_01v8$14 nfet_01v8
1374
+ T(S
1375
+ R(l8 (-345 -210) (270 420))
1376
+ )
1377
+ T(G
1378
+ R(l4 (-75 -210) (150 420))
1379
+ )
1380
+ T(D
1381
+ Q(l8 (75 -210) (0 420) (75 0) (0 230) (260 0) (0 -650))
1382
+ )
1383
+ T(B
1384
+ R(l9 (-75 -210) (150 420))
1385
+ )
1386
+ )
1387
+ D(D$nfet_01v8$15 nfet_01v8
1388
+ T(S
1389
+ Q(l8 (-410 -325) (0 420) (75 0) (0 230) (260 0) (0 -650))
1390
+ )
1391
+ T(G
1392
+ R(l4 (-75 -325) (150 650))
1393
+ )
1394
+ T(D
1395
+ R(l8 (75 -325) (260 650))
1396
+ )
1397
+ T(B
1398
+ R(l9 (-75 -325) (150 650))
1399
+ )
1400
+ )
1401
+ D(D$nfet_01v8$16 nfet_01v8
1402
+ T(S
1403
+ R(l8 (-345 -325) (270 650))
1404
+ )
1405
+ T(G
1406
+ R(l4 (-75 -325) (150 650))
1407
+ )
1408
+ T(D
1409
+ R(l8 (75 -325) (380 650))
1410
+ )
1411
+ T(B
1412
+ R(l9 (-75 -325) (150 650))
1413
+ )
1414
+ )
1415
+ D(D$nfet_01v8$17 nfet_01v8
1416
+ T(S
1417
+ R(l8 (-335 -325) (260 650))
1418
+ )
1419
+ T(G
1420
+ R(l4 (-75 -325) (150 650))
1421
+ )
1422
+ T(D
1423
+ R(l8 (75 -325) (285 650))
1424
+ )
1425
+ T(B
1426
+ R(l9 (-75 -325) (150 650))
1427
+ )
1428
+ )
1429
+ D(D$nfet_01v8$18 nfet_01v8
1430
+ T(S
1431
+ R(l8 (-360 -325) (285 650))
1432
+ )
1433
+ T(G
1434
+ R(l4 (-75 -325) (150 650))
1435
+ )
1436
+ T(D
1437
+ R(l8 (75 -325) (355 650))
1438
+ )
1439
+ T(B
1440
+ R(l9 (-75 -325) (150 650))
1441
+ )
1442
+ )
1443
+ D(D$nfet_01v8$19 nfet_01v8
1444
+ T(S
1445
+ R(l8 (-430 -325) (355 650))
1446
+ )
1447
+ T(G
1448
+ R(l4 (-75 -325) (150 650))
1449
+ )
1450
+ T(D
1451
+ R(l8 (75 -325) (270 650))
1452
+ )
1453
+ T(B
1454
+ R(l9 (-75 -325) (150 650))
1455
+ )
1456
+ )
1457
+ D(D$nfet_01v8$20 nfet_01v8
1458
+ T(S
1459
+ Q(l8 (-325 -325) (0 380) (-10 0) (0 270) (260 0) (0 -650))
1460
+ )
1461
+ T(G
1462
+ R(l4 (-75 -325) (150 650))
1463
+ )
1464
+ T(D
1465
+ R(l8 (75 -325) (270 650))
1466
+ )
1467
+ T(B
1468
+ R(l9 (-75 -325) (150 650))
1469
+ )
1470
+ )
1471
+ D(D$nfet_01v8$21 nfet_01v8
1472
+ T(S
1473
+ R(l8 (-345 -325) (270 650))
1474
+ )
1475
+ T(G
1476
+ R(l4 (-75 -325) (150 650))
1477
+ )
1478
+ T(D
1479
+ R(l8 (75 -325) (360 650))
1480
+ )
1481
+ T(B
1482
+ R(l9 (-75 -325) (150 650))
1483
+ )
1484
+ )
1485
+ D(D$nfet_01v8$22 nfet_01v8
1486
+ T(S
1487
+ R(l8 (-435 -325) (360 650))
1488
+ )
1489
+ T(G
1490
+ R(l4 (-75 -325) (150 650))
1491
+ )
1492
+ T(D
1493
+ R(l8 (75 -325) (270 650))
1494
+ )
1495
+ T(B
1496
+ R(l9 (-75 -325) (150 650))
1497
+ )
1498
+ )
1499
+ D(D$nfet_01v8$23 nfet_01v8
1500
+ T(S
1501
+ R(l8 (-335 -325) (260 650))
1502
+ )
1503
+ T(G
1504
+ R(l4 (-75 -325) (150 650))
1505
+ )
1506
+ T(D
1507
+ Q(l8 (75 -325) (0 650) (250 0) (0 -360) (10 0) (0 -290))
1508
+ )
1509
+ T(B
1510
+ R(l9 (-75 -325) (150 650))
1511
+ )
1512
+ )
1513
+ D(D$nfet_01v8$24 nfet_01v8
1514
+ T(S
1515
+ R(l8 (-335 -210) (260 420))
1516
+ )
1517
+ T(G
1518
+ R(l4 (-75 -210) (150 420))
1519
+ )
1520
+ T(D
1521
+ R(l8 (75 -210) (210 420))
1522
+ )
1523
+ T(B
1524
+ R(l9 (-75 -210) (150 420))
1525
+ )
1526
+ )
1527
+ D(D$nfet_01v8$25 nfet_01v8
1528
+ T(S
1529
+ R(l8 (-285 -210) (210 420))
1530
+ )
1531
+ T(G
1532
+ R(l4 (-75 -210) (150 420))
1533
+ )
1534
+ T(D
1535
+ R(l8 (75 -210) (270 420))
1536
+ )
1537
+ T(B
1538
+ R(l9 (-75 -210) (150 420))
1539
+ )
1540
+ )
1541
+ D(D$nfet_01v8$26 nfet_01v8
1542
+ T(S
1543
+ R(l8 (-345 -210) (270 420))
1544
+ )
1545
+ T(G
1546
+ R(l4 (-75 -210) (150 420))
1547
+ )
1548
+ T(D
1549
+ R(l8 (75 -210) (210 420))
1550
+ )
1551
+ T(B
1552
+ R(l9 (-75 -210) (150 420))
1553
+ )
1554
+ )
1555
+ D(D$nfet_01v8$27 nfet_01v8
1556
+ T(S
1557
+ R(l8 (-285 -210) (210 420))
1558
+ )
1559
+ T(G
1560
+ R(l4 (-75 -210) (150 420))
1561
+ )
1562
+ T(D
1563
+ Q(l8 (75 -210) (0 420) (315 0) (0 230) (250 0) (0 -650))
1564
+ )
1565
+ T(B
1566
+ R(l9 (-75 -210) (150 420))
1567
+ )
1568
+ )
1569
+ D(D$nfet_01v8$28 nfet_01v8
1570
+ T(S
1571
+ Q(l8 (-640 -325) (0 420) (315 0) (0 230) (250 0) (0 -650))
1572
+ )
1573
+ T(G
1574
+ R(l4 (-75 -325) (150 650))
1575
+ )
1576
+ T(D
1577
+ R(l8 (75 -325) (365 650))
1578
+ )
1579
+ T(B
1580
+ R(l9 (-75 -325) (150 650))
1581
+ )
1582
+ )
1583
+ D(D$nfet_01v8$29 nfet_01v8
1584
+ T(S
1585
+ R(l8 (-345 -325) (270 650))
1586
+ )
1587
+ T(G
1588
+ R(l4 (-75 -325) (150 650))
1589
+ )
1590
+ T(D
1591
+ R(l8 (75 -325) (610 650))
1592
+ )
1593
+ T(B
1594
+ R(l9 (-75 -325) (150 650))
1595
+ )
1596
+ )
1597
+ D(D$nfet_01v8$30 nfet_01v8
1598
+ T(S
1599
+ R(l8 (-685 -325) (610 650))
1600
+ )
1601
+ T(G
1602
+ R(l4 (-75 -325) (150 650))
1603
+ )
1604
+ T(D
1605
+ R(l8 (75 -325) (340 650))
1606
+ )
1607
+ T(B
1608
+ R(l9 (-75 -325) (150 650))
1609
+ )
1610
+ )
1611
+ D(D$nfet_01v8$31 nfet_01v8
1612
+ T(S
1613
+ R(l8 (-335 -210) (260 420))
1614
+ )
1615
+ T(G
1616
+ R(l4 (-75 -210) (150 420))
1617
+ )
1618
+ T(D
1619
+ R(l8 (75 -210) (330 420))
1620
+ )
1621
+ T(B
1622
+ R(l9 (-75 -210) (150 420))
1623
+ )
1624
+ )
1625
+ D(D$nfet_01v8$32 nfet_01v8
1626
+ T(S
1627
+ R(l8 (-405 -210) (330 420))
1628
+ )
1629
+ T(G
1630
+ R(l4 (-75 -210) (150 420))
1631
+ )
1632
+ T(D
1633
+ R(l8 (75 -210) (270 420))
1634
+ )
1635
+ T(B
1636
+ R(l9 (-75 -210) (150 420))
1637
+ )
1638
+ )
1639
+ D(D$nfet_01v8$33 nfet_01v8
1640
+ T(S
1641
+ R(l8 (-345 -210) (270 420))
1642
+ )
1643
+ T(G
1644
+ R(l4 (-75 -210) (150 420))
1645
+ )
1646
+ T(D
1647
+ R(l8 (75 -210) (270 420))
1648
+ )
1649
+ T(B
1650
+ R(l9 (-75 -210) (150 420))
1651
+ )
1652
+ )
1653
+ D(D$nfet_01v8$34 nfet_01v8
1654
+ T(S
1655
+ Q(l8 (150 -240) (0 30) (-75 0) (0 420) (75 0) (0 200) (265 0) (0 -650))
1656
+ )
1657
+ T(G
1658
+ R(l4 (-75 -210) (150 420))
1659
+ )
1660
+ T(D
1661
+ R(l8 (-345 -210) (270 420))
1662
+ )
1663
+ T(B
1664
+ R(l9 (-75 -210) (150 420))
1665
+ )
1666
+ )
1667
+ D(D$nfet_01v8$35 nfet_01v8
1668
+ T(S
1669
+ Q(l8 (-340 -325) (0 30) (-75 0) (0 420) (75 0) (0 200) (265 0) (0 -650))
1670
+ )
1671
+ T(G
1672
+ R(l4 (-75 -325) (150 650))
1673
+ )
1674
+ T(D
1675
+ R(l8 (75 -325) (270 650))
1676
+ )
1677
+ T(B
1678
+ R(l9 (-75 -325) (150 650))
1679
+ )
1680
+ )
1681
+ D(D$nfet_01v8$36 nfet_01v8
1682
+ T(S
1683
+ R(l8 (-335 -325) (260 650))
1684
+ )
1685
+ T(G
1686
+ R(l4 (-75 -325) (150 650))
1687
+ )
1688
+ T(D
1689
+ R(l8 (75 -325) (365 650))
1690
+ )
1691
+ T(B
1692
+ R(l9 (-75 -325) (150 650))
1693
+ )
1694
+ )
1695
+ D(D$nfet_01v8$37 nfet_01v8
1696
+ T(S
1697
+ R(l8 (-440 -325) (365 650))
1698
+ )
1699
+ T(G
1700
+ R(l4 (-75 -325) (150 650))
1701
+ )
1702
+ T(D
1703
+ R(l8 (75 -325) (275 650))
1704
+ )
1705
+ T(B
1706
+ R(l9 (-75 -325) (150 650))
1707
+ )
1708
+ )
1709
+ D(D$nfet_01v8$38 nfet_01v8
1710
+ T(S
1711
+ R(l8 (-350 -325) (275 650))
1712
+ )
1713
+ T(G
1714
+ R(l4 (-75 -325) (150 650))
1715
+ )
1716
+ T(D
1717
+ R(l8 (75 -325) (270 650))
1718
+ )
1719
+ T(B
1720
+ R(l9 (-75 -325) (150 650))
1721
+ )
1722
+ )
1723
+ D(D$nfet_01v8$39 nfet_01v8
1724
+ T(S
1725
+ R(l8 (-335 -325) (260 650))
1726
+ )
1727
+ T(G
1728
+ R(l4 (-75 -325) (150 650))
1729
+ )
1730
+ T(D
1731
+ R(l8 (75 -325) (790 650))
1732
+ )
1733
+ T(B
1734
+ R(l9 (-75 -325) (150 650))
1735
+ )
1736
+ )
1737
+ D(D$nfet_01v8$40 nfet_01v8
1738
+ T(S
1739
+ R(l8 (-865 -325) (790 650))
1740
+ )
1741
+ T(G
1742
+ R(l4 (-75 -325) (150 650))
1743
+ )
1744
+ T(D
1745
+ R(l8 (75 -325) (275 650))
1746
+ )
1747
+ T(B
1748
+ R(l9 (-75 -325) (150 650))
1749
+ )
1750
+ )
1751
+ D(D$nfet_01v8$41 nfet_01v8
1752
+ T(S
1753
+ R(l8 (-350 -325) (275 650))
1754
+ )
1755
+ T(G
1756
+ R(l4 (-75 -325) (150 650))
1757
+ )
1758
+ T(D
1759
+ R(l8 (75 -325) (280 650))
1760
+ )
1761
+ T(B
1762
+ R(l9 (-75 -325) (150 650))
1763
+ )
1764
+ )
1765
+ D(D$nfet_01v8$42 nfet_01v8
1766
+ T(S
1767
+ R(l8 (-355 -325) (280 650))
1768
+ )
1769
+ T(G
1770
+ R(l4 (-75 -325) (150 650))
1771
+ )
1772
+ T(D
1773
+ R(l8 (75 -325) (265 650))
1774
+ )
1775
+ T(B
1776
+ R(l9 (-75 -325) (150 650))
1777
+ )
1778
+ )
1779
+ D(D$nfet_01v8$43 nfet_01v8
1780
+ T(S
1781
+ R(l8 (-340 -325) (265 650))
1782
+ )
1783
+ T(G
1784
+ R(l4 (-75 -325) (150 650))
1785
+ )
1786
+ T(D
1787
+ R(l8 (75 -325) (280 650))
1788
+ )
1789
+ T(B
1790
+ R(l9 (-75 -325) (150 650))
1791
+ )
1792
+ )
1793
+ D(D$nfet_01v8$44 nfet_01v8
1794
+ T(S
1795
+ R(l8 (-355 -325) (280 650))
1796
+ )
1797
+ T(G
1798
+ R(l4 (-75 -325) (150 650))
1799
+ )
1800
+ T(D
1801
+ R(l8 (75 -325) (295 650))
1802
+ )
1803
+ T(B
1804
+ R(l9 (-75 -325) (150 650))
1805
+ )
1806
+ )
1807
+ D(D$nfet_01v8$45 nfet_01v8
1808
+ T(S
1809
+ R(l8 (-370 -325) (295 650))
1810
+ )
1811
+ T(G
1812
+ R(l4 (-75 -325) (150 650))
1813
+ )
1814
+ T(D
1815
+ R(l8 (75 -325) (265 650))
1816
+ )
1817
+ T(B
1818
+ R(l9 (-75 -325) (150 650))
1819
+ )
1820
+ )
1821
+ D(D$nfet_01v8$46 nfet_01v8
1822
+ T(S
1823
+ R(l8 (-345 -325) (270 650))
1824
+ )
1825
+ T(G
1826
+ R(l4 (-75 -325) (150 650))
1827
+ )
1828
+ T(D
1829
+ R(l8 (75 -325) (300 650))
1830
+ )
1831
+ T(B
1832
+ R(l9 (-75 -325) (150 650))
1833
+ )
1834
+ )
1835
+ D(D$nfet_01v8$47 nfet_01v8
1836
+ T(S
1837
+ R(l8 (-335 -325) (260 650))
1838
+ )
1839
+ T(G
1840
+ R(l4 (-75 -325) (150 650))
1841
+ )
1842
+ T(D
1843
+ R(l8 (75 -325) (210 650))
1844
+ )
1845
+ T(B
1846
+ R(l9 (-75 -325) (150 650))
1847
+ )
1848
+ )
1849
+ D(D$nfet_01v8$48 nfet_01v8
1850
+ T(S
1851
+ R(l8 (-285 -325) (210 650))
1852
+ )
1853
+ T(G
1854
+ R(l4 (-75 -325) (150 650))
1855
+ )
1856
+ T(D
1857
+ R(l8 (75 -325) (270 650))
1858
+ )
1859
+ T(B
1860
+ R(l9 (-75 -325) (150 650))
1861
+ )
1862
+ )
1863
+ D(D$nfet_01v8$49 nfet_01v8
1864
+ T(S
1865
+ R(l8 (-340 -210) (265 420))
1866
+ )
1867
+ T(G
1868
+ R(l4 (-75 -210) (150 420))
1869
+ )
1870
+ T(D
1871
+ R(l8 (75 -210) (210 420))
1872
+ )
1873
+ T(B
1874
+ R(l9 (-75 -210) (150 420))
1875
+ )
1876
+ )
1877
+ D(D$nfet_01v8$50 nfet_01v8
1878
+ T(S
1879
+ R(l8 (-285 -210) (210 420))
1880
+ )
1881
+ T(G
1882
+ R(l4 (-75 -210) (150 420))
1883
+ )
1884
+ T(D
1885
+ R(l8 (75 -210) (460 420))
1886
+ )
1887
+ T(B
1888
+ R(l9 (-75 -210) (150 420))
1889
+ )
1890
+ )
1891
+ D(D$nfet_01v8$51 nfet_01v8
1892
+ T(S
1893
+ R(l8 (-535 -210) (460 420))
1894
+ )
1895
+ T(G
1896
+ R(l4 (-75 -210) (150 420))
1897
+ )
1898
+ T(D
1899
+ R(l8 (75 -210) (265 420))
1900
+ )
1901
+ T(B
1902
+ R(l9 (-75 -210) (150 420))
1903
+ )
1904
+ )
1905
+ D(D$nfet_01v8$52 nfet_01v8
1906
+ T(S
1907
+ R(l8 (-685 -325) (610 650))
1908
+ )
1909
+ T(G
1910
+ R(l4 (-75 -325) (150 650))
1911
+ )
1912
+ T(D
1913
+ R(l8 (75 -325) (390 650))
1914
+ )
1915
+ T(B
1916
+ R(l9 (-75 -325) (150 650))
1917
+ )
1918
+ )
1919
+ D(D$nfet_01v8$53 nfet_01v8
1920
+ T(S
1921
+ R(l8 (-465 -325) (390 650))
1922
+ )
1923
+ T(G
1924
+ R(l4 (-75 -325) (150 650))
1925
+ )
1926
+ T(D
1927
+ R(l8 (75 -325) (350 650))
1928
+ )
1929
+ T(B
1930
+ R(l9 (-75 -325) (150 650))
1931
+ )
1932
+ )
1933
+ D(D$nfet_01v8$54 nfet_01v8
1934
+ T(S
1935
+ R(l8 (-345 -325) (270 650))
1936
+ )
1937
+ T(G
1938
+ R(l4 (-75 -325) (150 650))
1939
+ )
1940
+ T(D
1941
+ R(l8 (75 -325) (390 650))
1942
+ )
1943
+ T(B
1944
+ R(l9 (-75 -325) (150 650))
1945
+ )
1946
+ )
1947
+ D(D$nfet_01v8$55 nfet_01v8
1948
+ T(S
1949
+ R(l8 (-465 -325) (390 650))
1950
+ )
1951
+ T(G
1952
+ R(l4 (-75 -325) (150 650))
1953
+ )
1954
+ T(D
1955
+ R(l8 (75 -325) (260 650))
1956
+ )
1957
+ T(B
1958
+ R(l9 (-75 -325) (150 650))
1959
+ )
1960
+ )
1961
+ D(D$nfet_01v8$56 nfet_01v8
1962
+ T(S
1963
+ R(l8 (-340 -210) (265 420))
1964
+ )
1965
+ T(G
1966
+ R(l4 (-75 -210) (150 420))
1967
+ )
1968
+ T(D
1969
+ R(l8 (75 -210) (280 420))
1970
+ )
1971
+ T(B
1972
+ R(l9 (-75 -210) (150 420))
1973
+ )
1974
+ )
1975
+ D(D$nfet_01v8$57 nfet_01v8
1976
+ T(S
1977
+ R(l8 (-355 -210) (280 420))
1978
+ )
1979
+ T(G
1980
+ R(l4 (-75 -210) (150 420))
1981
+ )
1982
+ T(D
1983
+ R(l8 (75 -210) (280 420))
1984
+ )
1985
+ T(B
1986
+ R(l9 (-75 -210) (150 420))
1987
+ )
1988
+ )
1989
+ D(D$nfet_01v8$58 nfet_01v8
1990
+ T(S
1991
+ R(l8 (-355 -210) (280 420))
1992
+ )
1993
+ T(G
1994
+ R(l4 (-75 -210) (150 420))
1995
+ )
1996
+ T(D
1997
+ R(l8 (75 -210) (265 420))
1998
+ )
1999
+ T(B
2000
+ R(l9 (-75 -210) (150 420))
2001
+ )
2002
+ )
2003
+ D(D$nfet_01v8$59 nfet_01v8
2004
+ T(S
2005
+ R(l8 (-355 -325) (280 650))
2006
+ )
2007
+ T(G
2008
+ R(l4 (-75 -325) (150 650))
2009
+ )
2010
+ T(D
2011
+ R(l8 (75 -325) (280 650))
2012
+ )
2013
+ T(B
2014
+ R(l9 (-75 -325) (150 650))
2015
+ )
2016
+ )
2017
+ D(D$nfet_01v8$60 nfet_01v8
2018
+ T(S
2019
+ R(l8 (-345 -325) (270 650))
2020
+ )
2021
+ T(G
2022
+ R(l4 (-75 -325) (150 650))
2023
+ )
2024
+ T(D
2025
+ R(l8 (75 -325) (280 650))
2026
+ )
2027
+ T(B
2028
+ R(l9 (-75 -325) (150 650))
2029
+ )
2030
+ )
2031
+ D(D$nfet_01v8$61 nfet_01v8
2032
+ T(S
2033
+ Q(l8 (150 -440) (0 230) (-75 0) (0 420) (335 0) (0 -650))
2034
+ )
2035
+ T(G
2036
+ R(l4 (-75 -210) (150 420))
2037
+ )
2038
+ T(D
2039
+ R(l8 (-335 -210) (260 420))
2040
+ )
2041
+ T(B
2042
+ R(l9 (-75 -210) (150 420))
2043
+ )
2044
+ )
2045
+ D(D$nfet_01v8$62 nfet_01v8
2046
+ T(S
2047
+ Q(l8 (-335 -325) (0 230) (-75 0) (0 420) (335 0) (0 -650))
2048
+ )
2049
+ T(G
2050
+ R(l4 (-75 -325) (150 650))
2051
+ )
2052
+ T(D
2053
+ R(l8 (75 -325) (270 650))
2054
+ )
2055
+ T(B
2056
+ R(l9 (-75 -325) (150 650))
2057
+ )
2058
+ )
2059
+ D(D$nfet_01v8$63 nfet_01v8
2060
+ T(S
2061
+ R(l8 (-335 -325) (260 650))
2062
+ )
2063
+ T(G
2064
+ R(l4 (-75 -325) (150 650))
2065
+ )
2066
+ T(D
2067
+ R(l8 (75 -325) (305 650))
2068
+ )
2069
+ T(B
2070
+ R(l9 (-75 -325) (150 650))
2071
+ )
2072
+ )
2073
+ D(D$nfet_01v8$64 nfet_01v8
2074
+ T(S
2075
+ R(l8 (-380 -325) (305 650))
2076
+ )
2077
+ T(G
2078
+ R(l4 (-75 -325) (150 650))
2079
+ )
2080
+ T(D
2081
+ R(l8 (75 -325) (305 650))
2082
+ )
2083
+ T(B
2084
+ R(l9 (-75 -325) (150 650))
2085
+ )
2086
+ )
2087
+ D(D$nfet_01v8$65 nfet_01v8
2088
+ T(S
2089
+ R(l8 (-335 -325) (260 650))
2090
+ )
2091
+ T(G
2092
+ R(l4 (-75 -325) (150 650))
2093
+ )
2094
+ T(D
2095
+ R(l8 (75 -325) (325 650))
2096
+ )
2097
+ T(B
2098
+ R(l9 (-75 -325) (150 650))
2099
+ )
2100
+ )
2101
+ D(D$nfet_01v8$66 nfet_01v8
2102
+ T(S
2103
+ R(l8 (-400 -325) (325 650))
2104
+ )
2105
+ T(G
2106
+ R(l4 (-75 -325) (150 650))
2107
+ )
2108
+ T(D
2109
+ R(l8 (75 -325) (215 650))
2110
+ )
2111
+ T(B
2112
+ R(l9 (-75 -325) (150 650))
2113
+ )
2114
+ )
2115
+ D(D$nfet_01v8$67 nfet_01v8
2116
+ T(S
2117
+ R(l8 (-290 -325) (215 650))
2118
+ )
2119
+ T(G
2120
+ R(l4 (-75 -325) (150 650))
2121
+ )
2122
+ T(D
2123
+ R(l8 (75 -325) (260 650))
2124
+ )
2125
+ T(B
2126
+ R(l9 (-75 -325) (150 650))
2127
+ )
2128
+ )
2129
+ D(D$nfet_01v8$68 nfet_01v8
2130
+ T(S
2131
+ R(l8 (-340 -325) (265 650))
2132
+ )
2133
+ T(G
2134
+ R(l4 (-75 -325) (150 650))
2135
+ )
2136
+ T(D
2137
+ R(l8 (75 -325) (345 650))
2138
+ )
2139
+ T(B
2140
+ R(l9 (-75 -325) (150 650))
2141
+ )
2142
+ )
2143
+ D(D$nfet_01v8$69 nfet_01v8
2144
+ T(S
2145
+ R(l8 (-420 -325) (345 650))
2146
+ )
2147
+ T(G
2148
+ R(l4 (-75 -325) (150 650))
2149
+ )
2150
+ T(D
2151
+ R(l8 (75 -325) (320 650))
2152
+ )
2153
+ T(B
2154
+ R(l9 (-75 -325) (150 650))
2155
+ )
2156
+ )
2157
+ D(D$nfet_01v8$70 nfet_01v8
2158
+ T(S
2159
+ R(l8 (-395 -325) (320 650))
2160
+ )
2161
+ T(G
2162
+ R(l4 (-75 -325) (150 650))
2163
+ )
2164
+ T(D
2165
+ R(l8 (75 -325) (330 650))
2166
+ )
2167
+ T(B
2168
+ R(l9 (-75 -325) (150 650))
2169
+ )
2170
+ )
2171
+ D(D$nfet_01v8$71 nfet_01v8
2172
+ T(S
2173
+ R(l8 (-405 -325) (330 650))
2174
+ )
2175
+ T(G
2176
+ R(l4 (-75 -325) (150 650))
2177
+ )
2178
+ T(D
2179
+ R(l8 (75 -325) (330 650))
2180
+ )
2181
+ T(B
2182
+ R(l9 (-75 -325) (150 650))
2183
+ )
2184
+ )
2185
+ D(D$nfet_01v8$72 nfet_01v8
2186
+ T(S
2187
+ R(l8 (-405 -325) (330 650))
2188
+ )
2189
+ T(G
2190
+ R(l4 (-75 -325) (150 650))
2191
+ )
2192
+ T(D
2193
+ R(l8 (75 -325) (320 650))
2194
+ )
2195
+ T(B
2196
+ R(l9 (-75 -325) (150 650))
2197
+ )
2198
+ )
2199
+ D(D$nfet_01v8$73 nfet_01v8
2200
+ T(S
2201
+ R(l8 (-340 -210) (265 420))
2202
+ )
2203
+ T(G
2204
+ R(l4 (-75 -210) (150 420))
2205
+ )
2206
+ T(D
2207
+ Q(l8 (75 -210) (0 420) (75 0) (0 230) (265 0) (0 -650))
2208
+ )
2209
+ T(B
2210
+ R(l9 (-75 -210) (150 420))
2211
+ )
2212
+ )
2213
+ D(D$nfet_01v8$74 nfet_01v8
2214
+ T(S
2215
+ Q(l8 (-415 -325) (0 420) (75 0) (0 230) (265 0) (0 -650))
2216
+ )
2217
+ T(G
2218
+ R(l4 (-75 -325) (150 650))
2219
+ )
2220
+ T(D
2221
+ R(l8 (75 -325) (440 650))
2222
+ )
2223
+ T(B
2224
+ R(l9 (-75 -325) (150 650))
2225
+ )
2226
+ )
2227
+ D(D$nfet_01v8$75 nfet_01v8
2228
+ T(S
2229
+ R(l8 (-515 -325) (440 650))
2230
+ )
2231
+ T(G
2232
+ R(l4 (-75 -325) (150 650))
2233
+ )
2234
+ T(D
2235
+ R(l8 (75 -325) (280 650))
2236
+ )
2237
+ T(B
2238
+ R(l9 (-75 -325) (150 650))
2239
+ )
2240
+ )
2241
+ D(D$nfet_01v8$76 nfet_01v8
2242
+ T(S
2243
+ R(l8 (-335 -210) (260 420))
2244
+ )
2245
+ T(G
2246
+ R(l4 (-75 -210) (150 420))
2247
+ )
2248
+ T(D
2249
+ R(l8 (75 -210) (285 420))
2250
+ )
2251
+ T(B
2252
+ R(l9 (-75 -210) (150 420))
2253
+ )
2254
+ )
2255
+ )
2256
+ H(
2257
+ K(PFET_01V8_HVT MOS4)
2258
+ K(NFET_01V8 MOS4)
2259
+ K(RES RES)
2260
+ )
2261
+ Z(
2262
+ )
alu_w16_5ops_sky130_50mhz/flow/netlist.v ADDED
@@ -0,0 +1,1239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Generated by Yosys 0.46 (git sha1 e97731b9dda91fa5fa53ed87df7c34163ba59a41, clang++ 17.0.6 -fPIC -O3) */
2
+
3
+ module alu_w16_5ops(a, b, sel, result);
4
+ wire _000_;
5
+ wire _001_;
6
+ wire _002_;
7
+ wire _003_;
8
+ wire _004_;
9
+ wire _005_;
10
+ wire _006_;
11
+ wire _007_;
12
+ wire _008_;
13
+ wire _009_;
14
+ wire _010_;
15
+ wire _011_;
16
+ wire _012_;
17
+ wire _013_;
18
+ wire _014_;
19
+ wire _015_;
20
+ wire _016_;
21
+ wire _017_;
22
+ wire _018_;
23
+ wire _019_;
24
+ wire _020_;
25
+ wire _021_;
26
+ wire _022_;
27
+ wire _023_;
28
+ wire _024_;
29
+ wire _025_;
30
+ wire _026_;
31
+ wire _027_;
32
+ wire _028_;
33
+ wire _029_;
34
+ wire _030_;
35
+ wire _031_;
36
+ wire _032_;
37
+ wire _033_;
38
+ wire _034_;
39
+ wire _035_;
40
+ wire _036_;
41
+ wire _037_;
42
+ wire _038_;
43
+ wire _039_;
44
+ wire _040_;
45
+ wire _041_;
46
+ wire _042_;
47
+ wire _043_;
48
+ wire _044_;
49
+ wire _045_;
50
+ wire _046_;
51
+ wire _047_;
52
+ wire _048_;
53
+ wire _049_;
54
+ wire _050_;
55
+ wire _051_;
56
+ wire _052_;
57
+ wire _053_;
58
+ wire _054_;
59
+ wire _055_;
60
+ wire _056_;
61
+ wire _057_;
62
+ wire _058_;
63
+ wire _059_;
64
+ wire _060_;
65
+ wire _061_;
66
+ wire _062_;
67
+ wire _063_;
68
+ wire _064_;
69
+ wire _065_;
70
+ wire _066_;
71
+ wire _067_;
72
+ wire _068_;
73
+ wire _069_;
74
+ wire _070_;
75
+ wire _071_;
76
+ wire _072_;
77
+ wire _073_;
78
+ wire _074_;
79
+ wire _075_;
80
+ wire _076_;
81
+ wire _077_;
82
+ wire _078_;
83
+ wire _079_;
84
+ wire _080_;
85
+ wire _081_;
86
+ wire _082_;
87
+ wire _083_;
88
+ wire _084_;
89
+ wire _085_;
90
+ wire _086_;
91
+ wire _087_;
92
+ wire _088_;
93
+ wire _089_;
94
+ wire _090_;
95
+ wire _091_;
96
+ wire _092_;
97
+ wire _093_;
98
+ wire _094_;
99
+ wire _095_;
100
+ wire _096_;
101
+ wire _097_;
102
+ wire _098_;
103
+ wire _099_;
104
+ wire _100_;
105
+ wire _101_;
106
+ wire _102_;
107
+ wire _103_;
108
+ wire _104_;
109
+ wire _105_;
110
+ wire _106_;
111
+ wire _107_;
112
+ wire _108_;
113
+ wire _109_;
114
+ wire _110_;
115
+ wire _111_;
116
+ wire _112_;
117
+ wire _113_;
118
+ wire _114_;
119
+ wire _115_;
120
+ wire _116_;
121
+ wire _117_;
122
+ wire _118_;
123
+ wire _119_;
124
+ wire _120_;
125
+ wire _121_;
126
+ wire _122_;
127
+ wire _123_;
128
+ wire _124_;
129
+ wire _125_;
130
+ wire _126_;
131
+ wire _127_;
132
+ wire _128_;
133
+ wire _129_;
134
+ wire _130_;
135
+ wire _131_;
136
+ wire _132_;
137
+ wire _133_;
138
+ wire _134_;
139
+ wire _135_;
140
+ wire _136_;
141
+ wire _137_;
142
+ wire _138_;
143
+ wire _139_;
144
+ wire _140_;
145
+ wire _141_;
146
+ wire _142_;
147
+ wire _143_;
148
+ wire _144_;
149
+ wire _145_;
150
+ wire _146_;
151
+ wire _147_;
152
+ wire _148_;
153
+ wire _149_;
154
+ wire _150_;
155
+ wire _151_;
156
+ wire _152_;
157
+ wire _153_;
158
+ wire _154_;
159
+ wire _155_;
160
+ wire _156_;
161
+ wire _157_;
162
+ wire _158_;
163
+ wire _159_;
164
+ wire _160_;
165
+ wire _161_;
166
+ wire _162_;
167
+ wire _163_;
168
+ wire _164_;
169
+ wire _165_;
170
+ wire _166_;
171
+ wire _167_;
172
+ input [15:0] a;
173
+ wire [15:0] a;
174
+ input [15:0] b;
175
+ wire [15:0] b;
176
+ output [15:0] result;
177
+ wire [15:0] result;
178
+ input [2:0] sel;
179
+ wire [2:0] sel;
180
+ sky130_fd_sc_hd__o21ai_0 _168_ (
181
+ .A1(_120_),
182
+ .A2(_121_),
183
+ .B1(_123_),
184
+ .Y(result[15])
185
+ );
186
+ sky130_fd_sc_hd__clkinv_1 _169_ (
187
+ .A(a[0]),
188
+ .Y(_124_)
189
+ );
190
+ sky130_fd_sc_hd__nor2_1 _170_ (
191
+ .A(sel[0]),
192
+ .B(sel[1]),
193
+ .Y(_125_)
194
+ );
195
+ sky130_fd_sc_hd__or3b_1 _171_ (
196
+ .A(sel[2]),
197
+ .B(sel[1]),
198
+ .C_N(sel[0]),
199
+ .X(_126_)
200
+ );
201
+ sky130_fd_sc_hd__a221oi_1 _172_ (
202
+ .A1(sel[0]),
203
+ .A2(sel[2]),
204
+ .B1(b[0]),
205
+ .B2(a[0]),
206
+ .C1(sel[1]),
207
+ .Y(_127_)
208
+ );
209
+ sky130_fd_sc_hd__nand2b_1 _173_ (
210
+ .A_N(sel[2]),
211
+ .B(sel[1]),
212
+ .Y(_128_)
213
+ );
214
+ sky130_fd_sc_hd__a21oi_1 _174_ (
215
+ .A1(b[0]),
216
+ .A2(a[0]),
217
+ .B1(sel[0]),
218
+ .Y(_129_)
219
+ );
220
+ sky130_fd_sc_hd__nor2_1 _175_ (
221
+ .A(_128_),
222
+ .B(_129_),
223
+ .Y(_130_)
224
+ );
225
+ sky130_fd_sc_hd__nand2_1 _176_ (
226
+ .A(b[0]),
227
+ .B(_124_),
228
+ .Y(_131_)
229
+ );
230
+ sky130_fd_sc_hd__o22a_1 _177_ (
231
+ .A1(b[0]),
232
+ .A2(a[0]),
233
+ .B1(_127_),
234
+ .B2(_130_),
235
+ .X(result[0])
236
+ );
237
+ sky130_fd_sc_hd__nand2_1 _178_ (
238
+ .A(b[0]),
239
+ .B(_126_),
240
+ .Y(_132_)
241
+ );
242
+ sky130_fd_sc_hd__xor2_1 _179_ (
243
+ .A(b[1]),
244
+ .B(_132_),
245
+ .X(_133_)
246
+ );
247
+ sky130_fd_sc_hd__xnor2_1 _180_ (
248
+ .A(a[1]),
249
+ .B(_133_),
250
+ .Y(_134_)
251
+ );
252
+ sky130_fd_sc_hd__a21oi_1 _181_ (
253
+ .A1(b[0]),
254
+ .A2(_124_),
255
+ .B1(_134_),
256
+ .Y(_135_)
257
+ );
258
+ sky130_fd_sc_hd__nor2_1 _182_ (
259
+ .A(sel[2]),
260
+ .B(sel[1]),
261
+ .Y(_136_)
262
+ );
263
+ sky130_fd_sc_hd__lpflow_inputiso1p_1 _183_ (
264
+ .A(sel[2]),
265
+ .SLEEP(sel[1]),
266
+ .X(_137_)
267
+ );
268
+ sky130_fd_sc_hd__a31o_1 _184_ (
269
+ .A1(b[0]),
270
+ .A2(_124_),
271
+ .A3(_134_),
272
+ .B1(_137_),
273
+ .X(_138_)
274
+ );
275
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _185_ (
276
+ .A(sel[0]),
277
+ .SLEEP(_128_),
278
+ .X(_139_)
279
+ );
280
+ sky130_fd_sc_hd__nand2_1 _186_ (
281
+ .A(b[1]),
282
+ .B(a[1]),
283
+ .Y(_140_)
284
+ );
285
+ sky130_fd_sc_hd__nand2_1 _187_ (
286
+ .A(sel[2]),
287
+ .B(_125_),
288
+ .Y(_141_)
289
+ );
290
+ sky130_fd_sc_hd__a21oi_1 _188_ (
291
+ .A1(b[1]),
292
+ .A2(a[1]),
293
+ .B1(_141_),
294
+ .Y(_142_)
295
+ );
296
+ sky130_fd_sc_hd__o22ai_1 _189_ (
297
+ .A1(b[1]),
298
+ .A2(a[1]),
299
+ .B1(_139_),
300
+ .B2(_142_),
301
+ .Y(_143_)
302
+ );
303
+ sky130_fd_sc_hd__lpflow_inputiso1p_1 _190_ (
304
+ .A(sel[0]),
305
+ .SLEEP(_128_),
306
+ .X(_144_)
307
+ );
308
+ sky130_fd_sc_hd__o221ai_1 _191_ (
309
+ .A1(_135_),
310
+ .A2(_138_),
311
+ .B1(_140_),
312
+ .B2(_144_),
313
+ .C1(_143_),
314
+ .Y(result[1])
315
+ );
316
+ sky130_fd_sc_hd__maj3_1 _192_ (
317
+ .A(a[1]),
318
+ .B(_131_),
319
+ .C(_133_),
320
+ .X(_145_)
321
+ );
322
+ sky130_fd_sc_hd__o21ai_0 _193_ (
323
+ .A1(b[1]),
324
+ .A2(b[0]),
325
+ .B1(_126_),
326
+ .Y(_146_)
327
+ );
328
+ sky130_fd_sc_hd__xor2_1 _194_ (
329
+ .A(b[2]),
330
+ .B(_146_),
331
+ .X(_147_)
332
+ );
333
+ sky130_fd_sc_hd__xor2_1 _195_ (
334
+ .A(a[2]),
335
+ .B(_147_),
336
+ .X(_148_)
337
+ );
338
+ sky130_fd_sc_hd__nor2_1 _196_ (
339
+ .A(_145_),
340
+ .B(_148_),
341
+ .Y(_149_)
342
+ );
343
+ sky130_fd_sc_hd__nand2_1 _197_ (
344
+ .A(_145_),
345
+ .B(_148_),
346
+ .Y(_150_)
347
+ );
348
+ sky130_fd_sc_hd__nand2_1 _198_ (
349
+ .A(_136_),
350
+ .B(_150_),
351
+ .Y(_151_)
352
+ );
353
+ sky130_fd_sc_hd__nand2_1 _199_ (
354
+ .A(b[2]),
355
+ .B(a[2]),
356
+ .Y(_152_)
357
+ );
358
+ sky130_fd_sc_hd__a21oi_1 _200_ (
359
+ .A1(b[2]),
360
+ .A2(a[2]),
361
+ .B1(_141_),
362
+ .Y(_153_)
363
+ );
364
+ sky130_fd_sc_hd__o22ai_1 _201_ (
365
+ .A1(b[2]),
366
+ .A2(a[2]),
367
+ .B1(_139_),
368
+ .B2(_153_),
369
+ .Y(_154_)
370
+ );
371
+ sky130_fd_sc_hd__o221ai_1 _202_ (
372
+ .A1(_149_),
373
+ .A2(_151_),
374
+ .B1(_152_),
375
+ .B2(_144_),
376
+ .C1(_154_),
377
+ .Y(result[2])
378
+ );
379
+ sky130_fd_sc_hd__maj3_1 _203_ (
380
+ .A(a[2]),
381
+ .B(_145_),
382
+ .C(_147_),
383
+ .X(_155_)
384
+ );
385
+ sky130_fd_sc_hd__o31ai_1 _204_ (
386
+ .A1(b[1]),
387
+ .A2(b[2]),
388
+ .A3(b[0]),
389
+ .B1(_126_),
390
+ .Y(_156_)
391
+ );
392
+ sky130_fd_sc_hd__xor2_1 _205_ (
393
+ .A(b[3]),
394
+ .B(_156_),
395
+ .X(_157_)
396
+ );
397
+ sky130_fd_sc_hd__xor2_1 _206_ (
398
+ .A(a[3]),
399
+ .B(_157_),
400
+ .X(_158_)
401
+ );
402
+ sky130_fd_sc_hd__nor2_1 _207_ (
403
+ .A(_155_),
404
+ .B(_158_),
405
+ .Y(_159_)
406
+ );
407
+ sky130_fd_sc_hd__nand2_1 _208_ (
408
+ .A(_155_),
409
+ .B(_158_),
410
+ .Y(_160_)
411
+ );
412
+ sky130_fd_sc_hd__nand2_1 _209_ (
413
+ .A(_136_),
414
+ .B(_160_),
415
+ .Y(_161_)
416
+ );
417
+ sky130_fd_sc_hd__nand2_1 _210_ (
418
+ .A(b[3]),
419
+ .B(a[3]),
420
+ .Y(_162_)
421
+ );
422
+ sky130_fd_sc_hd__a21oi_1 _211_ (
423
+ .A1(b[3]),
424
+ .A2(a[3]),
425
+ .B1(_141_),
426
+ .Y(_163_)
427
+ );
428
+ sky130_fd_sc_hd__o22ai_1 _212_ (
429
+ .A1(b[3]),
430
+ .A2(a[3]),
431
+ .B1(_139_),
432
+ .B2(_163_),
433
+ .Y(_164_)
434
+ );
435
+ sky130_fd_sc_hd__o221ai_1 _213_ (
436
+ .A1(_159_),
437
+ .A2(_161_),
438
+ .B1(_162_),
439
+ .B2(_144_),
440
+ .C1(_164_),
441
+ .Y(result[3])
442
+ );
443
+ sky130_fd_sc_hd__maj3_1 _214_ (
444
+ .A(a[3]),
445
+ .B(_155_),
446
+ .C(_157_),
447
+ .X(_165_)
448
+ );
449
+ sky130_fd_sc_hd__or4_1 _215_ (
450
+ .A(b[1]),
451
+ .B(b[2]),
452
+ .C(b[3]),
453
+ .D(b[0]),
454
+ .X(_166_)
455
+ );
456
+ sky130_fd_sc_hd__nand2_1 _216_ (
457
+ .A(_126_),
458
+ .B(_166_),
459
+ .Y(_167_)
460
+ );
461
+ sky130_fd_sc_hd__xor2_1 _217_ (
462
+ .A(b[4]),
463
+ .B(_167_),
464
+ .X(_000_)
465
+ );
466
+ sky130_fd_sc_hd__xor2_1 _218_ (
467
+ .A(a[4]),
468
+ .B(_000_),
469
+ .X(_001_)
470
+ );
471
+ sky130_fd_sc_hd__nor2_1 _219_ (
472
+ .A(_165_),
473
+ .B(_001_),
474
+ .Y(_002_)
475
+ );
476
+ sky130_fd_sc_hd__nand2_1 _220_ (
477
+ .A(_165_),
478
+ .B(_001_),
479
+ .Y(_003_)
480
+ );
481
+ sky130_fd_sc_hd__nand2_1 _221_ (
482
+ .A(_136_),
483
+ .B(_003_),
484
+ .Y(_004_)
485
+ );
486
+ sky130_fd_sc_hd__nand2_1 _222_ (
487
+ .A(b[4]),
488
+ .B(a[4]),
489
+ .Y(_005_)
490
+ );
491
+ sky130_fd_sc_hd__a21oi_1 _223_ (
492
+ .A1(b[4]),
493
+ .A2(a[4]),
494
+ .B1(_141_),
495
+ .Y(_006_)
496
+ );
497
+ sky130_fd_sc_hd__o22ai_1 _224_ (
498
+ .A1(b[4]),
499
+ .A2(a[4]),
500
+ .B1(_139_),
501
+ .B2(_006_),
502
+ .Y(_007_)
503
+ );
504
+ sky130_fd_sc_hd__o221ai_1 _225_ (
505
+ .A1(_002_),
506
+ .A2(_004_),
507
+ .B1(_005_),
508
+ .B2(_144_),
509
+ .C1(_007_),
510
+ .Y(result[4])
511
+ );
512
+ sky130_fd_sc_hd__maj3_1 _226_ (
513
+ .A(a[4]),
514
+ .B(_165_),
515
+ .C(_000_),
516
+ .X(_008_)
517
+ );
518
+ sky130_fd_sc_hd__o21ai_0 _227_ (
519
+ .A1(b[4]),
520
+ .A2(_166_),
521
+ .B1(_126_),
522
+ .Y(_009_)
523
+ );
524
+ sky130_fd_sc_hd__xor2_1 _228_ (
525
+ .A(b[5]),
526
+ .B(_009_),
527
+ .X(_010_)
528
+ );
529
+ sky130_fd_sc_hd__xor2_1 _229_ (
530
+ .A(a[5]),
531
+ .B(_010_),
532
+ .X(_011_)
533
+ );
534
+ sky130_fd_sc_hd__nor2_1 _230_ (
535
+ .A(_008_),
536
+ .B(_011_),
537
+ .Y(_012_)
538
+ );
539
+ sky130_fd_sc_hd__nand2_1 _231_ (
540
+ .A(_008_),
541
+ .B(_011_),
542
+ .Y(_013_)
543
+ );
544
+ sky130_fd_sc_hd__nand2_1 _232_ (
545
+ .A(_136_),
546
+ .B(_013_),
547
+ .Y(_014_)
548
+ );
549
+ sky130_fd_sc_hd__nand2_1 _233_ (
550
+ .A(b[5]),
551
+ .B(a[5]),
552
+ .Y(_015_)
553
+ );
554
+ sky130_fd_sc_hd__a21oi_1 _234_ (
555
+ .A1(b[5]),
556
+ .A2(a[5]),
557
+ .B1(_141_),
558
+ .Y(_016_)
559
+ );
560
+ sky130_fd_sc_hd__o22ai_1 _235_ (
561
+ .A1(b[5]),
562
+ .A2(a[5]),
563
+ .B1(_139_),
564
+ .B2(_016_),
565
+ .Y(_017_)
566
+ );
567
+ sky130_fd_sc_hd__o221ai_1 _236_ (
568
+ .A1(_012_),
569
+ .A2(_014_),
570
+ .B1(_015_),
571
+ .B2(_144_),
572
+ .C1(_017_),
573
+ .Y(result[5])
574
+ );
575
+ sky130_fd_sc_hd__maj3_1 _237_ (
576
+ .A(a[5]),
577
+ .B(_008_),
578
+ .C(_010_),
579
+ .X(_018_)
580
+ );
581
+ sky130_fd_sc_hd__o31ai_1 _238_ (
582
+ .A1(b[4]),
583
+ .A2(b[5]),
584
+ .A3(_166_),
585
+ .B1(_126_),
586
+ .Y(_019_)
587
+ );
588
+ sky130_fd_sc_hd__xor2_1 _239_ (
589
+ .A(b[6]),
590
+ .B(_019_),
591
+ .X(_020_)
592
+ );
593
+ sky130_fd_sc_hd__xor2_1 _240_ (
594
+ .A(a[6]),
595
+ .B(_020_),
596
+ .X(_021_)
597
+ );
598
+ sky130_fd_sc_hd__nor2_1 _241_ (
599
+ .A(_018_),
600
+ .B(_021_),
601
+ .Y(_022_)
602
+ );
603
+ sky130_fd_sc_hd__nand2_1 _242_ (
604
+ .A(_018_),
605
+ .B(_021_),
606
+ .Y(_023_)
607
+ );
608
+ sky130_fd_sc_hd__nand2_1 _243_ (
609
+ .A(_136_),
610
+ .B(_023_),
611
+ .Y(_024_)
612
+ );
613
+ sky130_fd_sc_hd__nand2_1 _244_ (
614
+ .A(b[6]),
615
+ .B(a[6]),
616
+ .Y(_025_)
617
+ );
618
+ sky130_fd_sc_hd__a21oi_1 _245_ (
619
+ .A1(b[6]),
620
+ .A2(a[6]),
621
+ .B1(_141_),
622
+ .Y(_026_)
623
+ );
624
+ sky130_fd_sc_hd__o22ai_1 _246_ (
625
+ .A1(b[6]),
626
+ .A2(a[6]),
627
+ .B1(_139_),
628
+ .B2(_026_),
629
+ .Y(_027_)
630
+ );
631
+ sky130_fd_sc_hd__o221ai_1 _247_ (
632
+ .A1(_022_),
633
+ .A2(_024_),
634
+ .B1(_025_),
635
+ .B2(_144_),
636
+ .C1(_027_),
637
+ .Y(result[6])
638
+ );
639
+ sky130_fd_sc_hd__maj3_1 _248_ (
640
+ .A(a[6]),
641
+ .B(_018_),
642
+ .C(_020_),
643
+ .X(_028_)
644
+ );
645
+ sky130_fd_sc_hd__nor4_1 _249_ (
646
+ .A(b[4]),
647
+ .B(b[5]),
648
+ .C(b[6]),
649
+ .D(_166_),
650
+ .Y(_029_)
651
+ );
652
+ sky130_fd_sc_hd__lpflow_isobufsrc_1 _250_ (
653
+ .A(_126_),
654
+ .SLEEP(_029_),
655
+ .X(_030_)
656
+ );
657
+ sky130_fd_sc_hd__xnor2_1 _251_ (
658
+ .A(b[7]),
659
+ .B(_030_),
660
+ .Y(_031_)
661
+ );
662
+ sky130_fd_sc_hd__xor2_1 _252_ (
663
+ .A(a[7]),
664
+ .B(_031_),
665
+ .X(_032_)
666
+ );
667
+ sky130_fd_sc_hd__nor2_1 _253_ (
668
+ .A(_028_),
669
+ .B(_032_),
670
+ .Y(_033_)
671
+ );
672
+ sky130_fd_sc_hd__nand2_1 _254_ (
673
+ .A(_028_),
674
+ .B(_032_),
675
+ .Y(_034_)
676
+ );
677
+ sky130_fd_sc_hd__nand2_1 _255_ (
678
+ .A(_136_),
679
+ .B(_034_),
680
+ .Y(_035_)
681
+ );
682
+ sky130_fd_sc_hd__nand2_1 _256_ (
683
+ .A(b[7]),
684
+ .B(a[7]),
685
+ .Y(_036_)
686
+ );
687
+ sky130_fd_sc_hd__a21oi_1 _257_ (
688
+ .A1(b[7]),
689
+ .A2(a[7]),
690
+ .B1(_141_),
691
+ .Y(_037_)
692
+ );
693
+ sky130_fd_sc_hd__o22ai_1 _258_ (
694
+ .A1(b[7]),
695
+ .A2(a[7]),
696
+ .B1(_139_),
697
+ .B2(_037_),
698
+ .Y(_038_)
699
+ );
700
+ sky130_fd_sc_hd__o221ai_1 _259_ (
701
+ .A1(_033_),
702
+ .A2(_035_),
703
+ .B1(_036_),
704
+ .B2(_144_),
705
+ .C1(_038_),
706
+ .Y(result[7])
707
+ );
708
+ sky130_fd_sc_hd__maj3_1 _260_ (
709
+ .A(a[7]),
710
+ .B(_028_),
711
+ .C(_031_),
712
+ .X(_039_)
713
+ );
714
+ sky130_fd_sc_hd__nand2b_1 _261_ (
715
+ .A_N(b[7]),
716
+ .B(_029_),
717
+ .Y(_040_)
718
+ );
719
+ sky130_fd_sc_hd__nand2_1 _262_ (
720
+ .A(_126_),
721
+ .B(_040_),
722
+ .Y(_041_)
723
+ );
724
+ sky130_fd_sc_hd__xor2_1 _263_ (
725
+ .A(b[8]),
726
+ .B(_041_),
727
+ .X(_042_)
728
+ );
729
+ sky130_fd_sc_hd__and2_0 _264_ (
730
+ .A(a[8]),
731
+ .B(_042_),
732
+ .X(_043_)
733
+ );
734
+ sky130_fd_sc_hd__nor2_1 _265_ (
735
+ .A(a[8]),
736
+ .B(_042_),
737
+ .Y(_044_)
738
+ );
739
+ sky130_fd_sc_hd__nor2_1 _266_ (
740
+ .A(_043_),
741
+ .B(_044_),
742
+ .Y(_045_)
743
+ );
744
+ sky130_fd_sc_hd__nor2_1 _267_ (
745
+ .A(_039_),
746
+ .B(_045_),
747
+ .Y(_046_)
748
+ );
749
+ sky130_fd_sc_hd__nand2_1 _268_ (
750
+ .A(_039_),
751
+ .B(_045_),
752
+ .Y(_047_)
753
+ );
754
+ sky130_fd_sc_hd__nand2_1 _269_ (
755
+ .A(_136_),
756
+ .B(_047_),
757
+ .Y(_048_)
758
+ );
759
+ sky130_fd_sc_hd__nand2_1 _270_ (
760
+ .A(b[8]),
761
+ .B(a[8]),
762
+ .Y(_049_)
763
+ );
764
+ sky130_fd_sc_hd__a21oi_1 _271_ (
765
+ .A1(b[8]),
766
+ .A2(a[8]),
767
+ .B1(_141_),
768
+ .Y(_050_)
769
+ );
770
+ sky130_fd_sc_hd__o22ai_1 _272_ (
771
+ .A1(b[8]),
772
+ .A2(a[8]),
773
+ .B1(_139_),
774
+ .B2(_050_),
775
+ .Y(_051_)
776
+ );
777
+ sky130_fd_sc_hd__o221ai_1 _273_ (
778
+ .A1(_046_),
779
+ .A2(_048_),
780
+ .B1(_049_),
781
+ .B2(_144_),
782
+ .C1(_051_),
783
+ .Y(result[8])
784
+ );
785
+ sky130_fd_sc_hd__a21oi_1 _274_ (
786
+ .A1(_039_),
787
+ .A2(_045_),
788
+ .B1(_043_),
789
+ .Y(_052_)
790
+ );
791
+ sky130_fd_sc_hd__o21ai_0 _275_ (
792
+ .A1(b[8]),
793
+ .A2(_040_),
794
+ .B1(_126_),
795
+ .Y(_053_)
796
+ );
797
+ sky130_fd_sc_hd__xor2_1 _276_ (
798
+ .A(b[9]),
799
+ .B(_053_),
800
+ .X(_054_)
801
+ );
802
+ sky130_fd_sc_hd__and2_0 _277_ (
803
+ .A(a[9]),
804
+ .B(_054_),
805
+ .X(_055_)
806
+ );
807
+ sky130_fd_sc_hd__nor2_1 _278_ (
808
+ .A(a[9]),
809
+ .B(_054_),
810
+ .Y(_056_)
811
+ );
812
+ sky130_fd_sc_hd__nor2_1 _279_ (
813
+ .A(_055_),
814
+ .B(_056_),
815
+ .Y(_057_)
816
+ );
817
+ sky130_fd_sc_hd__xor2_1 _280_ (
818
+ .A(_052_),
819
+ .B(_057_),
820
+ .X(_058_)
821
+ );
822
+ sky130_fd_sc_hd__nand2_1 _281_ (
823
+ .A(b[9]),
824
+ .B(a[9]),
825
+ .Y(_059_)
826
+ );
827
+ sky130_fd_sc_hd__a21oi_1 _282_ (
828
+ .A1(b[9]),
829
+ .A2(a[9]),
830
+ .B1(_141_),
831
+ .Y(_060_)
832
+ );
833
+ sky130_fd_sc_hd__o22ai_1 _283_ (
834
+ .A1(b[9]),
835
+ .A2(a[9]),
836
+ .B1(_139_),
837
+ .B2(_060_),
838
+ .Y(_061_)
839
+ );
840
+ sky130_fd_sc_hd__o221ai_1 _284_ (
841
+ .A1(_137_),
842
+ .A2(_058_),
843
+ .B1(_059_),
844
+ .B2(_144_),
845
+ .C1(_061_),
846
+ .Y(result[9])
847
+ );
848
+ sky130_fd_sc_hd__o31ai_1 _285_ (
849
+ .A1(b[8]),
850
+ .A2(b[9]),
851
+ .A3(_040_),
852
+ .B1(_126_),
853
+ .Y(_062_)
854
+ );
855
+ sky130_fd_sc_hd__xor2_1 _286_ (
856
+ .A(b[10]),
857
+ .B(_062_),
858
+ .X(_063_)
859
+ );
860
+ sky130_fd_sc_hd__nand2_1 _287_ (
861
+ .A(a[10]),
862
+ .B(_063_),
863
+ .Y(_064_)
864
+ );
865
+ sky130_fd_sc_hd__xnor2_1 _288_ (
866
+ .A(a[10]),
867
+ .B(_063_),
868
+ .Y(_065_)
869
+ );
870
+ sky130_fd_sc_hd__a211oi_1 _289_ (
871
+ .A1(_039_),
872
+ .A2(_045_),
873
+ .B1(_055_),
874
+ .C1(_043_),
875
+ .Y(_066_)
876
+ );
877
+ sky130_fd_sc_hd__o21ai_0 _290_ (
878
+ .A1(_056_),
879
+ .A2(_066_),
880
+ .B1(_065_),
881
+ .Y(_067_)
882
+ );
883
+ sky130_fd_sc_hd__nor3_1 _291_ (
884
+ .A(_056_),
885
+ .B(_065_),
886
+ .C(_066_),
887
+ .Y(_068_)
888
+ );
889
+ sky130_fd_sc_hd__nand2_1 _292_ (
890
+ .A(_136_),
891
+ .B(_067_),
892
+ .Y(_069_)
893
+ );
894
+ sky130_fd_sc_hd__nand2_1 _293_ (
895
+ .A(b[10]),
896
+ .B(a[10]),
897
+ .Y(_070_)
898
+ );
899
+ sky130_fd_sc_hd__a21oi_1 _294_ (
900
+ .A1(b[10]),
901
+ .A2(a[10]),
902
+ .B1(_141_),
903
+ .Y(_071_)
904
+ );
905
+ sky130_fd_sc_hd__o22ai_1 _295_ (
906
+ .A1(b[10]),
907
+ .A2(a[10]),
908
+ .B1(_139_),
909
+ .B2(_071_),
910
+ .Y(_072_)
911
+ );
912
+ sky130_fd_sc_hd__o221ai_1 _296_ (
913
+ .A1(_068_),
914
+ .A2(_069_),
915
+ .B1(_070_),
916
+ .B2(_144_),
917
+ .C1(_072_),
918
+ .Y(result[10])
919
+ );
920
+ sky130_fd_sc_hd__o31ai_1 _297_ (
921
+ .A1(_056_),
922
+ .A2(_065_),
923
+ .A3(_066_),
924
+ .B1(_064_),
925
+ .Y(_073_)
926
+ );
927
+ sky130_fd_sc_hd__o41ai_1 _298_ (
928
+ .A1(b[8]),
929
+ .A2(b[9]),
930
+ .A3(b[10]),
931
+ .A4(_040_),
932
+ .B1(_126_),
933
+ .Y(_074_)
934
+ );
935
+ sky130_fd_sc_hd__xor2_1 _299_ (
936
+ .A(b[11]),
937
+ .B(_074_),
938
+ .X(_075_)
939
+ );
940
+ sky130_fd_sc_hd__nand2_1 _300_ (
941
+ .A(a[11]),
942
+ .B(_075_),
943
+ .Y(_076_)
944
+ );
945
+ sky130_fd_sc_hd__xor2_1 _301_ (
946
+ .A(a[11]),
947
+ .B(_075_),
948
+ .X(_077_)
949
+ );
950
+ sky130_fd_sc_hd__nor2_1 _302_ (
951
+ .A(_073_),
952
+ .B(_077_),
953
+ .Y(_078_)
954
+ );
955
+ sky130_fd_sc_hd__nand2_1 _303_ (
956
+ .A(_073_),
957
+ .B(_077_),
958
+ .Y(_079_)
959
+ );
960
+ sky130_fd_sc_hd__nand2_1 _304_ (
961
+ .A(_136_),
962
+ .B(_079_),
963
+ .Y(_080_)
964
+ );
965
+ sky130_fd_sc_hd__nand2_1 _305_ (
966
+ .A(b[11]),
967
+ .B(a[11]),
968
+ .Y(_081_)
969
+ );
970
+ sky130_fd_sc_hd__a21oi_1 _306_ (
971
+ .A1(b[11]),
972
+ .A2(a[11]),
973
+ .B1(_141_),
974
+ .Y(_082_)
975
+ );
976
+ sky130_fd_sc_hd__o22ai_1 _307_ (
977
+ .A1(b[11]),
978
+ .A2(a[11]),
979
+ .B1(_139_),
980
+ .B2(_082_),
981
+ .Y(_083_)
982
+ );
983
+ sky130_fd_sc_hd__o221ai_1 _308_ (
984
+ .A1(_078_),
985
+ .A2(_080_),
986
+ .B1(_081_),
987
+ .B2(_144_),
988
+ .C1(_083_),
989
+ .Y(result[11])
990
+ );
991
+ sky130_fd_sc_hd__maj3_1 _309_ (
992
+ .A(a[11]),
993
+ .B(_073_),
994
+ .C(_075_),
995
+ .X(_084_)
996
+ );
997
+ sky130_fd_sc_hd__a21boi_0 _310_ (
998
+ .A1(b[11]),
999
+ .A2(_126_),
1000
+ .B1_N(_074_),
1001
+ .Y(_085_)
1002
+ );
1003
+ sky130_fd_sc_hd__nand2b_1 _311_ (
1004
+ .A_N(b[12]),
1005
+ .B(_085_),
1006
+ .Y(_086_)
1007
+ );
1008
+ sky130_fd_sc_hd__xnor2_1 _312_ (
1009
+ .A(b[12]),
1010
+ .B(_085_),
1011
+ .Y(_087_)
1012
+ );
1013
+ sky130_fd_sc_hd__clkinv_1 _313_ (
1014
+ .A(_087_),
1015
+ .Y(_088_)
1016
+ );
1017
+ sky130_fd_sc_hd__xor2_1 _314_ (
1018
+ .A(a[12]),
1019
+ .B(_087_),
1020
+ .X(_089_)
1021
+ );
1022
+ sky130_fd_sc_hd__nand3_1 _315_ (
1023
+ .A(_076_),
1024
+ .B(_079_),
1025
+ .C(_089_),
1026
+ .Y(_090_)
1027
+ );
1028
+ sky130_fd_sc_hd__a21oi_1 _316_ (
1029
+ .A1(_076_),
1030
+ .A2(_079_),
1031
+ .B1(_089_),
1032
+ .Y(_091_)
1033
+ );
1034
+ sky130_fd_sc_hd__nand2_1 _317_ (
1035
+ .A(_136_),
1036
+ .B(_090_),
1037
+ .Y(_092_)
1038
+ );
1039
+ sky130_fd_sc_hd__nand2_1 _318_ (
1040
+ .A(b[12]),
1041
+ .B(a[12]),
1042
+ .Y(_093_)
1043
+ );
1044
+ sky130_fd_sc_hd__a21oi_1 _319_ (
1045
+ .A1(b[12]),
1046
+ .A2(a[12]),
1047
+ .B1(_141_),
1048
+ .Y(_094_)
1049
+ );
1050
+ sky130_fd_sc_hd__o22ai_1 _320_ (
1051
+ .A1(b[12]),
1052
+ .A2(a[12]),
1053
+ .B1(_139_),
1054
+ .B2(_094_),
1055
+ .Y(_095_)
1056
+ );
1057
+ sky130_fd_sc_hd__o221ai_1 _321_ (
1058
+ .A1(_091_),
1059
+ .A2(_092_),
1060
+ .B1(_093_),
1061
+ .B2(_144_),
1062
+ .C1(_095_),
1063
+ .Y(result[12])
1064
+ );
1065
+ sky130_fd_sc_hd__maj3_1 _322_ (
1066
+ .A(a[12]),
1067
+ .B(_084_),
1068
+ .C(_088_),
1069
+ .X(_096_)
1070
+ );
1071
+ sky130_fd_sc_hd__nand2_1 _323_ (
1072
+ .A(_126_),
1073
+ .B(_086_),
1074
+ .Y(_097_)
1075
+ );
1076
+ sky130_fd_sc_hd__xor2_1 _324_ (
1077
+ .A(b[13]),
1078
+ .B(_097_),
1079
+ .X(_098_)
1080
+ );
1081
+ sky130_fd_sc_hd__xor2_1 _325_ (
1082
+ .A(a[13]),
1083
+ .B(_098_),
1084
+ .X(_099_)
1085
+ );
1086
+ sky130_fd_sc_hd__nor2_1 _326_ (
1087
+ .A(_096_),
1088
+ .B(_099_),
1089
+ .Y(_100_)
1090
+ );
1091
+ sky130_fd_sc_hd__a21o_1 _327_ (
1092
+ .A1(_096_),
1093
+ .A2(_099_),
1094
+ .B1(_137_),
1095
+ .X(_101_)
1096
+ );
1097
+ sky130_fd_sc_hd__nand2_1 _328_ (
1098
+ .A(b[13]),
1099
+ .B(a[13]),
1100
+ .Y(_102_)
1101
+ );
1102
+ sky130_fd_sc_hd__a21oi_1 _329_ (
1103
+ .A1(b[13]),
1104
+ .A2(a[13]),
1105
+ .B1(_141_),
1106
+ .Y(_103_)
1107
+ );
1108
+ sky130_fd_sc_hd__o22ai_1 _330_ (
1109
+ .A1(b[13]),
1110
+ .A2(a[13]),
1111
+ .B1(_139_),
1112
+ .B2(_103_),
1113
+ .Y(_104_)
1114
+ );
1115
+ sky130_fd_sc_hd__o221ai_1 _331_ (
1116
+ .A1(_100_),
1117
+ .A2(_101_),
1118
+ .B1(_102_),
1119
+ .B2(_144_),
1120
+ .C1(_104_),
1121
+ .Y(result[13])
1122
+ );
1123
+ sky130_fd_sc_hd__maj3_1 _332_ (
1124
+ .A(a[13]),
1125
+ .B(_096_),
1126
+ .C(_098_),
1127
+ .X(_105_)
1128
+ );
1129
+ sky130_fd_sc_hd__o21ai_0 _333_ (
1130
+ .A1(b[13]),
1131
+ .A2(_086_),
1132
+ .B1(_126_),
1133
+ .Y(_106_)
1134
+ );
1135
+ sky130_fd_sc_hd__xor2_1 _334_ (
1136
+ .A(b[14]),
1137
+ .B(_106_),
1138
+ .X(_107_)
1139
+ );
1140
+ sky130_fd_sc_hd__xor2_1 _335_ (
1141
+ .A(a[14]),
1142
+ .B(_107_),
1143
+ .X(_108_)
1144
+ );
1145
+ sky130_fd_sc_hd__and2_0 _336_ (
1146
+ .A(_105_),
1147
+ .B(_108_),
1148
+ .X(_109_)
1149
+ );
1150
+ sky130_fd_sc_hd__o21ai_0 _337_ (
1151
+ .A1(_105_),
1152
+ .A2(_108_),
1153
+ .B1(_136_),
1154
+ .Y(_110_)
1155
+ );
1156
+ sky130_fd_sc_hd__nand2_1 _338_ (
1157
+ .A(b[14]),
1158
+ .B(a[14]),
1159
+ .Y(_111_)
1160
+ );
1161
+ sky130_fd_sc_hd__a21oi_1 _339_ (
1162
+ .A1(b[14]),
1163
+ .A2(a[14]),
1164
+ .B1(_141_),
1165
+ .Y(_112_)
1166
+ );
1167
+ sky130_fd_sc_hd__o22ai_1 _340_ (
1168
+ .A1(b[14]),
1169
+ .A2(a[14]),
1170
+ .B1(_139_),
1171
+ .B2(_112_),
1172
+ .Y(_113_)
1173
+ );
1174
+ sky130_fd_sc_hd__o221ai_1 _341_ (
1175
+ .A1(_109_),
1176
+ .A2(_110_),
1177
+ .B1(_111_),
1178
+ .B2(_144_),
1179
+ .C1(_113_),
1180
+ .Y(result[14])
1181
+ );
1182
+ sky130_fd_sc_hd__maj3_1 _342_ (
1183
+ .A(a[14]),
1184
+ .B(_105_),
1185
+ .C(_107_),
1186
+ .X(_114_)
1187
+ );
1188
+ sky130_fd_sc_hd__lpflow_inputiso1p_1 _343_ (
1189
+ .A(b[15]),
1190
+ .SLEEP(a[15]),
1191
+ .X(_115_)
1192
+ );
1193
+ sky130_fd_sc_hd__nand2_1 _344_ (
1194
+ .A(b[15]),
1195
+ .B(a[15]),
1196
+ .Y(_116_)
1197
+ );
1198
+ sky130_fd_sc_hd__nand2_1 _345_ (
1199
+ .A(_115_),
1200
+ .B(_116_),
1201
+ .Y(_117_)
1202
+ );
1203
+ sky130_fd_sc_hd__o31ai_1 _346_ (
1204
+ .A1(b[13]),
1205
+ .A2(b[14]),
1206
+ .A3(_086_),
1207
+ .B1(_126_),
1208
+ .Y(_118_)
1209
+ );
1210
+ sky130_fd_sc_hd__xnor2_1 _347_ (
1211
+ .A(_117_),
1212
+ .B(_118_),
1213
+ .Y(_119_)
1214
+ );
1215
+ sky130_fd_sc_hd__and2_0 _348_ (
1216
+ .A(_114_),
1217
+ .B(_119_),
1218
+ .X(_120_)
1219
+ );
1220
+ sky130_fd_sc_hd__o21ai_0 _349_ (
1221
+ .A1(_114_),
1222
+ .A2(_119_),
1223
+ .B1(_136_),
1224
+ .Y(_121_)
1225
+ );
1226
+ sky130_fd_sc_hd__o22ai_1 _350_ (
1227
+ .A1(_144_),
1228
+ .A2(_116_),
1229
+ .B1(_117_),
1230
+ .B2(_141_),
1231
+ .Y(_122_)
1232
+ );
1233
+ sky130_fd_sc_hd__a21oi_1 _351_ (
1234
+ .A1(_139_),
1235
+ .A2(_115_),
1236
+ .B1(_122_),
1237
+ .Y(_123_)
1238
+ );
1239
+ endmodule
alu_w16_5ops_sky130_50mhz/flow/write_cdl.tcl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ read_lef /nix/store/sjh17jnslbv9d60450qybp1ajym2fb83-source/flow/platforms/sky130hd/lef/sky130_fd_sc_hd.tlef
2
+ read_lef /nix/store/sjh17jnslbv9d60450qybp1ajym2fb83-source/flow/platforms/sky130hd/lef/sky130_fd_sc_hd_merged.lef
3
+ read_def /tmp/zyphar_pnr_926536.def
4
+ write_cdl -masters /nix/store/sjh17jnslbv9d60450qybp1ajym2fb83-source/flow/platforms/sky130hd/cdl/sky130hd.cdl /tmp/datagen_output/alu_w16_5ops_sky130_50mhz/flow/design_only.cdl