Add files using upload-large-folder tool
Browse files- barrel_w32_left_sky130_1000mhz/flow/clean_gds_for_lvs.py +52 -0
- barrel_w32_left_sky130_1000mhz/flow/drc_deck_patched.lydrc +918 -0
- barrel_w32_left_sky130_1000mhz/flow/drc_report.rpt +892 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/cell_library.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/cell_neighborhoods.json +0 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/cell_pin_locations.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/clock_skew.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/deepgate.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/die_core_area.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/drc_labels.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/floating_nets.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/geometry_patches.json +0 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/instance_placement.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/ir_drop_vdd.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/ir_drop_vss.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/mesoscale_blocks.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/net_connectivity.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/net_wire_info.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/physics_labels.json +0 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/pin_access.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/power_grid.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/power_summary.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/timing_contexts.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/timing_paths_detailed.json +0 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/tns_detail.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/trajectory_snapshots.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/extracted/wns_detail.json +1 -0
- barrel_w32_left_sky130_1000mhz/flow/klayout_lvs.log +767 -0
- barrel_w32_left_sky130_1000mhz/flow/lvs_deck_patched.lylvs +295 -0
- barrel_w32_left_sky130_1000mhz/flow/lvs_extracted.cir +0 -0
- barrel_w32_left_sky130_1000mhz/flow/lvs_report.lyrdb +2654 -0
- barrel_w32_left_sky130_1000mhz/flow/netlist.v +1106 -0
- barrel_w32_left_sky130_1000mhz/flow/write_cdl.tcl +4 -0
- barrel_w32_left_sky130_500mhz/flow/barrel_w32_left.gds.gz +3 -0
- barrel_w32_left_sky130_500mhz/flow/barrel_w32_left.spef.gz +3 -0
- barrel_w32_left_sky130_500mhz/flow/clean_gds_for_lvs.py +52 -0
- barrel_w32_left_sky130_500mhz/flow/design_only.cdl.gz +3 -0
- barrel_w32_left_sky130_500mhz/flow/drc_deck_patched.lydrc +918 -0
- barrel_w32_left_sky130_500mhz/flow/drc_report.rpt +892 -0
- barrel_w32_left_sky130_500mhz/flow/flow_log.txt +94 -0
- barrel_w32_left_sky130_500mhz/flow/klayout_lvs.log +768 -0
- barrel_w32_left_sky130_500mhz/flow/lvs_cleaned.gds.gz +3 -0
- barrel_w32_left_sky130_500mhz/flow/lvs_deck_patched.lylvs +295 -0
- barrel_w32_left_sky130_500mhz/flow/lvs_extracted.cir +0 -0
- barrel_w32_left_sky130_500mhz/flow/lvs_reference.cdl.gz +3 -0
- barrel_w32_left_sky130_500mhz/flow/lvs_report.lyrdb +2654 -0
- barrel_w32_left_sky130_500mhz/flow/netlist.v +1106 -0
- barrel_w32_left_sky130_500mhz/flow/output.def.gz +3 -0
- barrel_w32_left_sky130_500mhz/flow/write_cdl.tcl +4 -0
- barrel_w32_left_sky130_500mhz/result.json +36 -0
barrel_w32_left_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/barrel_w32_left_sky130_1000mhz/flow/barrel_w32_left.gds")
|
| 6 |
+
|
| 7 |
+
top_cell = None
|
| 8 |
+
for tc in layout.top_cells():
|
| 9 |
+
if tc.name == "barrel_w32_left" 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/barrel_w32_left_sky130_1000mhz/flow/lvs_cleaned.gds")
|
| 52 |
+
print("Cleaned GDS written to /tmp/datagen_output/barrel_w32_left_sky130_1000mhz/flow/lvs_cleaned.gds")
|
barrel_w32_left_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 >= (min || 0) && (!max || p.holes <= 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 & 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 & tap & (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 & 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>
|
barrel_w32_left_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/barrel_w32_left_sky130_1000mhz/flow/drc_deck_patched.lydrc'</generator>
|
| 6 |
+
<top-cell>barrel_w32_left</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>barrel_w32_left</name>
|
| 884 |
+
<variant/>
|
| 885 |
+
<layout-name/>
|
| 886 |
+
<references>
|
| 887 |
+
</references>
|
| 888 |
+
</cell>
|
| 889 |
+
</cells>
|
| 890 |
+
<items>
|
| 891 |
+
</items>
|
| 892 |
+
</report-database>
|
barrel_w32_left_sky130_1000mhz/flow/extracted/cell_library.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__nor2_1", "area_um2": 3.7536}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__xor2_1", "area_um2": 8.7584}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__o21ai_0", "area_um2": 5.0048}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__or3_1", "area_um2": 6.256}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__a21oi_1", "area_um2": 5.0048}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__o31ai_1", "area_um2": 7.5072}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__or4_1", "area_um2": 7.5072}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "area_um2": 20.019199}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__decap_4", "area_um2": 5.0048}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__tapvpwrvgnd_1", "area_um2": 0.0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "area_um2": 3.7536}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__fill_1", "area_um2": 0.0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__fill_2", "area_um2": 0.0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__fill_4", "area_um2": 0.0}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/cell_neighborhoods.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
barrel_w32_left_sky130_1000mhz/flow/extracted/cell_pin_locations.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_09_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "A", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 5.26}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_09_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "B", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 4.4}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_09_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "Y", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 4.656}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_09_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 4.83}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_09_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 4.375}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_09_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 4.83}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_09_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 4.83}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_10_", "cell_type": "sky130_fd_sc_hd__xor2_1", "pin_name": "A", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 8.935}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_10_", "cell_type": "sky130_fd_sc_hd__xor2_1", "pin_name": "B", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 9.074}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_10_", "cell_type": "sky130_fd_sc_hd__xor2_1", "pin_name": "X", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 10.465}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_10_", "cell_type": "sky130_fd_sc_hd__xor2_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 9.43}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_10_", "cell_type": "sky130_fd_sc_hd__xor2_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 8.05}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_10_", "cell_type": "sky130_fd_sc_hd__xor2_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 9.43}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_10_", "cell_type": "sky130_fd_sc_hd__xor2_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 9.43}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_11_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "A", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 6.640000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_11_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "B", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 5.78}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_11_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "Y", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 6.0360000000000005}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_11_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 6.21}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_11_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 5.755}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_11_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 6.21}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_11_", "cell_type": "sky130_fd_sc_hd__nor2_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 6.21}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_12_", "cell_type": "sky130_fd_sc_hd__o21ai_0", "pin_name": "A1", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 13.59}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_12_", "cell_type": "sky130_fd_sc_hd__o21ai_0", "pin_name": "A2", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 14.087}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_12_", "cell_type": "sky130_fd_sc_hd__o21ai_0", "pin_name": "B1", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 14.962}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_12_", "cell_type": "sky130_fd_sc_hd__o21ai_0", "pin_name": "Y", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 14.66}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_12_", "cell_type": "sky130_fd_sc_hd__o21ai_0", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 14.26}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_12_", "cell_type": "sky130_fd_sc_hd__o21ai_0", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 13.57}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_12_", "cell_type": "sky130_fd_sc_hd__o21ai_0", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 14.26}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_12_", "cell_type": "sky130_fd_sc_hd__o21ai_0", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 14.26}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_13_", "cell_type": "sky130_fd_sc_hd__or3_1", "pin_name": "A", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 11.435}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_13_", "cell_type": "sky130_fd_sc_hd__or3_1", "pin_name": "B", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 11.26}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_13_", "cell_type": "sky130_fd_sc_hd__or3_1", "pin_name": "C", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 10.837}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_13_", "cell_type": "sky130_fd_sc_hd__or3_1", "pin_name": "X", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 12.67}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_13_", "cell_type": "sky130_fd_sc_hd__or3_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 11.73}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_13_", "cell_type": "sky130_fd_sc_hd__or3_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 10.805}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_13_", "cell_type": "sky130_fd_sc_hd__or3_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 11.73}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_13_", "cell_type": "sky130_fd_sc_hd__or3_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 11.73}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_14_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "A1", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 13.983}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_14_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "A2", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 14.472}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_14_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "B1", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 13.095}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_14_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "Y", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 13.401}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_14_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 13.8}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_14_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 13.11}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_14_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 13.8}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_14_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 13.8}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_15_", "cell_type": "sky130_fd_sc_hd__o31ai_1", "pin_name": "A1", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 6.245}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_15_", "cell_type": "sky130_fd_sc_hd__o31ai_1", "pin_name": "A2", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 6.812}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_15_", "cell_type": "sky130_fd_sc_hd__o31ai_1", "pin_name": "A3", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 7.501}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_15_", "cell_type": "sky130_fd_sc_hd__o31ai_1", "pin_name": "B1", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 8.482}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_15_", "cell_type": "sky130_fd_sc_hd__o31ai_1", "pin_name": "Y", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 8.161}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_15_", "cell_type": "sky130_fd_sc_hd__o31ai_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 7.36}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_15_", "cell_type": "sky130_fd_sc_hd__o31ai_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 6.215}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_15_", "cell_type": "sky130_fd_sc_hd__o31ai_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 7.36}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_15_", "cell_type": "sky130_fd_sc_hd__o31ai_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 7.36}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_16_", "cell_type": "sky130_fd_sc_hd__or4_1", "pin_name": "A", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 12.272}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_16_", "cell_type": "sky130_fd_sc_hd__or4_1", "pin_name": "B", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 11.497}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_16_", "cell_type": "sky130_fd_sc_hd__or4_1", "pin_name": "C", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 11.545}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_16_", "cell_type": "sky130_fd_sc_hd__or4_1", "pin_name": "D", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 10.845}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_16_", "cell_type": "sky130_fd_sc_hd__or4_1", "pin_name": "X", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 13.136000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_16_", "cell_type": "sky130_fd_sc_hd__or4_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 11.96}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_16_", "cell_type": "sky130_fd_sc_hd__or4_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 10.815}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_16_", "cell_type": "sky130_fd_sc_hd__or4_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 11.96}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_16_", "cell_type": "sky130_fd_sc_hd__or4_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 11.96}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_17_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "A1", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 5.243}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_17_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "A2", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 5.732}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_17_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "B1", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 4.355}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_17_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "Y", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 4.6610000000000005}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_17_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 5.0600000000000005}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_17_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 4.37}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_17_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 5.0600000000000005}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_17_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 5.0600000000000005}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_18_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "D", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 4.73}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_18_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "Q", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 10.333}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_18_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "CLK", "sig_type": "CLOCK", "x_um": 0.001, "y_um": 3.485}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_18_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 6.9}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_18_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 3.45}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_18_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 6.9}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_18_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 6.9}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_19_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "D", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 9.790000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_19_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "Q", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 15.393}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_19_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "CLK", "sig_type": "CLOCK", "x_um": 0.001, "y_um": 8.545}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_19_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 11.96}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_19_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 8.51}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_19_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 11.96}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_19_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 11.96}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_20_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "D", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 10.25}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_20_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "Q", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 15.853}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_20_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "CLK", "sig_type": "CLOCK", "x_um": 0.001, "y_um": 9.005}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_20_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 12.42}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_20_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 8.97}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_20_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 12.42}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_20_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 12.42}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_21_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "D", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 4.73}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_21_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "Q", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 10.333}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_21_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "CLK", "sig_type": "CLOCK", "x_um": 0.001, "y_um": 3.485}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_21_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 6.9}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_21_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 3.45}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_21_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 6.9}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_21_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 6.9}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_0_Right_0", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_0_Right_0", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 17.71}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_0_Right_0", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_0_Right_0", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_1_Right_1", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_1_Right_1", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 17.71}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_1_Right_1", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_1_Right_1", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_2_Right_2", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_2_Right_2", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 17.71}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_2_Right_2", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_2_Right_2", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_3_Right_3", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_3_Right_3", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 17.71}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_3_Right_3", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_3_Right_3", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_4_Right_4", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_4_Right_4", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 17.71}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_4_Right_4", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_4_Right_4", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 17.02}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_0_Left_5", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_0_Left_5", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 1.61}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_0_Left_5", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_0_Left_5", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_1_Left_6", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_1_Left_6", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 1.61}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_1_Left_6", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_1_Left_6", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_2_Left_7", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_2_Left_7", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 1.61}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_2_Left_7", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_2_Left_7", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_3_Left_8", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_3_Left_8", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 1.61}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_3_Left_8", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_3_Left_8", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_4_Left_9", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_4_Left_9", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 1.61}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_4_Left_9", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_4_Left_9", "cell_type": "sky130_fd_sc_hd__decap_4", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 2.3000000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "TAP_TAPCELL_ROW_0_10", "cell_type": "sky130_fd_sc_hd__tapvpwrvgnd_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 15.41}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "TAP_TAPCELL_ROW_0_10", "cell_type": "sky130_fd_sc_hd__tapvpwrvgnd_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 15.41}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "TAP_TAPCELL_ROW_2_11", "cell_type": "sky130_fd_sc_hd__tapvpwrvgnd_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 15.41}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "TAP_TAPCELL_ROW_2_11", "cell_type": "sky130_fd_sc_hd__tapvpwrvgnd_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 15.41}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "TAP_TAPCELL_ROW_4_12", "cell_type": "sky130_fd_sc_hd__tapvpwrvgnd_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 15.41}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "TAP_TAPCELL_ROW_4_12", "cell_type": "sky130_fd_sc_hd__tapvpwrvgnd_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 15.41}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_0_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "A", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 8.01}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_0_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "X", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 7.101}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_0_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 7.59}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_0_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 8.05}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_0_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 7.59}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_0_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 7.59}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_0__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "A", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 4.33}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_0__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "X", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 3.4210000000000003}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_0__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 3.91}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_0__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 4.37}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_0__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 3.91}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_0__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 3.91}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_1__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "A", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 14.91}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_1__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "X", "sig_type": "SIGNAL", "x_um": 0.001, "y_um": 14.001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_1__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 14.49}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_1__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 14.950000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_1__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 14.49}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_1__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 14.49}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_0_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 15.870000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_0_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 15.84}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_0_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 15.870000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_0_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 15.870000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_1_4", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 3.68}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_1_4", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 3.455}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_1_4", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 3.68}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_1_4", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 3.68}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_2_29", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 14.950000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_2_29", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 14.92}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_2_29", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 14.950000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_2_29", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 14.950000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_2_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 15.870000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_2_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 15.84}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_2_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 15.870000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_2_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 15.870000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_3_4", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 3.68}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_3_4", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 3.455}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_3_4", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 3.68}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_3_4", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 3.68}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_3_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 15.870000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_3_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 15.84}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_3_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 15.870000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_3_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 15.870000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_7", "cell_type": "sky130_fd_sc_hd__fill_4", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 5.5200000000000005}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_7", "cell_type": "sky130_fd_sc_hd__fill_4", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 4.83}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_7", "cell_type": "sky130_fd_sc_hd__fill_4", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 5.5200000000000005}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_7", "cell_type": "sky130_fd_sc_hd__fill_4", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 5.5200000000000005}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_11", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 6.9}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_11", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 6.675}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_11", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 6.9}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_11", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 6.9}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_13", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 7.59}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_13", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 7.5600000000000005}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_13", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 7.59}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_13", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 7.59}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_21", "cell_type": "sky130_fd_sc_hd__fill_4", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 11.96}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_21", "cell_type": "sky130_fd_sc_hd__fill_4", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 11.27}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_21", "cell_type": "sky130_fd_sc_hd__fill_4", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 11.96}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_21", "cell_type": "sky130_fd_sc_hd__fill_4", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 11.96}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_25", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 13.34}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_25", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 13.115}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_25", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 13.34}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_25", "cell_type": "sky130_fd_sc_hd__fill_2", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 13.34}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VGND", "sig_type": "GROUND", "x_um": 0.001, "y_um": 15.870000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VNB", "sig_type": "GROUND", "x_um": 0.001, "y_um": 15.84}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VPB", "sig_type": "POWER", "x_um": 0.001, "y_um": 15.870000000000001}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_31", "cell_type": "sky130_fd_sc_hd__fill_1", "pin_name": "VPWR", "sig_type": "POWER", "x_um": 0.001, "y_um": 15.870000000000001}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/clock_skew.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "report_type": "clock_skew", "content": "Clock clk\n 0.23 source latency _18_/CLK ^\n -0.25 target latency _20_/CLK ^\n 0.00 CRPR\n--------------\n -0.01 setup skew"}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/deepgate.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "gate_counts": {"buf": 1, "or": 39, "nor": 33, "and": 14, "nand": 12, "mux": 58}, "total_gates": 157, "netlist_file": "netlist.v", "netlist_size_bytes": 18993}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/die_core_area.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "die_x0": 0.0, "die_y0": 0.0, "die_x1": 19.165, "die_y1": 19.165, "num_rows": 5.0, "num_insts": 41.0, "num_nets": 20.0, "dbu_per_um": 1000.0}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/drc_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "violation_type": "clean", "violation_count": 0}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/floating_nets.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "floating_net_count": 0, "floating_nets": []}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/geometry_patches.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
barrel_w32_left_sky130_1000mhz/flow/extracted/instance_placement.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_09_", "cell_type": "sky130_fd_sc_hd__nor2_1", "x_um": 4.14, "y_um": 13.6, "width_um": 1.3800000000000001, "height_um": 2.72, "orient": "MX"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_10_", "cell_type": "sky130_fd_sc_hd__xor2_1", "x_um": 7.82, "y_um": 13.6, "width_um": 3.22, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_11_", "cell_type": "sky130_fd_sc_hd__nor2_1", "x_um": 5.5200000000000005, "y_um": 13.6, "width_um": 1.3800000000000001, "height_um": 2.72, "orient": "MX"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_12_", "cell_type": "sky130_fd_sc_hd__o21ai_0", "x_um": 13.34, "y_um": 2.72, "width_um": 1.84, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_13_", "cell_type": "sky130_fd_sc_hd__or3_1", "x_um": 10.58, "y_um": 8.16, "width_um": 2.3000000000000003, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_14_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "x_um": 12.88, "y_um": 8.16, "width_um": 1.84, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_15_", "cell_type": "sky130_fd_sc_hd__o31ai_1", "x_um": 5.98, "y_um": 8.16, "width_um": 2.7600000000000002, "height_um": 2.72, "orient": "MX"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_16_", "cell_type": "sky130_fd_sc_hd__or4_1", "x_um": 10.58, "y_um": 2.72, "width_um": 2.7600000000000002, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_17_", "cell_type": "sky130_fd_sc_hd__a21oi_1", "x_um": 4.14, "y_um": 8.16, "width_um": 1.84, "height_um": 2.72, "orient": "MX"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_18_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "x_um": 3.22, "y_um": 8.16, "width_um": 7.36, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_19_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "x_um": 8.28, "y_um": 13.6, "width_um": 7.36, "height_um": 2.72, "orient": "MX"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_20_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "x_um": 8.74, "y_um": 8.16, "width_um": 7.36, "height_um": 2.72, "orient": "MX"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "_21_", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "x_um": 3.22, "y_um": 2.72, "width_um": 7.36, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_0_Right_0", "cell_type": "sky130_fd_sc_hd__decap_4", "x_um": 17.94, "y_um": 2.72, "width_um": 1.84, "height_um": 2.72, "orient": "MY"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_1_Right_1", "cell_type": "sky130_fd_sc_hd__decap_4", "x_um": 17.94, "y_um": 8.16, "width_um": 1.84, "height_um": 2.72, "orient": "R180"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_2_Right_2", "cell_type": "sky130_fd_sc_hd__decap_4", "x_um": 17.94, "y_um": 8.16, "width_um": 1.84, "height_um": 2.72, "orient": "MY"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_3_Right_3", "cell_type": "sky130_fd_sc_hd__decap_4", "x_um": 17.94, "y_um": 13.6, "width_um": 1.84, "height_um": 2.72, "orient": "R180"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_4_Right_4", "cell_type": "sky130_fd_sc_hd__decap_4", "x_um": 17.94, "y_um": 13.6, "width_um": 1.84, "height_um": 2.72, "orient": "MY"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_0_Left_5", "cell_type": "sky130_fd_sc_hd__decap_4", "x_um": 1.3800000000000001, "y_um": 2.72, "width_um": 1.84, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_1_Left_6", "cell_type": "sky130_fd_sc_hd__decap_4", "x_um": 1.3800000000000001, "y_um": 8.16, "width_um": 1.84, "height_um": 2.72, "orient": "MX"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_2_Left_7", "cell_type": "sky130_fd_sc_hd__decap_4", "x_um": 1.3800000000000001, "y_um": 8.16, "width_um": 1.84, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_3_Left_8", "cell_type": "sky130_fd_sc_hd__decap_4", "x_um": 1.3800000000000001, "y_um": 13.6, "width_um": 1.84, "height_um": 2.72, "orient": "MX"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "PHY_EDGE_ROW_4_Left_9", "cell_type": "sky130_fd_sc_hd__decap_4", "x_um": 1.3800000000000001, "y_um": 13.6, "width_um": 1.84, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "TAP_TAPCELL_ROW_0_10", "cell_type": "sky130_fd_sc_hd__tapvpwrvgnd_1", "x_um": 15.18, "y_um": 2.72, "width_um": 0.46, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "TAP_TAPCELL_ROW_2_11", "cell_type": "sky130_fd_sc_hd__tapvpwrvgnd_1", "x_um": 15.18, "y_um": 8.16, "width_um": 0.46, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "TAP_TAPCELL_ROW_4_12", "cell_type": "sky130_fd_sc_hd__tapvpwrvgnd_1", "x_um": 15.18, "y_um": 13.6, "width_um": 0.46, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_0_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "x_um": 6.9, "y_um": 13.6, "width_um": 1.3800000000000001, "height_um": 2.72, "orient": "MX"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_0__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "x_um": 3.22, "y_um": 13.6, "width_um": 1.3800000000000001, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "clkbuf_1_1__f_clk", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "x_um": 13.8, "y_um": 13.6, "width_um": 1.3800000000000001, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_0_31", "cell_type": "sky130_fd_sc_hd__fill_1", "x_um": 15.64, "y_um": 2.72, "width_um": 0.46, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_1_4", "cell_type": "sky130_fd_sc_hd__fill_2", "x_um": 3.22, "y_um": 8.16, "width_um": 0.92, "height_um": 2.72, "orient": "MX"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_2_29", "cell_type": "sky130_fd_sc_hd__fill_1", "x_um": 14.72, "y_um": 8.16, "width_um": 0.46, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_2_31", "cell_type": "sky130_fd_sc_hd__fill_1", "x_um": 15.64, "y_um": 8.16, "width_um": 0.46, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_3_4", "cell_type": "sky130_fd_sc_hd__fill_2", "x_um": 3.22, "y_um": 13.6, "width_um": 0.92, "height_um": 2.72, "orient": "MX"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_3_31", "cell_type": "sky130_fd_sc_hd__fill_1", "x_um": 15.64, "y_um": 13.6, "width_um": 0.46, "height_um": 2.72, "orient": "MX"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_7", "cell_type": "sky130_fd_sc_hd__fill_4", "x_um": 4.6000000000000005, "y_um": 13.6, "width_um": 1.84, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_11", "cell_type": "sky130_fd_sc_hd__fill_2", "x_um": 6.44, "y_um": 13.6, "width_um": 0.92, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_13", "cell_type": "sky130_fd_sc_hd__fill_1", "x_um": 7.36, "y_um": 13.6, "width_um": 0.46, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_21", "cell_type": "sky130_fd_sc_hd__fill_4", "x_um": 11.040000000000001, "y_um": 13.6, "width_um": 1.84, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_25", "cell_type": "sky130_fd_sc_hd__fill_2", "x_um": 12.88, "y_um": 13.6, "width_um": 0.92, "height_um": 2.72, "orient": "R0"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "FILLER_4_31", "cell_type": "sky130_fd_sc_hd__fill_1", "x_um": 15.64, "y_um": 13.6, "width_um": 0.46, "height_um": 2.72, "orient": "R0"}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/ir_drop_vdd.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/ir_drop_vss.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/mesoscale_blocks.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g0_0", "bounds": {"x1": 0, "y1": 0, "x2": 15185, "y2": 15185}, "cell_count": 29, "type_distribution": {"sky130_fd_sc_hd__fill_8": 16, "sky130_fd_sc_hd__fill_2": 4, "sky130_fd_sc_hd__fill_1": 1, "sky130_fd_sc_hd__decap_4": 5, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3}, "density": 0.06345733041575492}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g0_1", "bounds": {"x1": 0, "y1": 15185, "x2": 15185, "y2": 30370}, "cell_count": 44, "type_distribution": {"sky130_fd_sc_hd__fill_1": 5, "sky130_fd_sc_hd__fill_2": 6, "sky130_fd_sc_hd__fill_4": 4, "sky130_fd_sc_hd__fill_8": 10, "sky130_fd_sc_hd__decap_4": 6, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__clkinv_4": 1, "sky130_fd_sc_hd__nor2_1": 4, "sky130_fd_sc_hd__a22oi_1": 1, "sky130_fd_sc_hd__nand2_1": 2, "sky130_fd_sc_hd__o21ai_0": 1, "sky130_fd_sc_hd__mux4_1": 1}, "density": 0.0962800875273523}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g0_2", "bounds": {"x1": 0, "y1": 30370, "x2": 15185, "y2": 45555}, "cell_count": 37, "type_distribution": {"sky130_fd_sc_hd__fill_8": 10, "sky130_fd_sc_hd__fill_2": 5, "sky130_fd_sc_hd__fill_4": 2, "sky130_fd_sc_hd__fill_1": 3, "sky130_fd_sc_hd__decap_4": 5, "sky130_fd_sc_hd__tapvpwrvgnd_1": 2, "sky130_fd_sc_hd__a21oi_1": 4, "sky130_fd_sc_hd__nor3_1": 1, "sky130_fd_sc_hd__nor2_1": 2, "sky130_fd_sc_hd__nand2_1": 1, "sky130_fd_sc_hd__o31ai_1": 1, "sky130_fd_sc_hd__o21ai_0": 1}, "density": 0.08096280087527352}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g0_3", "bounds": {"x1": 0, "y1": 45555, "x2": 15185, "y2": 60740}, "cell_count": 23, "type_distribution": {"sky130_fd_sc_hd__fill_8": 13, "sky130_fd_sc_hd__fill_2": 3, "sky130_fd_sc_hd__decap_4": 4, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3}, "density": 0.05032822757111598}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g1_0", "bounds": {"x1": 15185, "y1": 0, "x2": 30370, "y2": 15185}, "cell_count": 25, "type_distribution": {"sky130_fd_sc_hd__fill_8": 13, "sky130_fd_sc_hd__fill_2": 2, "sky130_fd_sc_hd__fill_1": 2, "sky130_fd_sc_hd__fill_4": 1, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__mux4_2": 1, "sky130_fd_sc_hd__mux4_1": 3}, "density": 0.05470459518599562}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g1_1", "bounds": {"x1": 15185, "y1": 15185, "x2": 30370, "y2": 30370}, "cell_count": 40, "type_distribution": {"sky130_fd_sc_hd__fill_1": 5, "sky130_fd_sc_hd__fill_4": 5, "sky130_fd_sc_hd__fill_2": 4, "sky130_fd_sc_hd__fill_8": 3, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__and2_0": 1, "sky130_fd_sc_hd__and3_1": 1, "sky130_fd_sc_hd__nand2_1": 3, "sky130_fd_sc_hd__mux2_1": 1, "sky130_fd_sc_hd__nor2_1": 7, "sky130_fd_sc_hd__or3_1": 2, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__mux4_1": 4}, "density": 0.087527352297593}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g1_2", "bounds": {"x1": 15185, "y1": 30370, "x2": 30370, "y2": 45555}, "cell_count": 31, "type_distribution": {"sky130_fd_sc_hd__fill_4": 2, "sky130_fd_sc_hd__fill_1": 5, "sky130_fd_sc_hd__fill_8": 1, "sky130_fd_sc_hd__fill_2": 1, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__clkinv_8": 1, "sky130_fd_sc_hd__mux2i_2": 2, "sky130_fd_sc_hd__lpflow_inputiso1p_1": 1, "sky130_fd_sc_hd__nor3_1": 1, "sky130_fd_sc_hd__mux2_1": 3, "sky130_fd_sc_hd__nor4_1": 1, "sky130_fd_sc_hd__a21oi_1": 2, "sky130_fd_sc_hd__mux2i_1": 1, "sky130_fd_sc_hd__nor2_1": 2, "sky130_fd_sc_hd__clkinv_1": 1, "sky130_fd_sc_hd__mux4_1": 2, "sky130_fd_sc_hd__o21ai_0": 2}, "density": 0.06783369803063458}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g1_3", "bounds": {"x1": 15185, "y1": 45555, "x2": 30370, "y2": 60740}, "cell_count": 31, "type_distribution": {"sky130_fd_sc_hd__fill_4": 4, "sky130_fd_sc_hd__fill_2": 4, "sky130_fd_sc_hd__fill_1": 3, "sky130_fd_sc_hd__fill_8": 9, "sky130_fd_sc_hd__tapvpwrvgnd_1": 2, "sky130_fd_sc_hd__inv_8": 1, "sky130_fd_sc_hd__or3_1": 1, "sky130_fd_sc_hd__clkinv_1": 2, "sky130_fd_sc_hd__nor2_1": 2, "sky130_fd_sc_hd__a211o_1": 1, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__a22oi_1": 1}, "density": 0.06783369803063458}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g2_0", "bounds": {"x1": 30370, "y1": 0, "x2": 45555, "y2": 15185}, "cell_count": 20, "type_distribution": {"sky130_fd_sc_hd__fill_2": 4, "sky130_fd_sc_hd__fill_1": 3, "sky130_fd_sc_hd__fill_8": 2, "sky130_fd_sc_hd__fill_4": 2, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__mux4_1": 3, "sky130_fd_sc_hd__mux4_2": 3}, "density": 0.0437636761487965}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g2_1", "bounds": {"x1": 30370, "y1": 15185, "x2": 45555, "y2": 30370}, "cell_count": 30, "type_distribution": {"sky130_fd_sc_hd__fill_4": 1, "sky130_fd_sc_hd__fill_1": 3, "sky130_fd_sc_hd__fill_2": 1, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__lpflow_inputiso1p_1": 1, "sky130_fd_sc_hd__o211ai_1": 1, "sky130_fd_sc_hd__a21oi_1": 3, "sky130_fd_sc_hd__nor2_1": 3, "sky130_fd_sc_hd__or3_1": 1, "sky130_fd_sc_hd__a22oi_1": 1, "sky130_fd_sc_hd__mux4_1": 8, "sky130_fd_sc_hd__nand2_1": 2, "sky130_fd_sc_hd__o31ai_1": 1, "sky130_fd_sc_hd__o21ai_0": 1}, "density": 0.06564551422319474}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g2_2", "bounds": {"x1": 30370, "y1": 30370, "x2": 45555, "y2": 45555}, "cell_count": 29, "type_distribution": {"sky130_fd_sc_hd__fill_1": 3, "sky130_fd_sc_hd__fill_4": 1, "sky130_fd_sc_hd__fill_2": 3, "sky130_fd_sc_hd__tapvpwrvgnd_1": 2, "sky130_fd_sc_hd__mux2_1": 4, "sky130_fd_sc_hd__nand3_1": 1, "sky130_fd_sc_hd__mux4_1": 1, "sky130_fd_sc_hd__a21o_1": 1, "sky130_fd_sc_hd__nand2_1": 2, "sky130_fd_sc_hd__mux2i_2": 2, "sky130_fd_sc_hd__nor2_1": 1, "sky130_fd_sc_hd__nor3_1": 1, "sky130_fd_sc_hd__mux2i_1": 1, "sky130_fd_sc_hd__or3_1": 2, "sky130_fd_sc_hd__a22oi_1": 2, "sky130_fd_sc_hd__a21oi_1": 2}, "density": 0.06345733041575492}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g2_3", "bounds": {"x1": 30370, "y1": 45555, "x2": 45555, "y2": 60740}, "cell_count": 25, "type_distribution": {"sky130_fd_sc_hd__fill_2": 2, "sky130_fd_sc_hd__fill_1": 3, "sky130_fd_sc_hd__fill_4": 1, "sky130_fd_sc_hd__fill_8": 2, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 1, "sky130_fd_sc_hd__nor3b_1": 1, "sky130_fd_sc_hd__nand2_1": 1, "sky130_fd_sc_hd__nor2_1": 3, "sky130_fd_sc_hd__mux2_1": 3, "sky130_fd_sc_hd__nor4bb_1": 1, "sky130_fd_sc_hd__mux4_1": 2, "sky130_fd_sc_hd__a21oi_1": 1, "sky130_fd_sc_hd__a22oi_1": 1}, "density": 0.05470459518599562}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g3_0", "bounds": {"x1": 45555, "y1": 0, "x2": 60740, "y2": 15185}, "cell_count": 27, "type_distribution": {"sky130_fd_sc_hd__fill_1": 8, "sky130_fd_sc_hd__fill_2": 5, "sky130_fd_sc_hd__fill_4": 2, "sky130_fd_sc_hd__fill_8": 1, "sky130_fd_sc_hd__decap_4": 5, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__mux4_1": 2, "sky130_fd_sc_hd__mux4_2": 1}, "density": 0.05908096280087528}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g3_1", "bounds": {"x1": 45555, "y1": 15185, "x2": 60740, "y2": 30370}, "cell_count": 28, "type_distribution": {"sky130_fd_sc_hd__fill_1": 8, "sky130_fd_sc_hd__fill_4": 3, "sky130_fd_sc_hd__fill_2": 3, "sky130_fd_sc_hd__fill_8": 2, "sky130_fd_sc_hd__decap_4": 6, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__nor2_1": 1, "sky130_fd_sc_hd__mux4_1": 2}, "density": 0.061269146608315096}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g3_2", "bounds": {"x1": 45555, "y1": 30370, "x2": 60740, "y2": 45555}, "cell_count": 19, "type_distribution": {"sky130_fd_sc_hd__fill_1": 4, "sky130_fd_sc_hd__fill_2": 2, "sky130_fd_sc_hd__decap_4": 5, "sky130_fd_sc_hd__tapvpwrvgnd_1": 3, "sky130_fd_sc_hd__mux4_1": 5}, "density": 0.04157549234135667}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "block_id": "g3_3", "bounds": {"x1": 45555, "y1": 45555, "x2": 60740, "y2": 60740}, "cell_count": 19, "type_distribution": {"sky130_fd_sc_hd__fill_2": 2, "sky130_fd_sc_hd__fill_1": 3, "sky130_fd_sc_hd__fill_4": 3, "sky130_fd_sc_hd__decap_4": 4, "sky130_fd_sc_hd__tapvpwrvgnd_1": 2, "sky130_fd_sc_hd__nor2_1": 2, "sky130_fd_sc_hd__mux4_1": 1, "sky130_fd_sc_hd__mux4_2": 1, "sky130_fd_sc_hd__mux2_1": 1}, "density": 0.04157549234135667}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/net_connectivity.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_00_", "fanout": 1, "driver": "Y"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_01_", "fanout": 1, "driver": "Y"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_02_", "fanout": 1, "driver": "Y"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_03_", "fanout": 1, "driver": "Y"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_04_", "fanout": 1, "driver": "X"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_05_", "fanout": 1, "driver": "Y"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_06_", "fanout": 1, "driver": "X"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_07_", "fanout": 1, "driver": "Y"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_08_", "fanout": 1, "driver": "X"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "clk", "fanout": 1, "driver": null}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "count[0]", "fanout": 6, "driver": "Q"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "count[1]", "fanout": 5, "driver": "Q"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "count[2]", "fanout": 4, "driver": "Q"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "count[3]", "fanout": 2, "driver": "Q"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "rst", "fanout": 4, "driver": null}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "fanout": 0, "driver": null}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "fanout": 0, "driver": null}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "clknet_0_clk", "fanout": 2, "driver": "X"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "clknet_1_0__leaf_clk", "fanout": 2, "driver": "X"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "clknet_1_1__leaf_clk", "fanout": 2, "driver": "X"}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/net_wire_info.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_00_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_01_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_02_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_03_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_04_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_05_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_06_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_07_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "_08_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "clk", "has_wire": 1, "iterm_count": 1, "bterm_count": 1}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "count[0]", "has_wire": 1, "iterm_count": 7, "bterm_count": 1}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "count[1]", "has_wire": 1, "iterm_count": 6, "bterm_count": 1}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "count[2]", "has_wire": 1, "iterm_count": 5, "bterm_count": 1}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "count[3]", "has_wire": 1, "iterm_count": 3, "bterm_count": 1}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "rst", "has_wire": 1, "iterm_count": 4, "bterm_count": 1}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "has_wire": 0, "iterm_count": 26, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "has_wire": 0, "iterm_count": 26, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "clknet_0_clk", "has_wire": 1, "iterm_count": 3, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "clknet_1_0__leaf_clk", "has_wire": 1, "iterm_count": 3, "bterm_count": 0}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "clknet_1_1__leaf_clk", "has_wire": 1, "iterm_count": 3, "bterm_count": 0}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/physics_labels.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
barrel_w32_left_sky130_1000mhz/flow/extracted/pin_access.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "VDD", "direction": "INOUT", "layer": "met5", "x": 30360, "y": 57120}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "VSS", "direction": "INOUT", "layer": "met5", "x": 30360, "y": 43520}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[0]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 340}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[10]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 1700}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[11]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 3060}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[12]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 4420}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[13]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 5780}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[14]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 7140}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[15]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 8500}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[16]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 9860}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[17]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 11220}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[18]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 12580}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[19]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 13940}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[1]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 15300}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[20]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 16660}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[21]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 18020}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[22]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 19380}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[23]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 20740}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[24]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 22100}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[25]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 23460}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[26]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 24820}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[27]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 26180}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[28]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 27540}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[29]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 28900}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[2]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 30260}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[30]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 31620}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[31]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 32980}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[3]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 34340}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[4]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 35700}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[5]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 37060}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[6]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 38420}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[7]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 39780}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[8]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 41140}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "din[9]", "direction": "INPUT", "layer": "met3", "x": 60340, "y": 42500}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[0]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 43860}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[10]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 45220}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[11]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 46580}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[12]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 47940}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[13]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 49300}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[14]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 50660}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[15]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 52020}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[16]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 53380}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[17]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 54740}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[18]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 56100}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[19]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 57460}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[1]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 58820}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[20]", "direction": "OUTPUT", "layer": "met3", "x": 60340, "y": 60180}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[21]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 46580}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[22]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 18020}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[23]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 22100}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[24]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 15300}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[25]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 34340}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[26]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 28900}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[27]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 35700}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[28]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 20740}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[29]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 38420}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[2]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 27540}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[30]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 24820}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[31]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 32980}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[3]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 30260}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[4]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 26180}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[5]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 19380}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[6]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 41140}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[7]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 31620}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[8]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 16660}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "dout[9]", "direction": "OUTPUT", "layer": "met3", "x": 400, "y": 39780}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "shamt[0]", "direction": "INPUT", "layer": "met3", "x": 400, "y": 37060}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "shamt[1]", "direction": "INPUT", "layer": "met3", "x": 400, "y": 43860}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "shamt[2]", "direction": "INPUT", "layer": "met3", "x": 400, "y": 23460}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "shamt[3]", "direction": "INPUT", "layer": "met3", "x": 400, "y": 42500}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "pin_name": "shamt[4]", "direction": "INPUT", "layer": "met3", "x": 400, "y": 45220}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/power_grid.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met5", "width": 1600, "coords": [{"x": 1140, "y": 57120}, {"x": 59580, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met5", "width": 1600, "coords": [{"x": 1140, "y": 29920}, {"x": 59580, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met4", "width": 1600, "coords": [{"x": 55660, "y": 5200}, {"x": 55660, "y": 57920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met4", "width": 1600, "coords": [{"x": 28520, "y": 5200}, {"x": 28520, "y": 57920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 54400}, {"x": 59340, "y": 54400}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 48960}, {"x": 59340, "y": 48960}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 43520}, {"x": 59340, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 38080}, {"x": 59340, "y": 38080}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 32640}, {"x": 59340, "y": 32640}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 27200}, {"x": 59340, "y": 27200}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 21760}, {"x": 59340, "y": 21760}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 16320}, {"x": 59340, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 10880}, {"x": 59340, "y": 10880}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 5440}, {"x": 59340, "y": 5440}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met4", "width": 0, "coords": [{"x": 55660, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met4", "width": 0, "coords": [{"x": 55660, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met4", "width": 0, "coords": [{"x": 28520, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met4", "width": 0, "coords": [{"x": 28520, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 54870, "y": 54400}, {"x": 56450, "y": 54400}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 55660, "y": 54400}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 54890, "y": 54400}, {"x": 56430, "y": 54400}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 55660, "y": 54400}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 55660, "y": 54400}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 54870, "y": 48960}, {"x": 56450, "y": 48960}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 55660, "y": 48960}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 54890, "y": 48960}, {"x": 56430, "y": 48960}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 55660, "y": 48960}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 55660, "y": 48960}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 54870, "y": 43520}, {"x": 56450, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 55660, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 54890, "y": 43520}, {"x": 56430, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 55660, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 55660, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 54870, "y": 38080}, {"x": 56450, "y": 38080}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 55660, "y": 38080}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 54890, "y": 38080}, {"x": 56430, "y": 38080}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 55660, "y": 38080}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 55660, "y": 38080}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 54870, "y": 32640}, {"x": 56450, "y": 32640}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 55660, "y": 32640}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 54890, "y": 32640}, {"x": 56430, "y": 32640}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 55660, "y": 32640}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 55660, "y": 32640}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 54870, "y": 27200}, {"x": 56450, "y": 27200}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 55660, "y": 27200}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 54890, "y": 27200}, {"x": 56430, "y": 27200}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 55660, "y": 27200}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 55660, "y": 27200}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 54870, "y": 21760}, {"x": 56450, "y": 21760}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 55660, "y": 21760}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 54890, "y": 21760}, {"x": 56430, "y": 21760}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 55660, "y": 21760}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 55660, "y": 21760}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 54870, "y": 16320}, {"x": 56450, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 55660, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 54890, "y": 16320}, {"x": 56430, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 55660, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 55660, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 54870, "y": 10880}, {"x": 56450, "y": 10880}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 55660, "y": 10880}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 54890, "y": 10880}, {"x": 56430, "y": 10880}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 55660, "y": 10880}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 55660, "y": 10880}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 54870, "y": 5440}, {"x": 56450, "y": 5440}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 55660, "y": 5440}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 54890, "y": 5440}, {"x": 56430, "y": 5440}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 55660, "y": 5440}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 55660, "y": 5440}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 54400}, {"x": 29310, "y": 54400}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 54400}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 54400}, {"x": 29290, "y": 54400}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 54400}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 54400}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 48960}, {"x": 29310, "y": 48960}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 48960}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 48960}, {"x": 29290, "y": 48960}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 48960}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 48960}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 43520}, {"x": 29310, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 43520}, {"x": 29290, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 38080}, {"x": 29310, "y": 38080}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 38080}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 38080}, {"x": 29290, "y": 38080}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 38080}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 38080}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 32640}, {"x": 29310, "y": 32640}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 32640}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 32640}, {"x": 29290, "y": 32640}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 32640}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 32640}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 27200}, {"x": 29310, "y": 27200}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 27200}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 27200}, {"x": 29290, "y": 27200}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 27200}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 27200}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 21760}, {"x": 29310, "y": 21760}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 21760}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 21760}, {"x": 29290, "y": 21760}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 21760}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 21760}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 16320}, {"x": 29310, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 16320}, {"x": 29290, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 10880}, {"x": 29310, "y": 10880}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 10880}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 10880}, {"x": 29290, "y": 10880}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 10880}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 10880}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 330, "coords": [{"x": 27730, "y": 5440}, {"x": 29310, "y": 5440}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met3", "width": 0, "coords": [{"x": 28520, "y": 5440}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 370, "coords": [{"x": 27750, "y": 5440}, {"x": 29290, "y": 5440}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met2", "width": 0, "coords": [{"x": 28520, "y": 5440}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VDD", "layer": "met1", "width": 0, "coords": [{"x": 28520, "y": 5440}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met5", "width": 1600, "coords": [{"x": 1140, "y": 43520}, {"x": 59580, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met5", "width": 1600, "coords": [{"x": 1140, "y": 16320}, {"x": 59580, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met4", "width": 1600, "coords": [{"x": 42090, "y": 2480}, {"x": 42090, "y": 57360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met4", "width": 1600, "coords": [{"x": 14950, "y": 2480}, {"x": 14950, "y": 57360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 57120}, {"x": 59340, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 51680}, {"x": 59340, "y": 51680}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 46240}, {"x": 59340, "y": 46240}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 40800}, {"x": 59340, "y": 40800}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 35360}, {"x": 59340, "y": 35360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 29920}, {"x": 59340, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 24480}, {"x": 59340, "y": 24480}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 19040}, {"x": 59340, "y": 19040}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 13600}, {"x": 59340, "y": 13600}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 8160}, {"x": 59340, "y": 8160}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 480, "coords": [{"x": 1380, "y": 2720}, {"x": 59340, "y": 2720}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met4", "width": 0, "coords": [{"x": 42090, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met4", "width": 0, "coords": [{"x": 42090, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met4", "width": 0, "coords": [{"x": 14950, "y": 43520}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met4", "width": 0, "coords": [{"x": 14950, "y": 16320}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 57120}, {"x": 42880, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 57120}, {"x": 42860, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 51680}, {"x": 42880, "y": 51680}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 51680}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 51680}, {"x": 42860, "y": 51680}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 51680}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 51680}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 46240}, {"x": 42880, "y": 46240}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 46240}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 46240}, {"x": 42860, "y": 46240}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 46240}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 46240}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 40800}, {"x": 42880, "y": 40800}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 40800}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 40800}, {"x": 42860, "y": 40800}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 40800}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 40800}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 35360}, {"x": 42880, "y": 35360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 35360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 35360}, {"x": 42860, "y": 35360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 35360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 35360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 29920}, {"x": 42880, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 29920}, {"x": 42860, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 24480}, {"x": 42880, "y": 24480}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 24480}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 24480}, {"x": 42860, "y": 24480}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 24480}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 24480}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 19040}, {"x": 42880, "y": 19040}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 19040}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 19040}, {"x": 42860, "y": 19040}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 19040}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 19040}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 13600}, {"x": 42880, "y": 13600}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 13600}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 13600}, {"x": 42860, "y": 13600}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 13600}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 13600}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 8160}, {"x": 42880, "y": 8160}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 8160}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 8160}, {"x": 42860, "y": 8160}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 8160}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 8160}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 41300, "y": 2720}, {"x": 42880, "y": 2720}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 42090, "y": 2720}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 41320, "y": 2720}, {"x": 42860, "y": 2720}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 42090, "y": 2720}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 42090, "y": 2720}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 57120}, {"x": 15740, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 57120}, {"x": 15720, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 57120}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 51680}, {"x": 15740, "y": 51680}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 51680}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 51680}, {"x": 15720, "y": 51680}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 51680}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 51680}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 46240}, {"x": 15740, "y": 46240}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 46240}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 46240}, {"x": 15720, "y": 46240}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 46240}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 46240}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 40800}, {"x": 15740, "y": 40800}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 40800}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 40800}, {"x": 15720, "y": 40800}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 40800}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 40800}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 35360}, {"x": 15740, "y": 35360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 35360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 35360}, {"x": 15720, "y": 35360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 35360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 35360}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 29920}, {"x": 15740, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 29920}, {"x": 15720, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 29920}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 24480}, {"x": 15740, "y": 24480}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 24480}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 24480}, {"x": 15720, "y": 24480}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 24480}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 24480}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 19040}, {"x": 15740, "y": 19040}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 19040}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 19040}, {"x": 15720, "y": 19040}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 19040}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 19040}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 13600}, {"x": 15740, "y": 13600}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 13600}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 13600}, {"x": 15720, "y": 13600}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 13600}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 13600}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 8160}, {"x": 15740, "y": 8160}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 8160}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 8160}, {"x": 15720, "y": 8160}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 8160}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 8160}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 330, "coords": [{"x": 14160, "y": 2720}, {"x": 15740, "y": 2720}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met3", "width": 0, "coords": [{"x": 14950, "y": 2720}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 370, "coords": [{"x": 14180, "y": 2720}, {"x": 15720, "y": 2720}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met2", "width": 0, "coords": [{"x": 14950, "y": 2720}]}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "net": "VSS", "layer": "met1", "width": 0, "coords": [{"x": 14950, "y": 2720}]}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/power_summary.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "instance": "__TOTAL__", "internal_mw": 4.91958e-05, "switching_mw": 2.171214e-05, "leakage_mw": 9.068234e-11, "total_mw": 7.090803e-05}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/timing_contexts.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "freq_mhz": 1000, "wns_ns": null, "tns_ns": null, "utilization": 0.63, "num_instances": 457, "area_um2": 1976.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}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/timing_paths_detailed.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
barrel_w32_left_sky130_1000mhz/flow/extracted/tns_detail.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "report_type": "tns", "content": "tns 0.00"}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/trajectory_snapshots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "phase": 1, "label": "Step 1/3: Synthesis", "type": "phase_start"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "phase": 1, "cells": 150, "type": "synth_result"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "phase": 1, "duration_s": 0.5, "type": "phase_end"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "phase": 2, "label": "Step 2/3: Place and Route", "type": "phase_start"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "phase": 2, "instances": 457, "utilization": 0.63, "type": "pnr_result"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "phase": 2, "duration_s": 112.0, "type": "phase_end"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "phase": 3, "label": "Step 3/3: GDS Generation", "type": "phase_start"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "phase": 3, "duration_s": 121.88, "type": "phase_end"}, {"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "phase": 3, "signoff": "PASS", "type": "signoff_result"}]
|
barrel_w32_left_sky130_1000mhz/flow/extracted/wns_detail.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "barrel_w32_left_sky130_1000mhz", "pdk": "sky130", "report_type": "wns", "content": "wns 0.00"}]
|
barrel_w32_left_sky130_1000mhz/flow/klayout_lvs.log
ADDED
|
@@ -0,0 +1,767 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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): 194 (flat) 29 (hierarchical)
|
| 13 |
+
Elapsed: 0.000s Memory: 588.00M
|
| 14 |
+
"input" in: lvs_deck_patched.lylvs:53
|
| 15 |
+
Polygons (raw): 150 (flat) 28 (hierarchical)
|
| 16 |
+
Elapsed: 0.000s Memory: 588.00M
|
| 17 |
+
"polygons" in: lvs_deck_patched.lylvs:54
|
| 18 |
+
Polygons (raw): 150 (flat) 28 (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): 150 (flat) 28 (hierarchical)
|
| 25 |
+
Elapsed: 0.000s Memory: 588.00M
|
| 26 |
+
"polygons" in: lvs_deck_patched.lylvs:57
|
| 27 |
+
Polygons (raw): 766 (flat) 87 (hierarchical)
|
| 28 |
+
Elapsed: 0.000s Memory: 588.00M
|
| 29 |
+
"polygons" in: lvs_deck_patched.lylvs:58
|
| 30 |
+
Polygons (raw): 88 (flat) 2 (hierarchical)
|
| 31 |
+
Elapsed: 0.000s Memory: 588.00M
|
| 32 |
+
"polygons" in: lvs_deck_patched.lylvs:59
|
| 33 |
+
Polygons (raw): 244 (flat) 31 (hierarchical)
|
| 34 |
+
Elapsed: 0.010s Memory: 588.00M
|
| 35 |
+
"polygons" in: lvs_deck_patched.lylvs:60
|
| 36 |
+
Polygons (raw): 238 (flat) 30 (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: 589.00M
|
| 44 |
+
"polygons" in: lvs_deck_patched.lylvs:63
|
| 45 |
+
Polygons (raw): 194 (flat) 29 (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): 194 (flat) 29 (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): 1606 (flat) 194 (hierarchical)
|
| 76 |
+
Elapsed: 0.010s 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: 590.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): 3903 (flat) 613 (hierarchical)
|
| 88 |
+
Elapsed: 0.000s Memory: 590.00M
|
| 89 |
+
"polygons" in: lvs_deck_patched.lylvs:78
|
| 90 |
+
Polygons (raw): 223 (flat) 37 (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.000s 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): 3165 (flat) 359 (hierarchical)
|
| 106 |
+
Elapsed: 0.000s Memory: 590.00M
|
| 107 |
+
"input" in: lvs_deck_patched.lylvs:84
|
| 108 |
+
Polygons (raw): 1153 (flat) 199 (hierarchical)
|
| 109 |
+
Elapsed: 0.000s Memory: 590.00M
|
| 110 |
+
"polygons" in: lvs_deck_patched.lylvs:85
|
| 111 |
+
Polygons (raw): 1252 (flat) 215 (hierarchical)
|
| 112 |
+
Elapsed: 0.000s Memory: 591.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): 3903 (flat) 415 (hierarchical)
|
| 118 |
+
Elapsed: 0.000s Memory: 591.00M
|
| 119 |
+
"polygons" in: lvs_deck_patched.lylvs:88
|
| 120 |
+
Polygons (raw): 3069 (flat) 1011 (hierarchical)
|
| 121 |
+
Elapsed: 0.000s Memory: 591.00M
|
| 122 |
+
"input" in: lvs_deck_patched.lylvs:89
|
| 123 |
+
Polygons (raw): 388 (flat) 58 (hierarchical)
|
| 124 |
+
Elapsed: 0.000s Memory: 591.00M
|
| 125 |
+
"polygons" in: lvs_deck_patched.lylvs:90
|
| 126 |
+
Polygons (raw): 388 (flat) 58 (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): 1010 (flat) 7 (hierarchical)
|
| 133 |
+
Elapsed: 0.000s Memory: 591.00M
|
| 134 |
+
"polygons" in: lvs_deck_patched.lylvs:93
|
| 135 |
+
Polygons (raw): 1909 (flat) 800 (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): 398 (flat) 5 (hierarchical)
|
| 148 |
+
Elapsed: 0.010s Memory: 592.00M
|
| 149 |
+
"polygons" in: lvs_deck_patched.lylvs:98
|
| 150 |
+
Polygons (raw): 620 (flat) 286 (hierarchical)
|
| 151 |
+
Elapsed: 0.000s Memory: 592.00M
|
| 152 |
+
"input" in: lvs_deck_patched.lylvs:99
|
| 153 |
+
Polygons (raw): 69 (flat) 69 (hierarchical)
|
| 154 |
+
Elapsed: 0.000s Memory: 592.00M
|
| 155 |
+
"polygons" in: lvs_deck_patched.lylvs:100
|
| 156 |
+
Polygons (raw): 69 (flat) 69 (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): 192 (flat) 5 (hierarchical)
|
| 163 |
+
Elapsed: 0.000s Memory: 592.00M
|
| 164 |
+
"polygons" in: lvs_deck_patched.lylvs:103
|
| 165 |
+
Polygons (raw): 90 (flat) 19 (hierarchical)
|
| 166 |
+
Elapsed: 0.010s 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): 8 (flat) 1 (hierarchical)
|
| 178 |
+
Elapsed: 0.000s Memory: 593.00M
|
| 179 |
+
"polygons" in: lvs_deck_patched.lylvs:108
|
| 180 |
+
Polygons (raw): 12 (flat) 5 (hierarchical)
|
| 181 |
+
Elapsed: 0.000s Memory: 593.00M
|
| 182 |
+
"input" in: lvs_deck_patched.lylvs:109
|
| 183 |
+
Polygons (raw): 2 (flat) 2 (hierarchical)
|
| 184 |
+
Elapsed: 0.000s Memory: 593.00M
|
| 185 |
+
"polygons" in: lvs_deck_patched.lylvs:110
|
| 186 |
+
Polygons (raw): 4 (flat) 4 (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.010s 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): 150 (flat) 28 (hierarchical)
|
| 229 |
+
Elapsed: 0.000s Memory: 594.00M
|
| 230 |
+
"&" in: lvs_deck_patched.lylvs:130
|
| 231 |
+
Polygons (raw): 381 (flat) 42 (hierarchical)
|
| 232 |
+
Elapsed: 0.010s Memory: 1146.00M
|
| 233 |
+
"&" in: lvs_deck_patched.lylvs:130
|
| 234 |
+
Polygons (raw): 381 (flat) 42 (hierarchical)
|
| 235 |
+
Elapsed: 0.000s Memory: 1156.00M
|
| 236 |
+
"&" in: lvs_deck_patched.lylvs:131
|
| 237 |
+
Polygons (raw): 44 (flat) 1 (hierarchical)
|
| 238 |
+
Elapsed: 0.010s Memory: 1166.00M
|
| 239 |
+
"&" in: lvs_deck_patched.lylvs:131
|
| 240 |
+
Polygons (raw): 44 (flat) 1 (hierarchical)
|
| 241 |
+
Elapsed: 0.000s Memory: 1156.00M
|
| 242 |
+
"&" in: lvs_deck_patched.lylvs:132
|
| 243 |
+
Polygons (raw): 920 (flat) 143 (hierarchical)
|
| 244 |
+
Elapsed: 0.000s Memory: 1156.00M
|
| 245 |
+
"-" in: lvs_deck_patched.lylvs:133
|
| 246 |
+
Polygons (raw): 1301 (flat) 185 (hierarchical)
|
| 247 |
+
Elapsed: 0.010s Memory: 1157.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): 194 (flat) 29 (hierarchical)
|
| 259 |
+
Elapsed: 0.000s Memory: 1137.00M
|
| 260 |
+
"-" in: lvs_deck_patched.lylvs:135
|
| 261 |
+
Polygons (raw): 194 (flat) 29 (hierarchical)
|
| 262 |
+
Elapsed: 0.000s Memory: 1137.00M
|
| 263 |
+
"&" in: lvs_deck_patched.lylvs:135
|
| 264 |
+
Polygons (raw): 920 (flat) 143 (hierarchical)
|
| 265 |
+
Elapsed: 0.000s Memory: 1157.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): 383 (flat) 43 (hierarchical)
|
| 277 |
+
Elapsed: 0.010s Memory: 1147.00M
|
| 278 |
+
"&" in: lvs_deck_patched.lylvs:138
|
| 279 |
+
Polygons (raw): 381 (flat) 41 (hierarchical)
|
| 280 |
+
Elapsed: 0.000s Memory: 1137.00M
|
| 281 |
+
"-" in: lvs_deck_patched.lylvs:139
|
| 282 |
+
Polygons (raw): 44 (flat) 1 (hierarchical)
|
| 283 |
+
Elapsed: 0.000s Memory: 1157.00M
|
| 284 |
+
"&" in: lvs_deck_patched.lylvs:139
|
| 285 |
+
Polygons (raw): 44 (flat) 1 (hierarchical)
|
| 286 |
+
Elapsed: 0.000s Memory: 1158.00M
|
| 287 |
+
"&" in: lvs_deck_patched.lylvs:140
|
| 288 |
+
Polygons (raw): 911 (flat) 136 (hierarchical)
|
| 289 |
+
Elapsed: 0.010s Memory: 1148.00M
|
| 290 |
+
"-" in: lvs_deck_patched.lylvs:141
|
| 291 |
+
Polygons (raw): 1292 (flat) 177 (hierarchical)
|
| 292 |
+
Elapsed: 0.000s Memory: 1148.00M
|
| 293 |
+
"-" in: lvs_deck_patched.lylvs:142
|
| 294 |
+
Polygons (raw): 911 (flat) 136 (hierarchical)
|
| 295 |
+
Elapsed: 0.000s Memory: 1138.00M
|
| 296 |
+
"-" in: lvs_deck_patched.lylvs:142
|
| 297 |
+
Polygons (raw): 911 (flat) 136 (hierarchical)
|
| 298 |
+
Elapsed: 0.000s Memory: 1138.00M
|
| 299 |
+
"-" in: lvs_deck_patched.lylvs:142
|
| 300 |
+
Polygons (raw): 911 (flat) 136 (hierarchical)
|
| 301 |
+
Elapsed: 0.000s Memory: 1138.00M
|
| 302 |
+
"-" in: lvs_deck_patched.lylvs:143
|
| 303 |
+
Polygons (raw): 911 (flat) 136 (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): 911 (flat) 136 (hierarchical)
|
| 313 |
+
Elapsed: 0.000s Memory: 1138.00M
|
| 314 |
+
"-" in: lvs_deck_patched.lylvs:144
|
| 315 |
+
Polygons (raw): 911 (flat) 136 (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): 911 (flat) 136 (hierarchical)
|
| 322 |
+
Elapsed: 0.010s 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.000s 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.000s Memory: 1140.00M
|
| 335 |
+
"extract_devices" in: lvs_deck_patched.lylvs:156
|
| 336 |
+
Elapsed: 0.010s 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.010s Memory: 1140.00M
|
| 343 |
+
"netlist" in: lvs_deck_patched.lylvs:199
|
| 344 |
+
Elapsed: 0.070s Memory: 1143.00M
|
| 345 |
+
Flatten layout cell (no schematic): VIA_via5_6_1600_1600_1_1_1600_1600
|
| 346 |
+
Flatten layout cell (no schematic): VIA_L1M1_PR
|
| 347 |
+
Flatten layout cell (no schematic): VIA_M3M4_PR
|
| 348 |
+
Flatten layout cell (no schematic): VIA_M2M3_PR
|
| 349 |
+
Flatten layout cell (no schematic): VIA_M1M2_PR
|
| 350 |
+
Flatten layout cell (no schematic): VIA_via2_3_1600_480_1_5_320_320
|
| 351 |
+
Flatten layout cell (no schematic): VIA_via4_5_1600_480_1_4_400_400
|
| 352 |
+
Flatten layout cell (no schematic): VIA_via3_4_1600_480_1_4_400_400
|
| 353 |
+
Flatten layout cell (no schematic): VIA_M1M2_PR_MR
|
| 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_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_1
|
| 368 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BOI_2
|
| 369 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BOI_4
|
| 370 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_1
|
| 371 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_2
|
| 372 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_4
|
| 373 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21OI_2
|
| 374 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21OI_4
|
| 375 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21O_2
|
| 376 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21O_4
|
| 377 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221OI_1
|
| 378 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221OI_2
|
| 379 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221OI_4
|
| 380 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_1
|
| 381 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_2
|
| 382 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_4
|
| 383 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A222OI_1
|
| 384 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22OI_2
|
| 385 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22OI_4
|
| 386 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_1
|
| 387 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_2
|
| 388 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_4
|
| 389 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_1
|
| 390 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_2
|
| 391 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_4
|
| 392 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_1
|
| 393 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_2
|
| 394 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_4
|
| 395 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311OI_1
|
| 396 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311OI_2
|
| 397 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311OI_4
|
| 398 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_1
|
| 399 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_2
|
| 400 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_4
|
| 401 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31OI_1
|
| 402 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31OI_2
|
| 403 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31OI_4
|
| 404 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31O_1
|
| 405 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31O_2
|
| 406 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31O_4
|
| 407 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_1
|
| 408 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_2
|
| 409 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_4
|
| 410 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_1
|
| 411 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_2
|
| 412 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_4
|
| 413 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41OI_1
|
| 414 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41OI_2
|
| 415 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41OI_4
|
| 416 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_1
|
| 417 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_2
|
| 418 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_4
|
| 419 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_1
|
| 420 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_2
|
| 421 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_4
|
| 422 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2_1
|
| 423 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2_2
|
| 424 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2_4
|
| 425 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_1
|
| 426 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_2
|
| 427 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_4
|
| 428 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3_2
|
| 429 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3_4
|
| 430 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_1
|
| 431 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_2
|
| 432 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_4
|
| 433 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_1
|
| 434 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_2
|
| 435 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_4
|
| 436 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_1
|
| 437 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_2
|
| 438 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_4
|
| 439 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFBUF_16
|
| 440 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFBUF_8
|
| 441 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFINV_16
|
| 442 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFINV_8
|
| 443 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_1
|
| 444 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_12
|
| 445 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_16
|
| 446 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_2
|
| 447 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_4
|
| 448 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_6
|
| 449 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_8
|
| 450 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_1
|
| 451 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_16
|
| 452 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_2
|
| 453 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_4
|
| 454 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_8
|
| 455 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S15_1
|
| 456 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S15_2
|
| 457 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S18_1
|
| 458 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S18_2
|
| 459 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S25_1
|
| 460 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S25_2
|
| 461 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S50_1
|
| 462 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S50_2
|
| 463 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINVLP_2
|
| 464 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINVLP_4
|
| 465 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_16
|
| 466 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_2
|
| 467 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_12
|
| 468 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_3
|
| 469 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_4
|
| 470 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_6
|
| 471 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_8
|
| 472 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFBBN_1
|
| 473 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFBBN_2
|
| 474 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFBBP_1
|
| 475 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRBP_1
|
| 476 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRBP_2
|
| 477 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTN_1
|
| 478 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTP_1
|
| 479 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTP_2
|
| 480 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTP_4
|
| 481 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSBP_1
|
| 482 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSBP_2
|
| 483 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSTP_1
|
| 484 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSTP_2
|
| 485 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSTP_4
|
| 486 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXBP_1
|
| 487 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXBP_2
|
| 488 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXTP_1
|
| 489 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXTP_2
|
| 490 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXTP_4
|
| 491 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DIODE_2
|
| 492 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLCLKP_1
|
| 493 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLCLKP_2
|
| 494 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLCLKP_4
|
| 495 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBN_1
|
| 496 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBN_2
|
| 497 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBP_1
|
| 498 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBP_2
|
| 499 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTN_1
|
| 500 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTN_2
|
| 501 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTN_4
|
| 502 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTP_1
|
| 503 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTP_2
|
| 504 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTP_4
|
| 505 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXBN_1
|
| 506 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXBN_2
|
| 507 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXBP_1
|
| 508 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTN_1
|
| 509 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTN_2
|
| 510 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTN_4
|
| 511 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTP_1
|
| 512 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYGATE4SD1_1
|
| 513 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYGATE4SD2_1
|
| 514 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYGATE4SD3_1
|
| 515 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYMETAL6S2S_1
|
| 516 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYMETAL6S4S_1
|
| 517 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYMETAL6S6S_1
|
| 518 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_1
|
| 519 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_2
|
| 520 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_4
|
| 521 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_8
|
| 522 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EDFXBP_1
|
| 523 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EDFXTP_1
|
| 524 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_0
|
| 525 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_1
|
| 526 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_2
|
| 527 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_4
|
| 528 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_8
|
| 529 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_1
|
| 530 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_2
|
| 531 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_4
|
| 532 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_8
|
| 533 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FAHCIN_1
|
| 534 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FAHCON_1
|
| 535 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FAH_1
|
| 536 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FA_1
|
| 537 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FA_2
|
| 538 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FA_4
|
| 539 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_1
|
| 540 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_2
|
| 541 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_4
|
| 542 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_8
|
| 543 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__HA_1
|
| 544 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__HA_2
|
| 545 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__HA_4
|
| 546 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_1
|
| 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__LPFLOW_BLEEDER_1
|
| 552 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_1
|
| 553 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_16
|
| 554 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_2
|
| 555 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_4
|
| 556 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_8
|
| 557 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_1
|
| 558 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_16
|
| 559 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_2
|
| 560 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_4
|
| 561 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_8
|
| 562 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_12
|
| 563 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_3
|
| 564 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_4
|
| 565 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_6
|
| 566 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_8
|
| 567 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO0N_1
|
| 568 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO0P_1
|
| 569 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO1N_1
|
| 570 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISOLATCH_1
|
| 571 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRCKAPWR_16
|
| 572 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_16
|
| 573 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_2
|
| 574 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_4
|
| 575 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_8
|
| 576 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_HL_ISOWELL_TAP_1
|
| 577 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_HL_ISOWELL_TAP_2
|
| 578 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_HL_ISOWELL_TAP_4
|
| 579 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_4
|
| 580 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_TAP_1
|
| 581 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_TAP_2
|
| 582 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_TAP_4
|
| 583 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MACRO_SPARECELL
|
| 584 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CONB_1
|
| 585 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2_2
|
| 586 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2_2
|
| 587 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_2
|
| 588 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_1
|
| 589 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_2
|
| 590 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_4
|
| 591 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2I_4
|
| 592 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_2
|
| 593 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_4
|
| 594 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_8
|
| 595 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX4_4
|
| 596 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2B_1
|
| 597 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2B_2
|
| 598 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2B_4
|
| 599 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2_4
|
| 600 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2_8
|
| 601 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3B_1
|
| 602 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3B_2
|
| 603 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3B_4
|
| 604 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3_2
|
| 605 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3_4
|
| 606 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4BB_1
|
| 607 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4BB_2
|
| 608 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4BB_4
|
| 609 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4B_1
|
| 610 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4B_2
|
| 611 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4B_4
|
| 612 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4_1
|
| 613 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4_2
|
| 614 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4_4
|
| 615 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2B_1
|
| 616 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2B_2
|
| 617 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2B_4
|
| 618 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2_4
|
| 619 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2_8
|
| 620 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3B_2
|
| 621 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3B_4
|
| 622 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3_2
|
| 623 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3_4
|
| 624 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4BB_2
|
| 625 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4BB_4
|
| 626 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4B_1
|
| 627 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4B_2
|
| 628 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4B_4
|
| 629 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4_2
|
| 630 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4_4
|
| 631 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111AI_1
|
| 632 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111AI_2
|
| 633 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111AI_4
|
| 634 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_1
|
| 635 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_2
|
| 636 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_4
|
| 637 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211AI_2
|
| 638 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211AI_4
|
| 639 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_1
|
| 640 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_2
|
| 641 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_4
|
| 642 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21AI_1
|
| 643 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21AI_2
|
| 644 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21AI_4
|
| 645 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21A_1
|
| 646 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21A_2
|
| 647 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21A_4
|
| 648 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_1
|
| 649 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_2
|
| 650 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_4
|
| 651 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_1
|
| 652 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_2
|
| 653 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_4
|
| 654 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221AI_1
|
| 655 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221AI_2
|
| 656 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221AI_4
|
| 657 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_1
|
| 658 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_2
|
| 659 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_4
|
| 660 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22AI_1
|
| 661 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22AI_2
|
| 662 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22AI_4
|
| 663 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22A_1
|
| 664 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22A_2
|
| 665 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22A_4
|
| 666 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2AI_1
|
| 667 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2AI_2
|
| 668 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2AI_4
|
| 669 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2A_1
|
| 670 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2A_2
|
| 671 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2A_4
|
| 672 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_0
|
| 673 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_1
|
| 674 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_2
|
| 675 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_4
|
| 676 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311A_1
|
| 677 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311A_2
|
| 678 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311A_4
|
| 679 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31AI_2
|
| 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_2
|
| 692 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41AI_4
|
| 693 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_1
|
| 694 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_2
|
| 695 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_4
|
| 696 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_1
|
| 697 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_2
|
| 698 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_4
|
| 699 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_0
|
| 700 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_1
|
| 701 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_2
|
| 702 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_4
|
| 703 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3B_1
|
| 704 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3B_2
|
| 705 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3B_4
|
| 706 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3_2
|
| 707 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3_4
|
| 708 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_1
|
| 709 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_2
|
| 710 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_4
|
| 711 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4B_1
|
| 712 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4B_2
|
| 713 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4B_4
|
| 714 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4_1
|
| 715 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4_2
|
| 716 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4_4
|
| 717 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__PROBEC_P_8
|
| 718 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__PROBE_P_8
|
| 719 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBN_1
|
| 720 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBN_2
|
| 721 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBP_1
|
| 722 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRBP_1
|
| 723 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRBP_2
|
| 724 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTN_1
|
| 725 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_1
|
| 726 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_2
|
| 727 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_4
|
| 728 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSBP_1
|
| 729 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSBP_2
|
| 730 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_1
|
| 731 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_2
|
| 732 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_4
|
| 733 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXBP_1
|
| 734 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXBP_2
|
| 735 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_1
|
| 736 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_2
|
| 737 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_4
|
| 738 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_1
|
| 739 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_2
|
| 740 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_4
|
| 741 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXBP_1
|
| 742 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXBP_2
|
| 743 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_1
|
| 744 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_2
|
| 745 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_4
|
| 746 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAPVGND2_1
|
| 747 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAPVGND_1
|
| 748 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAP_1
|
| 749 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAP_2
|
| 750 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR2_1
|
| 751 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR2_2
|
| 752 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR2_4
|
| 753 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR3_1
|
| 754 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR3_2
|
| 755 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR3_4
|
| 756 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR2_1
|
| 757 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR2_2
|
| 758 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR2_4
|
| 759 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR3_1
|
| 760 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR3_2
|
| 761 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR3_4
|
| 762 |
+
Writing netlist: /tmp/datagen_output/barrel_w32_left_sky130_1000mhz/flow/lvs_extracted.cir ..
|
| 763 |
+
Writing LVS database: /tmp/datagen_output/barrel_w32_left_sky130_1000mhz/flow/lvs_report.lyrdb ..
|
| 764 |
+
Total elapsed: 0.530s Memory: 1152.00M
|
| 765 |
+
INFO : Congratulations! Netlists match.
|
| 766 |
+
|
| 767 |
+
=== stderr ===
|
barrel_w32_left_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 & NWELL & PSDM
|
| 147 |
+
NTAP = TAP & NWELL & NSDM
|
| 148 |
+
PGATE = PDIFF & POLY
|
| 149 |
+
PSD = PDIFF - PGATE
|
| 150 |
+
STD_PGATE = PGATE - HVTP - NCM - HVI
|
| 151 |
+
HVT_PGATE = PGATE & HVTP - NCM - HVI
|
| 152 |
+
HV5_PGATE = PGATE - HVTP - NCM & HVI
|
| 153 |
+
|
| 154 |
+
NDIFF = DIFF - NWELL & NSDM
|
| 155 |
+
PTAP = TAP - NWELL & PSDM
|
| 156 |
+
NGATE = NDIFF & POLY
|
| 157 |
+
NSD = NDIFF - NGATE
|
| 158 |
+
STD_NGATE = NGATE - NCM - LVTN - HVI
|
| 159 |
+
LVT_NGATE = NGATE - NCM & LVTN - HVI
|
| 160 |
+
HV5_NGATE = NGATE - NCM - LVTN & HVI
|
| 161 |
+
HV5NA_NGATE = NGATE - NCM & LVTN & HVI
|
| 162 |
+
|
| 163 |
+
# drawing to physical
|
| 164 |
+
device_scaling(1000000)
|
| 165 |
+
|
| 166 |
+
# PMOS transistor device extraction
|
| 167 |
+
extract_devices(mos4("pfet_01v8"), { "SD" => PSD, "G" => STD_PGATE, "tS" => PSD, "tD" => PSD, "tG" => POLY, "W" => NWELL })
|
| 168 |
+
extract_devices(mos4("pfet_01v8_hvt"), { "SD" => PSD, "G" => HVT_PGATE, "tS" => PSD, "tD" => PSD, "tG" => POLY, "W" => NWELL })
|
| 169 |
+
extract_devices(mos4("pfet_g5v0d10v5"), { "SD" => PSD, "G" => HV5_PGATE, "tS" => PSD, "tD" => PSD, "tG" => POLY, "W" => NWELL })
|
| 170 |
+
|
| 171 |
+
# NMOS transistor device extraction
|
| 172 |
+
extract_devices(mos4("nfet_01v8"), { "SD" => NSD, "G" => STD_NGATE, "tS" => NSD, "tD" => NSD, "tG" => POLY, "W" => SUB })
|
| 173 |
+
extract_devices(mos4("nfet_01v8_lvt"), { "SD" => NSD, "G" => LVT_NGATE, "tS" => NSD, "tD" => NSD, "tG" => POLY, "W" => SUB })
|
| 174 |
+
extract_devices(mos4("nfet_g5v0d10v5"), { "SD" => NSD, "G" => HV5_NGATE, "tS" => NSD, "tD" => NSD, "tG" => POLY, "W" => SUB })
|
| 175 |
+
extract_devices(mos4("nfet_01v8_nvt"), { "SD" => NSD, "G" => HV5NA_NGATE, "tS" => NSD, "tD" => NSD, "tG" => POLY, "W" => 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 => absolute_tolerance] [, :relative => relative_tolerance])
|
| 235 |
+
tolerance("pfet_01v8", "W", :absolute => 1.nm, :relative => 0.001)
|
| 236 |
+
tolerance("pfet_01v8", "L", :absolute => 1.nm, :relative => 0.001)
|
| 237 |
+
tolerance("pfet_01v8_hvt", "W", :absolute => 1.nm, :relative => 0.001)
|
| 238 |
+
tolerance("pfet_01v8_hvt", "L", :absolute => 1.nm, :relative => 0.001)
|
| 239 |
+
tolerance("nfet_01v8", "W", :absolute => 1.nm, :relative => 0.001)
|
| 240 |
+
tolerance("nfet_01v8", "L", :absolute => 1.nm, :relative => 0.001)
|
| 241 |
+
tolerance("nfet_01v8_lvt", "W", :absolute => 1.nm, :relative => 0.001)
|
| 242 |
+
tolerance("nfet_01v8_lvt", "L", :absolute => 1.nm, :relative => 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>
|
barrel_w32_left_sky130_1000mhz/flow/lvs_extracted.cir
ADDED
|
File without changes
|
barrel_w32_left_sky130_1000mhz/flow/lvs_report.lyrdb
ADDED
|
@@ -0,0 +1,2654 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#%lvsdb-klayout
|
| 2 |
+
J(
|
| 3 |
+
W(barrel_w32_left)
|
| 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 (-380 -500) (305 1000))
|
| 74 |
+
)
|
| 75 |
+
T(G
|
| 76 |
+
R(l4 (-75 -500) (150 1000))
|
| 77 |
+
)
|
| 78 |
+
T(D
|
| 79 |
+
R(l2 (75 -500) (280 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 (-355 -500) (280 1000))
|
| 88 |
+
)
|
| 89 |
+
T(G
|
| 90 |
+
R(l4 (-75 -500) (150 1000))
|
| 91 |
+
)
|
| 92 |
+
T(D
|
| 93 |
+
R(l2 (75 -500) (280 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 (-355 -500) (280 1000))
|
| 102 |
+
)
|
| 103 |
+
T(G
|
| 104 |
+
R(l4 (-75 -500) (150 1000))
|
| 105 |
+
)
|
| 106 |
+
T(D
|
| 107 |
+
R(l2 (75 -500) (345 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 (-335 -500) (260 1000))
|
| 116 |
+
)
|
| 117 |
+
T(G
|
| 118 |
+
R(l4 (-75 -500) (150 1000))
|
| 119 |
+
)
|
| 120 |
+
T(D
|
| 121 |
+
R(l2 (75 -500) (270 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 (-345 -500) (270 1000))
|
| 130 |
+
)
|
| 131 |
+
T(G
|
| 132 |
+
R(l4 (-75 -500) (150 1000))
|
| 133 |
+
)
|
| 134 |
+
T(D
|
| 135 |
+
R(l2 (75 -500) (260 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 (-335 -500) (260 1000))
|
| 144 |
+
)
|
| 145 |
+
T(G
|
| 146 |
+
R(l4 (-75 -500) (150 1000))
|
| 147 |
+
)
|
| 148 |
+
T(D
|
| 149 |
+
R(l2 (75 -500) (210 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 (-285 -500) (210 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 (-345 -500) (270 1000))
|
| 172 |
+
)
|
| 173 |
+
T(G
|
| 174 |
+
R(l4 (-75 -500) (150 1000))
|
| 175 |
+
)
|
| 176 |
+
T(D
|
| 177 |
+
R(l2 (75 -500) (310 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 (-385 -500) (310 1000))
|
| 186 |
+
)
|
| 187 |
+
T(G
|
| 188 |
+
R(l4 (-75 -500) (150 1000))
|
| 189 |
+
)
|
| 190 |
+
T(D
|
| 191 |
+
R(l2 (75 -500) (275 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 (-350 -500) (275 1000))
|
| 200 |
+
)
|
| 201 |
+
T(G
|
| 202 |
+
R(l4 (-75 -500) (150 1000))
|
| 203 |
+
)
|
| 204 |
+
T(D
|
| 205 |
+
R(l2 (75 -500) (455 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 (-345 -500) (270 1000))
|
| 214 |
+
)
|
| 215 |
+
T(G
|
| 216 |
+
R(l4 (-75 -500) (150 1000))
|
| 217 |
+
)
|
| 218 |
+
T(D
|
| 219 |
+
R(l2 (75 -500) (270 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 |
+
R(l2 (75 -210) (210 420))
|
| 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 |
+
R(l2 (-285 -210) (210 420))
|
| 242 |
+
)
|
| 243 |
+
T(G
|
| 244 |
+
R(l4 (-75 -210) (150 420))
|
| 245 |
+
)
|
| 246 |
+
T(D
|
| 247 |
+
Q(l2 (75 -210) (0 420) (75 0) (0 580) (260 0) (0 -1000))
|
| 248 |
+
)
|
| 249 |
+
T(B
|
| 250 |
+
R(l3 (-75 -210) (150 420))
|
| 251 |
+
)
|
| 252 |
+
)
|
| 253 |
+
D(D$pfet_01v8_hvt$13 pfet_01v8_hvt
|
| 254 |
+
T(S
|
| 255 |
+
Q(l2 (-410 -500) (0 420) (75 0) (0 580) (260 0) (0 -1000))
|
| 256 |
+
)
|
| 257 |
+
T(G
|
| 258 |
+
R(l4 (-75 -500) (150 1000))
|
| 259 |
+
)
|
| 260 |
+
T(D
|
| 261 |
+
R(l2 (75 -500) (340 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 (-285 -210) (210 420))
|
| 270 |
+
)
|
| 271 |
+
T(G
|
| 272 |
+
R(l4 (-75 -210) (150 420))
|
| 273 |
+
)
|
| 274 |
+
T(D
|
| 275 |
+
R(l2 (75 -210) (330 420))
|
| 276 |
+
)
|
| 277 |
+
T(B
|
| 278 |
+
R(l3 (-75 -210) (150 420))
|
| 279 |
+
)
|
| 280 |
+
)
|
| 281 |
+
D(D$pfet_01v8_hvt$15 pfet_01v8_hvt
|
| 282 |
+
T(S
|
| 283 |
+
R(l2 (-405 -210) (330 420))
|
| 284 |
+
)
|
| 285 |
+
T(G
|
| 286 |
+
R(l4 (-75 -210) (150 420))
|
| 287 |
+
)
|
| 288 |
+
T(D
|
| 289 |
+
Q(l2 (75 -210) (0 420) (75 0) (0 580) (265 0) (0 -1000))
|
| 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 |
+
Q(l2 (-415 -500) (0 420) (75 0) (0 580) (265 0) (0 -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 |
+
Q(l2 (-470 -595) (0 1000) (260 0) (0 -195) (135 0) (0 -420) (-135 0) (0 -385))
|
| 312 |
+
)
|
| 313 |
+
T(G
|
| 314 |
+
R(l4 (-75 -210) (150 420))
|
| 315 |
+
)
|
| 316 |
+
T(D
|
| 317 |
+
R(l2 (75 -210) (365 420))
|
| 318 |
+
)
|
| 319 |
+
T(B
|
| 320 |
+
R(l3 (-75 -210) (150 420))
|
| 321 |
+
)
|
| 322 |
+
)
|
| 323 |
+
D(D$pfet_01v8_hvt$18 pfet_01v8_hvt
|
| 324 |
+
T(S
|
| 325 |
+
R(l2 (-440 -210) (365 420))
|
| 326 |
+
)
|
| 327 |
+
T(G
|
| 328 |
+
R(l4 (-75 -210) (150 420))
|
| 329 |
+
)
|
| 330 |
+
T(D
|
| 331 |
+
R(l2 (75 -210) (920 420))
|
| 332 |
+
)
|
| 333 |
+
T(B
|
| 334 |
+
R(l3 (-75 -210) (150 420))
|
| 335 |
+
)
|
| 336 |
+
)
|
| 337 |
+
D(D$pfet_01v8_hvt$19 pfet_01v8_hvt
|
| 338 |
+
T(S
|
| 339 |
+
R(l2 (-995 -210) (920 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 (-405 -210) (330 420))
|
| 354 |
+
)
|
| 355 |
+
T(G
|
| 356 |
+
R(l4 (-75 -210) (150 420))
|
| 357 |
+
)
|
| 358 |
+
T(D
|
| 359 |
+
R(l2 (75 -210) (280 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 (-335 -500) (260 1000))
|
| 368 |
+
)
|
| 369 |
+
T(G
|
| 370 |
+
R(l4 (-75 -500) (150 1000))
|
| 371 |
+
)
|
| 372 |
+
T(D
|
| 373 |
+
Q(l2 (75 -500) (0 1000) (260 0) (0 -195) (135 0) (0 -420) (-135 0) (0 -385))
|
| 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 (-335 -500) (260 1000))
|
| 382 |
+
)
|
| 383 |
+
T(G
|
| 384 |
+
R(l4 (-75 -500) (150 1000))
|
| 385 |
+
)
|
| 386 |
+
T(D
|
| 387 |
+
R(l2 (75 -500) (260 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 |
+
Q(l2 (-335 -210) (0 235) (-75 0) (0 420) (260 0) (0 -235) (75 0) (0 -420))
|
| 396 |
+
)
|
| 397 |
+
T(G
|
| 398 |
+
R(l4 (-75 -210) (150 420))
|
| 399 |
+
)
|
| 400 |
+
T(D
|
| 401 |
+
R(l2 (75 -210) (640 420))
|
| 402 |
+
)
|
| 403 |
+
T(B
|
| 404 |
+
R(l3 (-75 -210) (150 420))
|
| 405 |
+
)
|
| 406 |
+
)
|
| 407 |
+
D(D$pfet_01v8_hvt$24 pfet_01v8_hvt
|
| 408 |
+
T(S
|
| 409 |
+
Q(l2 (150 -445) (0 235) (-75 0) (0 420) (260 0) (0 -235) (75 0) (0 -420))
|
| 410 |
+
)
|
| 411 |
+
T(G
|
| 412 |
+
R(l4 (-75 -210) (150 420))
|
| 413 |
+
)
|
| 414 |
+
T(D
|
| 415 |
+
R(l2 (-335 -210) (260 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 (-335 -210) (0 290) (10 0) (0 130) (250 0) (0 -420))
|
| 424 |
+
)
|
| 425 |
+
T(G
|
| 426 |
+
R(l4 (-75 -210) (150 420))
|
| 427 |
+
)
|
| 428 |
+
T(D
|
| 429 |
+
R(l2 (75 -210) (270 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 |
+
R(l2 (-345 -210) (270 420))
|
| 438 |
+
)
|
| 439 |
+
T(G
|
| 440 |
+
R(l4 (-75 -210) (150 420))
|
| 441 |
+
)
|
| 442 |
+
T(D
|
| 443 |
+
Q(l2 (75 -210) (0 420) (75 0) (0 250) (250 0) (0 -420) (-75 0) (0 -250))
|
| 444 |
+
)
|
| 445 |
+
T(B
|
| 446 |
+
R(l3 (-75 -210) (150 420))
|
| 447 |
+
)
|
| 448 |
+
)
|
| 449 |
+
D(D$pfet_01v8_hvt$27 pfet_01v8_hvt
|
| 450 |
+
T(S
|
| 451 |
+
Q(l2 (-400 -460) (0 420) (75 0) (0 250) (250 0) (0 -420) (-75 0) (0 -250))
|
| 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) (260 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 |
+
R(l2 (-335 -210) (260 420))
|
| 480 |
+
)
|
| 481 |
+
T(G
|
| 482 |
+
R(l4 (-75 -210) (150 420))
|
| 483 |
+
)
|
| 484 |
+
T(D
|
| 485 |
+
R(l2 (75 -210) (260 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 |
+
R(l2 (-335 -210) (260 420))
|
| 494 |
+
)
|
| 495 |
+
T(G
|
| 496 |
+
R(l4 (-75 -210) (150 420))
|
| 497 |
+
)
|
| 498 |
+
T(D
|
| 499 |
+
R(l2 (75 -210) (270 420))
|
| 500 |
+
)
|
| 501 |
+
T(B
|
| 502 |
+
R(l3 (-75 -210) (150 420))
|
| 503 |
+
)
|
| 504 |
+
)
|
| 505 |
+
D(D$pfet_01v8_hvt$31 pfet_01v8_hvt
|
| 506 |
+
T(S
|
| 507 |
+
R(l2 (-345 -210) (270 420))
|
| 508 |
+
)
|
| 509 |
+
T(G
|
| 510 |
+
R(l4 (-75 -210) (150 420))
|
| 511 |
+
)
|
| 512 |
+
T(D
|
| 513 |
+
Q(l2 (75 -210) (0 420) (250 0) (0 -130) (10 0) (0 -290))
|
| 514 |
+
)
|
| 515 |
+
T(B
|
| 516 |
+
R(l3 (-75 -210) (150 420))
|
| 517 |
+
)
|
| 518 |
+
)
|
| 519 |
+
D(D$pfet_01v8_hvt$32 pfet_01v8_hvt
|
| 520 |
+
T(S
|
| 521 |
+
Q(l2 (-325 -210) (0 90) (-10 0) (0 330) (260 0) (0 -420))
|
| 522 |
+
)
|
| 523 |
+
T(G
|
| 524 |
+
R(l4 (-75 -210) (150 420))
|
| 525 |
+
)
|
| 526 |
+
T(D
|
| 527 |
+
Q(l2 (75 -210) (0 420) (260 0) (0 -290) (-10 0) (0 -130))
|
| 528 |
+
)
|
| 529 |
+
T(B
|
| 530 |
+
R(l3 (-75 -210) (150 420))
|
| 531 |
+
)
|
| 532 |
+
)
|
| 533 |
+
D(D$pfet_01v8_hvt$33 pfet_01v8_hvt
|
| 534 |
+
T(S
|
| 535 |
+
R(l2 (-340 -210) (265 420))
|
| 536 |
+
)
|
| 537 |
+
T(G
|
| 538 |
+
R(l4 (-75 -210) (150 420))
|
| 539 |
+
)
|
| 540 |
+
T(D
|
| 541 |
+
R(l2 (75 -210) (290 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 |
+
Q(l2 (205 -430) (0 220) (-130 0) (0 420) (620 0) (0 -640))
|
| 550 |
+
)
|
| 551 |
+
T(G
|
| 552 |
+
R(l4 (-75 -210) (150 420))
|
| 553 |
+
)
|
| 554 |
+
T(D
|
| 555 |
+
R(l2 (-365 -210) (290 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 |
+
Q(l2 (-565 -320) (0 220) (-130 0) (0 420) (620 0) (0 -640))
|
| 564 |
+
)
|
| 565 |
+
T(G
|
| 566 |
+
R(l4 (-75 -320) (150 640))
|
| 567 |
+
)
|
| 568 |
+
T(D
|
| 569 |
+
R(l2 (75 -320) (265 640))
|
| 570 |
+
)
|
| 571 |
+
T(B
|
| 572 |
+
R(l3 (-75 -320) (150 640))
|
| 573 |
+
)
|
| 574 |
+
)
|
| 575 |
+
D(D$pfet_01v8_hvt$36 pfet_01v8_hvt
|
| 576 |
+
T(S
|
| 577 |
+
R(l2 (-345 -210) (270 420))
|
| 578 |
+
)
|
| 579 |
+
T(G
|
| 580 |
+
R(l4 (-75 -210) (150 420))
|
| 581 |
+
)
|
| 582 |
+
T(D
|
| 583 |
+
R(l2 (75 -210) (315 420))
|
| 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 (150 -225) (0 15) (-75 0) (0 420) (75 0) (0 270) (-10 0) (0 295) (260 0) (0 -1000))
|
| 592 |
+
)
|
| 593 |
+
T(G
|
| 594 |
+
R(l4 (-75 -210) (150 420))
|
| 595 |
+
)
|
| 596 |
+
T(D
|
| 597 |
+
R(l2 (-390 -210) (315 420))
|
| 598 |
+
)
|
| 599 |
+
T(B
|
| 600 |
+
R(l3 (-75 -210) (150 420))
|
| 601 |
+
)
|
| 602 |
+
)
|
| 603 |
+
D(D$pfet_01v8_hvt$38 pfet_01v8_hvt
|
| 604 |
+
T(S
|
| 605 |
+
Q(l2 (-325 -500) (0 15) (-75 0) (0 420) (75 0) (0 270) (-10 0) (0 295) (260 0) (0 -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 (-340 -500) (265 1000))
|
| 620 |
+
)
|
| 621 |
+
T(G
|
| 622 |
+
R(l4 (-75 -500) (150 1000))
|
| 623 |
+
)
|
| 624 |
+
T(D
|
| 625 |
+
R(l2 (75 -500) (280 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 (-355 -500) (280 1000))
|
| 634 |
+
)
|
| 635 |
+
T(G
|
| 636 |
+
R(l4 (-75 -500) (150 1000))
|
| 637 |
+
)
|
| 638 |
+
T(D
|
| 639 |
+
R(l2 (75 -500) (295 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 (-370 -500) (295 1000))
|
| 648 |
+
)
|
| 649 |
+
T(G
|
| 650 |
+
R(l4 (-75 -500) (150 1000))
|
| 651 |
+
)
|
| 652 |
+
T(D
|
| 653 |
+
R(l2 (75 -500) (265 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 (-365 -500) (290 1000))
|
| 662 |
+
)
|
| 663 |
+
T(G
|
| 664 |
+
R(l4 (-75 -500) (150 1000))
|
| 665 |
+
)
|
| 666 |
+
T(D
|
| 667 |
+
R(l2 (75 -500) (260 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) (305 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 (-380 -500) (305 1000))
|
| 690 |
+
)
|
| 691 |
+
T(G
|
| 692 |
+
R(l4 (-75 -500) (150 1000))
|
| 693 |
+
)
|
| 694 |
+
T(D
|
| 695 |
+
R(l2 (75 -500) (395 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 (-470 -500) (395 1000))
|
| 704 |
+
)
|
| 705 |
+
T(G
|
| 706 |
+
R(l4 (-75 -500) (150 1000))
|
| 707 |
+
)
|
| 708 |
+
T(D
|
| 709 |
+
R(l2 (75 -500) (600 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 (-675 -500) (600 1000))
|
| 718 |
+
)
|
| 719 |
+
T(G
|
| 720 |
+
R(l4 (-75 -500) (150 1000))
|
| 721 |
+
)
|
| 722 |
+
T(D
|
| 723 |
+
R(l2 (75 -500) (260 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 (-345 -500) (270 1000))
|
| 732 |
+
)
|
| 733 |
+
T(G
|
| 734 |
+
R(l4 (-75 -500) (150 1000))
|
| 735 |
+
)
|
| 736 |
+
T(D
|
| 737 |
+
R(l2 (75 -500) (300 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 (-340 -500) (265 1000))
|
| 746 |
+
)
|
| 747 |
+
T(G
|
| 748 |
+
R(l4 (-75 -500) (150 1000))
|
| 749 |
+
)
|
| 750 |
+
T(D
|
| 751 |
+
R(l2 (75 -500) (210 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 (-285 -500) (210 1000))
|
| 760 |
+
)
|
| 761 |
+
T(G
|
| 762 |
+
R(l4 (-75 -500) (150 1000))
|
| 763 |
+
)
|
| 764 |
+
T(D
|
| 765 |
+
R(l2 (75 -500) (390 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 (-465 -500) (390 1000))
|
| 774 |
+
)
|
| 775 |
+
T(G
|
| 776 |
+
R(l4 (-75 -500) (150 1000))
|
| 777 |
+
)
|
| 778 |
+
T(D
|
| 779 |
+
R(l2 (75 -500) (390 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 (-465 -500) (390 1000))
|
| 788 |
+
)
|
| 789 |
+
T(G
|
| 790 |
+
R(l4 (-75 -500) (150 1000))
|
| 791 |
+
)
|
| 792 |
+
T(D
|
| 793 |
+
R(l2 (75 -500) (635 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 (-345 -500) (270 1000))
|
| 802 |
+
)
|
| 803 |
+
T(G
|
| 804 |
+
R(l4 (-75 -500) (150 1000))
|
| 805 |
+
)
|
| 806 |
+
T(D
|
| 807 |
+
R(l2 (75 -500) (785 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 (-860 -500) (785 1000))
|
| 816 |
+
)
|
| 817 |
+
T(G
|
| 818 |
+
R(l4 (-75 -500) (150 1000))
|
| 819 |
+
)
|
| 820 |
+
T(D
|
| 821 |
+
R(l2 (75 -500) (300 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 (-335 -210) (260 420))
|
| 830 |
+
)
|
| 831 |
+
T(G
|
| 832 |
+
R(l4 (-75 -210) (150 420))
|
| 833 |
+
)
|
| 834 |
+
T(D
|
| 835 |
+
Q(l2 (75 -210) (0 420) (130 0) (0 580) (260 0) (0 -1000))
|
| 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 (-465 -500) (0 420) (130 0) (0 580) (260 0) (0 -1000))
|
| 844 |
+
)
|
| 845 |
+
T(G
|
| 846 |
+
R(l4 (-75 -500) (150 1000))
|
| 847 |
+
)
|
| 848 |
+
T(D
|
| 849 |
+
R(l2 (75 -500) (210 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 |
+
Q(l2 (-410 -375) (0 1000) (260 0) (0 -415) (75 0) (0 -420) (-75 0) (0 -165))
|
| 858 |
+
)
|
| 859 |
+
T(G
|
| 860 |
+
R(l4 (-75 -210) (150 420))
|
| 861 |
+
)
|
| 862 |
+
T(D
|
| 863 |
+
R(l2 (75 -210) (260 420))
|
| 864 |
+
)
|
| 865 |
+
T(B
|
| 866 |
+
R(l3 (-75 -210) (150 420))
|
| 867 |
+
)
|
| 868 |
+
)
|
| 869 |
+
D(D$pfet_01v8_hvt$57 pfet_01v8_hvt
|
| 870 |
+
T(S
|
| 871 |
+
R(l2 (-395 -500) (320 1000))
|
| 872 |
+
)
|
| 873 |
+
T(G
|
| 874 |
+
R(l4 (-75 -500) (150 1000))
|
| 875 |
+
)
|
| 876 |
+
T(D
|
| 877 |
+
R(l2 (75 -500) (270 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 |
+
Q(l2 (75 -500) (0 1000) (260 0) (0 -415) (75 0) (0 -420) (-75 0) (0 -165))
|
| 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 (-345 -500) (270 1000))
|
| 900 |
+
)
|
| 901 |
+
T(G
|
| 902 |
+
R(l4 (-75 -500) (150 1000))
|
| 903 |
+
)
|
| 904 |
+
T(D
|
| 905 |
+
R(l2 (75 -500) (330 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 (-405 -500) (330 1000))
|
| 914 |
+
)
|
| 915 |
+
T(G
|
| 916 |
+
R(l4 (-75 -500) (150 1000))
|
| 917 |
+
)
|
| 918 |
+
T(D
|
| 919 |
+
R(l2 (75 -500) (260 1000))
|
| 920 |
+
)
|
| 921 |
+
T(B
|
| 922 |
+
R(l3 (-75 -500) (150 1000))
|
| 923 |
+
)
|
| 924 |
+
)
|
| 925 |
+
D(D$pfet_01v8_hvt$61 pfet_01v8_hvt
|
| 926 |
+
T(S
|
| 927 |
+
Q(l2 (-325 -500) (0 410) (-10 0) (0 590) (260 0) (0 -1000))
|
| 928 |
+
)
|
| 929 |
+
T(G
|
| 930 |
+
R(l4 (-75 -500) (150 1000))
|
| 931 |
+
)
|
| 932 |
+
T(D
|
| 933 |
+
R(l2 (75 -500) (270 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 (-405 -500) (330 1000))
|
| 942 |
+
)
|
| 943 |
+
T(G
|
| 944 |
+
R(l4 (-75 -500) (150 1000))
|
| 945 |
+
)
|
| 946 |
+
T(D
|
| 947 |
+
R(l2 (75 -500) (270 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 |
+
Q(l2 (-335 -210) (0 565) (-75 0) (0 420) (260 0) (0 -565) (75 0) (0 -420))
|
| 956 |
+
)
|
| 957 |
+
T(G
|
| 958 |
+
R(l4 (-75 -210) (150 420))
|
| 959 |
+
)
|
| 960 |
+
T(D
|
| 961 |
+
Q(l2 (75 -210) (0 420) (255 0) (0 -140) (5 0) (0 -280))
|
| 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 (150 -775) (0 565) (-75 0) (0 420) (260 0) (0 -565) (75 0) (0 -420))
|
| 970 |
+
)
|
| 971 |
+
T(G
|
| 972 |
+
R(l4 (-75 -210) (150 420))
|
| 973 |
+
)
|
| 974 |
+
T(D
|
| 975 |
+
R(l2 (-335 -210) (260 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 (-335 -500) (260 1000))
|
| 984 |
+
)
|
| 985 |
+
T(G
|
| 986 |
+
R(l4 (-75 -500) (150 1000))
|
| 987 |
+
)
|
| 988 |
+
T(D
|
| 989 |
+
R(l2 (75 -500) (275 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 (-350 -500) (275 1000))
|
| 998 |
+
)
|
| 999 |
+
T(G
|
| 1000 |
+
R(l4 (-75 -500) (150 1000))
|
| 1001 |
+
)
|
| 1002 |
+
T(D
|
| 1003 |
+
R(l2 (75 -500) (280 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 (-355 -500) (280 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 (-335 -320) (260 640))
|
| 1026 |
+
)
|
| 1027 |
+
T(G
|
| 1028 |
+
R(l4 (-75 -320) (150 640))
|
| 1029 |
+
)
|
| 1030 |
+
T(D
|
| 1031 |
+
Q(l2 (75 -320) (0 640) (525 0) (0 -420) (-275 0) (0 -220))
|
| 1032 |
+
)
|
| 1033 |
+
T(B
|
| 1034 |
+
R(l3 (-75 -320) (150 640))
|
| 1035 |
+
)
|
| 1036 |
+
)
|
| 1037 |
+
D(D$pfet_01v8_hvt$69 pfet_01v8_hvt
|
| 1038 |
+
T(S
|
| 1039 |
+
Q(l2 (-600 -430) (0 640) (525 0) (0 -420) (-275 0) (0 -220))
|
| 1040 |
+
)
|
| 1041 |
+
T(G
|
| 1042 |
+
R(l4 (-75 -210) (150 420))
|
| 1043 |
+
)
|
| 1044 |
+
T(D
|
| 1045 |
+
R(l2 (75 -210) (270 420))
|
| 1046 |
+
)
|
| 1047 |
+
T(B
|
| 1048 |
+
R(l3 (-75 -210) (150 420))
|
| 1049 |
+
)
|
| 1050 |
+
)
|
| 1051 |
+
D(D$pfet_01v8_hvt$70 pfet_01v8_hvt
|
| 1052 |
+
T(S
|
| 1053 |
+
Q(l2 (150 -430) (0 220) (-75 0) (0 420) (355 0) (0 -640))
|
| 1054 |
+
)
|
| 1055 |
+
T(G
|
| 1056 |
+
R(l4 (-75 -210) (150 420))
|
| 1057 |
+
)
|
| 1058 |
+
T(D
|
| 1059 |
+
R(l2 (-345 -210) (270 420))
|
| 1060 |
+
)
|
| 1061 |
+
T(B
|
| 1062 |
+
R(l3 (-75 -210) (150 420))
|
| 1063 |
+
)
|
| 1064 |
+
)
|
| 1065 |
+
D(D$pfet_01v8_hvt$71 pfet_01v8_hvt
|
| 1066 |
+
T(S
|
| 1067 |
+
Q(l2 (150 -680) (0 360) (-75 0) (0 640) (335 0) (0 -1000))
|
| 1068 |
+
)
|
| 1069 |
+
T(G
|
| 1070 |
+
R(l4 (-75 -320) (150 640))
|
| 1071 |
+
)
|
| 1072 |
+
T(D
|
| 1073 |
+
Q(l2 (-355 -320) (0 220) (-75 0) (0 420) (355 0) (0 -640))
|
| 1074 |
+
)
|
| 1075 |
+
T(B
|
| 1076 |
+
R(l3 (-75 -320) (150 640))
|
| 1077 |
+
)
|
| 1078 |
+
)
|
| 1079 |
+
D(D$pfet_01v8_hvt$72 pfet_01v8_hvt
|
| 1080 |
+
T(S
|
| 1081 |
+
Q(l2 (-335 -500) (0 360) (-75 0) (0 640) (335 0) (0 -1000))
|
| 1082 |
+
)
|
| 1083 |
+
T(G
|
| 1084 |
+
R(l4 (-75 -500) (150 1000))
|
| 1085 |
+
)
|
| 1086 |
+
T(D
|
| 1087 |
+
R(l2 (75 -500) (270 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 (-345 -500) (270 1000))
|
| 1096 |
+
)
|
| 1097 |
+
T(G
|
| 1098 |
+
R(l4 (-75 -500) (150 1000))
|
| 1099 |
+
)
|
| 1100 |
+
T(D
|
| 1101 |
+
R(l2 (75 -500) (340 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 (-335 -270) (260 540))
|
| 1110 |
+
)
|
| 1111 |
+
T(G
|
| 1112 |
+
R(l4 (-75 -270) (150 540))
|
| 1113 |
+
)
|
| 1114 |
+
T(D
|
| 1115 |
+
R(l2 (75 -270) (270 540))
|
| 1116 |
+
)
|
| 1117 |
+
T(B
|
| 1118 |
+
R(l3 (-75 -270) (150 540))
|
| 1119 |
+
)
|
| 1120 |
+
)
|
| 1121 |
+
D(D$pfet_01v8_hvt$75 pfet_01v8_hvt
|
| 1122 |
+
T(S
|
| 1123 |
+
R(l2 (-345 -270) (270 540))
|
| 1124 |
+
)
|
| 1125 |
+
T(G
|
| 1126 |
+
R(l4 (-75 -270) (150 540))
|
| 1127 |
+
)
|
| 1128 |
+
T(D
|
| 1129 |
+
R(l2 (75 -270) (260 540))
|
| 1130 |
+
)
|
| 1131 |
+
T(B
|
| 1132 |
+
R(l3 (-75 -270) (150 540))
|
| 1133 |
+
)
|
| 1134 |
+
)
|
| 1135 |
+
D(D$pfet_01v8_hvt$76 pfet_01v8_hvt
|
| 1136 |
+
T(S
|
| 1137 |
+
Q(l2 (-365 -320) (0 340) (-280 0) (0 420) (495 0) (0 -120) (75 0) (0 -640))
|
| 1138 |
+
)
|
| 1139 |
+
T(G
|
| 1140 |
+
R(l4 (-75 -320) (150 640))
|
| 1141 |
+
)
|
| 1142 |
+
T(D
|
| 1143 |
+
R(l2 (75 -320) (270 640))
|
| 1144 |
+
)
|
| 1145 |
+
T(B
|
| 1146 |
+
R(l3 (-75 -320) (150 640))
|
| 1147 |
+
)
|
| 1148 |
+
)
|
| 1149 |
+
D(D$pfet_01v8_hvt$77 pfet_01v8_hvt
|
| 1150 |
+
T(S
|
| 1151 |
+
R(l2 (-345 -320) (270 640))
|
| 1152 |
+
)
|
| 1153 |
+
T(G
|
| 1154 |
+
R(l4 (-75 -320) (150 640))
|
| 1155 |
+
)
|
| 1156 |
+
T(D
|
| 1157 |
+
R(l2 (75 -320) (260 640))
|
| 1158 |
+
)
|
| 1159 |
+
T(B
|
| 1160 |
+
R(l3 (-75 -320) (150 640))
|
| 1161 |
+
)
|
| 1162 |
+
)
|
| 1163 |
+
D(D$pfet_01v8_hvt$78 pfet_01v8_hvt
|
| 1164 |
+
T(S
|
| 1165 |
+
R(l2 (-335 -320) (260 640))
|
| 1166 |
+
)
|
| 1167 |
+
T(G
|
| 1168 |
+
R(l4 (-75 -320) (150 640))
|
| 1169 |
+
)
|
| 1170 |
+
T(D
|
| 1171 |
+
R(l2 (75 -320) (270 640))
|
| 1172 |
+
)
|
| 1173 |
+
T(B
|
| 1174 |
+
R(l3 (-75 -320) (150 640))
|
| 1175 |
+
)
|
| 1176 |
+
)
|
| 1177 |
+
D(D$pfet_01v8_hvt$79 pfet_01v8_hvt
|
| 1178 |
+
T(S
|
| 1179 |
+
R(l2 (-345 -320) (270 640))
|
| 1180 |
+
)
|
| 1181 |
+
T(G
|
| 1182 |
+
R(l4 (-75 -320) (150 640))
|
| 1183 |
+
)
|
| 1184 |
+
T(D
|
| 1185 |
+
Q(l2 (75 -320) (0 640) (325 0) (0 -420) (-75 0) (0 -220))
|
| 1186 |
+
)
|
| 1187 |
+
T(B
|
| 1188 |
+
R(l3 (-75 -320) (150 640))
|
| 1189 |
+
)
|
| 1190 |
+
)
|
| 1191 |
+
D(D$pfet_01v8_hvt$80 pfet_01v8_hvt
|
| 1192 |
+
T(S
|
| 1193 |
+
Q(l2 (-400 -430) (0 640) (325 0) (0 -420) (-75 0) (0 -220))
|
| 1194 |
+
)
|
| 1195 |
+
T(G
|
| 1196 |
+
R(l4 (-75 -210) (150 420))
|
| 1197 |
+
)
|
| 1198 |
+
T(D
|
| 1199 |
+
R(l2 (75 -210) (270 420))
|
| 1200 |
+
)
|
| 1201 |
+
T(B
|
| 1202 |
+
R(l3 (-75 -210) (150 420))
|
| 1203 |
+
)
|
| 1204 |
+
)
|
| 1205 |
+
D(D$pfet_01v8_hvt$81 pfet_01v8_hvt
|
| 1206 |
+
T(S
|
| 1207 |
+
Q(l2 (355 -550) (0 340) (-280 0) (0 420) (495 0) (0 -120) (75 0) (0 -640))
|
| 1208 |
+
)
|
| 1209 |
+
T(G
|
| 1210 |
+
R(l4 (-75 -210) (150 420))
|
| 1211 |
+
)
|
| 1212 |
+
T(D
|
| 1213 |
+
R(l2 (-345 -210) (270 420))
|
| 1214 |
+
)
|
| 1215 |
+
T(B
|
| 1216 |
+
R(l3 (-75 -210) (150 420))
|
| 1217 |
+
)
|
| 1218 |
+
)
|
| 1219 |
+
D(D$pfet_01v8_hvt$82 pfet_01v8_hvt
|
| 1220 |
+
T(S
|
| 1221 |
+
R(l2 (-335 -420) (260 840))
|
| 1222 |
+
)
|
| 1223 |
+
T(G
|
| 1224 |
+
R(l4 (-75 -420) (150 840))
|
| 1225 |
+
)
|
| 1226 |
+
T(D
|
| 1227 |
+
R(l2 (75 -420) (270 840))
|
| 1228 |
+
)
|
| 1229 |
+
T(B
|
| 1230 |
+
R(l3 (-75 -420) (150 840))
|
| 1231 |
+
)
|
| 1232 |
+
)
|
| 1233 |
+
D(D$pfet_01v8_hvt$83 pfet_01v8_hvt
|
| 1234 |
+
T(S
|
| 1235 |
+
R(l2 (-345 -420) (270 840))
|
| 1236 |
+
)
|
| 1237 |
+
T(G
|
| 1238 |
+
R(l4 (-75 -420) (150 840))
|
| 1239 |
+
)
|
| 1240 |
+
T(D
|
| 1241 |
+
R(l2 (75 -420) (280 840))
|
| 1242 |
+
)
|
| 1243 |
+
T(B
|
| 1244 |
+
R(l3 (-75 -420) (150 840))
|
| 1245 |
+
)
|
| 1246 |
+
)
|
| 1247 |
+
D(D$pfet_01v8_hvt$84 pfet_01v8_hvt
|
| 1248 |
+
T(S
|
| 1249 |
+
R(l2 (-335 -500) (260 1000))
|
| 1250 |
+
)
|
| 1251 |
+
T(G
|
| 1252 |
+
R(l4 (-75 -500) (150 1000))
|
| 1253 |
+
)
|
| 1254 |
+
T(D
|
| 1255 |
+
R(l2 (75 -500) (260 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 (-335 -500) (260 1000))
|
| 1264 |
+
)
|
| 1265 |
+
T(G
|
| 1266 |
+
R(l4 (-75 -500) (150 1000))
|
| 1267 |
+
)
|
| 1268 |
+
T(D
|
| 1269 |
+
R(l2 (75 -500) (380 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 (-455 -500) (380 1000))
|
| 1278 |
+
)
|
| 1279 |
+
T(G
|
| 1280 |
+
R(l4 (-75 -500) (150 1000))
|
| 1281 |
+
)
|
| 1282 |
+
T(D
|
| 1283 |
+
R(l2 (75 -500) (270 1000))
|
| 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 (-345 -500) (270 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) (270 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 (-355 -500) (280 1000))
|
| 1320 |
+
)
|
| 1321 |
+
T(G
|
| 1322 |
+
R(l4 (-75 -500) (150 1000))
|
| 1323 |
+
)
|
| 1324 |
+
T(D
|
| 1325 |
+
R(l2 (75 -500) (310 1000))
|
| 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 |
+
R(l2 (-385 -500) (310 1000))
|
| 1334 |
+
)
|
| 1335 |
+
T(G
|
| 1336 |
+
R(l4 (-75 -500) (150 1000))
|
| 1337 |
+
)
|
| 1338 |
+
T(D
|
| 1339 |
+
R(l2 (75 -500) (265 1000))
|
| 1340 |
+
)
|
| 1341 |
+
T(B
|
| 1342 |
+
R(l3 (-75 -500) (150 1000))
|
| 1343 |
+
)
|
| 1344 |
+
)
|
| 1345 |
+
D(D$pfet_01v8_hvt$91 pfet_01v8_hvt
|
| 1346 |
+
T(S
|
| 1347 |
+
R(l2 (-340 -500) (265 1000))
|
| 1348 |
+
)
|
| 1349 |
+
T(G
|
| 1350 |
+
R(l4 (-75 -500) (150 1000))
|
| 1351 |
+
)
|
| 1352 |
+
T(D
|
| 1353 |
+
R(l2 (75 -500) (265 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 (-340 -320) (265 640))
|
| 1362 |
+
)
|
| 1363 |
+
T(G
|
| 1364 |
+
R(l4 (-75 -320) (150 640))
|
| 1365 |
+
)
|
| 1366 |
+
T(D
|
| 1367 |
+
R(l2 (75 -320) (240 640))
|
| 1368 |
+
)
|
| 1369 |
+
T(B
|
| 1370 |
+
R(l3 (-75 -320) (150 640))
|
| 1371 |
+
)
|
| 1372 |
+
)
|
| 1373 |
+
D(D$pfet_01v8_hvt$93 pfet_01v8_hvt
|
| 1374 |
+
T(S
|
| 1375 |
+
R(l2 (-315 -320) (240 640))
|
| 1376 |
+
)
|
| 1377 |
+
T(G
|
| 1378 |
+
R(l4 (-75 -320) (150 640))
|
| 1379 |
+
)
|
| 1380 |
+
T(D
|
| 1381 |
+
R(l2 (75 -320) (280 640))
|
| 1382 |
+
)
|
| 1383 |
+
T(B
|
| 1384 |
+
R(l3 (-75 -320) (150 640))
|
| 1385 |
+
)
|
| 1386 |
+
)
|
| 1387 |
+
D(D$pfet_01v8_hvt$94 pfet_01v8_hvt
|
| 1388 |
+
T(S
|
| 1389 |
+
R(l2 (-355 -320) (280 640))
|
| 1390 |
+
)
|
| 1391 |
+
T(G
|
| 1392 |
+
R(l4 (-75 -320) (150 640))
|
| 1393 |
+
)
|
| 1394 |
+
T(D
|
| 1395 |
+
R(l2 (75 -320) (285 640))
|
| 1396 |
+
)
|
| 1397 |
+
T(B
|
| 1398 |
+
R(l3 (-75 -320) (150 640))
|
| 1399 |
+
)
|
| 1400 |
+
)
|
| 1401 |
+
D(D$nfet_01v8 nfet_01v8
|
| 1402 |
+
T(S
|
| 1403 |
+
R(l8 (-405 -210) (330 420))
|
| 1404 |
+
)
|
| 1405 |
+
T(G
|
| 1406 |
+
R(l4 (-75 -210) (150 420))
|
| 1407 |
+
)
|
| 1408 |
+
T(D
|
| 1409 |
+
R(l8 (75 -210) (280 420))
|
| 1410 |
+
)
|
| 1411 |
+
T(B
|
| 1412 |
+
R(l9 (-75 -210) (150 420))
|
| 1413 |
+
)
|
| 1414 |
+
)
|
| 1415 |
+
D(D$nfet_01v8$1 nfet_01v8
|
| 1416 |
+
T(S
|
| 1417 |
+
R(l8 (-355 -210) (280 420))
|
| 1418 |
+
)
|
| 1419 |
+
T(G
|
| 1420 |
+
R(l4 (-75 -210) (150 420))
|
| 1421 |
+
)
|
| 1422 |
+
T(D
|
| 1423 |
+
R(l8 (75 -210) (280 420))
|
| 1424 |
+
)
|
| 1425 |
+
T(B
|
| 1426 |
+
R(l9 (-75 -210) (150 420))
|
| 1427 |
+
)
|
| 1428 |
+
)
|
| 1429 |
+
D(D$nfet_01v8$2 nfet_01v8
|
| 1430 |
+
T(S
|
| 1431 |
+
R(l8 (-355 -210) (280 420))
|
| 1432 |
+
)
|
| 1433 |
+
T(G
|
| 1434 |
+
R(l4 (-75 -210) (150 420))
|
| 1435 |
+
)
|
| 1436 |
+
T(D
|
| 1437 |
+
R(l8 (75 -210) (395 420))
|
| 1438 |
+
)
|
| 1439 |
+
T(B
|
| 1440 |
+
R(l9 (-75 -210) (150 420))
|
| 1441 |
+
)
|
| 1442 |
+
)
|
| 1443 |
+
D(D$nfet_01v8$3 nfet_01v8
|
| 1444 |
+
T(S
|
| 1445 |
+
R(l8 (-335 -325) (260 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$4 nfet_01v8
|
| 1458 |
+
T(S
|
| 1459 |
+
R(l8 (-345 -325) (270 650))
|
| 1460 |
+
)
|
| 1461 |
+
T(G
|
| 1462 |
+
R(l4 (-75 -325) (150 650))
|
| 1463 |
+
)
|
| 1464 |
+
T(D
|
| 1465 |
+
R(l8 (75 -325) (260 650))
|
| 1466 |
+
)
|
| 1467 |
+
T(B
|
| 1468 |
+
R(l9 (-75 -325) (150 650))
|
| 1469 |
+
)
|
| 1470 |
+
)
|
| 1471 |
+
D(D$nfet_01v8$5 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) (310 650))
|
| 1480 |
+
)
|
| 1481 |
+
T(B
|
| 1482 |
+
R(l9 (-75 -325) (150 650))
|
| 1483 |
+
)
|
| 1484 |
+
)
|
| 1485 |
+
D(D$nfet_01v8$6 nfet_01v8
|
| 1486 |
+
T(S
|
| 1487 |
+
R(l8 (-385 -325) (310 650))
|
| 1488 |
+
)
|
| 1489 |
+
T(G
|
| 1490 |
+
R(l4 (-75 -325) (150 650))
|
| 1491 |
+
)
|
| 1492 |
+
T(D
|
| 1493 |
+
R(l8 (75 -325) (275 650))
|
| 1494 |
+
)
|
| 1495 |
+
T(B
|
| 1496 |
+
R(l9 (-75 -325) (150 650))
|
| 1497 |
+
)
|
| 1498 |
+
)
|
| 1499 |
+
D(D$nfet_01v8$7 nfet_01v8
|
| 1500 |
+
T(S
|
| 1501 |
+
R(l8 (-350 -325) (275 650))
|
| 1502 |
+
)
|
| 1503 |
+
T(G
|
| 1504 |
+
R(l4 (-75 -325) (150 650))
|
| 1505 |
+
)
|
| 1506 |
+
T(D
|
| 1507 |
+
R(l8 (75 -325) (455 650))
|
| 1508 |
+
)
|
| 1509 |
+
T(B
|
| 1510 |
+
R(l9 (-75 -325) (150 650))
|
| 1511 |
+
)
|
| 1512 |
+
)
|
| 1513 |
+
D(D$nfet_01v8$8 nfet_01v8
|
| 1514 |
+
T(S
|
| 1515 |
+
R(l8 (-345 -325) (270 650))
|
| 1516 |
+
)
|
| 1517 |
+
T(G
|
| 1518 |
+
R(l4 (-75 -325) (150 650))
|
| 1519 |
+
)
|
| 1520 |
+
T(D
|
| 1521 |
+
R(l8 (75 -325) (270 650))
|
| 1522 |
+
)
|
| 1523 |
+
T(B
|
| 1524 |
+
R(l9 (-75 -325) (150 650))
|
| 1525 |
+
)
|
| 1526 |
+
)
|
| 1527 |
+
D(D$nfet_01v8$9 nfet_01v8
|
| 1528 |
+
T(S
|
| 1529 |
+
R(l8 (-335 -210) (260 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$10 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 |
+
Q(l8 (75 -210) (0 420) (75 0) (0 230) (260 0) (0 -650))
|
| 1550 |
+
)
|
| 1551 |
+
T(B
|
| 1552 |
+
R(l9 (-75 -210) (150 420))
|
| 1553 |
+
)
|
| 1554 |
+
)
|
| 1555 |
+
D(D$nfet_01v8$11 nfet_01v8
|
| 1556 |
+
T(S
|
| 1557 |
+
Q(l8 (-410 -325) (0 420) (75 0) (0 230) (260 0) (0 -650))
|
| 1558 |
+
)
|
| 1559 |
+
T(G
|
| 1560 |
+
R(l4 (-75 -325) (150 650))
|
| 1561 |
+
)
|
| 1562 |
+
T(D
|
| 1563 |
+
R(l8 (75 -325) (260 650))
|
| 1564 |
+
)
|
| 1565 |
+
T(B
|
| 1566 |
+
R(l9 (-75 -325) (150 650))
|
| 1567 |
+
)
|
| 1568 |
+
)
|
| 1569 |
+
D(D$nfet_01v8$12 nfet_01v8
|
| 1570 |
+
T(S
|
| 1571 |
+
R(l8 (-345 -210) (270 420))
|
| 1572 |
+
)
|
| 1573 |
+
T(G
|
| 1574 |
+
R(l4 (-75 -210) (150 420))
|
| 1575 |
+
)
|
| 1576 |
+
T(D
|
| 1577 |
+
R(l8 (75 -210) (270 420))
|
| 1578 |
+
)
|
| 1579 |
+
T(B
|
| 1580 |
+
R(l9 (-75 -210) (150 420))
|
| 1581 |
+
)
|
| 1582 |
+
)
|
| 1583 |
+
D(D$nfet_01v8$13 nfet_01v8
|
| 1584 |
+
T(S
|
| 1585 |
+
Q(l8 (150 -240) (0 30) (-75 0) (0 420) (75 0) (0 200) (265 0) (0 -650))
|
| 1586 |
+
)
|
| 1587 |
+
T(G
|
| 1588 |
+
R(l4 (-75 -210) (150 420))
|
| 1589 |
+
)
|
| 1590 |
+
T(D
|
| 1591 |
+
R(l8 (-345 -210) (270 420))
|
| 1592 |
+
)
|
| 1593 |
+
T(B
|
| 1594 |
+
R(l9 (-75 -210) (150 420))
|
| 1595 |
+
)
|
| 1596 |
+
)
|
| 1597 |
+
D(D$nfet_01v8$14 nfet_01v8
|
| 1598 |
+
T(S
|
| 1599 |
+
Q(l8 (-340 -325) (0 30) (-75 0) (0 420) (75 0) (0 200) (265 0) (0 -650))
|
| 1600 |
+
)
|
| 1601 |
+
T(G
|
| 1602 |
+
R(l4 (-75 -325) (150 650))
|
| 1603 |
+
)
|
| 1604 |
+
T(D
|
| 1605 |
+
R(l8 (75 -325) (280 650))
|
| 1606 |
+
)
|
| 1607 |
+
T(B
|
| 1608 |
+
R(l9 (-75 -325) (150 650))
|
| 1609 |
+
)
|
| 1610 |
+
)
|
| 1611 |
+
D(D$nfet_01v8$15 nfet_01v8
|
| 1612 |
+
T(S
|
| 1613 |
+
Q(l8 (-470 -210) (0 650) (260 0) (0 -230) (135 0) (0 -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$16 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) (475 420))
|
| 1634 |
+
)
|
| 1635 |
+
T(B
|
| 1636 |
+
R(l9 (-75 -210) (150 420))
|
| 1637 |
+
)
|
| 1638 |
+
)
|
| 1639 |
+
D(D$nfet_01v8$17 nfet_01v8
|
| 1640 |
+
T(S
|
| 1641 |
+
R(l8 (-550 -210) (475 420))
|
| 1642 |
+
)
|
| 1643 |
+
T(G
|
| 1644 |
+
R(l4 (-75 -210) (150 420))
|
| 1645 |
+
)
|
| 1646 |
+
T(D
|
| 1647 |
+
R(l8 (75 -210) (330 420))
|
| 1648 |
+
)
|
| 1649 |
+
T(B
|
| 1650 |
+
R(l9 (-75 -210) (150 420))
|
| 1651 |
+
)
|
| 1652 |
+
)
|
| 1653 |
+
D(D$nfet_01v8$18 nfet_01v8
|
| 1654 |
+
T(S
|
| 1655 |
+
R(l8 (-405 -210) (330 420))
|
| 1656 |
+
)
|
| 1657 |
+
T(G
|
| 1658 |
+
R(l4 (-75 -210) (150 420))
|
| 1659 |
+
)
|
| 1660 |
+
T(D
|
| 1661 |
+
R(l8 (75 -210) (690 420))
|
| 1662 |
+
)
|
| 1663 |
+
T(B
|
| 1664 |
+
R(l9 (-75 -210) (150 420))
|
| 1665 |
+
)
|
| 1666 |
+
)
|
| 1667 |
+
D(D$nfet_01v8$19 nfet_01v8
|
| 1668 |
+
T(S
|
| 1669 |
+
R(l8 (-765 -210) (690 420))
|
| 1670 |
+
)
|
| 1671 |
+
T(G
|
| 1672 |
+
R(l4 (-75 -210) (150 420))
|
| 1673 |
+
)
|
| 1674 |
+
T(D
|
| 1675 |
+
R(l8 (75 -210) (260 420))
|
| 1676 |
+
)
|
| 1677 |
+
T(B
|
| 1678 |
+
R(l9 (-75 -210) (150 420))
|
| 1679 |
+
)
|
| 1680 |
+
)
|
| 1681 |
+
D(D$nfet_01v8$20 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 |
+
Q(l8 (75 -325) (0 650) (260 0) (0 -230) (135 0) (0 -420))
|
| 1690 |
+
)
|
| 1691 |
+
T(B
|
| 1692 |
+
R(l9 (-75 -325) (150 650))
|
| 1693 |
+
)
|
| 1694 |
+
)
|
| 1695 |
+
D(D$nfet_01v8$21 nfet_01v8
|
| 1696 |
+
T(S
|
| 1697 |
+
R(l8 (-345 -210) (270 420))
|
| 1698 |
+
)
|
| 1699 |
+
T(G
|
| 1700 |
+
R(l4 (-75 -210) (150 420))
|
| 1701 |
+
)
|
| 1702 |
+
T(D
|
| 1703 |
+
Q(l8 (75 -210) (0 420) (260 0) (0 -295) (-10 0) (0 -125))
|
| 1704 |
+
)
|
| 1705 |
+
T(B
|
| 1706 |
+
R(l9 (-75 -210) (150 420))
|
| 1707 |
+
)
|
| 1708 |
+
)
|
| 1709 |
+
D(D$nfet_01v8$22 nfet_01v8
|
| 1710 |
+
T(S
|
| 1711 |
+
R(l8 (-335 -325) (260 650))
|
| 1712 |
+
)
|
| 1713 |
+
T(G
|
| 1714 |
+
R(l4 (-75 -325) (150 650))
|
| 1715 |
+
)
|
| 1716 |
+
T(D
|
| 1717 |
+
R(l8 (75 -325) (260 650))
|
| 1718 |
+
)
|
| 1719 |
+
T(B
|
| 1720 |
+
R(l9 (-75 -325) (150 650))
|
| 1721 |
+
)
|
| 1722 |
+
)
|
| 1723 |
+
D(D$nfet_01v8$23 nfet_01v8
|
| 1724 |
+
T(S
|
| 1725 |
+
R(l8 (-335 -210) (260 420))
|
| 1726 |
+
)
|
| 1727 |
+
T(G
|
| 1728 |
+
R(l4 (-75 -210) (150 420))
|
| 1729 |
+
)
|
| 1730 |
+
T(D
|
| 1731 |
+
Q(l8 (75 -210) (0 420) (365 0) (0 250) (250 0) (0 -420) (-75 0) (0 -250))
|
| 1732 |
+
)
|
| 1733 |
+
T(B
|
| 1734 |
+
R(l9 (-75 -210) (150 420))
|
| 1735 |
+
)
|
| 1736 |
+
)
|
| 1737 |
+
D(D$nfet_01v8$24 nfet_01v8
|
| 1738 |
+
T(S
|
| 1739 |
+
Q(l8 (-690 -460) (0 420) (365 0) (0 250) (250 0) (0 -420) (-75 0) (0 -250))
|
| 1740 |
+
)
|
| 1741 |
+
T(G
|
| 1742 |
+
R(l4 (-75 -210) (150 420))
|
| 1743 |
+
)
|
| 1744 |
+
T(D
|
| 1745 |
+
R(l8 (75 -210) (260 420))
|
| 1746 |
+
)
|
| 1747 |
+
T(B
|
| 1748 |
+
R(l9 (-75 -210) (150 420))
|
| 1749 |
+
)
|
| 1750 |
+
)
|
| 1751 |
+
D(D$nfet_01v8$25 nfet_01v8
|
| 1752 |
+
T(S
|
| 1753 |
+
R(l8 (-345 -210) (270 420))
|
| 1754 |
+
)
|
| 1755 |
+
T(G
|
| 1756 |
+
R(l4 (-75 -210) (150 420))
|
| 1757 |
+
)
|
| 1758 |
+
T(D
|
| 1759 |
+
Q(l8 (75 -210) (0 420) (75 0) (0 170) (260 0) (0 -420) (-85 0) (0 -170))
|
| 1760 |
+
)
|
| 1761 |
+
T(B
|
| 1762 |
+
R(l9 (-75 -210) (150 420))
|
| 1763 |
+
)
|
| 1764 |
+
)
|
| 1765 |
+
D(D$nfet_01v8$26 nfet_01v8
|
| 1766 |
+
T(S
|
| 1767 |
+
Q(l8 (-410 -380) (0 420) (75 0) (0 170) (260 0) (0 -420) (-85 0) (0 -170))
|
| 1768 |
+
)
|
| 1769 |
+
T(G
|
| 1770 |
+
R(l4 (-75 -210) (150 420))
|
| 1771 |
+
)
|
| 1772 |
+
T(D
|
| 1773 |
+
R(l8 (75 -210) (260 420))
|
| 1774 |
+
)
|
| 1775 |
+
T(B
|
| 1776 |
+
R(l9 (-75 -210) (150 420))
|
| 1777 |
+
)
|
| 1778 |
+
)
|
| 1779 |
+
D(D$nfet_01v8$27 nfet_01v8
|
| 1780 |
+
T(S
|
| 1781 |
+
Q(l8 (-335 -210) (0 290) (10 0) (0 130) (250 0) (0 -420))
|
| 1782 |
+
)
|
| 1783 |
+
T(G
|
| 1784 |
+
R(l4 (-75 -210) (150 420))
|
| 1785 |
+
)
|
| 1786 |
+
T(D
|
| 1787 |
+
R(l8 (75 -210) (270 420))
|
| 1788 |
+
)
|
| 1789 |
+
T(B
|
| 1790 |
+
R(l9 (-75 -210) (150 420))
|
| 1791 |
+
)
|
| 1792 |
+
)
|
| 1793 |
+
D(D$nfet_01v8$28 nfet_01v8
|
| 1794 |
+
T(S
|
| 1795 |
+
R(l8 (-345 -210) (270 420))
|
| 1796 |
+
)
|
| 1797 |
+
T(G
|
| 1798 |
+
R(l4 (-75 -210) (150 420))
|
| 1799 |
+
)
|
| 1800 |
+
T(D
|
| 1801 |
+
R(l8 (75 -210) (260 420))
|
| 1802 |
+
)
|
| 1803 |
+
T(B
|
| 1804 |
+
R(l9 (-75 -210) (150 420))
|
| 1805 |
+
)
|
| 1806 |
+
)
|
| 1807 |
+
D(D$nfet_01v8$29 nfet_01v8
|
| 1808 |
+
T(S
|
| 1809 |
+
R(l8 (-335 -210) (260 420))
|
| 1810 |
+
)
|
| 1811 |
+
T(G
|
| 1812 |
+
R(l4 (-75 -210) (150 420))
|
| 1813 |
+
)
|
| 1814 |
+
T(D
|
| 1815 |
+
R(l8 (75 -210) (260 420))
|
| 1816 |
+
)
|
| 1817 |
+
T(B
|
| 1818 |
+
R(l9 (-75 -210) (150 420))
|
| 1819 |
+
)
|
| 1820 |
+
)
|
| 1821 |
+
D(D$nfet_01v8$30 nfet_01v8
|
| 1822 |
+
T(S
|
| 1823 |
+
R(l8 (-340 -210) (265 420))
|
| 1824 |
+
)
|
| 1825 |
+
T(G
|
| 1826 |
+
R(l4 (-75 -210) (150 420))
|
| 1827 |
+
)
|
| 1828 |
+
T(D
|
| 1829 |
+
R(l8 (75 -210) (210 420))
|
| 1830 |
+
)
|
| 1831 |
+
T(B
|
| 1832 |
+
R(l9 (-75 -210) (150 420))
|
| 1833 |
+
)
|
| 1834 |
+
)
|
| 1835 |
+
D(D$nfet_01v8$31 nfet_01v8
|
| 1836 |
+
T(S
|
| 1837 |
+
R(l8 (-285 -210) (210 420))
|
| 1838 |
+
)
|
| 1839 |
+
T(G
|
| 1840 |
+
R(l4 (-75 -210) (150 420))
|
| 1841 |
+
)
|
| 1842 |
+
T(D
|
| 1843 |
+
R(l8 (75 -210) (460 420))
|
| 1844 |
+
)
|
| 1845 |
+
T(B
|
| 1846 |
+
R(l9 (-75 -210) (150 420))
|
| 1847 |
+
)
|
| 1848 |
+
)
|
| 1849 |
+
D(D$nfet_01v8$32 nfet_01v8
|
| 1850 |
+
T(S
|
| 1851 |
+
R(l8 (-535 -210) (460 420))
|
| 1852 |
+
)
|
| 1853 |
+
T(G
|
| 1854 |
+
R(l4 (-75 -210) (150 420))
|
| 1855 |
+
)
|
| 1856 |
+
T(D
|
| 1857 |
+
R(l8 (75 -210) (265 420))
|
| 1858 |
+
)
|
| 1859 |
+
T(B
|
| 1860 |
+
R(l9 (-75 -210) (150 420))
|
| 1861 |
+
)
|
| 1862 |
+
)
|
| 1863 |
+
D(D$nfet_01v8$33 nfet_01v8
|
| 1864 |
+
T(S
|
| 1865 |
+
R(l8 (-335 -210) (260 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$34 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) (210 420))
|
| 1886 |
+
)
|
| 1887 |
+
T(B
|
| 1888 |
+
R(l9 (-75 -210) (150 420))
|
| 1889 |
+
)
|
| 1890 |
+
)
|
| 1891 |
+
D(D$nfet_01v8$35 nfet_01v8
|
| 1892 |
+
T(S
|
| 1893 |
+
R(l8 (-285 -210) (210 420))
|
| 1894 |
+
)
|
| 1895 |
+
T(G
|
| 1896 |
+
R(l4 (-75 -210) (150 420))
|
| 1897 |
+
)
|
| 1898 |
+
T(D
|
| 1899 |
+
Q(l8 (75 -210) (0 420) (240 0) (0 230) (250 0) (0 -650))
|
| 1900 |
+
)
|
| 1901 |
+
T(B
|
| 1902 |
+
R(l9 (-75 -210) (150 420))
|
| 1903 |
+
)
|
| 1904 |
+
)
|
| 1905 |
+
D(D$nfet_01v8$36 nfet_01v8
|
| 1906 |
+
T(S
|
| 1907 |
+
Q(l8 (-565 -325) (0 420) (240 0) (0 230) (250 0) (0 -650))
|
| 1908 |
+
)
|
| 1909 |
+
T(G
|
| 1910 |
+
R(l4 (-75 -325) (150 650))
|
| 1911 |
+
)
|
| 1912 |
+
T(D
|
| 1913 |
+
R(l8 (75 -325) (260 650))
|
| 1914 |
+
)
|
| 1915 |
+
T(B
|
| 1916 |
+
R(l9 (-75 -325) (150 650))
|
| 1917 |
+
)
|
| 1918 |
+
)
|
| 1919 |
+
D(D$nfet_01v8$37 nfet_01v8
|
| 1920 |
+
T(S
|
| 1921 |
+
R(l8 (-340 -325) (265 650))
|
| 1922 |
+
)
|
| 1923 |
+
T(G
|
| 1924 |
+
R(l4 (-75 -325) (150 650))
|
| 1925 |
+
)
|
| 1926 |
+
T(D
|
| 1927 |
+
R(l8 (75 -325) (280 650))
|
| 1928 |
+
)
|
| 1929 |
+
T(B
|
| 1930 |
+
R(l9 (-75 -325) (150 650))
|
| 1931 |
+
)
|
| 1932 |
+
)
|
| 1933 |
+
D(D$nfet_01v8$38 nfet_01v8
|
| 1934 |
+
T(S
|
| 1935 |
+
R(l8 (-355 -325) (280 650))
|
| 1936 |
+
)
|
| 1937 |
+
T(G
|
| 1938 |
+
R(l4 (-75 -325) (150 650))
|
| 1939 |
+
)
|
| 1940 |
+
T(D
|
| 1941 |
+
R(l8 (75 -325) (295 650))
|
| 1942 |
+
)
|
| 1943 |
+
T(B
|
| 1944 |
+
R(l9 (-75 -325) (150 650))
|
| 1945 |
+
)
|
| 1946 |
+
)
|
| 1947 |
+
D(D$nfet_01v8$39 nfet_01v8
|
| 1948 |
+
T(S
|
| 1949 |
+
R(l8 (-370 -325) (295 650))
|
| 1950 |
+
)
|
| 1951 |
+
T(G
|
| 1952 |
+
R(l4 (-75 -325) (150 650))
|
| 1953 |
+
)
|
| 1954 |
+
T(D
|
| 1955 |
+
R(l8 (75 -325) (265 650))
|
| 1956 |
+
)
|
| 1957 |
+
T(B
|
| 1958 |
+
R(l9 (-75 -325) (150 650))
|
| 1959 |
+
)
|
| 1960 |
+
)
|
| 1961 |
+
D(D$nfet_01v8$40 nfet_01v8
|
| 1962 |
+
T(S
|
| 1963 |
+
R(l8 (-345 -325) (270 650))
|
| 1964 |
+
)
|
| 1965 |
+
T(G
|
| 1966 |
+
R(l4 (-75 -325) (150 650))
|
| 1967 |
+
)
|
| 1968 |
+
T(D
|
| 1969 |
+
R(l8 (75 -325) (280 650))
|
| 1970 |
+
)
|
| 1971 |
+
T(B
|
| 1972 |
+
R(l9 (-75 -325) (150 650))
|
| 1973 |
+
)
|
| 1974 |
+
)
|
| 1975 |
+
D(D$nfet_01v8$41 nfet_01v8
|
| 1976 |
+
T(S
|
| 1977 |
+
R(l8 (-335 -325) (260 650))
|
| 1978 |
+
)
|
| 1979 |
+
T(G
|
| 1980 |
+
R(l4 (-75 -325) (150 650))
|
| 1981 |
+
)
|
| 1982 |
+
T(D
|
| 1983 |
+
R(l8 (75 -325) (210 650))
|
| 1984 |
+
)
|
| 1985 |
+
T(B
|
| 1986 |
+
R(l9 (-75 -325) (150 650))
|
| 1987 |
+
)
|
| 1988 |
+
)
|
| 1989 |
+
D(D$nfet_01v8$42 nfet_01v8
|
| 1990 |
+
T(S
|
| 1991 |
+
R(l8 (-285 -325) (210 650))
|
| 1992 |
+
)
|
| 1993 |
+
T(G
|
| 1994 |
+
R(l4 (-75 -325) (150 650))
|
| 1995 |
+
)
|
| 1996 |
+
T(D
|
| 1997 |
+
R(l8 (75 -325) (360 650))
|
| 1998 |
+
)
|
| 1999 |
+
T(B
|
| 2000 |
+
R(l9 (-75 -325) (150 650))
|
| 2001 |
+
)
|
| 2002 |
+
)
|
| 2003 |
+
D(D$nfet_01v8$43 nfet_01v8
|
| 2004 |
+
T(S
|
| 2005 |
+
R(l8 (-335 -325) (260 650))
|
| 2006 |
+
)
|
| 2007 |
+
T(G
|
| 2008 |
+
R(l4 (-75 -325) (150 650))
|
| 2009 |
+
)
|
| 2010 |
+
T(D
|
| 2011 |
+
R(l8 (75 -325) (230 650))
|
| 2012 |
+
)
|
| 2013 |
+
T(B
|
| 2014 |
+
R(l9 (-75 -325) (150 650))
|
| 2015 |
+
)
|
| 2016 |
+
)
|
| 2017 |
+
D(D$nfet_01v8$44 nfet_01v8
|
| 2018 |
+
T(S
|
| 2019 |
+
R(l8 (-305 -325) (230 650))
|
| 2020 |
+
)
|
| 2021 |
+
T(G
|
| 2022 |
+
R(l4 (-75 -325) (150 650))
|
| 2023 |
+
)
|
| 2024 |
+
T(D
|
| 2025 |
+
R(l8 (75 -325) (260 650))
|
| 2026 |
+
)
|
| 2027 |
+
T(B
|
| 2028 |
+
R(l9 (-75 -325) (150 650))
|
| 2029 |
+
)
|
| 2030 |
+
)
|
| 2031 |
+
D(D$nfet_01v8$45 nfet_01v8
|
| 2032 |
+
T(S
|
| 2033 |
+
R(l8 (-340 -325) (265 650))
|
| 2034 |
+
)
|
| 2035 |
+
T(G
|
| 2036 |
+
R(l4 (-75 -325) (150 650))
|
| 2037 |
+
)
|
| 2038 |
+
T(D
|
| 2039 |
+
R(l8 (75 -325) (390 650))
|
| 2040 |
+
)
|
| 2041 |
+
T(B
|
| 2042 |
+
R(l9 (-75 -325) (150 650))
|
| 2043 |
+
)
|
| 2044 |
+
)
|
| 2045 |
+
D(D$nfet_01v8$46 nfet_01v8
|
| 2046 |
+
T(S
|
| 2047 |
+
R(l8 (-465 -325) (390 650))
|
| 2048 |
+
)
|
| 2049 |
+
T(G
|
| 2050 |
+
R(l4 (-75 -325) (150 650))
|
| 2051 |
+
)
|
| 2052 |
+
T(D
|
| 2053 |
+
R(l8 (75 -325) (390 650))
|
| 2054 |
+
)
|
| 2055 |
+
T(B
|
| 2056 |
+
R(l9 (-75 -325) (150 650))
|
| 2057 |
+
)
|
| 2058 |
+
)
|
| 2059 |
+
D(D$nfet_01v8$47 nfet_01v8
|
| 2060 |
+
T(S
|
| 2061 |
+
R(l8 (-465 -325) (390 650))
|
| 2062 |
+
)
|
| 2063 |
+
T(G
|
| 2064 |
+
R(l4 (-75 -325) (150 650))
|
| 2065 |
+
)
|
| 2066 |
+
T(D
|
| 2067 |
+
R(l8 (75 -325) (210 650))
|
| 2068 |
+
)
|
| 2069 |
+
T(B
|
| 2070 |
+
R(l9 (-75 -325) (150 650))
|
| 2071 |
+
)
|
| 2072 |
+
)
|
| 2073 |
+
D(D$nfet_01v8$48 nfet_01v8
|
| 2074 |
+
T(S
|
| 2075 |
+
R(l8 (-285 -325) (210 650))
|
| 2076 |
+
)
|
| 2077 |
+
T(G
|
| 2078 |
+
R(l4 (-75 -325) (150 650))
|
| 2079 |
+
)
|
| 2080 |
+
T(D
|
| 2081 |
+
R(l8 (75 -325) (605 650))
|
| 2082 |
+
)
|
| 2083 |
+
T(B
|
| 2084 |
+
R(l9 (-75 -325) (150 650))
|
| 2085 |
+
)
|
| 2086 |
+
)
|
| 2087 |
+
D(D$nfet_01v8$49 nfet_01v8
|
| 2088 |
+
T(S
|
| 2089 |
+
R(l8 (-345 -325) (270 650))
|
| 2090 |
+
)
|
| 2091 |
+
T(G
|
| 2092 |
+
R(l4 (-75 -325) (150 650))
|
| 2093 |
+
)
|
| 2094 |
+
T(D
|
| 2095 |
+
R(l8 (75 -325) (610 650))
|
| 2096 |
+
)
|
| 2097 |
+
T(B
|
| 2098 |
+
R(l9 (-75 -325) (150 650))
|
| 2099 |
+
)
|
| 2100 |
+
)
|
| 2101 |
+
D(D$nfet_01v8$50 nfet_01v8
|
| 2102 |
+
T(S
|
| 2103 |
+
R(l8 (-685 -325) (610 650))
|
| 2104 |
+
)
|
| 2105 |
+
T(G
|
| 2106 |
+
R(l4 (-75 -325) (150 650))
|
| 2107 |
+
)
|
| 2108 |
+
T(D
|
| 2109 |
+
R(l8 (75 -325) (340 650))
|
| 2110 |
+
)
|
| 2111 |
+
T(B
|
| 2112 |
+
R(l9 (-75 -325) (150 650))
|
| 2113 |
+
)
|
| 2114 |
+
)
|
| 2115 |
+
D(D$nfet_01v8$51 nfet_01v8
|
| 2116 |
+
T(S
|
| 2117 |
+
R(l8 (-335 -210) (260 420))
|
| 2118 |
+
)
|
| 2119 |
+
T(G
|
| 2120 |
+
R(l4 (-75 -210) (150 420))
|
| 2121 |
+
)
|
| 2122 |
+
T(D
|
| 2123 |
+
Q(l8 (75 -210) (0 420) (75 0) (0 230) (260 0) (0 -650))
|
| 2124 |
+
)
|
| 2125 |
+
T(B
|
| 2126 |
+
R(l9 (-75 -210) (150 420))
|
| 2127 |
+
)
|
| 2128 |
+
)
|
| 2129 |
+
D(D$nfet_01v8$52 nfet_01v8
|
| 2130 |
+
T(S
|
| 2131 |
+
Q(l8 (-410 -325) (0 420) (75 0) (0 230) (260 0) (0 -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$53 nfet_01v8
|
| 2144 |
+
T(S
|
| 2145 |
+
R(l8 (-415 -325) (340 650))
|
| 2146 |
+
)
|
| 2147 |
+
T(G
|
| 2148 |
+
R(l4 (-75 -325) (150 650))
|
| 2149 |
+
)
|
| 2150 |
+
T(D
|
| 2151 |
+
R(l8 (75 -325) (270 650))
|
| 2152 |
+
)
|
| 2153 |
+
T(B
|
| 2154 |
+
R(l9 (-75 -325) (150 650))
|
| 2155 |
+
)
|
| 2156 |
+
)
|
| 2157 |
+
D(D$nfet_01v8$54 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 |
+
Q(l8 (75 -325) (0 650) (335 0) (0 -420) (-75 0) (0 -230))
|
| 2166 |
+
)
|
| 2167 |
+
T(B
|
| 2168 |
+
R(l9 (-75 -325) (150 650))
|
| 2169 |
+
)
|
| 2170 |
+
)
|
| 2171 |
+
D(D$nfet_01v8$55 nfet_01v8
|
| 2172 |
+
T(S
|
| 2173 |
+
Q(l8 (-410 -440) (0 650) (335 0) (0 -420) (-75 0) (0 -230))
|
| 2174 |
+
)
|
| 2175 |
+
T(G
|
| 2176 |
+
R(l4 (-75 -210) (150 420))
|
| 2177 |
+
)
|
| 2178 |
+
T(D
|
| 2179 |
+
R(l8 (75 -210) (260 420))
|
| 2180 |
+
)
|
| 2181 |
+
T(B
|
| 2182 |
+
R(l9 (-75 -210) (150 420))
|
| 2183 |
+
)
|
| 2184 |
+
)
|
| 2185 |
+
D(D$nfet_01v8$56 nfet_01v8
|
| 2186 |
+
T(S
|
| 2187 |
+
R(l8 (-345 -325) (270 650))
|
| 2188 |
+
)
|
| 2189 |
+
T(G
|
| 2190 |
+
R(l4 (-75 -325) (150 650))
|
| 2191 |
+
)
|
| 2192 |
+
T(D
|
| 2193 |
+
R(l8 (75 -325) (330 650))
|
| 2194 |
+
)
|
| 2195 |
+
T(B
|
| 2196 |
+
R(l9 (-75 -325) (150 650))
|
| 2197 |
+
)
|
| 2198 |
+
)
|
| 2199 |
+
D(D$nfet_01v8$57 nfet_01v8
|
| 2200 |
+
T(S
|
| 2201 |
+
R(l8 (-405 -325) (330 650))
|
| 2202 |
+
)
|
| 2203 |
+
T(G
|
| 2204 |
+
R(l4 (-75 -325) (150 650))
|
| 2205 |
+
)
|
| 2206 |
+
T(D
|
| 2207 |
+
R(l8 (75 -325) (260 650))
|
| 2208 |
+
)
|
| 2209 |
+
T(B
|
| 2210 |
+
R(l9 (-75 -325) (150 650))
|
| 2211 |
+
)
|
| 2212 |
+
)
|
| 2213 |
+
D(D$nfet_01v8$58 nfet_01v8
|
| 2214 |
+
T(S
|
| 2215 |
+
R(l8 (-405 -325) (330 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$59 nfet_01v8
|
| 2228 |
+
T(S
|
| 2229 |
+
R(l8 (-335 -210) (260 420))
|
| 2230 |
+
)
|
| 2231 |
+
T(G
|
| 2232 |
+
R(l4 (-75 -210) (150 420))
|
| 2233 |
+
)
|
| 2234 |
+
T(D
|
| 2235 |
+
R(l8 (75 -210) (290 420))
|
| 2236 |
+
)
|
| 2237 |
+
T(B
|
| 2238 |
+
R(l9 (-75 -210) (150 420))
|
| 2239 |
+
)
|
| 2240 |
+
)
|
| 2241 |
+
D(D$nfet_01v8$60 nfet_01v8
|
| 2242 |
+
T(S
|
| 2243 |
+
R(l8 (-365 -210) (290 420))
|
| 2244 |
+
)
|
| 2245 |
+
T(G
|
| 2246 |
+
R(l4 (-75 -210) (150 420))
|
| 2247 |
+
)
|
| 2248 |
+
T(D
|
| 2249 |
+
R(l8 (75 -210) (260 420))
|
| 2250 |
+
)
|
| 2251 |
+
T(B
|
| 2252 |
+
R(l9 (-75 -210) (150 420))
|
| 2253 |
+
)
|
| 2254 |
+
)
|
| 2255 |
+
D(D$nfet_01v8$61 nfet_01v8
|
| 2256 |
+
T(S
|
| 2257 |
+
R(l8 (-335 -325) (260 650))
|
| 2258 |
+
)
|
| 2259 |
+
T(G
|
| 2260 |
+
R(l4 (-75 -325) (150 650))
|
| 2261 |
+
)
|
| 2262 |
+
T(D
|
| 2263 |
+
R(l8 (75 -325) (790 650))
|
| 2264 |
+
)
|
| 2265 |
+
T(B
|
| 2266 |
+
R(l9 (-75 -325) (150 650))
|
| 2267 |
+
)
|
| 2268 |
+
)
|
| 2269 |
+
D(D$nfet_01v8$62 nfet_01v8
|
| 2270 |
+
T(S
|
| 2271 |
+
R(l8 (-865 -325) (790 650))
|
| 2272 |
+
)
|
| 2273 |
+
T(G
|
| 2274 |
+
R(l4 (-75 -325) (150 650))
|
| 2275 |
+
)
|
| 2276 |
+
T(D
|
| 2277 |
+
R(l8 (75 -325) (275 650))
|
| 2278 |
+
)
|
| 2279 |
+
T(B
|
| 2280 |
+
R(l9 (-75 -325) (150 650))
|
| 2281 |
+
)
|
| 2282 |
+
)
|
| 2283 |
+
D(D$nfet_01v8$63 nfet_01v8
|
| 2284 |
+
T(S
|
| 2285 |
+
R(l8 (-350 -325) (275 650))
|
| 2286 |
+
)
|
| 2287 |
+
T(G
|
| 2288 |
+
R(l4 (-75 -325) (150 650))
|
| 2289 |
+
)
|
| 2290 |
+
T(D
|
| 2291 |
+
R(l8 (75 -325) (280 650))
|
| 2292 |
+
)
|
| 2293 |
+
T(B
|
| 2294 |
+
R(l9 (-75 -325) (150 650))
|
| 2295 |
+
)
|
| 2296 |
+
)
|
| 2297 |
+
D(D$nfet_01v8$64 nfet_01v8
|
| 2298 |
+
T(S
|
| 2299 |
+
R(l8 (-355 -325) (280 650))
|
| 2300 |
+
)
|
| 2301 |
+
T(G
|
| 2302 |
+
R(l4 (-75 -325) (150 650))
|
| 2303 |
+
)
|
| 2304 |
+
T(D
|
| 2305 |
+
R(l8 (75 -325) (265 650))
|
| 2306 |
+
)
|
| 2307 |
+
T(B
|
| 2308 |
+
R(l9 (-75 -325) (150 650))
|
| 2309 |
+
)
|
| 2310 |
+
)
|
| 2311 |
+
D(D$nfet_01v8$65 nfet_01v8
|
| 2312 |
+
T(S
|
| 2313 |
+
Q(l8 (-460 -180) (0 420) (310 0) (0 -60) (75 0) (0 -360))
|
| 2314 |
+
)
|
| 2315 |
+
T(G
|
| 2316 |
+
R(l4 (-75 -180) (150 360))
|
| 2317 |
+
)
|
| 2318 |
+
T(D
|
| 2319 |
+
R(l8 (75 -180) (400 360))
|
| 2320 |
+
)
|
| 2321 |
+
T(B
|
| 2322 |
+
R(l9 (-75 -180) (150 360))
|
| 2323 |
+
)
|
| 2324 |
+
)
|
| 2325 |
+
D(D$nfet_01v8$66 nfet_01v8
|
| 2326 |
+
T(S
|
| 2327 |
+
R(l8 (-475 -180) (400 360))
|
| 2328 |
+
)
|
| 2329 |
+
T(G
|
| 2330 |
+
R(l4 (-75 -180) (150 360))
|
| 2331 |
+
)
|
| 2332 |
+
T(D
|
| 2333 |
+
Q(l8 (75 -180) (0 360) (75 0) (0 60) (250 0) (0 -420))
|
| 2334 |
+
)
|
| 2335 |
+
T(B
|
| 2336 |
+
R(l9 (-75 -180) (150 360))
|
| 2337 |
+
)
|
| 2338 |
+
)
|
| 2339 |
+
D(D$nfet_01v8$67 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 |
+
Q(l8 (75 -210) (0 420) (310 0) (0 -60) (75 0) (0 -360))
|
| 2348 |
+
)
|
| 2349 |
+
T(B
|
| 2350 |
+
R(l9 (-75 -210) (150 420))
|
| 2351 |
+
)
|
| 2352 |
+
)
|
| 2353 |
+
D(D$nfet_01v8$68 nfet_01v8
|
| 2354 |
+
T(S
|
| 2355 |
+
Q(l8 (-400 -210) (0 360) (75 0) (0 60) (250 0) (0 -420))
|
| 2356 |
+
)
|
| 2357 |
+
T(G
|
| 2358 |
+
R(l4 (-75 -210) (150 420))
|
| 2359 |
+
)
|
| 2360 |
+
T(D
|
| 2361 |
+
Q(l8 (75 -210) (0 420) (75 0) (0 230) (280 0) (0 -650))
|
| 2362 |
+
)
|
| 2363 |
+
T(B
|
| 2364 |
+
R(l9 (-75 -210) (150 420))
|
| 2365 |
+
)
|
| 2366 |
+
)
|
| 2367 |
+
D(D$nfet_01v8$69 nfet_01v8
|
| 2368 |
+
T(S
|
| 2369 |
+
Q(l8 (-430 -325) (0 420) (75 0) (0 230) (280 0) (0 -650))
|
| 2370 |
+
)
|
| 2371 |
+
T(G
|
| 2372 |
+
R(l4 (-75 -325) (150 650))
|
| 2373 |
+
)
|
| 2374 |
+
T(D
|
| 2375 |
+
R(l8 (75 -325) (270 650))
|
| 2376 |
+
)
|
| 2377 |
+
T(B
|
| 2378 |
+
R(l9 (-75 -325) (150 650))
|
| 2379 |
+
)
|
| 2380 |
+
)
|
| 2381 |
+
D(D$nfet_01v8$70 nfet_01v8
|
| 2382 |
+
T(S
|
| 2383 |
+
R(l8 (-345 -325) (270 650))
|
| 2384 |
+
)
|
| 2385 |
+
T(G
|
| 2386 |
+
R(l4 (-75 -325) (150 650))
|
| 2387 |
+
)
|
| 2388 |
+
T(D
|
| 2389 |
+
R(l8 (75 -325) (340 650))
|
| 2390 |
+
)
|
| 2391 |
+
T(B
|
| 2392 |
+
R(l9 (-75 -325) (150 650))
|
| 2393 |
+
)
|
| 2394 |
+
)
|
| 2395 |
+
D(D$nfet_01v8$71 nfet_01v8
|
| 2396 |
+
T(S
|
| 2397 |
+
Q(l8 (-400 -180) (0 420) (250 0) (0 -60) (75 0) (0 -360))
|
| 2398 |
+
)
|
| 2399 |
+
T(G
|
| 2400 |
+
R(l4 (-75 -180) (150 360))
|
| 2401 |
+
)
|
| 2402 |
+
T(D
|
| 2403 |
+
R(l8 (75 -180) (395 360))
|
| 2404 |
+
)
|
| 2405 |
+
T(B
|
| 2406 |
+
R(l9 (-75 -180) (150 360))
|
| 2407 |
+
)
|
| 2408 |
+
)
|
| 2409 |
+
D(D$nfet_01v8$72 nfet_01v8
|
| 2410 |
+
T(S
|
| 2411 |
+
R(l8 (-470 -180) (395 360))
|
| 2412 |
+
)
|
| 2413 |
+
T(G
|
| 2414 |
+
R(l4 (-75 -180) (150 360))
|
| 2415 |
+
)
|
| 2416 |
+
T(D
|
| 2417 |
+
Q(l8 (75 -180) (0 360) (75 0) (0 60) (255 0) (0 -420))
|
| 2418 |
+
)
|
| 2419 |
+
T(B
|
| 2420 |
+
R(l9 (-75 -180) (150 360))
|
| 2421 |
+
)
|
| 2422 |
+
)
|
| 2423 |
+
D(D$nfet_01v8$73 nfet_01v8
|
| 2424 |
+
T(S
|
| 2425 |
+
R(l8 (-345 -210) (270 420))
|
| 2426 |
+
)
|
| 2427 |
+
T(G
|
| 2428 |
+
R(l4 (-75 -210) (150 420))
|
| 2429 |
+
)
|
| 2430 |
+
T(D
|
| 2431 |
+
Q(l8 (75 -210) (0 420) (250 0) (0 -60) (75 0) (0 -360))
|
| 2432 |
+
)
|
| 2433 |
+
T(B
|
| 2434 |
+
R(l9 (-75 -210) (150 420))
|
| 2435 |
+
)
|
| 2436 |
+
)
|
| 2437 |
+
D(D$nfet_01v8$74 nfet_01v8
|
| 2438 |
+
T(S
|
| 2439 |
+
Q(l8 (-405 -210) (0 360) (75 0) (0 60) (255 0) (0 -420))
|
| 2440 |
+
)
|
| 2441 |
+
T(G
|
| 2442 |
+
R(l4 (-75 -210) (150 420))
|
| 2443 |
+
)
|
| 2444 |
+
T(D
|
| 2445 |
+
R(l8 (75 -210) (390 420))
|
| 2446 |
+
)
|
| 2447 |
+
T(B
|
| 2448 |
+
R(l9 (-75 -210) (150 420))
|
| 2449 |
+
)
|
| 2450 |
+
)
|
| 2451 |
+
D(D$nfet_01v8$75 nfet_01v8
|
| 2452 |
+
T(S
|
| 2453 |
+
R(l8 (-465 -210) (390 420))
|
| 2454 |
+
)
|
| 2455 |
+
T(G
|
| 2456 |
+
R(l4 (-75 -210) (150 420))
|
| 2457 |
+
)
|
| 2458 |
+
T(D
|
| 2459 |
+
R(l8 (75 -210) (270 420))
|
| 2460 |
+
)
|
| 2461 |
+
T(B
|
| 2462 |
+
R(l9 (-75 -210) (150 420))
|
| 2463 |
+
)
|
| 2464 |
+
)
|
| 2465 |
+
D(D$nfet_01v8$76 nfet_01v8
|
| 2466 |
+
T(S
|
| 2467 |
+
R(l8 (-335 -210) (260 420))
|
| 2468 |
+
)
|
| 2469 |
+
T(G
|
| 2470 |
+
R(l4 (-75 -210) (150 420))
|
| 2471 |
+
)
|
| 2472 |
+
T(D
|
| 2473 |
+
R(l8 (75 -210) (275 420))
|
| 2474 |
+
)
|
| 2475 |
+
T(B
|
| 2476 |
+
R(l9 (-75 -210) (150 420))
|
| 2477 |
+
)
|
| 2478 |
+
)
|
| 2479 |
+
D(D$nfet_01v8$77 nfet_01v8
|
| 2480 |
+
T(S
|
| 2481 |
+
R(l8 (-350 -210) (275 420))
|
| 2482 |
+
)
|
| 2483 |
+
T(G
|
| 2484 |
+
R(l4 (-75 -210) (150 420))
|
| 2485 |
+
)
|
| 2486 |
+
T(D
|
| 2487 |
+
R(l8 (75 -210) (260 420))
|
| 2488 |
+
)
|
| 2489 |
+
T(B
|
| 2490 |
+
R(l9 (-75 -210) (150 420))
|
| 2491 |
+
)
|
| 2492 |
+
)
|
| 2493 |
+
D(D$nfet_01v8$78 nfet_01v8
|
| 2494 |
+
T(S
|
| 2495 |
+
R(l8 (-335 -210) (260 420))
|
| 2496 |
+
)
|
| 2497 |
+
T(G
|
| 2498 |
+
R(l4 (-75 -210) (150 420))
|
| 2499 |
+
)
|
| 2500 |
+
T(D
|
| 2501 |
+
R(l8 (75 -210) (285 420))
|
| 2502 |
+
)
|
| 2503 |
+
T(B
|
| 2504 |
+
R(l9 (-75 -210) (150 420))
|
| 2505 |
+
)
|
| 2506 |
+
)
|
| 2507 |
+
D(D$nfet_01v8$79 nfet_01v8
|
| 2508 |
+
T(S
|
| 2509 |
+
R(l8 (-335 -325) (260 650))
|
| 2510 |
+
)
|
| 2511 |
+
T(G
|
| 2512 |
+
R(l4 (-75 -325) (150 650))
|
| 2513 |
+
)
|
| 2514 |
+
T(D
|
| 2515 |
+
R(l8 (75 -325) (365 650))
|
| 2516 |
+
)
|
| 2517 |
+
T(B
|
| 2518 |
+
R(l9 (-75 -325) (150 650))
|
| 2519 |
+
)
|
| 2520 |
+
)
|
| 2521 |
+
D(D$nfet_01v8$80 nfet_01v8
|
| 2522 |
+
T(S
|
| 2523 |
+
R(l8 (-440 -325) (365 650))
|
| 2524 |
+
)
|
| 2525 |
+
T(G
|
| 2526 |
+
R(l4 (-75 -325) (150 650))
|
| 2527 |
+
)
|
| 2528 |
+
T(D
|
| 2529 |
+
R(l8 (75 -325) (275 650))
|
| 2530 |
+
)
|
| 2531 |
+
T(B
|
| 2532 |
+
R(l9 (-75 -325) (150 650))
|
| 2533 |
+
)
|
| 2534 |
+
)
|
| 2535 |
+
D(D$nfet_01v8$81 nfet_01v8
|
| 2536 |
+
T(S
|
| 2537 |
+
R(l8 (-350 -325) (275 650))
|
| 2538 |
+
)
|
| 2539 |
+
T(G
|
| 2540 |
+
R(l4 (-75 -325) (150 650))
|
| 2541 |
+
)
|
| 2542 |
+
T(D
|
| 2543 |
+
R(l8 (75 -325) (270 650))
|
| 2544 |
+
)
|
| 2545 |
+
T(B
|
| 2546 |
+
R(l9 (-75 -325) (150 650))
|
| 2547 |
+
)
|
| 2548 |
+
)
|
| 2549 |
+
D(D$nfet_01v8$82 nfet_01v8
|
| 2550 |
+
T(S
|
| 2551 |
+
R(l8 (-340 -210) (265 420))
|
| 2552 |
+
)
|
| 2553 |
+
T(G
|
| 2554 |
+
R(l4 (-75 -210) (150 420))
|
| 2555 |
+
)
|
| 2556 |
+
T(D
|
| 2557 |
+
R(l8 (75 -210) (280 420))
|
| 2558 |
+
)
|
| 2559 |
+
T(B
|
| 2560 |
+
R(l9 (-75 -210) (150 420))
|
| 2561 |
+
)
|
| 2562 |
+
)
|
| 2563 |
+
D(D$nfet_01v8$83 nfet_01v8
|
| 2564 |
+
T(S
|
| 2565 |
+
R(l8 (-355 -210) (280 420))
|
| 2566 |
+
)
|
| 2567 |
+
T(G
|
| 2568 |
+
R(l4 (-75 -210) (150 420))
|
| 2569 |
+
)
|
| 2570 |
+
T(D
|
| 2571 |
+
R(l8 (75 -210) (265 420))
|
| 2572 |
+
)
|
| 2573 |
+
T(B
|
| 2574 |
+
R(l9 (-75 -210) (150 420))
|
| 2575 |
+
)
|
| 2576 |
+
)
|
| 2577 |
+
D(D$nfet_01v8$84 nfet_01v8
|
| 2578 |
+
T(S
|
| 2579 |
+
R(l8 (-340 -325) (265 650))
|
| 2580 |
+
)
|
| 2581 |
+
T(G
|
| 2582 |
+
R(l4 (-75 -325) (150 650))
|
| 2583 |
+
)
|
| 2584 |
+
T(D
|
| 2585 |
+
R(l8 (75 -325) (800 650))
|
| 2586 |
+
)
|
| 2587 |
+
T(B
|
| 2588 |
+
R(l9 (-75 -325) (150 650))
|
| 2589 |
+
)
|
| 2590 |
+
)
|
| 2591 |
+
D(D$nfet_01v8$85 nfet_01v8
|
| 2592 |
+
T(S
|
| 2593 |
+
R(l8 (-875 -325) (800 650))
|
| 2594 |
+
)
|
| 2595 |
+
T(G
|
| 2596 |
+
R(l4 (-75 -325) (150 650))
|
| 2597 |
+
)
|
| 2598 |
+
T(D
|
| 2599 |
+
R(l8 (75 -325) (280 650))
|
| 2600 |
+
)
|
| 2601 |
+
T(B
|
| 2602 |
+
R(l9 (-75 -325) (150 650))
|
| 2603 |
+
)
|
| 2604 |
+
)
|
| 2605 |
+
D(D$nfet_01v8$86 nfet_01v8
|
| 2606 |
+
T(S
|
| 2607 |
+
R(l8 (-355 -325) (280 650))
|
| 2608 |
+
)
|
| 2609 |
+
T(G
|
| 2610 |
+
R(l4 (-75 -325) (150 650))
|
| 2611 |
+
)
|
| 2612 |
+
T(D
|
| 2613 |
+
R(l8 (75 -325) (280 650))
|
| 2614 |
+
)
|
| 2615 |
+
T(B
|
| 2616 |
+
R(l9 (-75 -325) (150 650))
|
| 2617 |
+
)
|
| 2618 |
+
)
|
| 2619 |
+
D(D$nfet_01v8$87 nfet_01v8
|
| 2620 |
+
T(S
|
| 2621 |
+
R(l8 (-355 -325) (280 650))
|
| 2622 |
+
)
|
| 2623 |
+
T(G
|
| 2624 |
+
R(l4 (-75 -325) (150 650))
|
| 2625 |
+
)
|
| 2626 |
+
T(D
|
| 2627 |
+
R(l8 (75 -325) (310 650))
|
| 2628 |
+
)
|
| 2629 |
+
T(B
|
| 2630 |
+
R(l9 (-75 -325) (150 650))
|
| 2631 |
+
)
|
| 2632 |
+
)
|
| 2633 |
+
D(D$nfet_01v8$88 nfet_01v8
|
| 2634 |
+
T(S
|
| 2635 |
+
R(l8 (-385 -325) (310 650))
|
| 2636 |
+
)
|
| 2637 |
+
T(G
|
| 2638 |
+
R(l4 (-75 -325) (150 650))
|
| 2639 |
+
)
|
| 2640 |
+
T(D
|
| 2641 |
+
R(l8 (75 -325) (265 650))
|
| 2642 |
+
)
|
| 2643 |
+
T(B
|
| 2644 |
+
R(l9 (-75 -325) (150 650))
|
| 2645 |
+
)
|
| 2646 |
+
)
|
| 2647 |
+
)
|
| 2648 |
+
H(
|
| 2649 |
+
K(NFET_01V8 MOS4)
|
| 2650 |
+
K(PFET_01V8_HVT MOS4)
|
| 2651 |
+
K(RES RES)
|
| 2652 |
+
)
|
| 2653 |
+
Z(
|
| 2654 |
+
)
|
barrel_w32_left_sky130_1000mhz/flow/netlist.v
ADDED
|
@@ -0,0 +1,1106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* Generated by Yosys 0.46 (git sha1 e97731b9dda91fa5fa53ed87df7c34163ba59a41, clang++ 17.0.6 -fPIC -O3) */
|
| 2 |
+
|
| 3 |
+
module barrel_w32_left(din, shamt, dout);
|
| 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 |
+
input [31:0] din;
|
| 123 |
+
wire [31:0] din;
|
| 124 |
+
output [31:0] dout;
|
| 125 |
+
wire [31:0] dout;
|
| 126 |
+
input [4:0] shamt;
|
| 127 |
+
wire [4:0] shamt;
|
| 128 |
+
sky130_fd_sc_hd__clkinv_1 _118_ (
|
| 129 |
+
.A(shamt[4]),
|
| 130 |
+
.Y(_094_)
|
| 131 |
+
);
|
| 132 |
+
sky130_fd_sc_hd__clkinv_1 _119_ (
|
| 133 |
+
.A(shamt[3]),
|
| 134 |
+
.Y(_095_)
|
| 135 |
+
);
|
| 136 |
+
sky130_fd_sc_hd__clkinv_1 _120_ (
|
| 137 |
+
.A(shamt[2]),
|
| 138 |
+
.Y(_096_)
|
| 139 |
+
);
|
| 140 |
+
sky130_fd_sc_hd__lpflow_isobufsrc_1 _121_ (
|
| 141 |
+
.A(din[0]),
|
| 142 |
+
.SLEEP(shamt[0]),
|
| 143 |
+
.X(_097_)
|
| 144 |
+
);
|
| 145 |
+
sky130_fd_sc_hd__nor3b_1 _122_ (
|
| 146 |
+
.A(shamt[2]),
|
| 147 |
+
.B(shamt[1]),
|
| 148 |
+
.C_N(_097_),
|
| 149 |
+
.Y(_098_)
|
| 150 |
+
);
|
| 151 |
+
sky130_fd_sc_hd__nand2_1 _123_ (
|
| 152 |
+
.A(_095_),
|
| 153 |
+
.B(_098_),
|
| 154 |
+
.Y(_099_)
|
| 155 |
+
);
|
| 156 |
+
sky130_fd_sc_hd__nor2_1 _124_ (
|
| 157 |
+
.A(shamt[4]),
|
| 158 |
+
.B(_099_),
|
| 159 |
+
.Y(dout[0])
|
| 160 |
+
);
|
| 161 |
+
sky130_fd_sc_hd__mux2i_1 _125_ (
|
| 162 |
+
.A0(din[1]),
|
| 163 |
+
.A1(din[0]),
|
| 164 |
+
.S(shamt[0]),
|
| 165 |
+
.Y(_100_)
|
| 166 |
+
);
|
| 167 |
+
sky130_fd_sc_hd__lpflow_inputiso1p_1 _126_ (
|
| 168 |
+
.A(shamt[1]),
|
| 169 |
+
.SLEEP(_100_),
|
| 170 |
+
.X(_101_)
|
| 171 |
+
);
|
| 172 |
+
sky130_fd_sc_hd__or3_1 _127_ (
|
| 173 |
+
.A(shamt[3]),
|
| 174 |
+
.B(shamt[2]),
|
| 175 |
+
.C(_101_),
|
| 176 |
+
.X(_102_)
|
| 177 |
+
);
|
| 178 |
+
sky130_fd_sc_hd__nor2_1 _128_ (
|
| 179 |
+
.A(shamt[4]),
|
| 180 |
+
.B(_102_),
|
| 181 |
+
.Y(dout[1])
|
| 182 |
+
);
|
| 183 |
+
sky130_fd_sc_hd__mux2_1 _129_ (
|
| 184 |
+
.A0(din[2]),
|
| 185 |
+
.A1(din[1]),
|
| 186 |
+
.S(shamt[0]),
|
| 187 |
+
.X(_103_)
|
| 188 |
+
);
|
| 189 |
+
sky130_fd_sc_hd__mux2_1 _130_ (
|
| 190 |
+
.A0(_103_),
|
| 191 |
+
.A1(_097_),
|
| 192 |
+
.S(shamt[1]),
|
| 193 |
+
.X(_104_)
|
| 194 |
+
);
|
| 195 |
+
sky130_fd_sc_hd__nand3_1 _131_ (
|
| 196 |
+
.A(_095_),
|
| 197 |
+
.B(_096_),
|
| 198 |
+
.C(_104_),
|
| 199 |
+
.Y(_105_)
|
| 200 |
+
);
|
| 201 |
+
sky130_fd_sc_hd__nor2_1 _132_ (
|
| 202 |
+
.A(shamt[4]),
|
| 203 |
+
.B(_105_),
|
| 204 |
+
.Y(dout[2])
|
| 205 |
+
);
|
| 206 |
+
sky130_fd_sc_hd__mux4_2 _133_ (
|
| 207 |
+
.A0(din[3]),
|
| 208 |
+
.A1(din[2]),
|
| 209 |
+
.A2(din[1]),
|
| 210 |
+
.A3(din[0]),
|
| 211 |
+
.S0(shamt[0]),
|
| 212 |
+
.S1(shamt[1]),
|
| 213 |
+
.X(_106_)
|
| 214 |
+
);
|
| 215 |
+
sky130_fd_sc_hd__and2_0 _134_ (
|
| 216 |
+
.A(_096_),
|
| 217 |
+
.B(_106_),
|
| 218 |
+
.X(_107_)
|
| 219 |
+
);
|
| 220 |
+
sky130_fd_sc_hd__and3_1 _135_ (
|
| 221 |
+
.A(_094_),
|
| 222 |
+
.B(_095_),
|
| 223 |
+
.C(_107_),
|
| 224 |
+
.X(dout[3])
|
| 225 |
+
);
|
| 226 |
+
sky130_fd_sc_hd__mux2_1 _136_ (
|
| 227 |
+
.A0(din[4]),
|
| 228 |
+
.A1(din[3]),
|
| 229 |
+
.S(shamt[0]),
|
| 230 |
+
.X(_108_)
|
| 231 |
+
);
|
| 232 |
+
sky130_fd_sc_hd__mux4_2 _137_ (
|
| 233 |
+
.A0(din[4]),
|
| 234 |
+
.A1(din[3]),
|
| 235 |
+
.A2(din[2]),
|
| 236 |
+
.A3(din[1]),
|
| 237 |
+
.S0(shamt[0]),
|
| 238 |
+
.S1(shamt[1]),
|
| 239 |
+
.X(_109_)
|
| 240 |
+
);
|
| 241 |
+
sky130_fd_sc_hd__nor4bb_1 _138_ (
|
| 242 |
+
.A(shamt[1]),
|
| 243 |
+
.B(shamt[0]),
|
| 244 |
+
.C_N(din[0]),
|
| 245 |
+
.D_N(shamt[2]),
|
| 246 |
+
.Y(_110_)
|
| 247 |
+
);
|
| 248 |
+
sky130_fd_sc_hd__a21o_1 _139_ (
|
| 249 |
+
.A1(_096_),
|
| 250 |
+
.A2(_109_),
|
| 251 |
+
.B1(_110_),
|
| 252 |
+
.X(_111_)
|
| 253 |
+
);
|
| 254 |
+
sky130_fd_sc_hd__nand2_1 _140_ (
|
| 255 |
+
.A(_095_),
|
| 256 |
+
.B(_111_),
|
| 257 |
+
.Y(_112_)
|
| 258 |
+
);
|
| 259 |
+
sky130_fd_sc_hd__nor2_1 _141_ (
|
| 260 |
+
.A(shamt[4]),
|
| 261 |
+
.B(_112_),
|
| 262 |
+
.Y(dout[4])
|
| 263 |
+
);
|
| 264 |
+
sky130_fd_sc_hd__mux4_2 _142_ (
|
| 265 |
+
.A0(din[5]),
|
| 266 |
+
.A1(din[4]),
|
| 267 |
+
.A2(din[3]),
|
| 268 |
+
.A3(din[2]),
|
| 269 |
+
.S0(shamt[0]),
|
| 270 |
+
.S1(shamt[1]),
|
| 271 |
+
.X(_113_)
|
| 272 |
+
);
|
| 273 |
+
sky130_fd_sc_hd__clkinv_1 _143_ (
|
| 274 |
+
.A(_113_),
|
| 275 |
+
.Y(_114_)
|
| 276 |
+
);
|
| 277 |
+
sky130_fd_sc_hd__nor3_1 _144_ (
|
| 278 |
+
.A(_096_),
|
| 279 |
+
.B(shamt[1]),
|
| 280 |
+
.C(_100_),
|
| 281 |
+
.Y(_115_)
|
| 282 |
+
);
|
| 283 |
+
sky130_fd_sc_hd__a21oi_1 _145_ (
|
| 284 |
+
.A1(_096_),
|
| 285 |
+
.A2(_113_),
|
| 286 |
+
.B1(_115_),
|
| 287 |
+
.Y(_116_)
|
| 288 |
+
);
|
| 289 |
+
sky130_fd_sc_hd__nor3_1 _146_ (
|
| 290 |
+
.A(shamt[4]),
|
| 291 |
+
.B(shamt[3]),
|
| 292 |
+
.C(_116_),
|
| 293 |
+
.Y(dout[5])
|
| 294 |
+
);
|
| 295 |
+
sky130_fd_sc_hd__mux2_1 _147_ (
|
| 296 |
+
.A0(din[6]),
|
| 297 |
+
.A1(din[5]),
|
| 298 |
+
.S(shamt[0]),
|
| 299 |
+
.X(_117_)
|
| 300 |
+
);
|
| 301 |
+
sky130_fd_sc_hd__mux4_2 _148_ (
|
| 302 |
+
.A0(din[6]),
|
| 303 |
+
.A1(din[5]),
|
| 304 |
+
.A2(din[4]),
|
| 305 |
+
.A3(din[3]),
|
| 306 |
+
.S0(shamt[0]),
|
| 307 |
+
.S1(shamt[1]),
|
| 308 |
+
.X(_000_)
|
| 309 |
+
);
|
| 310 |
+
sky130_fd_sc_hd__mux4_2 _149_ (
|
| 311 |
+
.A0(_103_),
|
| 312 |
+
.A1(_117_),
|
| 313 |
+
.A2(_097_),
|
| 314 |
+
.A3(_108_),
|
| 315 |
+
.S0(_096_),
|
| 316 |
+
.S1(shamt[1]),
|
| 317 |
+
.X(_001_)
|
| 318 |
+
);
|
| 319 |
+
sky130_fd_sc_hd__nand2_1 _150_ (
|
| 320 |
+
.A(_095_),
|
| 321 |
+
.B(_001_),
|
| 322 |
+
.Y(_002_)
|
| 323 |
+
);
|
| 324 |
+
sky130_fd_sc_hd__nor2_1 _151_ (
|
| 325 |
+
.A(shamt[4]),
|
| 326 |
+
.B(_002_),
|
| 327 |
+
.Y(dout[6])
|
| 328 |
+
);
|
| 329 |
+
sky130_fd_sc_hd__mux4_2 _152_ (
|
| 330 |
+
.A0(din[7]),
|
| 331 |
+
.A1(din[6]),
|
| 332 |
+
.A2(din[5]),
|
| 333 |
+
.A3(din[4]),
|
| 334 |
+
.S0(shamt[0]),
|
| 335 |
+
.S1(shamt[1]),
|
| 336 |
+
.X(_003_)
|
| 337 |
+
);
|
| 338 |
+
sky130_fd_sc_hd__mux2_1 _153_ (
|
| 339 |
+
.A0(_106_),
|
| 340 |
+
.A1(_003_),
|
| 341 |
+
.S(_096_),
|
| 342 |
+
.X(_004_)
|
| 343 |
+
);
|
| 344 |
+
sky130_fd_sc_hd__nand2_1 _154_ (
|
| 345 |
+
.A(_095_),
|
| 346 |
+
.B(_004_),
|
| 347 |
+
.Y(_005_)
|
| 348 |
+
);
|
| 349 |
+
sky130_fd_sc_hd__nor2_1 _155_ (
|
| 350 |
+
.A(shamt[4]),
|
| 351 |
+
.B(_005_),
|
| 352 |
+
.Y(dout[7])
|
| 353 |
+
);
|
| 354 |
+
sky130_fd_sc_hd__mux4_2 _156_ (
|
| 355 |
+
.A0(din[8]),
|
| 356 |
+
.A1(din[7]),
|
| 357 |
+
.A2(din[6]),
|
| 358 |
+
.A3(din[5]),
|
| 359 |
+
.S0(shamt[0]),
|
| 360 |
+
.S1(shamt[1]),
|
| 361 |
+
.X(_006_)
|
| 362 |
+
);
|
| 363 |
+
sky130_fd_sc_hd__mux2_1 _157_ (
|
| 364 |
+
.A0(_109_),
|
| 365 |
+
.A1(_006_),
|
| 366 |
+
.S(_096_),
|
| 367 |
+
.X(_007_)
|
| 368 |
+
);
|
| 369 |
+
sky130_fd_sc_hd__mux2i_1 _158_ (
|
| 370 |
+
.A0(_098_),
|
| 371 |
+
.A1(_007_),
|
| 372 |
+
.S(_095_),
|
| 373 |
+
.Y(_008_)
|
| 374 |
+
);
|
| 375 |
+
sky130_fd_sc_hd__nor2_1 _159_ (
|
| 376 |
+
.A(shamt[4]),
|
| 377 |
+
.B(_008_),
|
| 378 |
+
.Y(dout[8])
|
| 379 |
+
);
|
| 380 |
+
sky130_fd_sc_hd__mux4_2 _160_ (
|
| 381 |
+
.A0(din[9]),
|
| 382 |
+
.A1(din[8]),
|
| 383 |
+
.A2(din[7]),
|
| 384 |
+
.A3(din[6]),
|
| 385 |
+
.S0(shamt[0]),
|
| 386 |
+
.S1(shamt[1]),
|
| 387 |
+
.X(_009_)
|
| 388 |
+
);
|
| 389 |
+
sky130_fd_sc_hd__clkinv_1 _161_ (
|
| 390 |
+
.A(_009_),
|
| 391 |
+
.Y(_010_)
|
| 392 |
+
);
|
| 393 |
+
sky130_fd_sc_hd__mux2_1 _162_ (
|
| 394 |
+
.A0(_113_),
|
| 395 |
+
.A1(_009_),
|
| 396 |
+
.S(_096_),
|
| 397 |
+
.X(_011_)
|
| 398 |
+
);
|
| 399 |
+
sky130_fd_sc_hd__nor4_1 _163_ (
|
| 400 |
+
.A(_095_),
|
| 401 |
+
.B(shamt[2]),
|
| 402 |
+
.C(shamt[1]),
|
| 403 |
+
.D(_100_),
|
| 404 |
+
.Y(_012_)
|
| 405 |
+
);
|
| 406 |
+
sky130_fd_sc_hd__a21oi_1 _164_ (
|
| 407 |
+
.A1(_095_),
|
| 408 |
+
.A2(_011_),
|
| 409 |
+
.B1(_012_),
|
| 410 |
+
.Y(_013_)
|
| 411 |
+
);
|
| 412 |
+
sky130_fd_sc_hd__nor2_1 _165_ (
|
| 413 |
+
.A(shamt[4]),
|
| 414 |
+
.B(_013_),
|
| 415 |
+
.Y(dout[9])
|
| 416 |
+
);
|
| 417 |
+
sky130_fd_sc_hd__mux4_2 _166_ (
|
| 418 |
+
.A0(din[10]),
|
| 419 |
+
.A1(din[9]),
|
| 420 |
+
.A2(din[8]),
|
| 421 |
+
.A3(din[7]),
|
| 422 |
+
.S0(shamt[0]),
|
| 423 |
+
.S1(shamt[1]),
|
| 424 |
+
.X(_014_)
|
| 425 |
+
);
|
| 426 |
+
sky130_fd_sc_hd__mux2_1 _167_ (
|
| 427 |
+
.A0(_000_),
|
| 428 |
+
.A1(_014_),
|
| 429 |
+
.S(_096_),
|
| 430 |
+
.X(_015_)
|
| 431 |
+
);
|
| 432 |
+
sky130_fd_sc_hd__a21oi_1 _168_ (
|
| 433 |
+
.A1(_096_),
|
| 434 |
+
.A2(_104_),
|
| 435 |
+
.B1(_095_),
|
| 436 |
+
.Y(_016_)
|
| 437 |
+
);
|
| 438 |
+
sky130_fd_sc_hd__nor2_1 _169_ (
|
| 439 |
+
.A(shamt[3]),
|
| 440 |
+
.B(_015_),
|
| 441 |
+
.Y(_017_)
|
| 442 |
+
);
|
| 443 |
+
sky130_fd_sc_hd__nor3_1 _170_ (
|
| 444 |
+
.A(shamt[4]),
|
| 445 |
+
.B(_016_),
|
| 446 |
+
.C(_017_),
|
| 447 |
+
.Y(dout[10])
|
| 448 |
+
);
|
| 449 |
+
sky130_fd_sc_hd__mux4_2 _171_ (
|
| 450 |
+
.A0(din[11]),
|
| 451 |
+
.A1(din[10]),
|
| 452 |
+
.A2(din[9]),
|
| 453 |
+
.A3(din[8]),
|
| 454 |
+
.S0(shamt[0]),
|
| 455 |
+
.S1(shamt[1]),
|
| 456 |
+
.X(_018_)
|
| 457 |
+
);
|
| 458 |
+
sky130_fd_sc_hd__mux2_1 _172_ (
|
| 459 |
+
.A0(_003_),
|
| 460 |
+
.A1(_018_),
|
| 461 |
+
.S(_096_),
|
| 462 |
+
.X(_019_)
|
| 463 |
+
);
|
| 464 |
+
sky130_fd_sc_hd__mux2i_1 _173_ (
|
| 465 |
+
.A0(_107_),
|
| 466 |
+
.A1(_019_),
|
| 467 |
+
.S(_095_),
|
| 468 |
+
.Y(_020_)
|
| 469 |
+
);
|
| 470 |
+
sky130_fd_sc_hd__nor2_1 _174_ (
|
| 471 |
+
.A(shamt[4]),
|
| 472 |
+
.B(_020_),
|
| 473 |
+
.Y(dout[11])
|
| 474 |
+
);
|
| 475 |
+
sky130_fd_sc_hd__mux4_2 _175_ (
|
| 476 |
+
.A0(din[12]),
|
| 477 |
+
.A1(din[11]),
|
| 478 |
+
.A2(din[10]),
|
| 479 |
+
.A3(din[9]),
|
| 480 |
+
.S0(shamt[0]),
|
| 481 |
+
.S1(shamt[1]),
|
| 482 |
+
.X(_021_)
|
| 483 |
+
);
|
| 484 |
+
sky130_fd_sc_hd__mux2_1 _176_ (
|
| 485 |
+
.A0(_006_),
|
| 486 |
+
.A1(_021_),
|
| 487 |
+
.S(_096_),
|
| 488 |
+
.X(_022_)
|
| 489 |
+
);
|
| 490 |
+
sky130_fd_sc_hd__mux2i_1 _177_ (
|
| 491 |
+
.A0(_111_),
|
| 492 |
+
.A1(_022_),
|
| 493 |
+
.S(_095_),
|
| 494 |
+
.Y(_023_)
|
| 495 |
+
);
|
| 496 |
+
sky130_fd_sc_hd__nor2_1 _178_ (
|
| 497 |
+
.A(shamt[4]),
|
| 498 |
+
.B(_023_),
|
| 499 |
+
.Y(dout[12])
|
| 500 |
+
);
|
| 501 |
+
sky130_fd_sc_hd__mux4_2 _179_ (
|
| 502 |
+
.A0(din[13]),
|
| 503 |
+
.A1(din[12]),
|
| 504 |
+
.A2(din[11]),
|
| 505 |
+
.A3(din[10]),
|
| 506 |
+
.S0(shamt[0]),
|
| 507 |
+
.S1(shamt[1]),
|
| 508 |
+
.X(_024_)
|
| 509 |
+
);
|
| 510 |
+
sky130_fd_sc_hd__clkinv_1 _180_ (
|
| 511 |
+
.A(_024_),
|
| 512 |
+
.Y(_025_)
|
| 513 |
+
);
|
| 514 |
+
sky130_fd_sc_hd__mux4_2 _181_ (
|
| 515 |
+
.A0(_101_),
|
| 516 |
+
.A1(_114_),
|
| 517 |
+
.A2(_010_),
|
| 518 |
+
.A3(_025_),
|
| 519 |
+
.S0(_096_),
|
| 520 |
+
.S1(_095_),
|
| 521 |
+
.X(_026_)
|
| 522 |
+
);
|
| 523 |
+
sky130_fd_sc_hd__nor2_1 _182_ (
|
| 524 |
+
.A(shamt[4]),
|
| 525 |
+
.B(_026_),
|
| 526 |
+
.Y(dout[13])
|
| 527 |
+
);
|
| 528 |
+
sky130_fd_sc_hd__mux4_2 _183_ (
|
| 529 |
+
.A0(din[14]),
|
| 530 |
+
.A1(din[13]),
|
| 531 |
+
.A2(din[12]),
|
| 532 |
+
.A3(din[11]),
|
| 533 |
+
.S0(shamt[0]),
|
| 534 |
+
.S1(shamt[1]),
|
| 535 |
+
.X(_027_)
|
| 536 |
+
);
|
| 537 |
+
sky130_fd_sc_hd__mux2_1 _184_ (
|
| 538 |
+
.A0(_014_),
|
| 539 |
+
.A1(_027_),
|
| 540 |
+
.S(_096_),
|
| 541 |
+
.X(_028_)
|
| 542 |
+
);
|
| 543 |
+
sky130_fd_sc_hd__mux2i_1 _185_ (
|
| 544 |
+
.A0(_001_),
|
| 545 |
+
.A1(_028_),
|
| 546 |
+
.S(_095_),
|
| 547 |
+
.Y(_029_)
|
| 548 |
+
);
|
| 549 |
+
sky130_fd_sc_hd__nor2_1 _186_ (
|
| 550 |
+
.A(shamt[4]),
|
| 551 |
+
.B(_029_),
|
| 552 |
+
.Y(dout[14])
|
| 553 |
+
);
|
| 554 |
+
sky130_fd_sc_hd__mux4_2 _187_ (
|
| 555 |
+
.A0(din[15]),
|
| 556 |
+
.A1(din[14]),
|
| 557 |
+
.A2(din[13]),
|
| 558 |
+
.A3(din[12]),
|
| 559 |
+
.S0(shamt[0]),
|
| 560 |
+
.S1(shamt[1]),
|
| 561 |
+
.X(_030_)
|
| 562 |
+
);
|
| 563 |
+
sky130_fd_sc_hd__mux2_1 _188_ (
|
| 564 |
+
.A0(_018_),
|
| 565 |
+
.A1(_030_),
|
| 566 |
+
.S(_096_),
|
| 567 |
+
.X(_031_)
|
| 568 |
+
);
|
| 569 |
+
sky130_fd_sc_hd__mux2i_1 _189_ (
|
| 570 |
+
.A0(_004_),
|
| 571 |
+
.A1(_031_),
|
| 572 |
+
.S(_095_),
|
| 573 |
+
.Y(_032_)
|
| 574 |
+
);
|
| 575 |
+
sky130_fd_sc_hd__nor2_1 _190_ (
|
| 576 |
+
.A(shamt[4]),
|
| 577 |
+
.B(_032_),
|
| 578 |
+
.Y(dout[15])
|
| 579 |
+
);
|
| 580 |
+
sky130_fd_sc_hd__mux4_2 _191_ (
|
| 581 |
+
.A0(din[16]),
|
| 582 |
+
.A1(din[15]),
|
| 583 |
+
.A2(din[14]),
|
| 584 |
+
.A3(din[13]),
|
| 585 |
+
.S0(shamt[0]),
|
| 586 |
+
.S1(shamt[1]),
|
| 587 |
+
.X(_033_)
|
| 588 |
+
);
|
| 589 |
+
sky130_fd_sc_hd__nor2_1 _192_ (
|
| 590 |
+
.A(_096_),
|
| 591 |
+
.B(_021_),
|
| 592 |
+
.Y(_034_)
|
| 593 |
+
);
|
| 594 |
+
sky130_fd_sc_hd__nor2_1 _193_ (
|
| 595 |
+
.A(shamt[2]),
|
| 596 |
+
.B(_033_),
|
| 597 |
+
.Y(_035_)
|
| 598 |
+
);
|
| 599 |
+
sky130_fd_sc_hd__or3_1 _194_ (
|
| 600 |
+
.A(shamt[3]),
|
| 601 |
+
.B(_034_),
|
| 602 |
+
.C(_035_),
|
| 603 |
+
.X(_036_)
|
| 604 |
+
);
|
| 605 |
+
sky130_fd_sc_hd__a21oi_1 _195_ (
|
| 606 |
+
.A1(shamt[3]),
|
| 607 |
+
.A2(_007_),
|
| 608 |
+
.B1(shamt[4]),
|
| 609 |
+
.Y(_037_)
|
| 610 |
+
);
|
| 611 |
+
sky130_fd_sc_hd__a22oi_1 _196_ (
|
| 612 |
+
.A1(shamt[4]),
|
| 613 |
+
.A2(_099_),
|
| 614 |
+
.B1(_036_),
|
| 615 |
+
.B2(_037_),
|
| 616 |
+
.Y(dout[16])
|
| 617 |
+
);
|
| 618 |
+
sky130_fd_sc_hd__mux4_2 _197_ (
|
| 619 |
+
.A0(din[17]),
|
| 620 |
+
.A1(din[16]),
|
| 621 |
+
.A2(din[15]),
|
| 622 |
+
.A3(din[14]),
|
| 623 |
+
.S0(shamt[0]),
|
| 624 |
+
.S1(shamt[1]),
|
| 625 |
+
.X(_038_)
|
| 626 |
+
);
|
| 627 |
+
sky130_fd_sc_hd__nor2_1 _198_ (
|
| 628 |
+
.A(shamt[2]),
|
| 629 |
+
.B(_038_),
|
| 630 |
+
.Y(_039_)
|
| 631 |
+
);
|
| 632 |
+
sky130_fd_sc_hd__a211o_1 _199_ (
|
| 633 |
+
.A1(shamt[2]),
|
| 634 |
+
.A2(_025_),
|
| 635 |
+
.B1(_039_),
|
| 636 |
+
.C1(shamt[3]),
|
| 637 |
+
.X(_040_)
|
| 638 |
+
);
|
| 639 |
+
sky130_fd_sc_hd__a21oi_1 _200_ (
|
| 640 |
+
.A1(shamt[3]),
|
| 641 |
+
.A2(_011_),
|
| 642 |
+
.B1(shamt[4]),
|
| 643 |
+
.Y(_041_)
|
| 644 |
+
);
|
| 645 |
+
sky130_fd_sc_hd__a22oi_1 _201_ (
|
| 646 |
+
.A1(shamt[4]),
|
| 647 |
+
.A2(_102_),
|
| 648 |
+
.B1(_040_),
|
| 649 |
+
.B2(_041_),
|
| 650 |
+
.Y(dout[17])
|
| 651 |
+
);
|
| 652 |
+
sky130_fd_sc_hd__mux4_2 _202_ (
|
| 653 |
+
.A0(din[18]),
|
| 654 |
+
.A1(din[17]),
|
| 655 |
+
.A2(din[16]),
|
| 656 |
+
.A3(din[15]),
|
| 657 |
+
.S0(shamt[0]),
|
| 658 |
+
.S1(shamt[1]),
|
| 659 |
+
.X(_042_)
|
| 660 |
+
);
|
| 661 |
+
sky130_fd_sc_hd__lpflow_inputiso1p_1 _203_ (
|
| 662 |
+
.A(shamt[2]),
|
| 663 |
+
.SLEEP(_042_),
|
| 664 |
+
.X(_043_)
|
| 665 |
+
);
|
| 666 |
+
sky130_fd_sc_hd__o211ai_1 _204_ (
|
| 667 |
+
.A1(_096_),
|
| 668 |
+
.A2(_027_),
|
| 669 |
+
.B1(_043_),
|
| 670 |
+
.C1(_095_),
|
| 671 |
+
.Y(_044_)
|
| 672 |
+
);
|
| 673 |
+
sky130_fd_sc_hd__a21oi_1 _205_ (
|
| 674 |
+
.A1(shamt[3]),
|
| 675 |
+
.A2(_015_),
|
| 676 |
+
.B1(shamt[4]),
|
| 677 |
+
.Y(_045_)
|
| 678 |
+
);
|
| 679 |
+
sky130_fd_sc_hd__a22oi_1 _206_ (
|
| 680 |
+
.A1(shamt[4]),
|
| 681 |
+
.A2(_105_),
|
| 682 |
+
.B1(_044_),
|
| 683 |
+
.B2(_045_),
|
| 684 |
+
.Y(dout[18])
|
| 685 |
+
);
|
| 686 |
+
sky130_fd_sc_hd__mux4_2 _207_ (
|
| 687 |
+
.A0(din[19]),
|
| 688 |
+
.A1(din[18]),
|
| 689 |
+
.A2(din[17]),
|
| 690 |
+
.A3(din[16]),
|
| 691 |
+
.S0(shamt[0]),
|
| 692 |
+
.S1(shamt[1]),
|
| 693 |
+
.X(_046_)
|
| 694 |
+
);
|
| 695 |
+
sky130_fd_sc_hd__nor2_1 _208_ (
|
| 696 |
+
.A(_096_),
|
| 697 |
+
.B(_030_),
|
| 698 |
+
.Y(_047_)
|
| 699 |
+
);
|
| 700 |
+
sky130_fd_sc_hd__nor2_1 _209_ (
|
| 701 |
+
.A(shamt[2]),
|
| 702 |
+
.B(_046_),
|
| 703 |
+
.Y(_048_)
|
| 704 |
+
);
|
| 705 |
+
sky130_fd_sc_hd__or3_1 _210_ (
|
| 706 |
+
.A(shamt[3]),
|
| 707 |
+
.B(_047_),
|
| 708 |
+
.C(_048_),
|
| 709 |
+
.X(_049_)
|
| 710 |
+
);
|
| 711 |
+
sky130_fd_sc_hd__a21oi_1 _211_ (
|
| 712 |
+
.A1(shamt[3]),
|
| 713 |
+
.A2(_019_),
|
| 714 |
+
.B1(shamt[4]),
|
| 715 |
+
.Y(_050_)
|
| 716 |
+
);
|
| 717 |
+
sky130_fd_sc_hd__a21oi_1 _212_ (
|
| 718 |
+
.A1(_095_),
|
| 719 |
+
.A2(_107_),
|
| 720 |
+
.B1(_094_),
|
| 721 |
+
.Y(_051_)
|
| 722 |
+
);
|
| 723 |
+
sky130_fd_sc_hd__a21oi_1 _213_ (
|
| 724 |
+
.A1(_049_),
|
| 725 |
+
.A2(_050_),
|
| 726 |
+
.B1(_051_),
|
| 727 |
+
.Y(dout[19])
|
| 728 |
+
);
|
| 729 |
+
sky130_fd_sc_hd__mux4_2 _214_ (
|
| 730 |
+
.A0(din[20]),
|
| 731 |
+
.A1(din[19]),
|
| 732 |
+
.A2(din[18]),
|
| 733 |
+
.A3(din[17]),
|
| 734 |
+
.S0(shamt[0]),
|
| 735 |
+
.S1(shamt[1]),
|
| 736 |
+
.X(_052_)
|
| 737 |
+
);
|
| 738 |
+
sky130_fd_sc_hd__nor2_1 _215_ (
|
| 739 |
+
.A(_096_),
|
| 740 |
+
.B(_033_),
|
| 741 |
+
.Y(_053_)
|
| 742 |
+
);
|
| 743 |
+
sky130_fd_sc_hd__nor2_1 _216_ (
|
| 744 |
+
.A(shamt[2]),
|
| 745 |
+
.B(_052_),
|
| 746 |
+
.Y(_054_)
|
| 747 |
+
);
|
| 748 |
+
sky130_fd_sc_hd__or3_1 _217_ (
|
| 749 |
+
.A(shamt[3]),
|
| 750 |
+
.B(_053_),
|
| 751 |
+
.C(_054_),
|
| 752 |
+
.X(_055_)
|
| 753 |
+
);
|
| 754 |
+
sky130_fd_sc_hd__a21oi_1 _218_ (
|
| 755 |
+
.A1(shamt[3]),
|
| 756 |
+
.A2(_022_),
|
| 757 |
+
.B1(shamt[4]),
|
| 758 |
+
.Y(_056_)
|
| 759 |
+
);
|
| 760 |
+
sky130_fd_sc_hd__a22oi_1 _219_ (
|
| 761 |
+
.A1(shamt[4]),
|
| 762 |
+
.A2(_112_),
|
| 763 |
+
.B1(_055_),
|
| 764 |
+
.B2(_056_),
|
| 765 |
+
.Y(dout[20])
|
| 766 |
+
);
|
| 767 |
+
sky130_fd_sc_hd__mux4_2 _220_ (
|
| 768 |
+
.A0(din[21]),
|
| 769 |
+
.A1(din[20]),
|
| 770 |
+
.A2(din[19]),
|
| 771 |
+
.A3(din[18]),
|
| 772 |
+
.S0(shamt[0]),
|
| 773 |
+
.S1(shamt[1]),
|
| 774 |
+
.X(_057_)
|
| 775 |
+
);
|
| 776 |
+
sky130_fd_sc_hd__mux4_2 _221_ (
|
| 777 |
+
.A0(_009_),
|
| 778 |
+
.A1(_024_),
|
| 779 |
+
.A2(_038_),
|
| 780 |
+
.A3(_057_),
|
| 781 |
+
.S0(_096_),
|
| 782 |
+
.S1(_095_),
|
| 783 |
+
.X(_058_)
|
| 784 |
+
);
|
| 785 |
+
sky130_fd_sc_hd__nand2_1 _222_ (
|
| 786 |
+
.A(_094_),
|
| 787 |
+
.B(_058_),
|
| 788 |
+
.Y(_059_)
|
| 789 |
+
);
|
| 790 |
+
sky130_fd_sc_hd__o31ai_1 _223_ (
|
| 791 |
+
.A1(_094_),
|
| 792 |
+
.A2(shamt[3]),
|
| 793 |
+
.A3(_116_),
|
| 794 |
+
.B1(_059_),
|
| 795 |
+
.Y(dout[21])
|
| 796 |
+
);
|
| 797 |
+
sky130_fd_sc_hd__mux4_2 _224_ (
|
| 798 |
+
.A0(din[22]),
|
| 799 |
+
.A1(din[21]),
|
| 800 |
+
.A2(din[20]),
|
| 801 |
+
.A3(din[19]),
|
| 802 |
+
.S0(shamt[0]),
|
| 803 |
+
.S1(shamt[1]),
|
| 804 |
+
.X(_060_)
|
| 805 |
+
);
|
| 806 |
+
sky130_fd_sc_hd__nor2_1 _225_ (
|
| 807 |
+
.A(_096_),
|
| 808 |
+
.B(_042_),
|
| 809 |
+
.Y(_061_)
|
| 810 |
+
);
|
| 811 |
+
sky130_fd_sc_hd__nor2_1 _226_ (
|
| 812 |
+
.A(shamt[2]),
|
| 813 |
+
.B(_060_),
|
| 814 |
+
.Y(_062_)
|
| 815 |
+
);
|
| 816 |
+
sky130_fd_sc_hd__or3_1 _227_ (
|
| 817 |
+
.A(shamt[3]),
|
| 818 |
+
.B(_061_),
|
| 819 |
+
.C(_062_),
|
| 820 |
+
.X(_063_)
|
| 821 |
+
);
|
| 822 |
+
sky130_fd_sc_hd__a21oi_1 _228_ (
|
| 823 |
+
.A1(shamt[3]),
|
| 824 |
+
.A2(_028_),
|
| 825 |
+
.B1(shamt[4]),
|
| 826 |
+
.Y(_064_)
|
| 827 |
+
);
|
| 828 |
+
sky130_fd_sc_hd__a22oi_1 _229_ (
|
| 829 |
+
.A1(shamt[4]),
|
| 830 |
+
.A2(_002_),
|
| 831 |
+
.B1(_063_),
|
| 832 |
+
.B2(_064_),
|
| 833 |
+
.Y(dout[22])
|
| 834 |
+
);
|
| 835 |
+
sky130_fd_sc_hd__mux4_2 _230_ (
|
| 836 |
+
.A0(din[23]),
|
| 837 |
+
.A1(din[22]),
|
| 838 |
+
.A2(din[21]),
|
| 839 |
+
.A3(din[20]),
|
| 840 |
+
.S0(shamt[0]),
|
| 841 |
+
.S1(shamt[1]),
|
| 842 |
+
.X(_065_)
|
| 843 |
+
);
|
| 844 |
+
sky130_fd_sc_hd__nor2_1 _231_ (
|
| 845 |
+
.A(_096_),
|
| 846 |
+
.B(_046_),
|
| 847 |
+
.Y(_066_)
|
| 848 |
+
);
|
| 849 |
+
sky130_fd_sc_hd__nor2_1 _232_ (
|
| 850 |
+
.A(shamt[2]),
|
| 851 |
+
.B(_065_),
|
| 852 |
+
.Y(_067_)
|
| 853 |
+
);
|
| 854 |
+
sky130_fd_sc_hd__or3_1 _233_ (
|
| 855 |
+
.A(shamt[3]),
|
| 856 |
+
.B(_066_),
|
| 857 |
+
.C(_067_),
|
| 858 |
+
.X(_068_)
|
| 859 |
+
);
|
| 860 |
+
sky130_fd_sc_hd__a21oi_1 _234_ (
|
| 861 |
+
.A1(shamt[3]),
|
| 862 |
+
.A2(_031_),
|
| 863 |
+
.B1(shamt[4]),
|
| 864 |
+
.Y(_069_)
|
| 865 |
+
);
|
| 866 |
+
sky130_fd_sc_hd__a22oi_1 _235_ (
|
| 867 |
+
.A1(shamt[4]),
|
| 868 |
+
.A2(_005_),
|
| 869 |
+
.B1(_068_),
|
| 870 |
+
.B2(_069_),
|
| 871 |
+
.Y(dout[23])
|
| 872 |
+
);
|
| 873 |
+
sky130_fd_sc_hd__mux4_2 _236_ (
|
| 874 |
+
.A0(din[24]),
|
| 875 |
+
.A1(din[23]),
|
| 876 |
+
.A2(din[22]),
|
| 877 |
+
.A3(din[21]),
|
| 878 |
+
.S0(shamt[0]),
|
| 879 |
+
.S1(shamt[1]),
|
| 880 |
+
.X(_070_)
|
| 881 |
+
);
|
| 882 |
+
sky130_fd_sc_hd__mux4_2 _237_ (
|
| 883 |
+
.A0(_021_),
|
| 884 |
+
.A1(_033_),
|
| 885 |
+
.A2(_052_),
|
| 886 |
+
.A3(_070_),
|
| 887 |
+
.S0(_096_),
|
| 888 |
+
.S1(_095_),
|
| 889 |
+
.X(_071_)
|
| 890 |
+
);
|
| 891 |
+
sky130_fd_sc_hd__nand2_1 _238_ (
|
| 892 |
+
.A(_094_),
|
| 893 |
+
.B(_071_),
|
| 894 |
+
.Y(_072_)
|
| 895 |
+
);
|
| 896 |
+
sky130_fd_sc_hd__o21ai_0 _239_ (
|
| 897 |
+
.A1(_094_),
|
| 898 |
+
.A2(_008_),
|
| 899 |
+
.B1(_072_),
|
| 900 |
+
.Y(dout[24])
|
| 901 |
+
);
|
| 902 |
+
sky130_fd_sc_hd__mux4_2 _240_ (
|
| 903 |
+
.A0(din[25]),
|
| 904 |
+
.A1(din[24]),
|
| 905 |
+
.A2(din[23]),
|
| 906 |
+
.A3(din[22]),
|
| 907 |
+
.S0(shamt[0]),
|
| 908 |
+
.S1(shamt[1]),
|
| 909 |
+
.X(_073_)
|
| 910 |
+
);
|
| 911 |
+
sky130_fd_sc_hd__mux4_2 _241_ (
|
| 912 |
+
.A0(_024_),
|
| 913 |
+
.A1(_038_),
|
| 914 |
+
.A2(_057_),
|
| 915 |
+
.A3(_073_),
|
| 916 |
+
.S0(_096_),
|
| 917 |
+
.S1(_095_),
|
| 918 |
+
.X(_074_)
|
| 919 |
+
);
|
| 920 |
+
sky130_fd_sc_hd__nand2_1 _242_ (
|
| 921 |
+
.A(_094_),
|
| 922 |
+
.B(_074_),
|
| 923 |
+
.Y(_075_)
|
| 924 |
+
);
|
| 925 |
+
sky130_fd_sc_hd__o21ai_0 _243_ (
|
| 926 |
+
.A1(_094_),
|
| 927 |
+
.A2(_013_),
|
| 928 |
+
.B1(_075_),
|
| 929 |
+
.Y(dout[25])
|
| 930 |
+
);
|
| 931 |
+
sky130_fd_sc_hd__mux4_2 _244_ (
|
| 932 |
+
.A0(din[26]),
|
| 933 |
+
.A1(din[25]),
|
| 934 |
+
.A2(din[24]),
|
| 935 |
+
.A3(din[23]),
|
| 936 |
+
.S0(shamt[0]),
|
| 937 |
+
.S1(shamt[1]),
|
| 938 |
+
.X(_076_)
|
| 939 |
+
);
|
| 940 |
+
sky130_fd_sc_hd__mux4_2 _245_ (
|
| 941 |
+
.A0(_027_),
|
| 942 |
+
.A1(_042_),
|
| 943 |
+
.A2(_060_),
|
| 944 |
+
.A3(_076_),
|
| 945 |
+
.S0(_096_),
|
| 946 |
+
.S1(_095_),
|
| 947 |
+
.X(_077_)
|
| 948 |
+
);
|
| 949 |
+
sky130_fd_sc_hd__nand2_1 _246_ (
|
| 950 |
+
.A(_094_),
|
| 951 |
+
.B(_077_),
|
| 952 |
+
.Y(_078_)
|
| 953 |
+
);
|
| 954 |
+
sky130_fd_sc_hd__o31ai_1 _247_ (
|
| 955 |
+
.A1(_094_),
|
| 956 |
+
.A2(_016_),
|
| 957 |
+
.A3(_017_),
|
| 958 |
+
.B1(_078_),
|
| 959 |
+
.Y(dout[26])
|
| 960 |
+
);
|
| 961 |
+
sky130_fd_sc_hd__mux4_2 _248_ (
|
| 962 |
+
.A0(din[27]),
|
| 963 |
+
.A1(din[26]),
|
| 964 |
+
.A2(din[25]),
|
| 965 |
+
.A3(din[24]),
|
| 966 |
+
.S0(shamt[0]),
|
| 967 |
+
.S1(shamt[1]),
|
| 968 |
+
.X(_079_)
|
| 969 |
+
);
|
| 970 |
+
sky130_fd_sc_hd__mux4_2 _249_ (
|
| 971 |
+
.A0(_030_),
|
| 972 |
+
.A1(_046_),
|
| 973 |
+
.A2(_065_),
|
| 974 |
+
.A3(_079_),
|
| 975 |
+
.S0(_096_),
|
| 976 |
+
.S1(_095_),
|
| 977 |
+
.X(_080_)
|
| 978 |
+
);
|
| 979 |
+
sky130_fd_sc_hd__nand2_1 _250_ (
|
| 980 |
+
.A(_094_),
|
| 981 |
+
.B(_080_),
|
| 982 |
+
.Y(_081_)
|
| 983 |
+
);
|
| 984 |
+
sky130_fd_sc_hd__o21ai_0 _251_ (
|
| 985 |
+
.A1(_094_),
|
| 986 |
+
.A2(_020_),
|
| 987 |
+
.B1(_081_),
|
| 988 |
+
.Y(dout[27])
|
| 989 |
+
);
|
| 990 |
+
sky130_fd_sc_hd__mux4_2 _252_ (
|
| 991 |
+
.A0(din[28]),
|
| 992 |
+
.A1(din[27]),
|
| 993 |
+
.A2(din[26]),
|
| 994 |
+
.A3(din[25]),
|
| 995 |
+
.S0(shamt[0]),
|
| 996 |
+
.S1(shamt[1]),
|
| 997 |
+
.X(_082_)
|
| 998 |
+
);
|
| 999 |
+
sky130_fd_sc_hd__mux4_2 _253_ (
|
| 1000 |
+
.A0(_033_),
|
| 1001 |
+
.A1(_052_),
|
| 1002 |
+
.A2(_070_),
|
| 1003 |
+
.A3(_082_),
|
| 1004 |
+
.S0(_096_),
|
| 1005 |
+
.S1(_095_),
|
| 1006 |
+
.X(_083_)
|
| 1007 |
+
);
|
| 1008 |
+
sky130_fd_sc_hd__nand2_1 _254_ (
|
| 1009 |
+
.A(_094_),
|
| 1010 |
+
.B(_083_),
|
| 1011 |
+
.Y(_084_)
|
| 1012 |
+
);
|
| 1013 |
+
sky130_fd_sc_hd__o21ai_0 _255_ (
|
| 1014 |
+
.A1(_094_),
|
| 1015 |
+
.A2(_023_),
|
| 1016 |
+
.B1(_084_),
|
| 1017 |
+
.Y(dout[28])
|
| 1018 |
+
);
|
| 1019 |
+
sky130_fd_sc_hd__mux4_2 _256_ (
|
| 1020 |
+
.A0(din[29]),
|
| 1021 |
+
.A1(din[28]),
|
| 1022 |
+
.A2(din[27]),
|
| 1023 |
+
.A3(din[26]),
|
| 1024 |
+
.S0(shamt[0]),
|
| 1025 |
+
.S1(shamt[1]),
|
| 1026 |
+
.X(_085_)
|
| 1027 |
+
);
|
| 1028 |
+
sky130_fd_sc_hd__mux4_2 _257_ (
|
| 1029 |
+
.A0(_038_),
|
| 1030 |
+
.A1(_057_),
|
| 1031 |
+
.A2(_073_),
|
| 1032 |
+
.A3(_085_),
|
| 1033 |
+
.S0(_096_),
|
| 1034 |
+
.S1(_095_),
|
| 1035 |
+
.X(_086_)
|
| 1036 |
+
);
|
| 1037 |
+
sky130_fd_sc_hd__nand2_1 _258_ (
|
| 1038 |
+
.A(_094_),
|
| 1039 |
+
.B(_086_),
|
| 1040 |
+
.Y(_087_)
|
| 1041 |
+
);
|
| 1042 |
+
sky130_fd_sc_hd__o21ai_0 _259_ (
|
| 1043 |
+
.A1(_094_),
|
| 1044 |
+
.A2(_026_),
|
| 1045 |
+
.B1(_087_),
|
| 1046 |
+
.Y(dout[29])
|
| 1047 |
+
);
|
| 1048 |
+
sky130_fd_sc_hd__mux4_2 _260_ (
|
| 1049 |
+
.A0(din[30]),
|
| 1050 |
+
.A1(din[29]),
|
| 1051 |
+
.A2(din[28]),
|
| 1052 |
+
.A3(din[27]),
|
| 1053 |
+
.S0(shamt[0]),
|
| 1054 |
+
.S1(shamt[1]),
|
| 1055 |
+
.X(_088_)
|
| 1056 |
+
);
|
| 1057 |
+
sky130_fd_sc_hd__mux4_2 _261_ (
|
| 1058 |
+
.A0(_042_),
|
| 1059 |
+
.A1(_060_),
|
| 1060 |
+
.A2(_076_),
|
| 1061 |
+
.A3(_088_),
|
| 1062 |
+
.S0(_096_),
|
| 1063 |
+
.S1(_095_),
|
| 1064 |
+
.X(_089_)
|
| 1065 |
+
);
|
| 1066 |
+
sky130_fd_sc_hd__nor2_1 _262_ (
|
| 1067 |
+
.A(shamt[4]),
|
| 1068 |
+
.B(_089_),
|
| 1069 |
+
.Y(_090_)
|
| 1070 |
+
);
|
| 1071 |
+
sky130_fd_sc_hd__a21oi_1 _263_ (
|
| 1072 |
+
.A1(shamt[4]),
|
| 1073 |
+
.A2(_029_),
|
| 1074 |
+
.B1(_090_),
|
| 1075 |
+
.Y(dout[30])
|
| 1076 |
+
);
|
| 1077 |
+
sky130_fd_sc_hd__mux4_2 _264_ (
|
| 1078 |
+
.A0(din[31]),
|
| 1079 |
+
.A1(din[30]),
|
| 1080 |
+
.A2(din[29]),
|
| 1081 |
+
.A3(din[28]),
|
| 1082 |
+
.S0(shamt[0]),
|
| 1083 |
+
.S1(shamt[1]),
|
| 1084 |
+
.X(_091_)
|
| 1085 |
+
);
|
| 1086 |
+
sky130_fd_sc_hd__mux4_2 _265_ (
|
| 1087 |
+
.A0(_046_),
|
| 1088 |
+
.A1(_065_),
|
| 1089 |
+
.A2(_079_),
|
| 1090 |
+
.A3(_091_),
|
| 1091 |
+
.S0(_096_),
|
| 1092 |
+
.S1(_095_),
|
| 1093 |
+
.X(_092_)
|
| 1094 |
+
);
|
| 1095 |
+
sky130_fd_sc_hd__nor2_1 _266_ (
|
| 1096 |
+
.A(shamt[4]),
|
| 1097 |
+
.B(_092_),
|
| 1098 |
+
.Y(_093_)
|
| 1099 |
+
);
|
| 1100 |
+
sky130_fd_sc_hd__a21oi_1 _267_ (
|
| 1101 |
+
.A1(shamt[4]),
|
| 1102 |
+
.A2(_032_),
|
| 1103 |
+
.B1(_093_),
|
| 1104 |
+
.Y(dout[31])
|
| 1105 |
+
);
|
| 1106 |
+
endmodule
|
barrel_w32_left_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_1717051.def
|
| 4 |
+
write_cdl -masters /nix/store/sjh17jnslbv9d60450qybp1ajym2fb83-source/flow/platforms/sky130hd/cdl/sky130hd.cdl /tmp/datagen_output/barrel_w32_left_sky130_1000mhz/flow/design_only.cdl
|
barrel_w32_left_sky130_500mhz/flow/barrel_w32_left.gds.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:167cfe8f526764d6acf02ceeb05eb9bf205ee73971f0838ff3868dc304f05f42
|
| 3 |
+
size 66978
|
barrel_w32_left_sky130_500mhz/flow/barrel_w32_left.spef.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a481f108ffb2e5b0fe49bd061c59cba31128a34e9879ff3533bcce1d3ac54eb
|
| 3 |
+
size 72378
|
barrel_w32_left_sky130_500mhz/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/barrel_w32_left_sky130_500mhz/flow/barrel_w32_left.gds")
|
| 6 |
+
|
| 7 |
+
top_cell = None
|
| 8 |
+
for tc in layout.top_cells():
|
| 9 |
+
if tc.name == "barrel_w32_left" 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/barrel_w32_left_sky130_500mhz/flow/lvs_cleaned.gds")
|
| 52 |
+
print("Cleaned GDS written to /tmp/datagen_output/barrel_w32_left_sky130_500mhz/flow/lvs_cleaned.gds")
|
barrel_w32_left_sky130_500mhz/flow/design_only.cdl.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1af34981944db691f240034291f2e750d9cc56b68aaa3a16943b4be82ac3fd1d
|
| 3 |
+
size 2774
|
barrel_w32_left_sky130_500mhz/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 >= (min || 0) && (!max || p.holes <= 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 & 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 & tap & (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 & 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>
|
barrel_w32_left_sky130_500mhz/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/barrel_w32_left_sky130_500mhz/flow/drc_deck_patched.lydrc'</generator>
|
| 6 |
+
<top-cell>barrel_w32_left</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>barrel_w32_left</name>
|
| 884 |
+
<variant/>
|
| 885 |
+
<layout-name/>
|
| 886 |
+
<references>
|
| 887 |
+
</references>
|
| 888 |
+
</cell>
|
| 889 |
+
</cells>
|
| 890 |
+
<items>
|
| 891 |
+
</items>
|
| 892 |
+
</report-database>
|
barrel_w32_left_sky130_500mhz/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/barrel_w32_left/barrel_w32_left.v
|
| 8 |
+
Top: barrel_w32_left
|
| 9 |
+
PDK: Sky130
|
| 10 |
+
Frequency: 500 MHz
|
| 11 |
+
Clock: clk
|
| 12 |
+
Output: /tmp/datagen_output/barrel_w32_left_sky130_500mhz/flow
|
| 13 |
+
|
| 14 |
+
Starting flow...
|
| 15 |
+
|
| 16 |
+
=== Step 1/3: Synthesis ===
|
| 17 |
+
Synthesis complete: 150 cells, 0.00 um^2
|
| 18 |
+
Wires: 121, Modules: 1
|
| 19 |
+
Netlist: /tmp/zyphar_netlist_1716657.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_1716657.v
|
| 30 |
+
PDK: Sky130, Freq: 500 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: 457 instances, 0.63 utilization
|
| 34 |
+
DEF: /tmp/zyphar_pnr_1716657.def
|
| 35 |
+
WNS: N/A (combinational)
|
| 36 |
+
Duration: 115.3s
|
| 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/barrel_w32_left_sky130_500mhz/flow/barrel_w32_left.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: 150
|
| 64 |
+
Netlist: /tmp/datagen_output/barrel_w32_left_sky130_500mhz/flow/netlist.v
|
| 65 |
+
|
| 66 |
+
Place & Route:
|
| 67 |
+
DEF: /tmp/datagen_output/barrel_w32_left_sky130_500mhz/flow/output.def
|
| 68 |
+
WNS: N/A (combinational)
|
| 69 |
+
Util: 63.0%
|
| 70 |
+
Instances: 457
|
| 71 |
+
Area: 1976.00 um^2
|
| 72 |
+
|
| 73 |
+
GDSII: /tmp/datagen_output/barrel_w32_left_sky130_500mhz/flow/barrel_w32_left.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/barrel_w32_left_sky130_500mhz/flow/barrel_w32_left.spef
|
| 81 |
+
|
| 82 |
+
Duration: 126.15s
|
| 83 |
+
|
| 84 |
+
Signoff:
|
| 85 |
+
Timing: N/A (combinational)
|
| 86 |
+
DRC: CLEAN
|
| 87 |
+
DRC report: /tmp/datagen_output/barrel_w32_left_sky130_500mhz/flow/drc_report.rpt
|
| 88 |
+
LVS: CLEAN
|
| 89 |
+
LVS report: /tmp/datagen_output/barrel_w32_left_sky130_500mhz/flow/lvs_report.lyrdb
|
| 90 |
+
|
| 91 |
+
SIGNOFF: PASS
|
| 92 |
+
|
| 93 |
+
Flow completed successfully!
|
| 94 |
+
|
barrel_w32_left_sky130_500mhz/flow/klayout_lvs.log
ADDED
|
@@ -0,0 +1,768 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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): 194 (flat) 29 (hierarchical)
|
| 13 |
+
Elapsed: 0.000s Memory: 588.00M
|
| 14 |
+
"input" in: lvs_deck_patched.lylvs:53
|
| 15 |
+
Polygons (raw): 150 (flat) 28 (hierarchical)
|
| 16 |
+
Elapsed: 0.000s Memory: 588.00M
|
| 17 |
+
"polygons" in: lvs_deck_patched.lylvs:54
|
| 18 |
+
Polygons (raw): 150 (flat) 28 (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): 150 (flat) 28 (hierarchical)
|
| 25 |
+
Elapsed: 0.000s Memory: 588.00M
|
| 26 |
+
"polygons" in: lvs_deck_patched.lylvs:57
|
| 27 |
+
Polygons (raw): 766 (flat) 87 (hierarchical)
|
| 28 |
+
Elapsed: 0.000s Memory: 588.00M
|
| 29 |
+
"polygons" in: lvs_deck_patched.lylvs:58
|
| 30 |
+
Polygons (raw): 88 (flat) 2 (hierarchical)
|
| 31 |
+
Elapsed: 0.000s Memory: 588.00M
|
| 32 |
+
"polygons" in: lvs_deck_patched.lylvs:59
|
| 33 |
+
Polygons (raw): 244 (flat) 31 (hierarchical)
|
| 34 |
+
Elapsed: 0.000s Memory: 588.00M
|
| 35 |
+
"polygons" in: lvs_deck_patched.lylvs:60
|
| 36 |
+
Polygons (raw): 238 (flat) 30 (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: 589.00M
|
| 44 |
+
"polygons" in: lvs_deck_patched.lylvs:63
|
| 45 |
+
Polygons (raw): 194 (flat) 29 (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): 194 (flat) 29 (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): 1606 (flat) 194 (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: 590.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): 3903 (flat) 613 (hierarchical)
|
| 88 |
+
Elapsed: 0.000s Memory: 590.00M
|
| 89 |
+
"polygons" in: lvs_deck_patched.lylvs:78
|
| 90 |
+
Polygons (raw): 223 (flat) 37 (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.000s 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): 3165 (flat) 360 (hierarchical)
|
| 106 |
+
Elapsed: 0.000s Memory: 590.00M
|
| 107 |
+
"input" in: lvs_deck_patched.lylvs:84
|
| 108 |
+
Polygons (raw): 1153 (flat) 199 (hierarchical)
|
| 109 |
+
Elapsed: 0.000s Memory: 590.00M
|
| 110 |
+
"polygons" in: lvs_deck_patched.lylvs:85
|
| 111 |
+
Polygons (raw): 1252 (flat) 215 (hierarchical)
|
| 112 |
+
Elapsed: 0.000s Memory: 591.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): 3903 (flat) 416 (hierarchical)
|
| 118 |
+
Elapsed: 0.010s Memory: 591.00M
|
| 119 |
+
"polygons" in: lvs_deck_patched.lylvs:88
|
| 120 |
+
Polygons (raw): 3069 (flat) 1012 (hierarchical)
|
| 121 |
+
Elapsed: 0.000s Memory: 591.00M
|
| 122 |
+
"input" in: lvs_deck_patched.lylvs:89
|
| 123 |
+
Polygons (raw): 388 (flat) 58 (hierarchical)
|
| 124 |
+
Elapsed: 0.000s Memory: 591.00M
|
| 125 |
+
"polygons" in: lvs_deck_patched.lylvs:90
|
| 126 |
+
Polygons (raw): 388 (flat) 58 (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): 1010 (flat) 7 (hierarchical)
|
| 133 |
+
Elapsed: 0.000s Memory: 591.00M
|
| 134 |
+
"polygons" in: lvs_deck_patched.lylvs:93
|
| 135 |
+
Polygons (raw): 1909 (flat) 800 (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): 398 (flat) 5 (hierarchical)
|
| 148 |
+
Elapsed: 0.000s Memory: 592.00M
|
| 149 |
+
"polygons" in: lvs_deck_patched.lylvs:98
|
| 150 |
+
Polygons (raw): 620 (flat) 286 (hierarchical)
|
| 151 |
+
Elapsed: 0.010s Memory: 592.00M
|
| 152 |
+
"input" in: lvs_deck_patched.lylvs:99
|
| 153 |
+
Polygons (raw): 69 (flat) 69 (hierarchical)
|
| 154 |
+
Elapsed: 0.000s Memory: 592.00M
|
| 155 |
+
"polygons" in: lvs_deck_patched.lylvs:100
|
| 156 |
+
Polygons (raw): 69 (flat) 69 (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): 192 (flat) 5 (hierarchical)
|
| 163 |
+
Elapsed: 0.010s Memory: 592.00M
|
| 164 |
+
"polygons" in: lvs_deck_patched.lylvs:103
|
| 165 |
+
Polygons (raw): 90 (flat) 19 (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): 8 (flat) 1 (hierarchical)
|
| 178 |
+
Elapsed: 0.000s Memory: 593.00M
|
| 179 |
+
"polygons" in: lvs_deck_patched.lylvs:108
|
| 180 |
+
Polygons (raw): 12 (flat) 5 (hierarchical)
|
| 181 |
+
Elapsed: 0.000s Memory: 593.00M
|
| 182 |
+
"input" in: lvs_deck_patched.lylvs:109
|
| 183 |
+
Polygons (raw): 2 (flat) 2 (hierarchical)
|
| 184 |
+
Elapsed: 0.000s Memory: 593.00M
|
| 185 |
+
"polygons" in: lvs_deck_patched.lylvs:110
|
| 186 |
+
Polygons (raw): 4 (flat) 4 (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: 594.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): 150 (flat) 28 (hierarchical)
|
| 229 |
+
Elapsed: 0.000s Memory: 594.00M
|
| 230 |
+
"&" in: lvs_deck_patched.lylvs:130
|
| 231 |
+
Polygons (raw): 381 (flat) 42 (hierarchical)
|
| 232 |
+
Elapsed: 0.010s Memory: 1146.00M
|
| 233 |
+
"&" in: lvs_deck_patched.lylvs:130
|
| 234 |
+
Polygons (raw): 381 (flat) 42 (hierarchical)
|
| 235 |
+
Elapsed: 0.000s Memory: 1166.00M
|
| 236 |
+
"&" in: lvs_deck_patched.lylvs:131
|
| 237 |
+
Polygons (raw): 44 (flat) 1 (hierarchical)
|
| 238 |
+
Elapsed: 0.000s Memory: 1156.00M
|
| 239 |
+
"&" in: lvs_deck_patched.lylvs:131
|
| 240 |
+
Polygons (raw): 44 (flat) 1 (hierarchical)
|
| 241 |
+
Elapsed: 0.010s Memory: 1136.00M
|
| 242 |
+
"&" in: lvs_deck_patched.lylvs:132
|
| 243 |
+
Polygons (raw): 920 (flat) 143 (hierarchical)
|
| 244 |
+
Elapsed: 0.020s Memory: 1146.00M
|
| 245 |
+
"-" in: lvs_deck_patched.lylvs:133
|
| 246 |
+
Polygons (raw): 1301 (flat) 185 (hierarchical)
|
| 247 |
+
Elapsed: 0.000s Memory: 1137.00M
|
| 248 |
+
"-" in: lvs_deck_patched.lylvs:134
|
| 249 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 250 |
+
Elapsed: 0.000s Memory: 1147.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): 194 (flat) 29 (hierarchical)
|
| 259 |
+
Elapsed: 0.000s Memory: 1137.00M
|
| 260 |
+
"-" in: lvs_deck_patched.lylvs:135
|
| 261 |
+
Polygons (raw): 194 (flat) 29 (hierarchical)
|
| 262 |
+
Elapsed: 0.000s Memory: 1137.00M
|
| 263 |
+
"&" in: lvs_deck_patched.lylvs:135
|
| 264 |
+
Polygons (raw): 920 (flat) 143 (hierarchical)
|
| 265 |
+
Elapsed: 0.010s Memory: 1157.00M
|
| 266 |
+
"-" in: lvs_deck_patched.lylvs:136
|
| 267 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 268 |
+
Elapsed: 0.010s Memory: 1147.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): 383 (flat) 43 (hierarchical)
|
| 277 |
+
Elapsed: 0.010s Memory: 1147.00M
|
| 278 |
+
"&" in: lvs_deck_patched.lylvs:138
|
| 279 |
+
Polygons (raw): 381 (flat) 41 (hierarchical)
|
| 280 |
+
Elapsed: 0.000s Memory: 1137.00M
|
| 281 |
+
"-" in: lvs_deck_patched.lylvs:139
|
| 282 |
+
Polygons (raw): 44 (flat) 1 (hierarchical)
|
| 283 |
+
Elapsed: 0.010s Memory: 1168.00M
|
| 284 |
+
"&" in: lvs_deck_patched.lylvs:139
|
| 285 |
+
Polygons (raw): 44 (flat) 1 (hierarchical)
|
| 286 |
+
Elapsed: 0.000s Memory: 1158.00M
|
| 287 |
+
"&" in: lvs_deck_patched.lylvs:140
|
| 288 |
+
Polygons (raw): 911 (flat) 136 (hierarchical)
|
| 289 |
+
Elapsed: 0.010s Memory: 1138.00M
|
| 290 |
+
"-" in: lvs_deck_patched.lylvs:141
|
| 291 |
+
Polygons (raw): 1292 (flat) 177 (hierarchical)
|
| 292 |
+
Elapsed: 0.020s Memory: 1148.00M
|
| 293 |
+
"-" in: lvs_deck_patched.lylvs:142
|
| 294 |
+
Polygons (raw): 911 (flat) 136 (hierarchical)
|
| 295 |
+
Elapsed: 0.000s Memory: 1138.00M
|
| 296 |
+
"-" in: lvs_deck_patched.lylvs:142
|
| 297 |
+
Polygons (raw): 911 (flat) 136 (hierarchical)
|
| 298 |
+
Elapsed: 0.000s Memory: 1138.00M
|
| 299 |
+
"-" in: lvs_deck_patched.lylvs:142
|
| 300 |
+
Polygons (raw): 911 (flat) 136 (hierarchical)
|
| 301 |
+
Elapsed: 0.000s Memory: 1138.00M
|
| 302 |
+
"-" in: lvs_deck_patched.lylvs:143
|
| 303 |
+
Polygons (raw): 911 (flat) 136 (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): 911 (flat) 136 (hierarchical)
|
| 313 |
+
Elapsed: 0.000s Memory: 1138.00M
|
| 314 |
+
"-" in: lvs_deck_patched.lylvs:144
|
| 315 |
+
Polygons (raw): 911 (flat) 136 (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): 911 (flat) 136 (hierarchical)
|
| 322 |
+
Elapsed: 0.000s Memory: 1138.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.000s Memory: 1139.00M
|
| 331 |
+
"extract_devices" in: lvs_deck_patched.lylvs:152
|
| 332 |
+
Elapsed: 0.020s Memory: 1139.00M
|
| 333 |
+
"extract_devices" in: lvs_deck_patched.lylvs:153
|
| 334 |
+
Elapsed: 0.000s Memory: 1140.00M
|
| 335 |
+
"extract_devices" in: lvs_deck_patched.lylvs:156
|
| 336 |
+
Elapsed: 0.010s Memory: 1140.00M
|
| 337 |
+
"extract_devices" in: lvs_deck_patched.lylvs:157
|
| 338 |
+
Elapsed: 0.040s 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.010s Memory: 1140.00M
|
| 343 |
+
"netlist" in: lvs_deck_patched.lylvs:199
|
| 344 |
+
Elapsed: 0.110s Memory: 1140.00M
|
| 345 |
+
Flatten layout cell (no schematic): VIA_via5_6_1600_1600_1_1_1600_1600
|
| 346 |
+
Flatten layout cell (no schematic): VIA_L1M1_PR_MR
|
| 347 |
+
Flatten layout cell (no schematic): VIA_M3M4_PR
|
| 348 |
+
Flatten layout cell (no schematic): VIA_M2M3_PR
|
| 349 |
+
Flatten layout cell (no schematic): VIA_M1M2_PR
|
| 350 |
+
Flatten layout cell (no schematic): VIA_via2_3_1600_480_1_5_320_320
|
| 351 |
+
Flatten layout cell (no schematic): VIA_via4_5_1600_480_1_4_400_400
|
| 352 |
+
Flatten layout cell (no schematic): VIA_via3_4_1600_480_1_4_400_400
|
| 353 |
+
Flatten layout cell (no schematic): VIA_M1M2_PR_MR
|
| 354 |
+
Flatten layout cell (no schematic): VIA_L1M1_PR
|
| 355 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111OI_0
|
| 356 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111OI_1
|
| 357 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111OI_2
|
| 358 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111OI_4
|
| 359 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111O_1
|
| 360 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111O_2
|
| 361 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111O_4
|
| 362 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211OI_1
|
| 363 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211OI_2
|
| 364 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211OI_4
|
| 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_0
|
| 368 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BOI_1
|
| 369 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BOI_2
|
| 370 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BOI_4
|
| 371 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_1
|
| 372 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_2
|
| 373 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_4
|
| 374 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21OI_2
|
| 375 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21OI_4
|
| 376 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21O_2
|
| 377 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21O_4
|
| 378 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221OI_1
|
| 379 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221OI_2
|
| 380 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221OI_4
|
| 381 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_1
|
| 382 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_2
|
| 383 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_4
|
| 384 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A222OI_1
|
| 385 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22OI_2
|
| 386 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22OI_4
|
| 387 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_1
|
| 388 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_2
|
| 389 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_4
|
| 390 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_1
|
| 391 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_2
|
| 392 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_4
|
| 393 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_1
|
| 394 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_2
|
| 395 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_4
|
| 396 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311OI_1
|
| 397 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311OI_2
|
| 398 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311OI_4
|
| 399 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_1
|
| 400 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_2
|
| 401 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_4
|
| 402 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31OI_1
|
| 403 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31OI_2
|
| 404 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31OI_4
|
| 405 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31O_1
|
| 406 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31O_2
|
| 407 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31O_4
|
| 408 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_1
|
| 409 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_2
|
| 410 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_4
|
| 411 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_1
|
| 412 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_2
|
| 413 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_4
|
| 414 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41OI_1
|
| 415 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41OI_2
|
| 416 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41OI_4
|
| 417 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_1
|
| 418 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_2
|
| 419 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_4
|
| 420 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_1
|
| 421 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_2
|
| 422 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_4
|
| 423 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2_1
|
| 424 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2_2
|
| 425 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2_4
|
| 426 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_1
|
| 427 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_2
|
| 428 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_4
|
| 429 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3_2
|
| 430 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3_4
|
| 431 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_1
|
| 432 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_2
|
| 433 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_4
|
| 434 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_1
|
| 435 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_2
|
| 436 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_4
|
| 437 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_1
|
| 438 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_2
|
| 439 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_4
|
| 440 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFBUF_16
|
| 441 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFBUF_8
|
| 442 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFINV_16
|
| 443 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFINV_8
|
| 444 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_1
|
| 445 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_12
|
| 446 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_16
|
| 447 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_2
|
| 448 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_4
|
| 449 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_6
|
| 450 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_8
|
| 451 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_1
|
| 452 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_16
|
| 453 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_2
|
| 454 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_4
|
| 455 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_8
|
| 456 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S15_1
|
| 457 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S15_2
|
| 458 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S18_1
|
| 459 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S18_2
|
| 460 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S25_1
|
| 461 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S25_2
|
| 462 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S50_1
|
| 463 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S50_2
|
| 464 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINVLP_2
|
| 465 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINVLP_4
|
| 466 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_16
|
| 467 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_2
|
| 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_1
|
| 548 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_12
|
| 549 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_16
|
| 550 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_4
|
| 551 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_6
|
| 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__NOR2_2
|
| 588 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_2
|
| 589 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_1
|
| 590 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_2
|
| 591 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_4
|
| 592 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2I_4
|
| 593 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_2
|
| 594 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_4
|
| 595 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX2_8
|
| 596 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX4_4
|
| 597 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2B_1
|
| 598 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2B_2
|
| 599 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2B_4
|
| 600 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2_4
|
| 601 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND2_8
|
| 602 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3B_1
|
| 603 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3B_2
|
| 604 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3B_4
|
| 605 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3_2
|
| 606 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND3_4
|
| 607 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4BB_1
|
| 608 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4BB_2
|
| 609 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4BB_4
|
| 610 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4B_1
|
| 611 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4B_2
|
| 612 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4B_4
|
| 613 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4_1
|
| 614 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4_2
|
| 615 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NAND4_4
|
| 616 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2B_1
|
| 617 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2B_2
|
| 618 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2B_4
|
| 619 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2_4
|
| 620 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2_8
|
| 621 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3B_2
|
| 622 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3B_4
|
| 623 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3_2
|
| 624 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR3_4
|
| 625 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4BB_2
|
| 626 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4BB_4
|
| 627 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4B_1
|
| 628 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4B_2
|
| 629 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4B_4
|
| 630 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4_2
|
| 631 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR4_4
|
| 632 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111AI_1
|
| 633 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111AI_2
|
| 634 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111AI_4
|
| 635 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_1
|
| 636 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_2
|
| 637 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_4
|
| 638 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211AI_2
|
| 639 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211AI_4
|
| 640 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_1
|
| 641 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_2
|
| 642 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_4
|
| 643 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21AI_1
|
| 644 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21AI_2
|
| 645 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21AI_4
|
| 646 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21A_1
|
| 647 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21A_2
|
| 648 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21A_4
|
| 649 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_1
|
| 650 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_2
|
| 651 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_4
|
| 652 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_1
|
| 653 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_2
|
| 654 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_4
|
| 655 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221AI_1
|
| 656 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221AI_2
|
| 657 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221AI_4
|
| 658 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_1
|
| 659 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_2
|
| 660 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_4
|
| 661 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22AI_1
|
| 662 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22AI_2
|
| 663 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22AI_4
|
| 664 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22A_1
|
| 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_2
|
| 681 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31AI_4
|
| 682 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31A_1
|
| 683 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31A_2
|
| 684 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31A_4
|
| 685 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32AI_1
|
| 686 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32AI_2
|
| 687 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32AI_4
|
| 688 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32A_1
|
| 689 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32A_2
|
| 690 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32A_4
|
| 691 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41AI_1
|
| 692 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41AI_2
|
| 693 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41AI_4
|
| 694 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_1
|
| 695 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_2
|
| 696 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_4
|
| 697 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_1
|
| 698 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_2
|
| 699 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_4
|
| 700 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_0
|
| 701 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_1
|
| 702 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_2
|
| 703 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_4
|
| 704 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3B_1
|
| 705 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3B_2
|
| 706 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3B_4
|
| 707 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3_2
|
| 708 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR3_4
|
| 709 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_1
|
| 710 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_2
|
| 711 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_4
|
| 712 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4B_1
|
| 713 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4B_2
|
| 714 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4B_4
|
| 715 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4_1
|
| 716 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4_2
|
| 717 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4_4
|
| 718 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__PROBEC_P_8
|
| 719 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__PROBE_P_8
|
| 720 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBN_1
|
| 721 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBN_2
|
| 722 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBP_1
|
| 723 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRBP_1
|
| 724 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRBP_2
|
| 725 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTN_1
|
| 726 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_1
|
| 727 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_2
|
| 728 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_4
|
| 729 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSBP_1
|
| 730 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSBP_2
|
| 731 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_1
|
| 732 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_2
|
| 733 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_4
|
| 734 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXBP_1
|
| 735 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXBP_2
|
| 736 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_1
|
| 737 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_2
|
| 738 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_4
|
| 739 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_1
|
| 740 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_2
|
| 741 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_4
|
| 742 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXBP_1
|
| 743 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXBP_2
|
| 744 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_1
|
| 745 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_2
|
| 746 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_4
|
| 747 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAPVGND2_1
|
| 748 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAPVGND_1
|
| 749 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAP_1
|
| 750 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAP_2
|
| 751 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR2_1
|
| 752 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR2_2
|
| 753 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR2_4
|
| 754 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR3_1
|
| 755 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR3_2
|
| 756 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XNOR3_4
|
| 757 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR2_1
|
| 758 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR2_2
|
| 759 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR2_4
|
| 760 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR3_1
|
| 761 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR3_2
|
| 762 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__XOR3_4
|
| 763 |
+
Writing netlist: /tmp/datagen_output/barrel_w32_left_sky130_500mhz/flow/lvs_extracted.cir ..
|
| 764 |
+
Writing LVS database: /tmp/datagen_output/barrel_w32_left_sky130_500mhz/flow/lvs_report.lyrdb ..
|
| 765 |
+
Total elapsed: 0.710s Memory: 1140.00M
|
| 766 |
+
INFO : Congratulations! Netlists match.
|
| 767 |
+
|
| 768 |
+
=== stderr ===
|
barrel_w32_left_sky130_500mhz/flow/lvs_cleaned.gds.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e898316c1b60890cd81e2208ecd4635bd937ab5862760e78e9731bee2dd9ea7
|
| 3 |
+
size 63115
|
barrel_w32_left_sky130_500mhz/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 & NWELL & PSDM
|
| 147 |
+
NTAP = TAP & NWELL & NSDM
|
| 148 |
+
PGATE = PDIFF & POLY
|
| 149 |
+
PSD = PDIFF - PGATE
|
| 150 |
+
STD_PGATE = PGATE - HVTP - NCM - HVI
|
| 151 |
+
HVT_PGATE = PGATE & HVTP - NCM - HVI
|
| 152 |
+
HV5_PGATE = PGATE - HVTP - NCM & HVI
|
| 153 |
+
|
| 154 |
+
NDIFF = DIFF - NWELL & NSDM
|
| 155 |
+
PTAP = TAP - NWELL & PSDM
|
| 156 |
+
NGATE = NDIFF & POLY
|
| 157 |
+
NSD = NDIFF - NGATE
|
| 158 |
+
STD_NGATE = NGATE - NCM - LVTN - HVI
|
| 159 |
+
LVT_NGATE = NGATE - NCM & LVTN - HVI
|
| 160 |
+
HV5_NGATE = NGATE - NCM - LVTN & HVI
|
| 161 |
+
HV5NA_NGATE = NGATE - NCM & LVTN & HVI
|
| 162 |
+
|
| 163 |
+
# drawing to physical
|
| 164 |
+
device_scaling(1000000)
|
| 165 |
+
|
| 166 |
+
# PMOS transistor device extraction
|
| 167 |
+
extract_devices(mos4("pfet_01v8"), { "SD" => PSD, "G" => STD_PGATE, "tS" => PSD, "tD" => PSD, "tG" => POLY, "W" => NWELL })
|
| 168 |
+
extract_devices(mos4("pfet_01v8_hvt"), { "SD" => PSD, "G" => HVT_PGATE, "tS" => PSD, "tD" => PSD, "tG" => POLY, "W" => NWELL })
|
| 169 |
+
extract_devices(mos4("pfet_g5v0d10v5"), { "SD" => PSD, "G" => HV5_PGATE, "tS" => PSD, "tD" => PSD, "tG" => POLY, "W" => NWELL })
|
| 170 |
+
|
| 171 |
+
# NMOS transistor device extraction
|
| 172 |
+
extract_devices(mos4("nfet_01v8"), { "SD" => NSD, "G" => STD_NGATE, "tS" => NSD, "tD" => NSD, "tG" => POLY, "W" => SUB })
|
| 173 |
+
extract_devices(mos4("nfet_01v8_lvt"), { "SD" => NSD, "G" => LVT_NGATE, "tS" => NSD, "tD" => NSD, "tG" => POLY, "W" => SUB })
|
| 174 |
+
extract_devices(mos4("nfet_g5v0d10v5"), { "SD" => NSD, "G" => HV5_NGATE, "tS" => NSD, "tD" => NSD, "tG" => POLY, "W" => SUB })
|
| 175 |
+
extract_devices(mos4("nfet_01v8_nvt"), { "SD" => NSD, "G" => HV5NA_NGATE, "tS" => NSD, "tD" => NSD, "tG" => POLY, "W" => 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 => absolute_tolerance] [, :relative => relative_tolerance])
|
| 235 |
+
tolerance("pfet_01v8", "W", :absolute => 1.nm, :relative => 0.001)
|
| 236 |
+
tolerance("pfet_01v8", "L", :absolute => 1.nm, :relative => 0.001)
|
| 237 |
+
tolerance("pfet_01v8_hvt", "W", :absolute => 1.nm, :relative => 0.001)
|
| 238 |
+
tolerance("pfet_01v8_hvt", "L", :absolute => 1.nm, :relative => 0.001)
|
| 239 |
+
tolerance("nfet_01v8", "W", :absolute => 1.nm, :relative => 0.001)
|
| 240 |
+
tolerance("nfet_01v8", "L", :absolute => 1.nm, :relative => 0.001)
|
| 241 |
+
tolerance("nfet_01v8_lvt", "W", :absolute => 1.nm, :relative => 0.001)
|
| 242 |
+
tolerance("nfet_01v8_lvt", "L", :absolute => 1.nm, :relative => 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>
|
barrel_w32_left_sky130_500mhz/flow/lvs_extracted.cir
ADDED
|
File without changes
|
barrel_w32_left_sky130_500mhz/flow/lvs_reference.cdl.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da1e8a6a97678c643bfc76c3d1f4ff654516366d3b466fd629357f9a0aa705ed
|
| 3 |
+
size 26418
|
barrel_w32_left_sky130_500mhz/flow/lvs_report.lyrdb
ADDED
|
@@ -0,0 +1,2654 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#%lvsdb-klayout
|
| 2 |
+
J(
|
| 3 |
+
W(barrel_w32_left)
|
| 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 (-380 -500) (305 1000))
|
| 74 |
+
)
|
| 75 |
+
T(G
|
| 76 |
+
R(l4 (-75 -500) (150 1000))
|
| 77 |
+
)
|
| 78 |
+
T(D
|
| 79 |
+
R(l2 (75 -500) (280 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 (-355 -500) (280 1000))
|
| 88 |
+
)
|
| 89 |
+
T(G
|
| 90 |
+
R(l4 (-75 -500) (150 1000))
|
| 91 |
+
)
|
| 92 |
+
T(D
|
| 93 |
+
R(l2 (75 -500) (280 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 (-355 -500) (280 1000))
|
| 102 |
+
)
|
| 103 |
+
T(G
|
| 104 |
+
R(l4 (-75 -500) (150 1000))
|
| 105 |
+
)
|
| 106 |
+
T(D
|
| 107 |
+
R(l2 (75 -500) (345 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 (-335 -500) (260 1000))
|
| 116 |
+
)
|
| 117 |
+
T(G
|
| 118 |
+
R(l4 (-75 -500) (150 1000))
|
| 119 |
+
)
|
| 120 |
+
T(D
|
| 121 |
+
R(l2 (75 -500) (270 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 (-345 -500) (270 1000))
|
| 130 |
+
)
|
| 131 |
+
T(G
|
| 132 |
+
R(l4 (-75 -500) (150 1000))
|
| 133 |
+
)
|
| 134 |
+
T(D
|
| 135 |
+
R(l2 (75 -500) (260 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 (-335 -500) (260 1000))
|
| 144 |
+
)
|
| 145 |
+
T(G
|
| 146 |
+
R(l4 (-75 -500) (150 1000))
|
| 147 |
+
)
|
| 148 |
+
T(D
|
| 149 |
+
R(l2 (75 -500) (210 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 (-285 -500) (210 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 (-345 -500) (270 1000))
|
| 172 |
+
)
|
| 173 |
+
T(G
|
| 174 |
+
R(l4 (-75 -500) (150 1000))
|
| 175 |
+
)
|
| 176 |
+
T(D
|
| 177 |
+
R(l2 (75 -500) (310 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 (-385 -500) (310 1000))
|
| 186 |
+
)
|
| 187 |
+
T(G
|
| 188 |
+
R(l4 (-75 -500) (150 1000))
|
| 189 |
+
)
|
| 190 |
+
T(D
|
| 191 |
+
R(l2 (75 -500) (275 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 (-350 -500) (275 1000))
|
| 200 |
+
)
|
| 201 |
+
T(G
|
| 202 |
+
R(l4 (-75 -500) (150 1000))
|
| 203 |
+
)
|
| 204 |
+
T(D
|
| 205 |
+
R(l2 (75 -500) (455 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 (-345 -500) (270 1000))
|
| 214 |
+
)
|
| 215 |
+
T(G
|
| 216 |
+
R(l4 (-75 -500) (150 1000))
|
| 217 |
+
)
|
| 218 |
+
T(D
|
| 219 |
+
R(l2 (75 -500) (270 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 |
+
R(l2 (75 -210) (210 420))
|
| 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 |
+
R(l2 (-285 -210) (210 420))
|
| 242 |
+
)
|
| 243 |
+
T(G
|
| 244 |
+
R(l4 (-75 -210) (150 420))
|
| 245 |
+
)
|
| 246 |
+
T(D
|
| 247 |
+
Q(l2 (75 -210) (0 420) (75 0) (0 580) (260 0) (0 -1000))
|
| 248 |
+
)
|
| 249 |
+
T(B
|
| 250 |
+
R(l3 (-75 -210) (150 420))
|
| 251 |
+
)
|
| 252 |
+
)
|
| 253 |
+
D(D$pfet_01v8_hvt$13 pfet_01v8_hvt
|
| 254 |
+
T(S
|
| 255 |
+
Q(l2 (-410 -500) (0 420) (75 0) (0 580) (260 0) (0 -1000))
|
| 256 |
+
)
|
| 257 |
+
T(G
|
| 258 |
+
R(l4 (-75 -500) (150 1000))
|
| 259 |
+
)
|
| 260 |
+
T(D
|
| 261 |
+
R(l2 (75 -500) (340 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 (-285 -210) (210 420))
|
| 270 |
+
)
|
| 271 |
+
T(G
|
| 272 |
+
R(l4 (-75 -210) (150 420))
|
| 273 |
+
)
|
| 274 |
+
T(D
|
| 275 |
+
R(l2 (75 -210) (330 420))
|
| 276 |
+
)
|
| 277 |
+
T(B
|
| 278 |
+
R(l3 (-75 -210) (150 420))
|
| 279 |
+
)
|
| 280 |
+
)
|
| 281 |
+
D(D$pfet_01v8_hvt$15 pfet_01v8_hvt
|
| 282 |
+
T(S
|
| 283 |
+
R(l2 (-405 -210) (330 420))
|
| 284 |
+
)
|
| 285 |
+
T(G
|
| 286 |
+
R(l4 (-75 -210) (150 420))
|
| 287 |
+
)
|
| 288 |
+
T(D
|
| 289 |
+
Q(l2 (75 -210) (0 420) (75 0) (0 580) (265 0) (0 -1000))
|
| 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 |
+
Q(l2 (-415 -500) (0 420) (75 0) (0 580) (265 0) (0 -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 |
+
Q(l2 (-470 -595) (0 1000) (260 0) (0 -195) (135 0) (0 -420) (-135 0) (0 -385))
|
| 312 |
+
)
|
| 313 |
+
T(G
|
| 314 |
+
R(l4 (-75 -210) (150 420))
|
| 315 |
+
)
|
| 316 |
+
T(D
|
| 317 |
+
R(l2 (75 -210) (365 420))
|
| 318 |
+
)
|
| 319 |
+
T(B
|
| 320 |
+
R(l3 (-75 -210) (150 420))
|
| 321 |
+
)
|
| 322 |
+
)
|
| 323 |
+
D(D$pfet_01v8_hvt$18 pfet_01v8_hvt
|
| 324 |
+
T(S
|
| 325 |
+
R(l2 (-440 -210) (365 420))
|
| 326 |
+
)
|
| 327 |
+
T(G
|
| 328 |
+
R(l4 (-75 -210) (150 420))
|
| 329 |
+
)
|
| 330 |
+
T(D
|
| 331 |
+
R(l2 (75 -210) (920 420))
|
| 332 |
+
)
|
| 333 |
+
T(B
|
| 334 |
+
R(l3 (-75 -210) (150 420))
|
| 335 |
+
)
|
| 336 |
+
)
|
| 337 |
+
D(D$pfet_01v8_hvt$19 pfet_01v8_hvt
|
| 338 |
+
T(S
|
| 339 |
+
R(l2 (-995 -210) (920 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 (-405 -210) (330 420))
|
| 354 |
+
)
|
| 355 |
+
T(G
|
| 356 |
+
R(l4 (-75 -210) (150 420))
|
| 357 |
+
)
|
| 358 |
+
T(D
|
| 359 |
+
R(l2 (75 -210) (280 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 (-335 -500) (260 1000))
|
| 368 |
+
)
|
| 369 |
+
T(G
|
| 370 |
+
R(l4 (-75 -500) (150 1000))
|
| 371 |
+
)
|
| 372 |
+
T(D
|
| 373 |
+
Q(l2 (75 -500) (0 1000) (260 0) (0 -195) (135 0) (0 -420) (-135 0) (0 -385))
|
| 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 (-335 -500) (260 1000))
|
| 382 |
+
)
|
| 383 |
+
T(G
|
| 384 |
+
R(l4 (-75 -500) (150 1000))
|
| 385 |
+
)
|
| 386 |
+
T(D
|
| 387 |
+
R(l2 (75 -500) (260 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 |
+
Q(l2 (-335 -210) (0 235) (-75 0) (0 420) (260 0) (0 -235) (75 0) (0 -420))
|
| 396 |
+
)
|
| 397 |
+
T(G
|
| 398 |
+
R(l4 (-75 -210) (150 420))
|
| 399 |
+
)
|
| 400 |
+
T(D
|
| 401 |
+
R(l2 (75 -210) (640 420))
|
| 402 |
+
)
|
| 403 |
+
T(B
|
| 404 |
+
R(l3 (-75 -210) (150 420))
|
| 405 |
+
)
|
| 406 |
+
)
|
| 407 |
+
D(D$pfet_01v8_hvt$24 pfet_01v8_hvt
|
| 408 |
+
T(S
|
| 409 |
+
Q(l2 (150 -445) (0 235) (-75 0) (0 420) (260 0) (0 -235) (75 0) (0 -420))
|
| 410 |
+
)
|
| 411 |
+
T(G
|
| 412 |
+
R(l4 (-75 -210) (150 420))
|
| 413 |
+
)
|
| 414 |
+
T(D
|
| 415 |
+
R(l2 (-335 -210) (260 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 (-335 -210) (0 290) (10 0) (0 130) (250 0) (0 -420))
|
| 424 |
+
)
|
| 425 |
+
T(G
|
| 426 |
+
R(l4 (-75 -210) (150 420))
|
| 427 |
+
)
|
| 428 |
+
T(D
|
| 429 |
+
R(l2 (75 -210) (270 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 |
+
R(l2 (-345 -210) (270 420))
|
| 438 |
+
)
|
| 439 |
+
T(G
|
| 440 |
+
R(l4 (-75 -210) (150 420))
|
| 441 |
+
)
|
| 442 |
+
T(D
|
| 443 |
+
Q(l2 (75 -210) (0 420) (75 0) (0 250) (250 0) (0 -420) (-75 0) (0 -250))
|
| 444 |
+
)
|
| 445 |
+
T(B
|
| 446 |
+
R(l3 (-75 -210) (150 420))
|
| 447 |
+
)
|
| 448 |
+
)
|
| 449 |
+
D(D$pfet_01v8_hvt$27 pfet_01v8_hvt
|
| 450 |
+
T(S
|
| 451 |
+
Q(l2 (-400 -460) (0 420) (75 0) (0 250) (250 0) (0 -420) (-75 0) (0 -250))
|
| 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) (260 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 |
+
R(l2 (-335 -210) (260 420))
|
| 480 |
+
)
|
| 481 |
+
T(G
|
| 482 |
+
R(l4 (-75 -210) (150 420))
|
| 483 |
+
)
|
| 484 |
+
T(D
|
| 485 |
+
R(l2 (75 -210) (260 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 |
+
R(l2 (-335 -210) (260 420))
|
| 494 |
+
)
|
| 495 |
+
T(G
|
| 496 |
+
R(l4 (-75 -210) (150 420))
|
| 497 |
+
)
|
| 498 |
+
T(D
|
| 499 |
+
R(l2 (75 -210) (270 420))
|
| 500 |
+
)
|
| 501 |
+
T(B
|
| 502 |
+
R(l3 (-75 -210) (150 420))
|
| 503 |
+
)
|
| 504 |
+
)
|
| 505 |
+
D(D$pfet_01v8_hvt$31 pfet_01v8_hvt
|
| 506 |
+
T(S
|
| 507 |
+
R(l2 (-345 -210) (270 420))
|
| 508 |
+
)
|
| 509 |
+
T(G
|
| 510 |
+
R(l4 (-75 -210) (150 420))
|
| 511 |
+
)
|
| 512 |
+
T(D
|
| 513 |
+
Q(l2 (75 -210) (0 420) (250 0) (0 -130) (10 0) (0 -290))
|
| 514 |
+
)
|
| 515 |
+
T(B
|
| 516 |
+
R(l3 (-75 -210) (150 420))
|
| 517 |
+
)
|
| 518 |
+
)
|
| 519 |
+
D(D$pfet_01v8_hvt$32 pfet_01v8_hvt
|
| 520 |
+
T(S
|
| 521 |
+
Q(l2 (-325 -210) (0 90) (-10 0) (0 330) (260 0) (0 -420))
|
| 522 |
+
)
|
| 523 |
+
T(G
|
| 524 |
+
R(l4 (-75 -210) (150 420))
|
| 525 |
+
)
|
| 526 |
+
T(D
|
| 527 |
+
Q(l2 (75 -210) (0 420) (260 0) (0 -290) (-10 0) (0 -130))
|
| 528 |
+
)
|
| 529 |
+
T(B
|
| 530 |
+
R(l3 (-75 -210) (150 420))
|
| 531 |
+
)
|
| 532 |
+
)
|
| 533 |
+
D(D$pfet_01v8_hvt$33 pfet_01v8_hvt
|
| 534 |
+
T(S
|
| 535 |
+
R(l2 (-340 -210) (265 420))
|
| 536 |
+
)
|
| 537 |
+
T(G
|
| 538 |
+
R(l4 (-75 -210) (150 420))
|
| 539 |
+
)
|
| 540 |
+
T(D
|
| 541 |
+
R(l2 (75 -210) (290 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 |
+
Q(l2 (205 -430) (0 220) (-130 0) (0 420) (620 0) (0 -640))
|
| 550 |
+
)
|
| 551 |
+
T(G
|
| 552 |
+
R(l4 (-75 -210) (150 420))
|
| 553 |
+
)
|
| 554 |
+
T(D
|
| 555 |
+
R(l2 (-365 -210) (290 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 |
+
Q(l2 (-565 -320) (0 220) (-130 0) (0 420) (620 0) (0 -640))
|
| 564 |
+
)
|
| 565 |
+
T(G
|
| 566 |
+
R(l4 (-75 -320) (150 640))
|
| 567 |
+
)
|
| 568 |
+
T(D
|
| 569 |
+
R(l2 (75 -320) (265 640))
|
| 570 |
+
)
|
| 571 |
+
T(B
|
| 572 |
+
R(l3 (-75 -320) (150 640))
|
| 573 |
+
)
|
| 574 |
+
)
|
| 575 |
+
D(D$pfet_01v8_hvt$36 pfet_01v8_hvt
|
| 576 |
+
T(S
|
| 577 |
+
R(l2 (-345 -210) (270 420))
|
| 578 |
+
)
|
| 579 |
+
T(G
|
| 580 |
+
R(l4 (-75 -210) (150 420))
|
| 581 |
+
)
|
| 582 |
+
T(D
|
| 583 |
+
R(l2 (75 -210) (315 420))
|
| 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 (150 -225) (0 15) (-75 0) (0 420) (75 0) (0 270) (-10 0) (0 295) (260 0) (0 -1000))
|
| 592 |
+
)
|
| 593 |
+
T(G
|
| 594 |
+
R(l4 (-75 -210) (150 420))
|
| 595 |
+
)
|
| 596 |
+
T(D
|
| 597 |
+
R(l2 (-390 -210) (315 420))
|
| 598 |
+
)
|
| 599 |
+
T(B
|
| 600 |
+
R(l3 (-75 -210) (150 420))
|
| 601 |
+
)
|
| 602 |
+
)
|
| 603 |
+
D(D$pfet_01v8_hvt$38 pfet_01v8_hvt
|
| 604 |
+
T(S
|
| 605 |
+
Q(l2 (-325 -500) (0 15) (-75 0) (0 420) (75 0) (0 270) (-10 0) (0 295) (260 0) (0 -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 (-340 -500) (265 1000))
|
| 620 |
+
)
|
| 621 |
+
T(G
|
| 622 |
+
R(l4 (-75 -500) (150 1000))
|
| 623 |
+
)
|
| 624 |
+
T(D
|
| 625 |
+
R(l2 (75 -500) (280 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 (-355 -500) (280 1000))
|
| 634 |
+
)
|
| 635 |
+
T(G
|
| 636 |
+
R(l4 (-75 -500) (150 1000))
|
| 637 |
+
)
|
| 638 |
+
T(D
|
| 639 |
+
R(l2 (75 -500) (295 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 (-370 -500) (295 1000))
|
| 648 |
+
)
|
| 649 |
+
T(G
|
| 650 |
+
R(l4 (-75 -500) (150 1000))
|
| 651 |
+
)
|
| 652 |
+
T(D
|
| 653 |
+
R(l2 (75 -500) (265 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 (-365 -500) (290 1000))
|
| 662 |
+
)
|
| 663 |
+
T(G
|
| 664 |
+
R(l4 (-75 -500) (150 1000))
|
| 665 |
+
)
|
| 666 |
+
T(D
|
| 667 |
+
R(l2 (75 -500) (260 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) (305 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 (-380 -500) (305 1000))
|
| 690 |
+
)
|
| 691 |
+
T(G
|
| 692 |
+
R(l4 (-75 -500) (150 1000))
|
| 693 |
+
)
|
| 694 |
+
T(D
|
| 695 |
+
R(l2 (75 -500) (395 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 (-470 -500) (395 1000))
|
| 704 |
+
)
|
| 705 |
+
T(G
|
| 706 |
+
R(l4 (-75 -500) (150 1000))
|
| 707 |
+
)
|
| 708 |
+
T(D
|
| 709 |
+
R(l2 (75 -500) (600 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 (-675 -500) (600 1000))
|
| 718 |
+
)
|
| 719 |
+
T(G
|
| 720 |
+
R(l4 (-75 -500) (150 1000))
|
| 721 |
+
)
|
| 722 |
+
T(D
|
| 723 |
+
R(l2 (75 -500) (260 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 (-345 -500) (270 1000))
|
| 732 |
+
)
|
| 733 |
+
T(G
|
| 734 |
+
R(l4 (-75 -500) (150 1000))
|
| 735 |
+
)
|
| 736 |
+
T(D
|
| 737 |
+
R(l2 (75 -500) (300 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 (-340 -500) (265 1000))
|
| 746 |
+
)
|
| 747 |
+
T(G
|
| 748 |
+
R(l4 (-75 -500) (150 1000))
|
| 749 |
+
)
|
| 750 |
+
T(D
|
| 751 |
+
R(l2 (75 -500) (210 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 (-285 -500) (210 1000))
|
| 760 |
+
)
|
| 761 |
+
T(G
|
| 762 |
+
R(l4 (-75 -500) (150 1000))
|
| 763 |
+
)
|
| 764 |
+
T(D
|
| 765 |
+
R(l2 (75 -500) (390 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 (-465 -500) (390 1000))
|
| 774 |
+
)
|
| 775 |
+
T(G
|
| 776 |
+
R(l4 (-75 -500) (150 1000))
|
| 777 |
+
)
|
| 778 |
+
T(D
|
| 779 |
+
R(l2 (75 -500) (390 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 (-465 -500) (390 1000))
|
| 788 |
+
)
|
| 789 |
+
T(G
|
| 790 |
+
R(l4 (-75 -500) (150 1000))
|
| 791 |
+
)
|
| 792 |
+
T(D
|
| 793 |
+
R(l2 (75 -500) (635 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 (-345 -500) (270 1000))
|
| 802 |
+
)
|
| 803 |
+
T(G
|
| 804 |
+
R(l4 (-75 -500) (150 1000))
|
| 805 |
+
)
|
| 806 |
+
T(D
|
| 807 |
+
R(l2 (75 -500) (785 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 (-860 -500) (785 1000))
|
| 816 |
+
)
|
| 817 |
+
T(G
|
| 818 |
+
R(l4 (-75 -500) (150 1000))
|
| 819 |
+
)
|
| 820 |
+
T(D
|
| 821 |
+
R(l2 (75 -500) (300 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 (-335 -210) (260 420))
|
| 830 |
+
)
|
| 831 |
+
T(G
|
| 832 |
+
R(l4 (-75 -210) (150 420))
|
| 833 |
+
)
|
| 834 |
+
T(D
|
| 835 |
+
Q(l2 (75 -210) (0 420) (130 0) (0 580) (260 0) (0 -1000))
|
| 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 (-465 -500) (0 420) (130 0) (0 580) (260 0) (0 -1000))
|
| 844 |
+
)
|
| 845 |
+
T(G
|
| 846 |
+
R(l4 (-75 -500) (150 1000))
|
| 847 |
+
)
|
| 848 |
+
T(D
|
| 849 |
+
R(l2 (75 -500) (210 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 |
+
Q(l2 (-410 -375) (0 1000) (260 0) (0 -415) (75 0) (0 -420) (-75 0) (0 -165))
|
| 858 |
+
)
|
| 859 |
+
T(G
|
| 860 |
+
R(l4 (-75 -210) (150 420))
|
| 861 |
+
)
|
| 862 |
+
T(D
|
| 863 |
+
R(l2 (75 -210) (260 420))
|
| 864 |
+
)
|
| 865 |
+
T(B
|
| 866 |
+
R(l3 (-75 -210) (150 420))
|
| 867 |
+
)
|
| 868 |
+
)
|
| 869 |
+
D(D$pfet_01v8_hvt$57 pfet_01v8_hvt
|
| 870 |
+
T(S
|
| 871 |
+
R(l2 (-395 -500) (320 1000))
|
| 872 |
+
)
|
| 873 |
+
T(G
|
| 874 |
+
R(l4 (-75 -500) (150 1000))
|
| 875 |
+
)
|
| 876 |
+
T(D
|
| 877 |
+
R(l2 (75 -500) (270 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 |
+
Q(l2 (75 -500) (0 1000) (260 0) (0 -415) (75 0) (0 -420) (-75 0) (0 -165))
|
| 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 (-345 -500) (270 1000))
|
| 900 |
+
)
|
| 901 |
+
T(G
|
| 902 |
+
R(l4 (-75 -500) (150 1000))
|
| 903 |
+
)
|
| 904 |
+
T(D
|
| 905 |
+
R(l2 (75 -500) (330 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 (-405 -500) (330 1000))
|
| 914 |
+
)
|
| 915 |
+
T(G
|
| 916 |
+
R(l4 (-75 -500) (150 1000))
|
| 917 |
+
)
|
| 918 |
+
T(D
|
| 919 |
+
R(l2 (75 -500) (260 1000))
|
| 920 |
+
)
|
| 921 |
+
T(B
|
| 922 |
+
R(l3 (-75 -500) (150 1000))
|
| 923 |
+
)
|
| 924 |
+
)
|
| 925 |
+
D(D$pfet_01v8_hvt$61 pfet_01v8_hvt
|
| 926 |
+
T(S
|
| 927 |
+
Q(l2 (-325 -500) (0 410) (-10 0) (0 590) (260 0) (0 -1000))
|
| 928 |
+
)
|
| 929 |
+
T(G
|
| 930 |
+
R(l4 (-75 -500) (150 1000))
|
| 931 |
+
)
|
| 932 |
+
T(D
|
| 933 |
+
R(l2 (75 -500) (270 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 (-405 -500) (330 1000))
|
| 942 |
+
)
|
| 943 |
+
T(G
|
| 944 |
+
R(l4 (-75 -500) (150 1000))
|
| 945 |
+
)
|
| 946 |
+
T(D
|
| 947 |
+
R(l2 (75 -500) (270 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 |
+
Q(l2 (-335 -210) (0 565) (-75 0) (0 420) (260 0) (0 -565) (75 0) (0 -420))
|
| 956 |
+
)
|
| 957 |
+
T(G
|
| 958 |
+
R(l4 (-75 -210) (150 420))
|
| 959 |
+
)
|
| 960 |
+
T(D
|
| 961 |
+
Q(l2 (75 -210) (0 420) (255 0) (0 -140) (5 0) (0 -280))
|
| 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 (150 -775) (0 565) (-75 0) (0 420) (260 0) (0 -565) (75 0) (0 -420))
|
| 970 |
+
)
|
| 971 |
+
T(G
|
| 972 |
+
R(l4 (-75 -210) (150 420))
|
| 973 |
+
)
|
| 974 |
+
T(D
|
| 975 |
+
R(l2 (-335 -210) (260 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 (-335 -500) (260 1000))
|
| 984 |
+
)
|
| 985 |
+
T(G
|
| 986 |
+
R(l4 (-75 -500) (150 1000))
|
| 987 |
+
)
|
| 988 |
+
T(D
|
| 989 |
+
R(l2 (75 -500) (275 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 (-350 -500) (275 1000))
|
| 998 |
+
)
|
| 999 |
+
T(G
|
| 1000 |
+
R(l4 (-75 -500) (150 1000))
|
| 1001 |
+
)
|
| 1002 |
+
T(D
|
| 1003 |
+
R(l2 (75 -500) (280 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 (-355 -500) (280 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 (-335 -320) (260 640))
|
| 1026 |
+
)
|
| 1027 |
+
T(G
|
| 1028 |
+
R(l4 (-75 -320) (150 640))
|
| 1029 |
+
)
|
| 1030 |
+
T(D
|
| 1031 |
+
Q(l2 (75 -320) (0 640) (525 0) (0 -420) (-275 0) (0 -220))
|
| 1032 |
+
)
|
| 1033 |
+
T(B
|
| 1034 |
+
R(l3 (-75 -320) (150 640))
|
| 1035 |
+
)
|
| 1036 |
+
)
|
| 1037 |
+
D(D$pfet_01v8_hvt$69 pfet_01v8_hvt
|
| 1038 |
+
T(S
|
| 1039 |
+
Q(l2 (-600 -430) (0 640) (525 0) (0 -420) (-275 0) (0 -220))
|
| 1040 |
+
)
|
| 1041 |
+
T(G
|
| 1042 |
+
R(l4 (-75 -210) (150 420))
|
| 1043 |
+
)
|
| 1044 |
+
T(D
|
| 1045 |
+
R(l2 (75 -210) (270 420))
|
| 1046 |
+
)
|
| 1047 |
+
T(B
|
| 1048 |
+
R(l3 (-75 -210) (150 420))
|
| 1049 |
+
)
|
| 1050 |
+
)
|
| 1051 |
+
D(D$pfet_01v8_hvt$70 pfet_01v8_hvt
|
| 1052 |
+
T(S
|
| 1053 |
+
Q(l2 (150 -430) (0 220) (-75 0) (0 420) (355 0) (0 -640))
|
| 1054 |
+
)
|
| 1055 |
+
T(G
|
| 1056 |
+
R(l4 (-75 -210) (150 420))
|
| 1057 |
+
)
|
| 1058 |
+
T(D
|
| 1059 |
+
R(l2 (-345 -210) (270 420))
|
| 1060 |
+
)
|
| 1061 |
+
T(B
|
| 1062 |
+
R(l3 (-75 -210) (150 420))
|
| 1063 |
+
)
|
| 1064 |
+
)
|
| 1065 |
+
D(D$pfet_01v8_hvt$71 pfet_01v8_hvt
|
| 1066 |
+
T(S
|
| 1067 |
+
Q(l2 (150 -680) (0 360) (-75 0) (0 640) (335 0) (0 -1000))
|
| 1068 |
+
)
|
| 1069 |
+
T(G
|
| 1070 |
+
R(l4 (-75 -320) (150 640))
|
| 1071 |
+
)
|
| 1072 |
+
T(D
|
| 1073 |
+
Q(l2 (-355 -320) (0 220) (-75 0) (0 420) (355 0) (0 -640))
|
| 1074 |
+
)
|
| 1075 |
+
T(B
|
| 1076 |
+
R(l3 (-75 -320) (150 640))
|
| 1077 |
+
)
|
| 1078 |
+
)
|
| 1079 |
+
D(D$pfet_01v8_hvt$72 pfet_01v8_hvt
|
| 1080 |
+
T(S
|
| 1081 |
+
Q(l2 (-335 -500) (0 360) (-75 0) (0 640) (335 0) (0 -1000))
|
| 1082 |
+
)
|
| 1083 |
+
T(G
|
| 1084 |
+
R(l4 (-75 -500) (150 1000))
|
| 1085 |
+
)
|
| 1086 |
+
T(D
|
| 1087 |
+
R(l2 (75 -500) (270 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 (-345 -500) (270 1000))
|
| 1096 |
+
)
|
| 1097 |
+
T(G
|
| 1098 |
+
R(l4 (-75 -500) (150 1000))
|
| 1099 |
+
)
|
| 1100 |
+
T(D
|
| 1101 |
+
R(l2 (75 -500) (340 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 (-335 -270) (260 540))
|
| 1110 |
+
)
|
| 1111 |
+
T(G
|
| 1112 |
+
R(l4 (-75 -270) (150 540))
|
| 1113 |
+
)
|
| 1114 |
+
T(D
|
| 1115 |
+
R(l2 (75 -270) (270 540))
|
| 1116 |
+
)
|
| 1117 |
+
T(B
|
| 1118 |
+
R(l3 (-75 -270) (150 540))
|
| 1119 |
+
)
|
| 1120 |
+
)
|
| 1121 |
+
D(D$pfet_01v8_hvt$75 pfet_01v8_hvt
|
| 1122 |
+
T(S
|
| 1123 |
+
R(l2 (-345 -270) (270 540))
|
| 1124 |
+
)
|
| 1125 |
+
T(G
|
| 1126 |
+
R(l4 (-75 -270) (150 540))
|
| 1127 |
+
)
|
| 1128 |
+
T(D
|
| 1129 |
+
R(l2 (75 -270) (260 540))
|
| 1130 |
+
)
|
| 1131 |
+
T(B
|
| 1132 |
+
R(l3 (-75 -270) (150 540))
|
| 1133 |
+
)
|
| 1134 |
+
)
|
| 1135 |
+
D(D$pfet_01v8_hvt$76 pfet_01v8_hvt
|
| 1136 |
+
T(S
|
| 1137 |
+
Q(l2 (-365 -320) (0 340) (-280 0) (0 420) (495 0) (0 -120) (75 0) (0 -640))
|
| 1138 |
+
)
|
| 1139 |
+
T(G
|
| 1140 |
+
R(l4 (-75 -320) (150 640))
|
| 1141 |
+
)
|
| 1142 |
+
T(D
|
| 1143 |
+
R(l2 (75 -320) (270 640))
|
| 1144 |
+
)
|
| 1145 |
+
T(B
|
| 1146 |
+
R(l3 (-75 -320) (150 640))
|
| 1147 |
+
)
|
| 1148 |
+
)
|
| 1149 |
+
D(D$pfet_01v8_hvt$77 pfet_01v8_hvt
|
| 1150 |
+
T(S
|
| 1151 |
+
R(l2 (-345 -320) (270 640))
|
| 1152 |
+
)
|
| 1153 |
+
T(G
|
| 1154 |
+
R(l4 (-75 -320) (150 640))
|
| 1155 |
+
)
|
| 1156 |
+
T(D
|
| 1157 |
+
R(l2 (75 -320) (260 640))
|
| 1158 |
+
)
|
| 1159 |
+
T(B
|
| 1160 |
+
R(l3 (-75 -320) (150 640))
|
| 1161 |
+
)
|
| 1162 |
+
)
|
| 1163 |
+
D(D$pfet_01v8_hvt$78 pfet_01v8_hvt
|
| 1164 |
+
T(S
|
| 1165 |
+
R(l2 (-335 -320) (260 640))
|
| 1166 |
+
)
|
| 1167 |
+
T(G
|
| 1168 |
+
R(l4 (-75 -320) (150 640))
|
| 1169 |
+
)
|
| 1170 |
+
T(D
|
| 1171 |
+
R(l2 (75 -320) (270 640))
|
| 1172 |
+
)
|
| 1173 |
+
T(B
|
| 1174 |
+
R(l3 (-75 -320) (150 640))
|
| 1175 |
+
)
|
| 1176 |
+
)
|
| 1177 |
+
D(D$pfet_01v8_hvt$79 pfet_01v8_hvt
|
| 1178 |
+
T(S
|
| 1179 |
+
R(l2 (-345 -320) (270 640))
|
| 1180 |
+
)
|
| 1181 |
+
T(G
|
| 1182 |
+
R(l4 (-75 -320) (150 640))
|
| 1183 |
+
)
|
| 1184 |
+
T(D
|
| 1185 |
+
Q(l2 (75 -320) (0 640) (325 0) (0 -420) (-75 0) (0 -220))
|
| 1186 |
+
)
|
| 1187 |
+
T(B
|
| 1188 |
+
R(l3 (-75 -320) (150 640))
|
| 1189 |
+
)
|
| 1190 |
+
)
|
| 1191 |
+
D(D$pfet_01v8_hvt$80 pfet_01v8_hvt
|
| 1192 |
+
T(S
|
| 1193 |
+
Q(l2 (-400 -430) (0 640) (325 0) (0 -420) (-75 0) (0 -220))
|
| 1194 |
+
)
|
| 1195 |
+
T(G
|
| 1196 |
+
R(l4 (-75 -210) (150 420))
|
| 1197 |
+
)
|
| 1198 |
+
T(D
|
| 1199 |
+
R(l2 (75 -210) (270 420))
|
| 1200 |
+
)
|
| 1201 |
+
T(B
|
| 1202 |
+
R(l3 (-75 -210) (150 420))
|
| 1203 |
+
)
|
| 1204 |
+
)
|
| 1205 |
+
D(D$pfet_01v8_hvt$81 pfet_01v8_hvt
|
| 1206 |
+
T(S
|
| 1207 |
+
Q(l2 (355 -550) (0 340) (-280 0) (0 420) (495 0) (0 -120) (75 0) (0 -640))
|
| 1208 |
+
)
|
| 1209 |
+
T(G
|
| 1210 |
+
R(l4 (-75 -210) (150 420))
|
| 1211 |
+
)
|
| 1212 |
+
T(D
|
| 1213 |
+
R(l2 (-345 -210) (270 420))
|
| 1214 |
+
)
|
| 1215 |
+
T(B
|
| 1216 |
+
R(l3 (-75 -210) (150 420))
|
| 1217 |
+
)
|
| 1218 |
+
)
|
| 1219 |
+
D(D$pfet_01v8_hvt$82 pfet_01v8_hvt
|
| 1220 |
+
T(S
|
| 1221 |
+
R(l2 (-335 -420) (260 840))
|
| 1222 |
+
)
|
| 1223 |
+
T(G
|
| 1224 |
+
R(l4 (-75 -420) (150 840))
|
| 1225 |
+
)
|
| 1226 |
+
T(D
|
| 1227 |
+
R(l2 (75 -420) (270 840))
|
| 1228 |
+
)
|
| 1229 |
+
T(B
|
| 1230 |
+
R(l3 (-75 -420) (150 840))
|
| 1231 |
+
)
|
| 1232 |
+
)
|
| 1233 |
+
D(D$pfet_01v8_hvt$83 pfet_01v8_hvt
|
| 1234 |
+
T(S
|
| 1235 |
+
R(l2 (-345 -420) (270 840))
|
| 1236 |
+
)
|
| 1237 |
+
T(G
|
| 1238 |
+
R(l4 (-75 -420) (150 840))
|
| 1239 |
+
)
|
| 1240 |
+
T(D
|
| 1241 |
+
R(l2 (75 -420) (280 840))
|
| 1242 |
+
)
|
| 1243 |
+
T(B
|
| 1244 |
+
R(l3 (-75 -420) (150 840))
|
| 1245 |
+
)
|
| 1246 |
+
)
|
| 1247 |
+
D(D$pfet_01v8_hvt$84 pfet_01v8_hvt
|
| 1248 |
+
T(S
|
| 1249 |
+
R(l2 (-335 -500) (260 1000))
|
| 1250 |
+
)
|
| 1251 |
+
T(G
|
| 1252 |
+
R(l4 (-75 -500) (150 1000))
|
| 1253 |
+
)
|
| 1254 |
+
T(D
|
| 1255 |
+
R(l2 (75 -500) (260 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 (-335 -500) (260 1000))
|
| 1264 |
+
)
|
| 1265 |
+
T(G
|
| 1266 |
+
R(l4 (-75 -500) (150 1000))
|
| 1267 |
+
)
|
| 1268 |
+
T(D
|
| 1269 |
+
R(l2 (75 -500) (380 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 (-455 -500) (380 1000))
|
| 1278 |
+
)
|
| 1279 |
+
T(G
|
| 1280 |
+
R(l4 (-75 -500) (150 1000))
|
| 1281 |
+
)
|
| 1282 |
+
T(D
|
| 1283 |
+
R(l2 (75 -500) (270 1000))
|
| 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 (-345 -500) (270 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) (270 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 (-355 -500) (280 1000))
|
| 1320 |
+
)
|
| 1321 |
+
T(G
|
| 1322 |
+
R(l4 (-75 -500) (150 1000))
|
| 1323 |
+
)
|
| 1324 |
+
T(D
|
| 1325 |
+
R(l2 (75 -500) (310 1000))
|
| 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 |
+
R(l2 (-385 -500) (310 1000))
|
| 1334 |
+
)
|
| 1335 |
+
T(G
|
| 1336 |
+
R(l4 (-75 -500) (150 1000))
|
| 1337 |
+
)
|
| 1338 |
+
T(D
|
| 1339 |
+
R(l2 (75 -500) (265 1000))
|
| 1340 |
+
)
|
| 1341 |
+
T(B
|
| 1342 |
+
R(l3 (-75 -500) (150 1000))
|
| 1343 |
+
)
|
| 1344 |
+
)
|
| 1345 |
+
D(D$pfet_01v8_hvt$91 pfet_01v8_hvt
|
| 1346 |
+
T(S
|
| 1347 |
+
R(l2 (-340 -500) (265 1000))
|
| 1348 |
+
)
|
| 1349 |
+
T(G
|
| 1350 |
+
R(l4 (-75 -500) (150 1000))
|
| 1351 |
+
)
|
| 1352 |
+
T(D
|
| 1353 |
+
R(l2 (75 -500) (265 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 (-340 -320) (265 640))
|
| 1362 |
+
)
|
| 1363 |
+
T(G
|
| 1364 |
+
R(l4 (-75 -320) (150 640))
|
| 1365 |
+
)
|
| 1366 |
+
T(D
|
| 1367 |
+
R(l2 (75 -320) (240 640))
|
| 1368 |
+
)
|
| 1369 |
+
T(B
|
| 1370 |
+
R(l3 (-75 -320) (150 640))
|
| 1371 |
+
)
|
| 1372 |
+
)
|
| 1373 |
+
D(D$pfet_01v8_hvt$93 pfet_01v8_hvt
|
| 1374 |
+
T(S
|
| 1375 |
+
R(l2 (-315 -320) (240 640))
|
| 1376 |
+
)
|
| 1377 |
+
T(G
|
| 1378 |
+
R(l4 (-75 -320) (150 640))
|
| 1379 |
+
)
|
| 1380 |
+
T(D
|
| 1381 |
+
R(l2 (75 -320) (280 640))
|
| 1382 |
+
)
|
| 1383 |
+
T(B
|
| 1384 |
+
R(l3 (-75 -320) (150 640))
|
| 1385 |
+
)
|
| 1386 |
+
)
|
| 1387 |
+
D(D$pfet_01v8_hvt$94 pfet_01v8_hvt
|
| 1388 |
+
T(S
|
| 1389 |
+
R(l2 (-355 -320) (280 640))
|
| 1390 |
+
)
|
| 1391 |
+
T(G
|
| 1392 |
+
R(l4 (-75 -320) (150 640))
|
| 1393 |
+
)
|
| 1394 |
+
T(D
|
| 1395 |
+
R(l2 (75 -320) (285 640))
|
| 1396 |
+
)
|
| 1397 |
+
T(B
|
| 1398 |
+
R(l3 (-75 -320) (150 640))
|
| 1399 |
+
)
|
| 1400 |
+
)
|
| 1401 |
+
D(D$nfet_01v8 nfet_01v8
|
| 1402 |
+
T(S
|
| 1403 |
+
R(l8 (-405 -210) (330 420))
|
| 1404 |
+
)
|
| 1405 |
+
T(G
|
| 1406 |
+
R(l4 (-75 -210) (150 420))
|
| 1407 |
+
)
|
| 1408 |
+
T(D
|
| 1409 |
+
R(l8 (75 -210) (280 420))
|
| 1410 |
+
)
|
| 1411 |
+
T(B
|
| 1412 |
+
R(l9 (-75 -210) (150 420))
|
| 1413 |
+
)
|
| 1414 |
+
)
|
| 1415 |
+
D(D$nfet_01v8$1 nfet_01v8
|
| 1416 |
+
T(S
|
| 1417 |
+
R(l8 (-355 -210) (280 420))
|
| 1418 |
+
)
|
| 1419 |
+
T(G
|
| 1420 |
+
R(l4 (-75 -210) (150 420))
|
| 1421 |
+
)
|
| 1422 |
+
T(D
|
| 1423 |
+
R(l8 (75 -210) (280 420))
|
| 1424 |
+
)
|
| 1425 |
+
T(B
|
| 1426 |
+
R(l9 (-75 -210) (150 420))
|
| 1427 |
+
)
|
| 1428 |
+
)
|
| 1429 |
+
D(D$nfet_01v8$2 nfet_01v8
|
| 1430 |
+
T(S
|
| 1431 |
+
R(l8 (-355 -210) (280 420))
|
| 1432 |
+
)
|
| 1433 |
+
T(G
|
| 1434 |
+
R(l4 (-75 -210) (150 420))
|
| 1435 |
+
)
|
| 1436 |
+
T(D
|
| 1437 |
+
R(l8 (75 -210) (395 420))
|
| 1438 |
+
)
|
| 1439 |
+
T(B
|
| 1440 |
+
R(l9 (-75 -210) (150 420))
|
| 1441 |
+
)
|
| 1442 |
+
)
|
| 1443 |
+
D(D$nfet_01v8$3 nfet_01v8
|
| 1444 |
+
T(S
|
| 1445 |
+
R(l8 (-335 -325) (260 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$4 nfet_01v8
|
| 1458 |
+
T(S
|
| 1459 |
+
R(l8 (-345 -325) (270 650))
|
| 1460 |
+
)
|
| 1461 |
+
T(G
|
| 1462 |
+
R(l4 (-75 -325) (150 650))
|
| 1463 |
+
)
|
| 1464 |
+
T(D
|
| 1465 |
+
R(l8 (75 -325) (260 650))
|
| 1466 |
+
)
|
| 1467 |
+
T(B
|
| 1468 |
+
R(l9 (-75 -325) (150 650))
|
| 1469 |
+
)
|
| 1470 |
+
)
|
| 1471 |
+
D(D$nfet_01v8$5 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) (310 650))
|
| 1480 |
+
)
|
| 1481 |
+
T(B
|
| 1482 |
+
R(l9 (-75 -325) (150 650))
|
| 1483 |
+
)
|
| 1484 |
+
)
|
| 1485 |
+
D(D$nfet_01v8$6 nfet_01v8
|
| 1486 |
+
T(S
|
| 1487 |
+
R(l8 (-385 -325) (310 650))
|
| 1488 |
+
)
|
| 1489 |
+
T(G
|
| 1490 |
+
R(l4 (-75 -325) (150 650))
|
| 1491 |
+
)
|
| 1492 |
+
T(D
|
| 1493 |
+
R(l8 (75 -325) (275 650))
|
| 1494 |
+
)
|
| 1495 |
+
T(B
|
| 1496 |
+
R(l9 (-75 -325) (150 650))
|
| 1497 |
+
)
|
| 1498 |
+
)
|
| 1499 |
+
D(D$nfet_01v8$7 nfet_01v8
|
| 1500 |
+
T(S
|
| 1501 |
+
R(l8 (-350 -325) (275 650))
|
| 1502 |
+
)
|
| 1503 |
+
T(G
|
| 1504 |
+
R(l4 (-75 -325) (150 650))
|
| 1505 |
+
)
|
| 1506 |
+
T(D
|
| 1507 |
+
R(l8 (75 -325) (455 650))
|
| 1508 |
+
)
|
| 1509 |
+
T(B
|
| 1510 |
+
R(l9 (-75 -325) (150 650))
|
| 1511 |
+
)
|
| 1512 |
+
)
|
| 1513 |
+
D(D$nfet_01v8$8 nfet_01v8
|
| 1514 |
+
T(S
|
| 1515 |
+
R(l8 (-345 -325) (270 650))
|
| 1516 |
+
)
|
| 1517 |
+
T(G
|
| 1518 |
+
R(l4 (-75 -325) (150 650))
|
| 1519 |
+
)
|
| 1520 |
+
T(D
|
| 1521 |
+
R(l8 (75 -325) (270 650))
|
| 1522 |
+
)
|
| 1523 |
+
T(B
|
| 1524 |
+
R(l9 (-75 -325) (150 650))
|
| 1525 |
+
)
|
| 1526 |
+
)
|
| 1527 |
+
D(D$nfet_01v8$9 nfet_01v8
|
| 1528 |
+
T(S
|
| 1529 |
+
R(l8 (-335 -210) (260 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$10 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 |
+
Q(l8 (75 -210) (0 420) (75 0) (0 230) (260 0) (0 -650))
|
| 1550 |
+
)
|
| 1551 |
+
T(B
|
| 1552 |
+
R(l9 (-75 -210) (150 420))
|
| 1553 |
+
)
|
| 1554 |
+
)
|
| 1555 |
+
D(D$nfet_01v8$11 nfet_01v8
|
| 1556 |
+
T(S
|
| 1557 |
+
Q(l8 (-410 -325) (0 420) (75 0) (0 230) (260 0) (0 -650))
|
| 1558 |
+
)
|
| 1559 |
+
T(G
|
| 1560 |
+
R(l4 (-75 -325) (150 650))
|
| 1561 |
+
)
|
| 1562 |
+
T(D
|
| 1563 |
+
R(l8 (75 -325) (260 650))
|
| 1564 |
+
)
|
| 1565 |
+
T(B
|
| 1566 |
+
R(l9 (-75 -325) (150 650))
|
| 1567 |
+
)
|
| 1568 |
+
)
|
| 1569 |
+
D(D$nfet_01v8$12 nfet_01v8
|
| 1570 |
+
T(S
|
| 1571 |
+
R(l8 (-345 -210) (270 420))
|
| 1572 |
+
)
|
| 1573 |
+
T(G
|
| 1574 |
+
R(l4 (-75 -210) (150 420))
|
| 1575 |
+
)
|
| 1576 |
+
T(D
|
| 1577 |
+
R(l8 (75 -210) (270 420))
|
| 1578 |
+
)
|
| 1579 |
+
T(B
|
| 1580 |
+
R(l9 (-75 -210) (150 420))
|
| 1581 |
+
)
|
| 1582 |
+
)
|
| 1583 |
+
D(D$nfet_01v8$13 nfet_01v8
|
| 1584 |
+
T(S
|
| 1585 |
+
Q(l8 (150 -240) (0 30) (-75 0) (0 420) (75 0) (0 200) (265 0) (0 -650))
|
| 1586 |
+
)
|
| 1587 |
+
T(G
|
| 1588 |
+
R(l4 (-75 -210) (150 420))
|
| 1589 |
+
)
|
| 1590 |
+
T(D
|
| 1591 |
+
R(l8 (-345 -210) (270 420))
|
| 1592 |
+
)
|
| 1593 |
+
T(B
|
| 1594 |
+
R(l9 (-75 -210) (150 420))
|
| 1595 |
+
)
|
| 1596 |
+
)
|
| 1597 |
+
D(D$nfet_01v8$14 nfet_01v8
|
| 1598 |
+
T(S
|
| 1599 |
+
Q(l8 (-340 -325) (0 30) (-75 0) (0 420) (75 0) (0 200) (265 0) (0 -650))
|
| 1600 |
+
)
|
| 1601 |
+
T(G
|
| 1602 |
+
R(l4 (-75 -325) (150 650))
|
| 1603 |
+
)
|
| 1604 |
+
T(D
|
| 1605 |
+
R(l8 (75 -325) (280 650))
|
| 1606 |
+
)
|
| 1607 |
+
T(B
|
| 1608 |
+
R(l9 (-75 -325) (150 650))
|
| 1609 |
+
)
|
| 1610 |
+
)
|
| 1611 |
+
D(D$nfet_01v8$15 nfet_01v8
|
| 1612 |
+
T(S
|
| 1613 |
+
Q(l8 (-470 -210) (0 650) (260 0) (0 -230) (135 0) (0 -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$16 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) (475 420))
|
| 1634 |
+
)
|
| 1635 |
+
T(B
|
| 1636 |
+
R(l9 (-75 -210) (150 420))
|
| 1637 |
+
)
|
| 1638 |
+
)
|
| 1639 |
+
D(D$nfet_01v8$17 nfet_01v8
|
| 1640 |
+
T(S
|
| 1641 |
+
R(l8 (-550 -210) (475 420))
|
| 1642 |
+
)
|
| 1643 |
+
T(G
|
| 1644 |
+
R(l4 (-75 -210) (150 420))
|
| 1645 |
+
)
|
| 1646 |
+
T(D
|
| 1647 |
+
R(l8 (75 -210) (330 420))
|
| 1648 |
+
)
|
| 1649 |
+
T(B
|
| 1650 |
+
R(l9 (-75 -210) (150 420))
|
| 1651 |
+
)
|
| 1652 |
+
)
|
| 1653 |
+
D(D$nfet_01v8$18 nfet_01v8
|
| 1654 |
+
T(S
|
| 1655 |
+
R(l8 (-405 -210) (330 420))
|
| 1656 |
+
)
|
| 1657 |
+
T(G
|
| 1658 |
+
R(l4 (-75 -210) (150 420))
|
| 1659 |
+
)
|
| 1660 |
+
T(D
|
| 1661 |
+
R(l8 (75 -210) (690 420))
|
| 1662 |
+
)
|
| 1663 |
+
T(B
|
| 1664 |
+
R(l9 (-75 -210) (150 420))
|
| 1665 |
+
)
|
| 1666 |
+
)
|
| 1667 |
+
D(D$nfet_01v8$19 nfet_01v8
|
| 1668 |
+
T(S
|
| 1669 |
+
R(l8 (-765 -210) (690 420))
|
| 1670 |
+
)
|
| 1671 |
+
T(G
|
| 1672 |
+
R(l4 (-75 -210) (150 420))
|
| 1673 |
+
)
|
| 1674 |
+
T(D
|
| 1675 |
+
R(l8 (75 -210) (260 420))
|
| 1676 |
+
)
|
| 1677 |
+
T(B
|
| 1678 |
+
R(l9 (-75 -210) (150 420))
|
| 1679 |
+
)
|
| 1680 |
+
)
|
| 1681 |
+
D(D$nfet_01v8$20 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 |
+
Q(l8 (75 -325) (0 650) (260 0) (0 -230) (135 0) (0 -420))
|
| 1690 |
+
)
|
| 1691 |
+
T(B
|
| 1692 |
+
R(l9 (-75 -325) (150 650))
|
| 1693 |
+
)
|
| 1694 |
+
)
|
| 1695 |
+
D(D$nfet_01v8$21 nfet_01v8
|
| 1696 |
+
T(S
|
| 1697 |
+
R(l8 (-345 -210) (270 420))
|
| 1698 |
+
)
|
| 1699 |
+
T(G
|
| 1700 |
+
R(l4 (-75 -210) (150 420))
|
| 1701 |
+
)
|
| 1702 |
+
T(D
|
| 1703 |
+
Q(l8 (75 -210) (0 420) (260 0) (0 -295) (-10 0) (0 -125))
|
| 1704 |
+
)
|
| 1705 |
+
T(B
|
| 1706 |
+
R(l9 (-75 -210) (150 420))
|
| 1707 |
+
)
|
| 1708 |
+
)
|
| 1709 |
+
D(D$nfet_01v8$22 nfet_01v8
|
| 1710 |
+
T(S
|
| 1711 |
+
R(l8 (-335 -325) (260 650))
|
| 1712 |
+
)
|
| 1713 |
+
T(G
|
| 1714 |
+
R(l4 (-75 -325) (150 650))
|
| 1715 |
+
)
|
| 1716 |
+
T(D
|
| 1717 |
+
R(l8 (75 -325) (260 650))
|
| 1718 |
+
)
|
| 1719 |
+
T(B
|
| 1720 |
+
R(l9 (-75 -325) (150 650))
|
| 1721 |
+
)
|
| 1722 |
+
)
|
| 1723 |
+
D(D$nfet_01v8$23 nfet_01v8
|
| 1724 |
+
T(S
|
| 1725 |
+
R(l8 (-335 -210) (260 420))
|
| 1726 |
+
)
|
| 1727 |
+
T(G
|
| 1728 |
+
R(l4 (-75 -210) (150 420))
|
| 1729 |
+
)
|
| 1730 |
+
T(D
|
| 1731 |
+
Q(l8 (75 -210) (0 420) (365 0) (0 250) (250 0) (0 -420) (-75 0) (0 -250))
|
| 1732 |
+
)
|
| 1733 |
+
T(B
|
| 1734 |
+
R(l9 (-75 -210) (150 420))
|
| 1735 |
+
)
|
| 1736 |
+
)
|
| 1737 |
+
D(D$nfet_01v8$24 nfet_01v8
|
| 1738 |
+
T(S
|
| 1739 |
+
Q(l8 (-690 -460) (0 420) (365 0) (0 250) (250 0) (0 -420) (-75 0) (0 -250))
|
| 1740 |
+
)
|
| 1741 |
+
T(G
|
| 1742 |
+
R(l4 (-75 -210) (150 420))
|
| 1743 |
+
)
|
| 1744 |
+
T(D
|
| 1745 |
+
R(l8 (75 -210) (260 420))
|
| 1746 |
+
)
|
| 1747 |
+
T(B
|
| 1748 |
+
R(l9 (-75 -210) (150 420))
|
| 1749 |
+
)
|
| 1750 |
+
)
|
| 1751 |
+
D(D$nfet_01v8$25 nfet_01v8
|
| 1752 |
+
T(S
|
| 1753 |
+
R(l8 (-345 -210) (270 420))
|
| 1754 |
+
)
|
| 1755 |
+
T(G
|
| 1756 |
+
R(l4 (-75 -210) (150 420))
|
| 1757 |
+
)
|
| 1758 |
+
T(D
|
| 1759 |
+
Q(l8 (75 -210) (0 420) (75 0) (0 170) (260 0) (0 -420) (-85 0) (0 -170))
|
| 1760 |
+
)
|
| 1761 |
+
T(B
|
| 1762 |
+
R(l9 (-75 -210) (150 420))
|
| 1763 |
+
)
|
| 1764 |
+
)
|
| 1765 |
+
D(D$nfet_01v8$26 nfet_01v8
|
| 1766 |
+
T(S
|
| 1767 |
+
Q(l8 (-410 -380) (0 420) (75 0) (0 170) (260 0) (0 -420) (-85 0) (0 -170))
|
| 1768 |
+
)
|
| 1769 |
+
T(G
|
| 1770 |
+
R(l4 (-75 -210) (150 420))
|
| 1771 |
+
)
|
| 1772 |
+
T(D
|
| 1773 |
+
R(l8 (75 -210) (260 420))
|
| 1774 |
+
)
|
| 1775 |
+
T(B
|
| 1776 |
+
R(l9 (-75 -210) (150 420))
|
| 1777 |
+
)
|
| 1778 |
+
)
|
| 1779 |
+
D(D$nfet_01v8$27 nfet_01v8
|
| 1780 |
+
T(S
|
| 1781 |
+
Q(l8 (-335 -210) (0 290) (10 0) (0 130) (250 0) (0 -420))
|
| 1782 |
+
)
|
| 1783 |
+
T(G
|
| 1784 |
+
R(l4 (-75 -210) (150 420))
|
| 1785 |
+
)
|
| 1786 |
+
T(D
|
| 1787 |
+
R(l8 (75 -210) (270 420))
|
| 1788 |
+
)
|
| 1789 |
+
T(B
|
| 1790 |
+
R(l9 (-75 -210) (150 420))
|
| 1791 |
+
)
|
| 1792 |
+
)
|
| 1793 |
+
D(D$nfet_01v8$28 nfet_01v8
|
| 1794 |
+
T(S
|
| 1795 |
+
R(l8 (-345 -210) (270 420))
|
| 1796 |
+
)
|
| 1797 |
+
T(G
|
| 1798 |
+
R(l4 (-75 -210) (150 420))
|
| 1799 |
+
)
|
| 1800 |
+
T(D
|
| 1801 |
+
R(l8 (75 -210) (260 420))
|
| 1802 |
+
)
|
| 1803 |
+
T(B
|
| 1804 |
+
R(l9 (-75 -210) (150 420))
|
| 1805 |
+
)
|
| 1806 |
+
)
|
| 1807 |
+
D(D$nfet_01v8$29 nfet_01v8
|
| 1808 |
+
T(S
|
| 1809 |
+
R(l8 (-335 -210) (260 420))
|
| 1810 |
+
)
|
| 1811 |
+
T(G
|
| 1812 |
+
R(l4 (-75 -210) (150 420))
|
| 1813 |
+
)
|
| 1814 |
+
T(D
|
| 1815 |
+
R(l8 (75 -210) (260 420))
|
| 1816 |
+
)
|
| 1817 |
+
T(B
|
| 1818 |
+
R(l9 (-75 -210) (150 420))
|
| 1819 |
+
)
|
| 1820 |
+
)
|
| 1821 |
+
D(D$nfet_01v8$30 nfet_01v8
|
| 1822 |
+
T(S
|
| 1823 |
+
R(l8 (-340 -210) (265 420))
|
| 1824 |
+
)
|
| 1825 |
+
T(G
|
| 1826 |
+
R(l4 (-75 -210) (150 420))
|
| 1827 |
+
)
|
| 1828 |
+
T(D
|
| 1829 |
+
R(l8 (75 -210) (210 420))
|
| 1830 |
+
)
|
| 1831 |
+
T(B
|
| 1832 |
+
R(l9 (-75 -210) (150 420))
|
| 1833 |
+
)
|
| 1834 |
+
)
|
| 1835 |
+
D(D$nfet_01v8$31 nfet_01v8
|
| 1836 |
+
T(S
|
| 1837 |
+
R(l8 (-285 -210) (210 420))
|
| 1838 |
+
)
|
| 1839 |
+
T(G
|
| 1840 |
+
R(l4 (-75 -210) (150 420))
|
| 1841 |
+
)
|
| 1842 |
+
T(D
|
| 1843 |
+
R(l8 (75 -210) (460 420))
|
| 1844 |
+
)
|
| 1845 |
+
T(B
|
| 1846 |
+
R(l9 (-75 -210) (150 420))
|
| 1847 |
+
)
|
| 1848 |
+
)
|
| 1849 |
+
D(D$nfet_01v8$32 nfet_01v8
|
| 1850 |
+
T(S
|
| 1851 |
+
R(l8 (-535 -210) (460 420))
|
| 1852 |
+
)
|
| 1853 |
+
T(G
|
| 1854 |
+
R(l4 (-75 -210) (150 420))
|
| 1855 |
+
)
|
| 1856 |
+
T(D
|
| 1857 |
+
R(l8 (75 -210) (265 420))
|
| 1858 |
+
)
|
| 1859 |
+
T(B
|
| 1860 |
+
R(l9 (-75 -210) (150 420))
|
| 1861 |
+
)
|
| 1862 |
+
)
|
| 1863 |
+
D(D$nfet_01v8$33 nfet_01v8
|
| 1864 |
+
T(S
|
| 1865 |
+
R(l8 (-335 -210) (260 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$34 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) (210 420))
|
| 1886 |
+
)
|
| 1887 |
+
T(B
|
| 1888 |
+
R(l9 (-75 -210) (150 420))
|
| 1889 |
+
)
|
| 1890 |
+
)
|
| 1891 |
+
D(D$nfet_01v8$35 nfet_01v8
|
| 1892 |
+
T(S
|
| 1893 |
+
R(l8 (-285 -210) (210 420))
|
| 1894 |
+
)
|
| 1895 |
+
T(G
|
| 1896 |
+
R(l4 (-75 -210) (150 420))
|
| 1897 |
+
)
|
| 1898 |
+
T(D
|
| 1899 |
+
Q(l8 (75 -210) (0 420) (240 0) (0 230) (250 0) (0 -650))
|
| 1900 |
+
)
|
| 1901 |
+
T(B
|
| 1902 |
+
R(l9 (-75 -210) (150 420))
|
| 1903 |
+
)
|
| 1904 |
+
)
|
| 1905 |
+
D(D$nfet_01v8$36 nfet_01v8
|
| 1906 |
+
T(S
|
| 1907 |
+
Q(l8 (-565 -325) (0 420) (240 0) (0 230) (250 0) (0 -650))
|
| 1908 |
+
)
|
| 1909 |
+
T(G
|
| 1910 |
+
R(l4 (-75 -325) (150 650))
|
| 1911 |
+
)
|
| 1912 |
+
T(D
|
| 1913 |
+
R(l8 (75 -325) (260 650))
|
| 1914 |
+
)
|
| 1915 |
+
T(B
|
| 1916 |
+
R(l9 (-75 -325) (150 650))
|
| 1917 |
+
)
|
| 1918 |
+
)
|
| 1919 |
+
D(D$nfet_01v8$37 nfet_01v8
|
| 1920 |
+
T(S
|
| 1921 |
+
R(l8 (-340 -325) (265 650))
|
| 1922 |
+
)
|
| 1923 |
+
T(G
|
| 1924 |
+
R(l4 (-75 -325) (150 650))
|
| 1925 |
+
)
|
| 1926 |
+
T(D
|
| 1927 |
+
R(l8 (75 -325) (280 650))
|
| 1928 |
+
)
|
| 1929 |
+
T(B
|
| 1930 |
+
R(l9 (-75 -325) (150 650))
|
| 1931 |
+
)
|
| 1932 |
+
)
|
| 1933 |
+
D(D$nfet_01v8$38 nfet_01v8
|
| 1934 |
+
T(S
|
| 1935 |
+
R(l8 (-355 -325) (280 650))
|
| 1936 |
+
)
|
| 1937 |
+
T(G
|
| 1938 |
+
R(l4 (-75 -325) (150 650))
|
| 1939 |
+
)
|
| 1940 |
+
T(D
|
| 1941 |
+
R(l8 (75 -325) (295 650))
|
| 1942 |
+
)
|
| 1943 |
+
T(B
|
| 1944 |
+
R(l9 (-75 -325) (150 650))
|
| 1945 |
+
)
|
| 1946 |
+
)
|
| 1947 |
+
D(D$nfet_01v8$39 nfet_01v8
|
| 1948 |
+
T(S
|
| 1949 |
+
R(l8 (-370 -325) (295 650))
|
| 1950 |
+
)
|
| 1951 |
+
T(G
|
| 1952 |
+
R(l4 (-75 -325) (150 650))
|
| 1953 |
+
)
|
| 1954 |
+
T(D
|
| 1955 |
+
R(l8 (75 -325) (265 650))
|
| 1956 |
+
)
|
| 1957 |
+
T(B
|
| 1958 |
+
R(l9 (-75 -325) (150 650))
|
| 1959 |
+
)
|
| 1960 |
+
)
|
| 1961 |
+
D(D$nfet_01v8$40 nfet_01v8
|
| 1962 |
+
T(S
|
| 1963 |
+
R(l8 (-345 -325) (270 650))
|
| 1964 |
+
)
|
| 1965 |
+
T(G
|
| 1966 |
+
R(l4 (-75 -325) (150 650))
|
| 1967 |
+
)
|
| 1968 |
+
T(D
|
| 1969 |
+
R(l8 (75 -325) (280 650))
|
| 1970 |
+
)
|
| 1971 |
+
T(B
|
| 1972 |
+
R(l9 (-75 -325) (150 650))
|
| 1973 |
+
)
|
| 1974 |
+
)
|
| 1975 |
+
D(D$nfet_01v8$41 nfet_01v8
|
| 1976 |
+
T(S
|
| 1977 |
+
R(l8 (-335 -325) (260 650))
|
| 1978 |
+
)
|
| 1979 |
+
T(G
|
| 1980 |
+
R(l4 (-75 -325) (150 650))
|
| 1981 |
+
)
|
| 1982 |
+
T(D
|
| 1983 |
+
R(l8 (75 -325) (210 650))
|
| 1984 |
+
)
|
| 1985 |
+
T(B
|
| 1986 |
+
R(l9 (-75 -325) (150 650))
|
| 1987 |
+
)
|
| 1988 |
+
)
|
| 1989 |
+
D(D$nfet_01v8$42 nfet_01v8
|
| 1990 |
+
T(S
|
| 1991 |
+
R(l8 (-285 -325) (210 650))
|
| 1992 |
+
)
|
| 1993 |
+
T(G
|
| 1994 |
+
R(l4 (-75 -325) (150 650))
|
| 1995 |
+
)
|
| 1996 |
+
T(D
|
| 1997 |
+
R(l8 (75 -325) (360 650))
|
| 1998 |
+
)
|
| 1999 |
+
T(B
|
| 2000 |
+
R(l9 (-75 -325) (150 650))
|
| 2001 |
+
)
|
| 2002 |
+
)
|
| 2003 |
+
D(D$nfet_01v8$43 nfet_01v8
|
| 2004 |
+
T(S
|
| 2005 |
+
R(l8 (-335 -325) (260 650))
|
| 2006 |
+
)
|
| 2007 |
+
T(G
|
| 2008 |
+
R(l4 (-75 -325) (150 650))
|
| 2009 |
+
)
|
| 2010 |
+
T(D
|
| 2011 |
+
R(l8 (75 -325) (230 650))
|
| 2012 |
+
)
|
| 2013 |
+
T(B
|
| 2014 |
+
R(l9 (-75 -325) (150 650))
|
| 2015 |
+
)
|
| 2016 |
+
)
|
| 2017 |
+
D(D$nfet_01v8$44 nfet_01v8
|
| 2018 |
+
T(S
|
| 2019 |
+
R(l8 (-305 -325) (230 650))
|
| 2020 |
+
)
|
| 2021 |
+
T(G
|
| 2022 |
+
R(l4 (-75 -325) (150 650))
|
| 2023 |
+
)
|
| 2024 |
+
T(D
|
| 2025 |
+
R(l8 (75 -325) (260 650))
|
| 2026 |
+
)
|
| 2027 |
+
T(B
|
| 2028 |
+
R(l9 (-75 -325) (150 650))
|
| 2029 |
+
)
|
| 2030 |
+
)
|
| 2031 |
+
D(D$nfet_01v8$45 nfet_01v8
|
| 2032 |
+
T(S
|
| 2033 |
+
R(l8 (-340 -325) (265 650))
|
| 2034 |
+
)
|
| 2035 |
+
T(G
|
| 2036 |
+
R(l4 (-75 -325) (150 650))
|
| 2037 |
+
)
|
| 2038 |
+
T(D
|
| 2039 |
+
R(l8 (75 -325) (390 650))
|
| 2040 |
+
)
|
| 2041 |
+
T(B
|
| 2042 |
+
R(l9 (-75 -325) (150 650))
|
| 2043 |
+
)
|
| 2044 |
+
)
|
| 2045 |
+
D(D$nfet_01v8$46 nfet_01v8
|
| 2046 |
+
T(S
|
| 2047 |
+
R(l8 (-465 -325) (390 650))
|
| 2048 |
+
)
|
| 2049 |
+
T(G
|
| 2050 |
+
R(l4 (-75 -325) (150 650))
|
| 2051 |
+
)
|
| 2052 |
+
T(D
|
| 2053 |
+
R(l8 (75 -325) (390 650))
|
| 2054 |
+
)
|
| 2055 |
+
T(B
|
| 2056 |
+
R(l9 (-75 -325) (150 650))
|
| 2057 |
+
)
|
| 2058 |
+
)
|
| 2059 |
+
D(D$nfet_01v8$47 nfet_01v8
|
| 2060 |
+
T(S
|
| 2061 |
+
R(l8 (-465 -325) (390 650))
|
| 2062 |
+
)
|
| 2063 |
+
T(G
|
| 2064 |
+
R(l4 (-75 -325) (150 650))
|
| 2065 |
+
)
|
| 2066 |
+
T(D
|
| 2067 |
+
R(l8 (75 -325) (210 650))
|
| 2068 |
+
)
|
| 2069 |
+
T(B
|
| 2070 |
+
R(l9 (-75 -325) (150 650))
|
| 2071 |
+
)
|
| 2072 |
+
)
|
| 2073 |
+
D(D$nfet_01v8$48 nfet_01v8
|
| 2074 |
+
T(S
|
| 2075 |
+
R(l8 (-285 -325) (210 650))
|
| 2076 |
+
)
|
| 2077 |
+
T(G
|
| 2078 |
+
R(l4 (-75 -325) (150 650))
|
| 2079 |
+
)
|
| 2080 |
+
T(D
|
| 2081 |
+
R(l8 (75 -325) (605 650))
|
| 2082 |
+
)
|
| 2083 |
+
T(B
|
| 2084 |
+
R(l9 (-75 -325) (150 650))
|
| 2085 |
+
)
|
| 2086 |
+
)
|
| 2087 |
+
D(D$nfet_01v8$49 nfet_01v8
|
| 2088 |
+
T(S
|
| 2089 |
+
R(l8 (-345 -325) (270 650))
|
| 2090 |
+
)
|
| 2091 |
+
T(G
|
| 2092 |
+
R(l4 (-75 -325) (150 650))
|
| 2093 |
+
)
|
| 2094 |
+
T(D
|
| 2095 |
+
R(l8 (75 -325) (610 650))
|
| 2096 |
+
)
|
| 2097 |
+
T(B
|
| 2098 |
+
R(l9 (-75 -325) (150 650))
|
| 2099 |
+
)
|
| 2100 |
+
)
|
| 2101 |
+
D(D$nfet_01v8$50 nfet_01v8
|
| 2102 |
+
T(S
|
| 2103 |
+
R(l8 (-685 -325) (610 650))
|
| 2104 |
+
)
|
| 2105 |
+
T(G
|
| 2106 |
+
R(l4 (-75 -325) (150 650))
|
| 2107 |
+
)
|
| 2108 |
+
T(D
|
| 2109 |
+
R(l8 (75 -325) (340 650))
|
| 2110 |
+
)
|
| 2111 |
+
T(B
|
| 2112 |
+
R(l9 (-75 -325) (150 650))
|
| 2113 |
+
)
|
| 2114 |
+
)
|
| 2115 |
+
D(D$nfet_01v8$51 nfet_01v8
|
| 2116 |
+
T(S
|
| 2117 |
+
R(l8 (-335 -210) (260 420))
|
| 2118 |
+
)
|
| 2119 |
+
T(G
|
| 2120 |
+
R(l4 (-75 -210) (150 420))
|
| 2121 |
+
)
|
| 2122 |
+
T(D
|
| 2123 |
+
Q(l8 (75 -210) (0 420) (75 0) (0 230) (260 0) (0 -650))
|
| 2124 |
+
)
|
| 2125 |
+
T(B
|
| 2126 |
+
R(l9 (-75 -210) (150 420))
|
| 2127 |
+
)
|
| 2128 |
+
)
|
| 2129 |
+
D(D$nfet_01v8$52 nfet_01v8
|
| 2130 |
+
T(S
|
| 2131 |
+
Q(l8 (-410 -325) (0 420) (75 0) (0 230) (260 0) (0 -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$53 nfet_01v8
|
| 2144 |
+
T(S
|
| 2145 |
+
R(l8 (-415 -325) (340 650))
|
| 2146 |
+
)
|
| 2147 |
+
T(G
|
| 2148 |
+
R(l4 (-75 -325) (150 650))
|
| 2149 |
+
)
|
| 2150 |
+
T(D
|
| 2151 |
+
R(l8 (75 -325) (270 650))
|
| 2152 |
+
)
|
| 2153 |
+
T(B
|
| 2154 |
+
R(l9 (-75 -325) (150 650))
|
| 2155 |
+
)
|
| 2156 |
+
)
|
| 2157 |
+
D(D$nfet_01v8$54 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 |
+
Q(l8 (75 -325) (0 650) (335 0) (0 -420) (-75 0) (0 -230))
|
| 2166 |
+
)
|
| 2167 |
+
T(B
|
| 2168 |
+
R(l9 (-75 -325) (150 650))
|
| 2169 |
+
)
|
| 2170 |
+
)
|
| 2171 |
+
D(D$nfet_01v8$55 nfet_01v8
|
| 2172 |
+
T(S
|
| 2173 |
+
Q(l8 (-410 -440) (0 650) (335 0) (0 -420) (-75 0) (0 -230))
|
| 2174 |
+
)
|
| 2175 |
+
T(G
|
| 2176 |
+
R(l4 (-75 -210) (150 420))
|
| 2177 |
+
)
|
| 2178 |
+
T(D
|
| 2179 |
+
R(l8 (75 -210) (260 420))
|
| 2180 |
+
)
|
| 2181 |
+
T(B
|
| 2182 |
+
R(l9 (-75 -210) (150 420))
|
| 2183 |
+
)
|
| 2184 |
+
)
|
| 2185 |
+
D(D$nfet_01v8$56 nfet_01v8
|
| 2186 |
+
T(S
|
| 2187 |
+
R(l8 (-345 -325) (270 650))
|
| 2188 |
+
)
|
| 2189 |
+
T(G
|
| 2190 |
+
R(l4 (-75 -325) (150 650))
|
| 2191 |
+
)
|
| 2192 |
+
T(D
|
| 2193 |
+
R(l8 (75 -325) (330 650))
|
| 2194 |
+
)
|
| 2195 |
+
T(B
|
| 2196 |
+
R(l9 (-75 -325) (150 650))
|
| 2197 |
+
)
|
| 2198 |
+
)
|
| 2199 |
+
D(D$nfet_01v8$57 nfet_01v8
|
| 2200 |
+
T(S
|
| 2201 |
+
R(l8 (-405 -325) (330 650))
|
| 2202 |
+
)
|
| 2203 |
+
T(G
|
| 2204 |
+
R(l4 (-75 -325) (150 650))
|
| 2205 |
+
)
|
| 2206 |
+
T(D
|
| 2207 |
+
R(l8 (75 -325) (260 650))
|
| 2208 |
+
)
|
| 2209 |
+
T(B
|
| 2210 |
+
R(l9 (-75 -325) (150 650))
|
| 2211 |
+
)
|
| 2212 |
+
)
|
| 2213 |
+
D(D$nfet_01v8$58 nfet_01v8
|
| 2214 |
+
T(S
|
| 2215 |
+
R(l8 (-405 -325) (330 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$59 nfet_01v8
|
| 2228 |
+
T(S
|
| 2229 |
+
R(l8 (-335 -210) (260 420))
|
| 2230 |
+
)
|
| 2231 |
+
T(G
|
| 2232 |
+
R(l4 (-75 -210) (150 420))
|
| 2233 |
+
)
|
| 2234 |
+
T(D
|
| 2235 |
+
R(l8 (75 -210) (290 420))
|
| 2236 |
+
)
|
| 2237 |
+
T(B
|
| 2238 |
+
R(l9 (-75 -210) (150 420))
|
| 2239 |
+
)
|
| 2240 |
+
)
|
| 2241 |
+
D(D$nfet_01v8$60 nfet_01v8
|
| 2242 |
+
T(S
|
| 2243 |
+
R(l8 (-365 -210) (290 420))
|
| 2244 |
+
)
|
| 2245 |
+
T(G
|
| 2246 |
+
R(l4 (-75 -210) (150 420))
|
| 2247 |
+
)
|
| 2248 |
+
T(D
|
| 2249 |
+
R(l8 (75 -210) (260 420))
|
| 2250 |
+
)
|
| 2251 |
+
T(B
|
| 2252 |
+
R(l9 (-75 -210) (150 420))
|
| 2253 |
+
)
|
| 2254 |
+
)
|
| 2255 |
+
D(D$nfet_01v8$61 nfet_01v8
|
| 2256 |
+
T(S
|
| 2257 |
+
R(l8 (-335 -325) (260 650))
|
| 2258 |
+
)
|
| 2259 |
+
T(G
|
| 2260 |
+
R(l4 (-75 -325) (150 650))
|
| 2261 |
+
)
|
| 2262 |
+
T(D
|
| 2263 |
+
R(l8 (75 -325) (790 650))
|
| 2264 |
+
)
|
| 2265 |
+
T(B
|
| 2266 |
+
R(l9 (-75 -325) (150 650))
|
| 2267 |
+
)
|
| 2268 |
+
)
|
| 2269 |
+
D(D$nfet_01v8$62 nfet_01v8
|
| 2270 |
+
T(S
|
| 2271 |
+
R(l8 (-865 -325) (790 650))
|
| 2272 |
+
)
|
| 2273 |
+
T(G
|
| 2274 |
+
R(l4 (-75 -325) (150 650))
|
| 2275 |
+
)
|
| 2276 |
+
T(D
|
| 2277 |
+
R(l8 (75 -325) (275 650))
|
| 2278 |
+
)
|
| 2279 |
+
T(B
|
| 2280 |
+
R(l9 (-75 -325) (150 650))
|
| 2281 |
+
)
|
| 2282 |
+
)
|
| 2283 |
+
D(D$nfet_01v8$63 nfet_01v8
|
| 2284 |
+
T(S
|
| 2285 |
+
R(l8 (-350 -325) (275 650))
|
| 2286 |
+
)
|
| 2287 |
+
T(G
|
| 2288 |
+
R(l4 (-75 -325) (150 650))
|
| 2289 |
+
)
|
| 2290 |
+
T(D
|
| 2291 |
+
R(l8 (75 -325) (280 650))
|
| 2292 |
+
)
|
| 2293 |
+
T(B
|
| 2294 |
+
R(l9 (-75 -325) (150 650))
|
| 2295 |
+
)
|
| 2296 |
+
)
|
| 2297 |
+
D(D$nfet_01v8$64 nfet_01v8
|
| 2298 |
+
T(S
|
| 2299 |
+
R(l8 (-355 -325) (280 650))
|
| 2300 |
+
)
|
| 2301 |
+
T(G
|
| 2302 |
+
R(l4 (-75 -325) (150 650))
|
| 2303 |
+
)
|
| 2304 |
+
T(D
|
| 2305 |
+
R(l8 (75 -325) (265 650))
|
| 2306 |
+
)
|
| 2307 |
+
T(B
|
| 2308 |
+
R(l9 (-75 -325) (150 650))
|
| 2309 |
+
)
|
| 2310 |
+
)
|
| 2311 |
+
D(D$nfet_01v8$65 nfet_01v8
|
| 2312 |
+
T(S
|
| 2313 |
+
Q(l8 (-460 -180) (0 420) (310 0) (0 -60) (75 0) (0 -360))
|
| 2314 |
+
)
|
| 2315 |
+
T(G
|
| 2316 |
+
R(l4 (-75 -180) (150 360))
|
| 2317 |
+
)
|
| 2318 |
+
T(D
|
| 2319 |
+
R(l8 (75 -180) (400 360))
|
| 2320 |
+
)
|
| 2321 |
+
T(B
|
| 2322 |
+
R(l9 (-75 -180) (150 360))
|
| 2323 |
+
)
|
| 2324 |
+
)
|
| 2325 |
+
D(D$nfet_01v8$66 nfet_01v8
|
| 2326 |
+
T(S
|
| 2327 |
+
R(l8 (-475 -180) (400 360))
|
| 2328 |
+
)
|
| 2329 |
+
T(G
|
| 2330 |
+
R(l4 (-75 -180) (150 360))
|
| 2331 |
+
)
|
| 2332 |
+
T(D
|
| 2333 |
+
Q(l8 (75 -180) (0 360) (75 0) (0 60) (250 0) (0 -420))
|
| 2334 |
+
)
|
| 2335 |
+
T(B
|
| 2336 |
+
R(l9 (-75 -180) (150 360))
|
| 2337 |
+
)
|
| 2338 |
+
)
|
| 2339 |
+
D(D$nfet_01v8$67 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 |
+
Q(l8 (75 -210) (0 420) (310 0) (0 -60) (75 0) (0 -360))
|
| 2348 |
+
)
|
| 2349 |
+
T(B
|
| 2350 |
+
R(l9 (-75 -210) (150 420))
|
| 2351 |
+
)
|
| 2352 |
+
)
|
| 2353 |
+
D(D$nfet_01v8$68 nfet_01v8
|
| 2354 |
+
T(S
|
| 2355 |
+
Q(l8 (-400 -210) (0 360) (75 0) (0 60) (250 0) (0 -420))
|
| 2356 |
+
)
|
| 2357 |
+
T(G
|
| 2358 |
+
R(l4 (-75 -210) (150 420))
|
| 2359 |
+
)
|
| 2360 |
+
T(D
|
| 2361 |
+
Q(l8 (75 -210) (0 420) (75 0) (0 230) (280 0) (0 -650))
|
| 2362 |
+
)
|
| 2363 |
+
T(B
|
| 2364 |
+
R(l9 (-75 -210) (150 420))
|
| 2365 |
+
)
|
| 2366 |
+
)
|
| 2367 |
+
D(D$nfet_01v8$69 nfet_01v8
|
| 2368 |
+
T(S
|
| 2369 |
+
Q(l8 (-430 -325) (0 420) (75 0) (0 230) (280 0) (0 -650))
|
| 2370 |
+
)
|
| 2371 |
+
T(G
|
| 2372 |
+
R(l4 (-75 -325) (150 650))
|
| 2373 |
+
)
|
| 2374 |
+
T(D
|
| 2375 |
+
R(l8 (75 -325) (270 650))
|
| 2376 |
+
)
|
| 2377 |
+
T(B
|
| 2378 |
+
R(l9 (-75 -325) (150 650))
|
| 2379 |
+
)
|
| 2380 |
+
)
|
| 2381 |
+
D(D$nfet_01v8$70 nfet_01v8
|
| 2382 |
+
T(S
|
| 2383 |
+
R(l8 (-345 -325) (270 650))
|
| 2384 |
+
)
|
| 2385 |
+
T(G
|
| 2386 |
+
R(l4 (-75 -325) (150 650))
|
| 2387 |
+
)
|
| 2388 |
+
T(D
|
| 2389 |
+
R(l8 (75 -325) (340 650))
|
| 2390 |
+
)
|
| 2391 |
+
T(B
|
| 2392 |
+
R(l9 (-75 -325) (150 650))
|
| 2393 |
+
)
|
| 2394 |
+
)
|
| 2395 |
+
D(D$nfet_01v8$71 nfet_01v8
|
| 2396 |
+
T(S
|
| 2397 |
+
Q(l8 (-400 -180) (0 420) (250 0) (0 -60) (75 0) (0 -360))
|
| 2398 |
+
)
|
| 2399 |
+
T(G
|
| 2400 |
+
R(l4 (-75 -180) (150 360))
|
| 2401 |
+
)
|
| 2402 |
+
T(D
|
| 2403 |
+
R(l8 (75 -180) (395 360))
|
| 2404 |
+
)
|
| 2405 |
+
T(B
|
| 2406 |
+
R(l9 (-75 -180) (150 360))
|
| 2407 |
+
)
|
| 2408 |
+
)
|
| 2409 |
+
D(D$nfet_01v8$72 nfet_01v8
|
| 2410 |
+
T(S
|
| 2411 |
+
R(l8 (-470 -180) (395 360))
|
| 2412 |
+
)
|
| 2413 |
+
T(G
|
| 2414 |
+
R(l4 (-75 -180) (150 360))
|
| 2415 |
+
)
|
| 2416 |
+
T(D
|
| 2417 |
+
Q(l8 (75 -180) (0 360) (75 0) (0 60) (255 0) (0 -420))
|
| 2418 |
+
)
|
| 2419 |
+
T(B
|
| 2420 |
+
R(l9 (-75 -180) (150 360))
|
| 2421 |
+
)
|
| 2422 |
+
)
|
| 2423 |
+
D(D$nfet_01v8$73 nfet_01v8
|
| 2424 |
+
T(S
|
| 2425 |
+
R(l8 (-345 -210) (270 420))
|
| 2426 |
+
)
|
| 2427 |
+
T(G
|
| 2428 |
+
R(l4 (-75 -210) (150 420))
|
| 2429 |
+
)
|
| 2430 |
+
T(D
|
| 2431 |
+
Q(l8 (75 -210) (0 420) (250 0) (0 -60) (75 0) (0 -360))
|
| 2432 |
+
)
|
| 2433 |
+
T(B
|
| 2434 |
+
R(l9 (-75 -210) (150 420))
|
| 2435 |
+
)
|
| 2436 |
+
)
|
| 2437 |
+
D(D$nfet_01v8$74 nfet_01v8
|
| 2438 |
+
T(S
|
| 2439 |
+
Q(l8 (-405 -210) (0 360) (75 0) (0 60) (255 0) (0 -420))
|
| 2440 |
+
)
|
| 2441 |
+
T(G
|
| 2442 |
+
R(l4 (-75 -210) (150 420))
|
| 2443 |
+
)
|
| 2444 |
+
T(D
|
| 2445 |
+
R(l8 (75 -210) (390 420))
|
| 2446 |
+
)
|
| 2447 |
+
T(B
|
| 2448 |
+
R(l9 (-75 -210) (150 420))
|
| 2449 |
+
)
|
| 2450 |
+
)
|
| 2451 |
+
D(D$nfet_01v8$75 nfet_01v8
|
| 2452 |
+
T(S
|
| 2453 |
+
R(l8 (-465 -210) (390 420))
|
| 2454 |
+
)
|
| 2455 |
+
T(G
|
| 2456 |
+
R(l4 (-75 -210) (150 420))
|
| 2457 |
+
)
|
| 2458 |
+
T(D
|
| 2459 |
+
R(l8 (75 -210) (270 420))
|
| 2460 |
+
)
|
| 2461 |
+
T(B
|
| 2462 |
+
R(l9 (-75 -210) (150 420))
|
| 2463 |
+
)
|
| 2464 |
+
)
|
| 2465 |
+
D(D$nfet_01v8$76 nfet_01v8
|
| 2466 |
+
T(S
|
| 2467 |
+
R(l8 (-335 -210) (260 420))
|
| 2468 |
+
)
|
| 2469 |
+
T(G
|
| 2470 |
+
R(l4 (-75 -210) (150 420))
|
| 2471 |
+
)
|
| 2472 |
+
T(D
|
| 2473 |
+
R(l8 (75 -210) (275 420))
|
| 2474 |
+
)
|
| 2475 |
+
T(B
|
| 2476 |
+
R(l9 (-75 -210) (150 420))
|
| 2477 |
+
)
|
| 2478 |
+
)
|
| 2479 |
+
D(D$nfet_01v8$77 nfet_01v8
|
| 2480 |
+
T(S
|
| 2481 |
+
R(l8 (-350 -210) (275 420))
|
| 2482 |
+
)
|
| 2483 |
+
T(G
|
| 2484 |
+
R(l4 (-75 -210) (150 420))
|
| 2485 |
+
)
|
| 2486 |
+
T(D
|
| 2487 |
+
R(l8 (75 -210) (260 420))
|
| 2488 |
+
)
|
| 2489 |
+
T(B
|
| 2490 |
+
R(l9 (-75 -210) (150 420))
|
| 2491 |
+
)
|
| 2492 |
+
)
|
| 2493 |
+
D(D$nfet_01v8$78 nfet_01v8
|
| 2494 |
+
T(S
|
| 2495 |
+
R(l8 (-335 -210) (260 420))
|
| 2496 |
+
)
|
| 2497 |
+
T(G
|
| 2498 |
+
R(l4 (-75 -210) (150 420))
|
| 2499 |
+
)
|
| 2500 |
+
T(D
|
| 2501 |
+
R(l8 (75 -210) (285 420))
|
| 2502 |
+
)
|
| 2503 |
+
T(B
|
| 2504 |
+
R(l9 (-75 -210) (150 420))
|
| 2505 |
+
)
|
| 2506 |
+
)
|
| 2507 |
+
D(D$nfet_01v8$79 nfet_01v8
|
| 2508 |
+
T(S
|
| 2509 |
+
R(l8 (-335 -325) (260 650))
|
| 2510 |
+
)
|
| 2511 |
+
T(G
|
| 2512 |
+
R(l4 (-75 -325) (150 650))
|
| 2513 |
+
)
|
| 2514 |
+
T(D
|
| 2515 |
+
R(l8 (75 -325) (365 650))
|
| 2516 |
+
)
|
| 2517 |
+
T(B
|
| 2518 |
+
R(l9 (-75 -325) (150 650))
|
| 2519 |
+
)
|
| 2520 |
+
)
|
| 2521 |
+
D(D$nfet_01v8$80 nfet_01v8
|
| 2522 |
+
T(S
|
| 2523 |
+
R(l8 (-440 -325) (365 650))
|
| 2524 |
+
)
|
| 2525 |
+
T(G
|
| 2526 |
+
R(l4 (-75 -325) (150 650))
|
| 2527 |
+
)
|
| 2528 |
+
T(D
|
| 2529 |
+
R(l8 (75 -325) (275 650))
|
| 2530 |
+
)
|
| 2531 |
+
T(B
|
| 2532 |
+
R(l9 (-75 -325) (150 650))
|
| 2533 |
+
)
|
| 2534 |
+
)
|
| 2535 |
+
D(D$nfet_01v8$81 nfet_01v8
|
| 2536 |
+
T(S
|
| 2537 |
+
R(l8 (-350 -325) (275 650))
|
| 2538 |
+
)
|
| 2539 |
+
T(G
|
| 2540 |
+
R(l4 (-75 -325) (150 650))
|
| 2541 |
+
)
|
| 2542 |
+
T(D
|
| 2543 |
+
R(l8 (75 -325) (270 650))
|
| 2544 |
+
)
|
| 2545 |
+
T(B
|
| 2546 |
+
R(l9 (-75 -325) (150 650))
|
| 2547 |
+
)
|
| 2548 |
+
)
|
| 2549 |
+
D(D$nfet_01v8$82 nfet_01v8
|
| 2550 |
+
T(S
|
| 2551 |
+
R(l8 (-340 -210) (265 420))
|
| 2552 |
+
)
|
| 2553 |
+
T(G
|
| 2554 |
+
R(l4 (-75 -210) (150 420))
|
| 2555 |
+
)
|
| 2556 |
+
T(D
|
| 2557 |
+
R(l8 (75 -210) (280 420))
|
| 2558 |
+
)
|
| 2559 |
+
T(B
|
| 2560 |
+
R(l9 (-75 -210) (150 420))
|
| 2561 |
+
)
|
| 2562 |
+
)
|
| 2563 |
+
D(D$nfet_01v8$83 nfet_01v8
|
| 2564 |
+
T(S
|
| 2565 |
+
R(l8 (-355 -210) (280 420))
|
| 2566 |
+
)
|
| 2567 |
+
T(G
|
| 2568 |
+
R(l4 (-75 -210) (150 420))
|
| 2569 |
+
)
|
| 2570 |
+
T(D
|
| 2571 |
+
R(l8 (75 -210) (265 420))
|
| 2572 |
+
)
|
| 2573 |
+
T(B
|
| 2574 |
+
R(l9 (-75 -210) (150 420))
|
| 2575 |
+
)
|
| 2576 |
+
)
|
| 2577 |
+
D(D$nfet_01v8$84 nfet_01v8
|
| 2578 |
+
T(S
|
| 2579 |
+
R(l8 (-340 -325) (265 650))
|
| 2580 |
+
)
|
| 2581 |
+
T(G
|
| 2582 |
+
R(l4 (-75 -325) (150 650))
|
| 2583 |
+
)
|
| 2584 |
+
T(D
|
| 2585 |
+
R(l8 (75 -325) (800 650))
|
| 2586 |
+
)
|
| 2587 |
+
T(B
|
| 2588 |
+
R(l9 (-75 -325) (150 650))
|
| 2589 |
+
)
|
| 2590 |
+
)
|
| 2591 |
+
D(D$nfet_01v8$85 nfet_01v8
|
| 2592 |
+
T(S
|
| 2593 |
+
R(l8 (-875 -325) (800 650))
|
| 2594 |
+
)
|
| 2595 |
+
T(G
|
| 2596 |
+
R(l4 (-75 -325) (150 650))
|
| 2597 |
+
)
|
| 2598 |
+
T(D
|
| 2599 |
+
R(l8 (75 -325) (280 650))
|
| 2600 |
+
)
|
| 2601 |
+
T(B
|
| 2602 |
+
R(l9 (-75 -325) (150 650))
|
| 2603 |
+
)
|
| 2604 |
+
)
|
| 2605 |
+
D(D$nfet_01v8$86 nfet_01v8
|
| 2606 |
+
T(S
|
| 2607 |
+
R(l8 (-355 -325) (280 650))
|
| 2608 |
+
)
|
| 2609 |
+
T(G
|
| 2610 |
+
R(l4 (-75 -325) (150 650))
|
| 2611 |
+
)
|
| 2612 |
+
T(D
|
| 2613 |
+
R(l8 (75 -325) (280 650))
|
| 2614 |
+
)
|
| 2615 |
+
T(B
|
| 2616 |
+
R(l9 (-75 -325) (150 650))
|
| 2617 |
+
)
|
| 2618 |
+
)
|
| 2619 |
+
D(D$nfet_01v8$87 nfet_01v8
|
| 2620 |
+
T(S
|
| 2621 |
+
R(l8 (-355 -325) (280 650))
|
| 2622 |
+
)
|
| 2623 |
+
T(G
|
| 2624 |
+
R(l4 (-75 -325) (150 650))
|
| 2625 |
+
)
|
| 2626 |
+
T(D
|
| 2627 |
+
R(l8 (75 -325) (310 650))
|
| 2628 |
+
)
|
| 2629 |
+
T(B
|
| 2630 |
+
R(l9 (-75 -325) (150 650))
|
| 2631 |
+
)
|
| 2632 |
+
)
|
| 2633 |
+
D(D$nfet_01v8$88 nfet_01v8
|
| 2634 |
+
T(S
|
| 2635 |
+
R(l8 (-385 -325) (310 650))
|
| 2636 |
+
)
|
| 2637 |
+
T(G
|
| 2638 |
+
R(l4 (-75 -325) (150 650))
|
| 2639 |
+
)
|
| 2640 |
+
T(D
|
| 2641 |
+
R(l8 (75 -325) (265 650))
|
| 2642 |
+
)
|
| 2643 |
+
T(B
|
| 2644 |
+
R(l9 (-75 -325) (150 650))
|
| 2645 |
+
)
|
| 2646 |
+
)
|
| 2647 |
+
)
|
| 2648 |
+
H(
|
| 2649 |
+
K(NFET_01V8 MOS4)
|
| 2650 |
+
K(PFET_01V8_HVT MOS4)
|
| 2651 |
+
K(RES RES)
|
| 2652 |
+
)
|
| 2653 |
+
Z(
|
| 2654 |
+
)
|
barrel_w32_left_sky130_500mhz/flow/netlist.v
ADDED
|
@@ -0,0 +1,1106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* Generated by Yosys 0.46 (git sha1 e97731b9dda91fa5fa53ed87df7c34163ba59a41, clang++ 17.0.6 -fPIC -O3) */
|
| 2 |
+
|
| 3 |
+
module barrel_w32_left(din, shamt, dout);
|
| 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 |
+
input [31:0] din;
|
| 123 |
+
wire [31:0] din;
|
| 124 |
+
output [31:0] dout;
|
| 125 |
+
wire [31:0] dout;
|
| 126 |
+
input [4:0] shamt;
|
| 127 |
+
wire [4:0] shamt;
|
| 128 |
+
sky130_fd_sc_hd__clkinv_1 _118_ (
|
| 129 |
+
.A(shamt[4]),
|
| 130 |
+
.Y(_094_)
|
| 131 |
+
);
|
| 132 |
+
sky130_fd_sc_hd__clkinv_1 _119_ (
|
| 133 |
+
.A(shamt[3]),
|
| 134 |
+
.Y(_095_)
|
| 135 |
+
);
|
| 136 |
+
sky130_fd_sc_hd__clkinv_1 _120_ (
|
| 137 |
+
.A(shamt[2]),
|
| 138 |
+
.Y(_096_)
|
| 139 |
+
);
|
| 140 |
+
sky130_fd_sc_hd__lpflow_isobufsrc_1 _121_ (
|
| 141 |
+
.A(din[0]),
|
| 142 |
+
.SLEEP(shamt[0]),
|
| 143 |
+
.X(_097_)
|
| 144 |
+
);
|
| 145 |
+
sky130_fd_sc_hd__nor3b_1 _122_ (
|
| 146 |
+
.A(shamt[2]),
|
| 147 |
+
.B(shamt[1]),
|
| 148 |
+
.C_N(_097_),
|
| 149 |
+
.Y(_098_)
|
| 150 |
+
);
|
| 151 |
+
sky130_fd_sc_hd__nand2_1 _123_ (
|
| 152 |
+
.A(_095_),
|
| 153 |
+
.B(_098_),
|
| 154 |
+
.Y(_099_)
|
| 155 |
+
);
|
| 156 |
+
sky130_fd_sc_hd__nor2_1 _124_ (
|
| 157 |
+
.A(shamt[4]),
|
| 158 |
+
.B(_099_),
|
| 159 |
+
.Y(dout[0])
|
| 160 |
+
);
|
| 161 |
+
sky130_fd_sc_hd__mux2i_1 _125_ (
|
| 162 |
+
.A0(din[1]),
|
| 163 |
+
.A1(din[0]),
|
| 164 |
+
.S(shamt[0]),
|
| 165 |
+
.Y(_100_)
|
| 166 |
+
);
|
| 167 |
+
sky130_fd_sc_hd__lpflow_inputiso1p_1 _126_ (
|
| 168 |
+
.A(shamt[1]),
|
| 169 |
+
.SLEEP(_100_),
|
| 170 |
+
.X(_101_)
|
| 171 |
+
);
|
| 172 |
+
sky130_fd_sc_hd__or3_1 _127_ (
|
| 173 |
+
.A(shamt[3]),
|
| 174 |
+
.B(shamt[2]),
|
| 175 |
+
.C(_101_),
|
| 176 |
+
.X(_102_)
|
| 177 |
+
);
|
| 178 |
+
sky130_fd_sc_hd__nor2_1 _128_ (
|
| 179 |
+
.A(shamt[4]),
|
| 180 |
+
.B(_102_),
|
| 181 |
+
.Y(dout[1])
|
| 182 |
+
);
|
| 183 |
+
sky130_fd_sc_hd__mux2_1 _129_ (
|
| 184 |
+
.A0(din[2]),
|
| 185 |
+
.A1(din[1]),
|
| 186 |
+
.S(shamt[0]),
|
| 187 |
+
.X(_103_)
|
| 188 |
+
);
|
| 189 |
+
sky130_fd_sc_hd__mux2_1 _130_ (
|
| 190 |
+
.A0(_103_),
|
| 191 |
+
.A1(_097_),
|
| 192 |
+
.S(shamt[1]),
|
| 193 |
+
.X(_104_)
|
| 194 |
+
);
|
| 195 |
+
sky130_fd_sc_hd__nand3_1 _131_ (
|
| 196 |
+
.A(_095_),
|
| 197 |
+
.B(_096_),
|
| 198 |
+
.C(_104_),
|
| 199 |
+
.Y(_105_)
|
| 200 |
+
);
|
| 201 |
+
sky130_fd_sc_hd__nor2_1 _132_ (
|
| 202 |
+
.A(shamt[4]),
|
| 203 |
+
.B(_105_),
|
| 204 |
+
.Y(dout[2])
|
| 205 |
+
);
|
| 206 |
+
sky130_fd_sc_hd__mux4_2 _133_ (
|
| 207 |
+
.A0(din[3]),
|
| 208 |
+
.A1(din[2]),
|
| 209 |
+
.A2(din[1]),
|
| 210 |
+
.A3(din[0]),
|
| 211 |
+
.S0(shamt[0]),
|
| 212 |
+
.S1(shamt[1]),
|
| 213 |
+
.X(_106_)
|
| 214 |
+
);
|
| 215 |
+
sky130_fd_sc_hd__and2_0 _134_ (
|
| 216 |
+
.A(_096_),
|
| 217 |
+
.B(_106_),
|
| 218 |
+
.X(_107_)
|
| 219 |
+
);
|
| 220 |
+
sky130_fd_sc_hd__and3_1 _135_ (
|
| 221 |
+
.A(_094_),
|
| 222 |
+
.B(_095_),
|
| 223 |
+
.C(_107_),
|
| 224 |
+
.X(dout[3])
|
| 225 |
+
);
|
| 226 |
+
sky130_fd_sc_hd__mux2_1 _136_ (
|
| 227 |
+
.A0(din[4]),
|
| 228 |
+
.A1(din[3]),
|
| 229 |
+
.S(shamt[0]),
|
| 230 |
+
.X(_108_)
|
| 231 |
+
);
|
| 232 |
+
sky130_fd_sc_hd__mux4_2 _137_ (
|
| 233 |
+
.A0(din[4]),
|
| 234 |
+
.A1(din[3]),
|
| 235 |
+
.A2(din[2]),
|
| 236 |
+
.A3(din[1]),
|
| 237 |
+
.S0(shamt[0]),
|
| 238 |
+
.S1(shamt[1]),
|
| 239 |
+
.X(_109_)
|
| 240 |
+
);
|
| 241 |
+
sky130_fd_sc_hd__nor4bb_1 _138_ (
|
| 242 |
+
.A(shamt[1]),
|
| 243 |
+
.B(shamt[0]),
|
| 244 |
+
.C_N(din[0]),
|
| 245 |
+
.D_N(shamt[2]),
|
| 246 |
+
.Y(_110_)
|
| 247 |
+
);
|
| 248 |
+
sky130_fd_sc_hd__a21o_1 _139_ (
|
| 249 |
+
.A1(_096_),
|
| 250 |
+
.A2(_109_),
|
| 251 |
+
.B1(_110_),
|
| 252 |
+
.X(_111_)
|
| 253 |
+
);
|
| 254 |
+
sky130_fd_sc_hd__nand2_1 _140_ (
|
| 255 |
+
.A(_095_),
|
| 256 |
+
.B(_111_),
|
| 257 |
+
.Y(_112_)
|
| 258 |
+
);
|
| 259 |
+
sky130_fd_sc_hd__nor2_1 _141_ (
|
| 260 |
+
.A(shamt[4]),
|
| 261 |
+
.B(_112_),
|
| 262 |
+
.Y(dout[4])
|
| 263 |
+
);
|
| 264 |
+
sky130_fd_sc_hd__mux4_2 _142_ (
|
| 265 |
+
.A0(din[5]),
|
| 266 |
+
.A1(din[4]),
|
| 267 |
+
.A2(din[3]),
|
| 268 |
+
.A3(din[2]),
|
| 269 |
+
.S0(shamt[0]),
|
| 270 |
+
.S1(shamt[1]),
|
| 271 |
+
.X(_113_)
|
| 272 |
+
);
|
| 273 |
+
sky130_fd_sc_hd__clkinv_1 _143_ (
|
| 274 |
+
.A(_113_),
|
| 275 |
+
.Y(_114_)
|
| 276 |
+
);
|
| 277 |
+
sky130_fd_sc_hd__nor3_1 _144_ (
|
| 278 |
+
.A(_096_),
|
| 279 |
+
.B(shamt[1]),
|
| 280 |
+
.C(_100_),
|
| 281 |
+
.Y(_115_)
|
| 282 |
+
);
|
| 283 |
+
sky130_fd_sc_hd__a21oi_1 _145_ (
|
| 284 |
+
.A1(_096_),
|
| 285 |
+
.A2(_113_),
|
| 286 |
+
.B1(_115_),
|
| 287 |
+
.Y(_116_)
|
| 288 |
+
);
|
| 289 |
+
sky130_fd_sc_hd__nor3_1 _146_ (
|
| 290 |
+
.A(shamt[4]),
|
| 291 |
+
.B(shamt[3]),
|
| 292 |
+
.C(_116_),
|
| 293 |
+
.Y(dout[5])
|
| 294 |
+
);
|
| 295 |
+
sky130_fd_sc_hd__mux2_1 _147_ (
|
| 296 |
+
.A0(din[6]),
|
| 297 |
+
.A1(din[5]),
|
| 298 |
+
.S(shamt[0]),
|
| 299 |
+
.X(_117_)
|
| 300 |
+
);
|
| 301 |
+
sky130_fd_sc_hd__mux4_2 _148_ (
|
| 302 |
+
.A0(din[6]),
|
| 303 |
+
.A1(din[5]),
|
| 304 |
+
.A2(din[4]),
|
| 305 |
+
.A3(din[3]),
|
| 306 |
+
.S0(shamt[0]),
|
| 307 |
+
.S1(shamt[1]),
|
| 308 |
+
.X(_000_)
|
| 309 |
+
);
|
| 310 |
+
sky130_fd_sc_hd__mux4_2 _149_ (
|
| 311 |
+
.A0(_103_),
|
| 312 |
+
.A1(_117_),
|
| 313 |
+
.A2(_097_),
|
| 314 |
+
.A3(_108_),
|
| 315 |
+
.S0(_096_),
|
| 316 |
+
.S1(shamt[1]),
|
| 317 |
+
.X(_001_)
|
| 318 |
+
);
|
| 319 |
+
sky130_fd_sc_hd__nand2_1 _150_ (
|
| 320 |
+
.A(_095_),
|
| 321 |
+
.B(_001_),
|
| 322 |
+
.Y(_002_)
|
| 323 |
+
);
|
| 324 |
+
sky130_fd_sc_hd__nor2_1 _151_ (
|
| 325 |
+
.A(shamt[4]),
|
| 326 |
+
.B(_002_),
|
| 327 |
+
.Y(dout[6])
|
| 328 |
+
);
|
| 329 |
+
sky130_fd_sc_hd__mux4_2 _152_ (
|
| 330 |
+
.A0(din[7]),
|
| 331 |
+
.A1(din[6]),
|
| 332 |
+
.A2(din[5]),
|
| 333 |
+
.A3(din[4]),
|
| 334 |
+
.S0(shamt[0]),
|
| 335 |
+
.S1(shamt[1]),
|
| 336 |
+
.X(_003_)
|
| 337 |
+
);
|
| 338 |
+
sky130_fd_sc_hd__mux2_1 _153_ (
|
| 339 |
+
.A0(_106_),
|
| 340 |
+
.A1(_003_),
|
| 341 |
+
.S(_096_),
|
| 342 |
+
.X(_004_)
|
| 343 |
+
);
|
| 344 |
+
sky130_fd_sc_hd__nand2_1 _154_ (
|
| 345 |
+
.A(_095_),
|
| 346 |
+
.B(_004_),
|
| 347 |
+
.Y(_005_)
|
| 348 |
+
);
|
| 349 |
+
sky130_fd_sc_hd__nor2_1 _155_ (
|
| 350 |
+
.A(shamt[4]),
|
| 351 |
+
.B(_005_),
|
| 352 |
+
.Y(dout[7])
|
| 353 |
+
);
|
| 354 |
+
sky130_fd_sc_hd__mux4_2 _156_ (
|
| 355 |
+
.A0(din[8]),
|
| 356 |
+
.A1(din[7]),
|
| 357 |
+
.A2(din[6]),
|
| 358 |
+
.A3(din[5]),
|
| 359 |
+
.S0(shamt[0]),
|
| 360 |
+
.S1(shamt[1]),
|
| 361 |
+
.X(_006_)
|
| 362 |
+
);
|
| 363 |
+
sky130_fd_sc_hd__mux2_1 _157_ (
|
| 364 |
+
.A0(_109_),
|
| 365 |
+
.A1(_006_),
|
| 366 |
+
.S(_096_),
|
| 367 |
+
.X(_007_)
|
| 368 |
+
);
|
| 369 |
+
sky130_fd_sc_hd__mux2i_1 _158_ (
|
| 370 |
+
.A0(_098_),
|
| 371 |
+
.A1(_007_),
|
| 372 |
+
.S(_095_),
|
| 373 |
+
.Y(_008_)
|
| 374 |
+
);
|
| 375 |
+
sky130_fd_sc_hd__nor2_1 _159_ (
|
| 376 |
+
.A(shamt[4]),
|
| 377 |
+
.B(_008_),
|
| 378 |
+
.Y(dout[8])
|
| 379 |
+
);
|
| 380 |
+
sky130_fd_sc_hd__mux4_2 _160_ (
|
| 381 |
+
.A0(din[9]),
|
| 382 |
+
.A1(din[8]),
|
| 383 |
+
.A2(din[7]),
|
| 384 |
+
.A3(din[6]),
|
| 385 |
+
.S0(shamt[0]),
|
| 386 |
+
.S1(shamt[1]),
|
| 387 |
+
.X(_009_)
|
| 388 |
+
);
|
| 389 |
+
sky130_fd_sc_hd__clkinv_1 _161_ (
|
| 390 |
+
.A(_009_),
|
| 391 |
+
.Y(_010_)
|
| 392 |
+
);
|
| 393 |
+
sky130_fd_sc_hd__mux2_1 _162_ (
|
| 394 |
+
.A0(_113_),
|
| 395 |
+
.A1(_009_),
|
| 396 |
+
.S(_096_),
|
| 397 |
+
.X(_011_)
|
| 398 |
+
);
|
| 399 |
+
sky130_fd_sc_hd__nor4_1 _163_ (
|
| 400 |
+
.A(_095_),
|
| 401 |
+
.B(shamt[2]),
|
| 402 |
+
.C(shamt[1]),
|
| 403 |
+
.D(_100_),
|
| 404 |
+
.Y(_012_)
|
| 405 |
+
);
|
| 406 |
+
sky130_fd_sc_hd__a21oi_1 _164_ (
|
| 407 |
+
.A1(_095_),
|
| 408 |
+
.A2(_011_),
|
| 409 |
+
.B1(_012_),
|
| 410 |
+
.Y(_013_)
|
| 411 |
+
);
|
| 412 |
+
sky130_fd_sc_hd__nor2_1 _165_ (
|
| 413 |
+
.A(shamt[4]),
|
| 414 |
+
.B(_013_),
|
| 415 |
+
.Y(dout[9])
|
| 416 |
+
);
|
| 417 |
+
sky130_fd_sc_hd__mux4_2 _166_ (
|
| 418 |
+
.A0(din[10]),
|
| 419 |
+
.A1(din[9]),
|
| 420 |
+
.A2(din[8]),
|
| 421 |
+
.A3(din[7]),
|
| 422 |
+
.S0(shamt[0]),
|
| 423 |
+
.S1(shamt[1]),
|
| 424 |
+
.X(_014_)
|
| 425 |
+
);
|
| 426 |
+
sky130_fd_sc_hd__mux2_1 _167_ (
|
| 427 |
+
.A0(_000_),
|
| 428 |
+
.A1(_014_),
|
| 429 |
+
.S(_096_),
|
| 430 |
+
.X(_015_)
|
| 431 |
+
);
|
| 432 |
+
sky130_fd_sc_hd__a21oi_1 _168_ (
|
| 433 |
+
.A1(_096_),
|
| 434 |
+
.A2(_104_),
|
| 435 |
+
.B1(_095_),
|
| 436 |
+
.Y(_016_)
|
| 437 |
+
);
|
| 438 |
+
sky130_fd_sc_hd__nor2_1 _169_ (
|
| 439 |
+
.A(shamt[3]),
|
| 440 |
+
.B(_015_),
|
| 441 |
+
.Y(_017_)
|
| 442 |
+
);
|
| 443 |
+
sky130_fd_sc_hd__nor3_1 _170_ (
|
| 444 |
+
.A(shamt[4]),
|
| 445 |
+
.B(_016_),
|
| 446 |
+
.C(_017_),
|
| 447 |
+
.Y(dout[10])
|
| 448 |
+
);
|
| 449 |
+
sky130_fd_sc_hd__mux4_2 _171_ (
|
| 450 |
+
.A0(din[11]),
|
| 451 |
+
.A1(din[10]),
|
| 452 |
+
.A2(din[9]),
|
| 453 |
+
.A3(din[8]),
|
| 454 |
+
.S0(shamt[0]),
|
| 455 |
+
.S1(shamt[1]),
|
| 456 |
+
.X(_018_)
|
| 457 |
+
);
|
| 458 |
+
sky130_fd_sc_hd__mux2_1 _172_ (
|
| 459 |
+
.A0(_003_),
|
| 460 |
+
.A1(_018_),
|
| 461 |
+
.S(_096_),
|
| 462 |
+
.X(_019_)
|
| 463 |
+
);
|
| 464 |
+
sky130_fd_sc_hd__mux2i_1 _173_ (
|
| 465 |
+
.A0(_107_),
|
| 466 |
+
.A1(_019_),
|
| 467 |
+
.S(_095_),
|
| 468 |
+
.Y(_020_)
|
| 469 |
+
);
|
| 470 |
+
sky130_fd_sc_hd__nor2_1 _174_ (
|
| 471 |
+
.A(shamt[4]),
|
| 472 |
+
.B(_020_),
|
| 473 |
+
.Y(dout[11])
|
| 474 |
+
);
|
| 475 |
+
sky130_fd_sc_hd__mux4_2 _175_ (
|
| 476 |
+
.A0(din[12]),
|
| 477 |
+
.A1(din[11]),
|
| 478 |
+
.A2(din[10]),
|
| 479 |
+
.A3(din[9]),
|
| 480 |
+
.S0(shamt[0]),
|
| 481 |
+
.S1(shamt[1]),
|
| 482 |
+
.X(_021_)
|
| 483 |
+
);
|
| 484 |
+
sky130_fd_sc_hd__mux2_1 _176_ (
|
| 485 |
+
.A0(_006_),
|
| 486 |
+
.A1(_021_),
|
| 487 |
+
.S(_096_),
|
| 488 |
+
.X(_022_)
|
| 489 |
+
);
|
| 490 |
+
sky130_fd_sc_hd__mux2i_1 _177_ (
|
| 491 |
+
.A0(_111_),
|
| 492 |
+
.A1(_022_),
|
| 493 |
+
.S(_095_),
|
| 494 |
+
.Y(_023_)
|
| 495 |
+
);
|
| 496 |
+
sky130_fd_sc_hd__nor2_1 _178_ (
|
| 497 |
+
.A(shamt[4]),
|
| 498 |
+
.B(_023_),
|
| 499 |
+
.Y(dout[12])
|
| 500 |
+
);
|
| 501 |
+
sky130_fd_sc_hd__mux4_2 _179_ (
|
| 502 |
+
.A0(din[13]),
|
| 503 |
+
.A1(din[12]),
|
| 504 |
+
.A2(din[11]),
|
| 505 |
+
.A3(din[10]),
|
| 506 |
+
.S0(shamt[0]),
|
| 507 |
+
.S1(shamt[1]),
|
| 508 |
+
.X(_024_)
|
| 509 |
+
);
|
| 510 |
+
sky130_fd_sc_hd__clkinv_1 _180_ (
|
| 511 |
+
.A(_024_),
|
| 512 |
+
.Y(_025_)
|
| 513 |
+
);
|
| 514 |
+
sky130_fd_sc_hd__mux4_2 _181_ (
|
| 515 |
+
.A0(_101_),
|
| 516 |
+
.A1(_114_),
|
| 517 |
+
.A2(_010_),
|
| 518 |
+
.A3(_025_),
|
| 519 |
+
.S0(_096_),
|
| 520 |
+
.S1(_095_),
|
| 521 |
+
.X(_026_)
|
| 522 |
+
);
|
| 523 |
+
sky130_fd_sc_hd__nor2_1 _182_ (
|
| 524 |
+
.A(shamt[4]),
|
| 525 |
+
.B(_026_),
|
| 526 |
+
.Y(dout[13])
|
| 527 |
+
);
|
| 528 |
+
sky130_fd_sc_hd__mux4_2 _183_ (
|
| 529 |
+
.A0(din[14]),
|
| 530 |
+
.A1(din[13]),
|
| 531 |
+
.A2(din[12]),
|
| 532 |
+
.A3(din[11]),
|
| 533 |
+
.S0(shamt[0]),
|
| 534 |
+
.S1(shamt[1]),
|
| 535 |
+
.X(_027_)
|
| 536 |
+
);
|
| 537 |
+
sky130_fd_sc_hd__mux2_1 _184_ (
|
| 538 |
+
.A0(_014_),
|
| 539 |
+
.A1(_027_),
|
| 540 |
+
.S(_096_),
|
| 541 |
+
.X(_028_)
|
| 542 |
+
);
|
| 543 |
+
sky130_fd_sc_hd__mux2i_1 _185_ (
|
| 544 |
+
.A0(_001_),
|
| 545 |
+
.A1(_028_),
|
| 546 |
+
.S(_095_),
|
| 547 |
+
.Y(_029_)
|
| 548 |
+
);
|
| 549 |
+
sky130_fd_sc_hd__nor2_1 _186_ (
|
| 550 |
+
.A(shamt[4]),
|
| 551 |
+
.B(_029_),
|
| 552 |
+
.Y(dout[14])
|
| 553 |
+
);
|
| 554 |
+
sky130_fd_sc_hd__mux4_2 _187_ (
|
| 555 |
+
.A0(din[15]),
|
| 556 |
+
.A1(din[14]),
|
| 557 |
+
.A2(din[13]),
|
| 558 |
+
.A3(din[12]),
|
| 559 |
+
.S0(shamt[0]),
|
| 560 |
+
.S1(shamt[1]),
|
| 561 |
+
.X(_030_)
|
| 562 |
+
);
|
| 563 |
+
sky130_fd_sc_hd__mux2_1 _188_ (
|
| 564 |
+
.A0(_018_),
|
| 565 |
+
.A1(_030_),
|
| 566 |
+
.S(_096_),
|
| 567 |
+
.X(_031_)
|
| 568 |
+
);
|
| 569 |
+
sky130_fd_sc_hd__mux2i_1 _189_ (
|
| 570 |
+
.A0(_004_),
|
| 571 |
+
.A1(_031_),
|
| 572 |
+
.S(_095_),
|
| 573 |
+
.Y(_032_)
|
| 574 |
+
);
|
| 575 |
+
sky130_fd_sc_hd__nor2_1 _190_ (
|
| 576 |
+
.A(shamt[4]),
|
| 577 |
+
.B(_032_),
|
| 578 |
+
.Y(dout[15])
|
| 579 |
+
);
|
| 580 |
+
sky130_fd_sc_hd__mux4_2 _191_ (
|
| 581 |
+
.A0(din[16]),
|
| 582 |
+
.A1(din[15]),
|
| 583 |
+
.A2(din[14]),
|
| 584 |
+
.A3(din[13]),
|
| 585 |
+
.S0(shamt[0]),
|
| 586 |
+
.S1(shamt[1]),
|
| 587 |
+
.X(_033_)
|
| 588 |
+
);
|
| 589 |
+
sky130_fd_sc_hd__nor2_1 _192_ (
|
| 590 |
+
.A(_096_),
|
| 591 |
+
.B(_021_),
|
| 592 |
+
.Y(_034_)
|
| 593 |
+
);
|
| 594 |
+
sky130_fd_sc_hd__nor2_1 _193_ (
|
| 595 |
+
.A(shamt[2]),
|
| 596 |
+
.B(_033_),
|
| 597 |
+
.Y(_035_)
|
| 598 |
+
);
|
| 599 |
+
sky130_fd_sc_hd__or3_1 _194_ (
|
| 600 |
+
.A(shamt[3]),
|
| 601 |
+
.B(_034_),
|
| 602 |
+
.C(_035_),
|
| 603 |
+
.X(_036_)
|
| 604 |
+
);
|
| 605 |
+
sky130_fd_sc_hd__a21oi_1 _195_ (
|
| 606 |
+
.A1(shamt[3]),
|
| 607 |
+
.A2(_007_),
|
| 608 |
+
.B1(shamt[4]),
|
| 609 |
+
.Y(_037_)
|
| 610 |
+
);
|
| 611 |
+
sky130_fd_sc_hd__a22oi_1 _196_ (
|
| 612 |
+
.A1(shamt[4]),
|
| 613 |
+
.A2(_099_),
|
| 614 |
+
.B1(_036_),
|
| 615 |
+
.B2(_037_),
|
| 616 |
+
.Y(dout[16])
|
| 617 |
+
);
|
| 618 |
+
sky130_fd_sc_hd__mux4_2 _197_ (
|
| 619 |
+
.A0(din[17]),
|
| 620 |
+
.A1(din[16]),
|
| 621 |
+
.A2(din[15]),
|
| 622 |
+
.A3(din[14]),
|
| 623 |
+
.S0(shamt[0]),
|
| 624 |
+
.S1(shamt[1]),
|
| 625 |
+
.X(_038_)
|
| 626 |
+
);
|
| 627 |
+
sky130_fd_sc_hd__nor2_1 _198_ (
|
| 628 |
+
.A(shamt[2]),
|
| 629 |
+
.B(_038_),
|
| 630 |
+
.Y(_039_)
|
| 631 |
+
);
|
| 632 |
+
sky130_fd_sc_hd__a211o_1 _199_ (
|
| 633 |
+
.A1(shamt[2]),
|
| 634 |
+
.A2(_025_),
|
| 635 |
+
.B1(_039_),
|
| 636 |
+
.C1(shamt[3]),
|
| 637 |
+
.X(_040_)
|
| 638 |
+
);
|
| 639 |
+
sky130_fd_sc_hd__a21oi_1 _200_ (
|
| 640 |
+
.A1(shamt[3]),
|
| 641 |
+
.A2(_011_),
|
| 642 |
+
.B1(shamt[4]),
|
| 643 |
+
.Y(_041_)
|
| 644 |
+
);
|
| 645 |
+
sky130_fd_sc_hd__a22oi_1 _201_ (
|
| 646 |
+
.A1(shamt[4]),
|
| 647 |
+
.A2(_102_),
|
| 648 |
+
.B1(_040_),
|
| 649 |
+
.B2(_041_),
|
| 650 |
+
.Y(dout[17])
|
| 651 |
+
);
|
| 652 |
+
sky130_fd_sc_hd__mux4_2 _202_ (
|
| 653 |
+
.A0(din[18]),
|
| 654 |
+
.A1(din[17]),
|
| 655 |
+
.A2(din[16]),
|
| 656 |
+
.A3(din[15]),
|
| 657 |
+
.S0(shamt[0]),
|
| 658 |
+
.S1(shamt[1]),
|
| 659 |
+
.X(_042_)
|
| 660 |
+
);
|
| 661 |
+
sky130_fd_sc_hd__lpflow_inputiso1p_1 _203_ (
|
| 662 |
+
.A(shamt[2]),
|
| 663 |
+
.SLEEP(_042_),
|
| 664 |
+
.X(_043_)
|
| 665 |
+
);
|
| 666 |
+
sky130_fd_sc_hd__o211ai_1 _204_ (
|
| 667 |
+
.A1(_096_),
|
| 668 |
+
.A2(_027_),
|
| 669 |
+
.B1(_043_),
|
| 670 |
+
.C1(_095_),
|
| 671 |
+
.Y(_044_)
|
| 672 |
+
);
|
| 673 |
+
sky130_fd_sc_hd__a21oi_1 _205_ (
|
| 674 |
+
.A1(shamt[3]),
|
| 675 |
+
.A2(_015_),
|
| 676 |
+
.B1(shamt[4]),
|
| 677 |
+
.Y(_045_)
|
| 678 |
+
);
|
| 679 |
+
sky130_fd_sc_hd__a22oi_1 _206_ (
|
| 680 |
+
.A1(shamt[4]),
|
| 681 |
+
.A2(_105_),
|
| 682 |
+
.B1(_044_),
|
| 683 |
+
.B2(_045_),
|
| 684 |
+
.Y(dout[18])
|
| 685 |
+
);
|
| 686 |
+
sky130_fd_sc_hd__mux4_2 _207_ (
|
| 687 |
+
.A0(din[19]),
|
| 688 |
+
.A1(din[18]),
|
| 689 |
+
.A2(din[17]),
|
| 690 |
+
.A3(din[16]),
|
| 691 |
+
.S0(shamt[0]),
|
| 692 |
+
.S1(shamt[1]),
|
| 693 |
+
.X(_046_)
|
| 694 |
+
);
|
| 695 |
+
sky130_fd_sc_hd__nor2_1 _208_ (
|
| 696 |
+
.A(_096_),
|
| 697 |
+
.B(_030_),
|
| 698 |
+
.Y(_047_)
|
| 699 |
+
);
|
| 700 |
+
sky130_fd_sc_hd__nor2_1 _209_ (
|
| 701 |
+
.A(shamt[2]),
|
| 702 |
+
.B(_046_),
|
| 703 |
+
.Y(_048_)
|
| 704 |
+
);
|
| 705 |
+
sky130_fd_sc_hd__or3_1 _210_ (
|
| 706 |
+
.A(shamt[3]),
|
| 707 |
+
.B(_047_),
|
| 708 |
+
.C(_048_),
|
| 709 |
+
.X(_049_)
|
| 710 |
+
);
|
| 711 |
+
sky130_fd_sc_hd__a21oi_1 _211_ (
|
| 712 |
+
.A1(shamt[3]),
|
| 713 |
+
.A2(_019_),
|
| 714 |
+
.B1(shamt[4]),
|
| 715 |
+
.Y(_050_)
|
| 716 |
+
);
|
| 717 |
+
sky130_fd_sc_hd__a21oi_1 _212_ (
|
| 718 |
+
.A1(_095_),
|
| 719 |
+
.A2(_107_),
|
| 720 |
+
.B1(_094_),
|
| 721 |
+
.Y(_051_)
|
| 722 |
+
);
|
| 723 |
+
sky130_fd_sc_hd__a21oi_1 _213_ (
|
| 724 |
+
.A1(_049_),
|
| 725 |
+
.A2(_050_),
|
| 726 |
+
.B1(_051_),
|
| 727 |
+
.Y(dout[19])
|
| 728 |
+
);
|
| 729 |
+
sky130_fd_sc_hd__mux4_2 _214_ (
|
| 730 |
+
.A0(din[20]),
|
| 731 |
+
.A1(din[19]),
|
| 732 |
+
.A2(din[18]),
|
| 733 |
+
.A3(din[17]),
|
| 734 |
+
.S0(shamt[0]),
|
| 735 |
+
.S1(shamt[1]),
|
| 736 |
+
.X(_052_)
|
| 737 |
+
);
|
| 738 |
+
sky130_fd_sc_hd__nor2_1 _215_ (
|
| 739 |
+
.A(_096_),
|
| 740 |
+
.B(_033_),
|
| 741 |
+
.Y(_053_)
|
| 742 |
+
);
|
| 743 |
+
sky130_fd_sc_hd__nor2_1 _216_ (
|
| 744 |
+
.A(shamt[2]),
|
| 745 |
+
.B(_052_),
|
| 746 |
+
.Y(_054_)
|
| 747 |
+
);
|
| 748 |
+
sky130_fd_sc_hd__or3_1 _217_ (
|
| 749 |
+
.A(shamt[3]),
|
| 750 |
+
.B(_053_),
|
| 751 |
+
.C(_054_),
|
| 752 |
+
.X(_055_)
|
| 753 |
+
);
|
| 754 |
+
sky130_fd_sc_hd__a21oi_1 _218_ (
|
| 755 |
+
.A1(shamt[3]),
|
| 756 |
+
.A2(_022_),
|
| 757 |
+
.B1(shamt[4]),
|
| 758 |
+
.Y(_056_)
|
| 759 |
+
);
|
| 760 |
+
sky130_fd_sc_hd__a22oi_1 _219_ (
|
| 761 |
+
.A1(shamt[4]),
|
| 762 |
+
.A2(_112_),
|
| 763 |
+
.B1(_055_),
|
| 764 |
+
.B2(_056_),
|
| 765 |
+
.Y(dout[20])
|
| 766 |
+
);
|
| 767 |
+
sky130_fd_sc_hd__mux4_2 _220_ (
|
| 768 |
+
.A0(din[21]),
|
| 769 |
+
.A1(din[20]),
|
| 770 |
+
.A2(din[19]),
|
| 771 |
+
.A3(din[18]),
|
| 772 |
+
.S0(shamt[0]),
|
| 773 |
+
.S1(shamt[1]),
|
| 774 |
+
.X(_057_)
|
| 775 |
+
);
|
| 776 |
+
sky130_fd_sc_hd__mux4_2 _221_ (
|
| 777 |
+
.A0(_009_),
|
| 778 |
+
.A1(_024_),
|
| 779 |
+
.A2(_038_),
|
| 780 |
+
.A3(_057_),
|
| 781 |
+
.S0(_096_),
|
| 782 |
+
.S1(_095_),
|
| 783 |
+
.X(_058_)
|
| 784 |
+
);
|
| 785 |
+
sky130_fd_sc_hd__nand2_1 _222_ (
|
| 786 |
+
.A(_094_),
|
| 787 |
+
.B(_058_),
|
| 788 |
+
.Y(_059_)
|
| 789 |
+
);
|
| 790 |
+
sky130_fd_sc_hd__o31ai_1 _223_ (
|
| 791 |
+
.A1(_094_),
|
| 792 |
+
.A2(shamt[3]),
|
| 793 |
+
.A3(_116_),
|
| 794 |
+
.B1(_059_),
|
| 795 |
+
.Y(dout[21])
|
| 796 |
+
);
|
| 797 |
+
sky130_fd_sc_hd__mux4_2 _224_ (
|
| 798 |
+
.A0(din[22]),
|
| 799 |
+
.A1(din[21]),
|
| 800 |
+
.A2(din[20]),
|
| 801 |
+
.A3(din[19]),
|
| 802 |
+
.S0(shamt[0]),
|
| 803 |
+
.S1(shamt[1]),
|
| 804 |
+
.X(_060_)
|
| 805 |
+
);
|
| 806 |
+
sky130_fd_sc_hd__nor2_1 _225_ (
|
| 807 |
+
.A(_096_),
|
| 808 |
+
.B(_042_),
|
| 809 |
+
.Y(_061_)
|
| 810 |
+
);
|
| 811 |
+
sky130_fd_sc_hd__nor2_1 _226_ (
|
| 812 |
+
.A(shamt[2]),
|
| 813 |
+
.B(_060_),
|
| 814 |
+
.Y(_062_)
|
| 815 |
+
);
|
| 816 |
+
sky130_fd_sc_hd__or3_1 _227_ (
|
| 817 |
+
.A(shamt[3]),
|
| 818 |
+
.B(_061_),
|
| 819 |
+
.C(_062_),
|
| 820 |
+
.X(_063_)
|
| 821 |
+
);
|
| 822 |
+
sky130_fd_sc_hd__a21oi_1 _228_ (
|
| 823 |
+
.A1(shamt[3]),
|
| 824 |
+
.A2(_028_),
|
| 825 |
+
.B1(shamt[4]),
|
| 826 |
+
.Y(_064_)
|
| 827 |
+
);
|
| 828 |
+
sky130_fd_sc_hd__a22oi_1 _229_ (
|
| 829 |
+
.A1(shamt[4]),
|
| 830 |
+
.A2(_002_),
|
| 831 |
+
.B1(_063_),
|
| 832 |
+
.B2(_064_),
|
| 833 |
+
.Y(dout[22])
|
| 834 |
+
);
|
| 835 |
+
sky130_fd_sc_hd__mux4_2 _230_ (
|
| 836 |
+
.A0(din[23]),
|
| 837 |
+
.A1(din[22]),
|
| 838 |
+
.A2(din[21]),
|
| 839 |
+
.A3(din[20]),
|
| 840 |
+
.S0(shamt[0]),
|
| 841 |
+
.S1(shamt[1]),
|
| 842 |
+
.X(_065_)
|
| 843 |
+
);
|
| 844 |
+
sky130_fd_sc_hd__nor2_1 _231_ (
|
| 845 |
+
.A(_096_),
|
| 846 |
+
.B(_046_),
|
| 847 |
+
.Y(_066_)
|
| 848 |
+
);
|
| 849 |
+
sky130_fd_sc_hd__nor2_1 _232_ (
|
| 850 |
+
.A(shamt[2]),
|
| 851 |
+
.B(_065_),
|
| 852 |
+
.Y(_067_)
|
| 853 |
+
);
|
| 854 |
+
sky130_fd_sc_hd__or3_1 _233_ (
|
| 855 |
+
.A(shamt[3]),
|
| 856 |
+
.B(_066_),
|
| 857 |
+
.C(_067_),
|
| 858 |
+
.X(_068_)
|
| 859 |
+
);
|
| 860 |
+
sky130_fd_sc_hd__a21oi_1 _234_ (
|
| 861 |
+
.A1(shamt[3]),
|
| 862 |
+
.A2(_031_),
|
| 863 |
+
.B1(shamt[4]),
|
| 864 |
+
.Y(_069_)
|
| 865 |
+
);
|
| 866 |
+
sky130_fd_sc_hd__a22oi_1 _235_ (
|
| 867 |
+
.A1(shamt[4]),
|
| 868 |
+
.A2(_005_),
|
| 869 |
+
.B1(_068_),
|
| 870 |
+
.B2(_069_),
|
| 871 |
+
.Y(dout[23])
|
| 872 |
+
);
|
| 873 |
+
sky130_fd_sc_hd__mux4_2 _236_ (
|
| 874 |
+
.A0(din[24]),
|
| 875 |
+
.A1(din[23]),
|
| 876 |
+
.A2(din[22]),
|
| 877 |
+
.A3(din[21]),
|
| 878 |
+
.S0(shamt[0]),
|
| 879 |
+
.S1(shamt[1]),
|
| 880 |
+
.X(_070_)
|
| 881 |
+
);
|
| 882 |
+
sky130_fd_sc_hd__mux4_2 _237_ (
|
| 883 |
+
.A0(_021_),
|
| 884 |
+
.A1(_033_),
|
| 885 |
+
.A2(_052_),
|
| 886 |
+
.A3(_070_),
|
| 887 |
+
.S0(_096_),
|
| 888 |
+
.S1(_095_),
|
| 889 |
+
.X(_071_)
|
| 890 |
+
);
|
| 891 |
+
sky130_fd_sc_hd__nand2_1 _238_ (
|
| 892 |
+
.A(_094_),
|
| 893 |
+
.B(_071_),
|
| 894 |
+
.Y(_072_)
|
| 895 |
+
);
|
| 896 |
+
sky130_fd_sc_hd__o21ai_0 _239_ (
|
| 897 |
+
.A1(_094_),
|
| 898 |
+
.A2(_008_),
|
| 899 |
+
.B1(_072_),
|
| 900 |
+
.Y(dout[24])
|
| 901 |
+
);
|
| 902 |
+
sky130_fd_sc_hd__mux4_2 _240_ (
|
| 903 |
+
.A0(din[25]),
|
| 904 |
+
.A1(din[24]),
|
| 905 |
+
.A2(din[23]),
|
| 906 |
+
.A3(din[22]),
|
| 907 |
+
.S0(shamt[0]),
|
| 908 |
+
.S1(shamt[1]),
|
| 909 |
+
.X(_073_)
|
| 910 |
+
);
|
| 911 |
+
sky130_fd_sc_hd__mux4_2 _241_ (
|
| 912 |
+
.A0(_024_),
|
| 913 |
+
.A1(_038_),
|
| 914 |
+
.A2(_057_),
|
| 915 |
+
.A3(_073_),
|
| 916 |
+
.S0(_096_),
|
| 917 |
+
.S1(_095_),
|
| 918 |
+
.X(_074_)
|
| 919 |
+
);
|
| 920 |
+
sky130_fd_sc_hd__nand2_1 _242_ (
|
| 921 |
+
.A(_094_),
|
| 922 |
+
.B(_074_),
|
| 923 |
+
.Y(_075_)
|
| 924 |
+
);
|
| 925 |
+
sky130_fd_sc_hd__o21ai_0 _243_ (
|
| 926 |
+
.A1(_094_),
|
| 927 |
+
.A2(_013_),
|
| 928 |
+
.B1(_075_),
|
| 929 |
+
.Y(dout[25])
|
| 930 |
+
);
|
| 931 |
+
sky130_fd_sc_hd__mux4_2 _244_ (
|
| 932 |
+
.A0(din[26]),
|
| 933 |
+
.A1(din[25]),
|
| 934 |
+
.A2(din[24]),
|
| 935 |
+
.A3(din[23]),
|
| 936 |
+
.S0(shamt[0]),
|
| 937 |
+
.S1(shamt[1]),
|
| 938 |
+
.X(_076_)
|
| 939 |
+
);
|
| 940 |
+
sky130_fd_sc_hd__mux4_2 _245_ (
|
| 941 |
+
.A0(_027_),
|
| 942 |
+
.A1(_042_),
|
| 943 |
+
.A2(_060_),
|
| 944 |
+
.A3(_076_),
|
| 945 |
+
.S0(_096_),
|
| 946 |
+
.S1(_095_),
|
| 947 |
+
.X(_077_)
|
| 948 |
+
);
|
| 949 |
+
sky130_fd_sc_hd__nand2_1 _246_ (
|
| 950 |
+
.A(_094_),
|
| 951 |
+
.B(_077_),
|
| 952 |
+
.Y(_078_)
|
| 953 |
+
);
|
| 954 |
+
sky130_fd_sc_hd__o31ai_1 _247_ (
|
| 955 |
+
.A1(_094_),
|
| 956 |
+
.A2(_016_),
|
| 957 |
+
.A3(_017_),
|
| 958 |
+
.B1(_078_),
|
| 959 |
+
.Y(dout[26])
|
| 960 |
+
);
|
| 961 |
+
sky130_fd_sc_hd__mux4_2 _248_ (
|
| 962 |
+
.A0(din[27]),
|
| 963 |
+
.A1(din[26]),
|
| 964 |
+
.A2(din[25]),
|
| 965 |
+
.A3(din[24]),
|
| 966 |
+
.S0(shamt[0]),
|
| 967 |
+
.S1(shamt[1]),
|
| 968 |
+
.X(_079_)
|
| 969 |
+
);
|
| 970 |
+
sky130_fd_sc_hd__mux4_2 _249_ (
|
| 971 |
+
.A0(_030_),
|
| 972 |
+
.A1(_046_),
|
| 973 |
+
.A2(_065_),
|
| 974 |
+
.A3(_079_),
|
| 975 |
+
.S0(_096_),
|
| 976 |
+
.S1(_095_),
|
| 977 |
+
.X(_080_)
|
| 978 |
+
);
|
| 979 |
+
sky130_fd_sc_hd__nand2_1 _250_ (
|
| 980 |
+
.A(_094_),
|
| 981 |
+
.B(_080_),
|
| 982 |
+
.Y(_081_)
|
| 983 |
+
);
|
| 984 |
+
sky130_fd_sc_hd__o21ai_0 _251_ (
|
| 985 |
+
.A1(_094_),
|
| 986 |
+
.A2(_020_),
|
| 987 |
+
.B1(_081_),
|
| 988 |
+
.Y(dout[27])
|
| 989 |
+
);
|
| 990 |
+
sky130_fd_sc_hd__mux4_2 _252_ (
|
| 991 |
+
.A0(din[28]),
|
| 992 |
+
.A1(din[27]),
|
| 993 |
+
.A2(din[26]),
|
| 994 |
+
.A3(din[25]),
|
| 995 |
+
.S0(shamt[0]),
|
| 996 |
+
.S1(shamt[1]),
|
| 997 |
+
.X(_082_)
|
| 998 |
+
);
|
| 999 |
+
sky130_fd_sc_hd__mux4_2 _253_ (
|
| 1000 |
+
.A0(_033_),
|
| 1001 |
+
.A1(_052_),
|
| 1002 |
+
.A2(_070_),
|
| 1003 |
+
.A3(_082_),
|
| 1004 |
+
.S0(_096_),
|
| 1005 |
+
.S1(_095_),
|
| 1006 |
+
.X(_083_)
|
| 1007 |
+
);
|
| 1008 |
+
sky130_fd_sc_hd__nand2_1 _254_ (
|
| 1009 |
+
.A(_094_),
|
| 1010 |
+
.B(_083_),
|
| 1011 |
+
.Y(_084_)
|
| 1012 |
+
);
|
| 1013 |
+
sky130_fd_sc_hd__o21ai_0 _255_ (
|
| 1014 |
+
.A1(_094_),
|
| 1015 |
+
.A2(_023_),
|
| 1016 |
+
.B1(_084_),
|
| 1017 |
+
.Y(dout[28])
|
| 1018 |
+
);
|
| 1019 |
+
sky130_fd_sc_hd__mux4_2 _256_ (
|
| 1020 |
+
.A0(din[29]),
|
| 1021 |
+
.A1(din[28]),
|
| 1022 |
+
.A2(din[27]),
|
| 1023 |
+
.A3(din[26]),
|
| 1024 |
+
.S0(shamt[0]),
|
| 1025 |
+
.S1(shamt[1]),
|
| 1026 |
+
.X(_085_)
|
| 1027 |
+
);
|
| 1028 |
+
sky130_fd_sc_hd__mux4_2 _257_ (
|
| 1029 |
+
.A0(_038_),
|
| 1030 |
+
.A1(_057_),
|
| 1031 |
+
.A2(_073_),
|
| 1032 |
+
.A3(_085_),
|
| 1033 |
+
.S0(_096_),
|
| 1034 |
+
.S1(_095_),
|
| 1035 |
+
.X(_086_)
|
| 1036 |
+
);
|
| 1037 |
+
sky130_fd_sc_hd__nand2_1 _258_ (
|
| 1038 |
+
.A(_094_),
|
| 1039 |
+
.B(_086_),
|
| 1040 |
+
.Y(_087_)
|
| 1041 |
+
);
|
| 1042 |
+
sky130_fd_sc_hd__o21ai_0 _259_ (
|
| 1043 |
+
.A1(_094_),
|
| 1044 |
+
.A2(_026_),
|
| 1045 |
+
.B1(_087_),
|
| 1046 |
+
.Y(dout[29])
|
| 1047 |
+
);
|
| 1048 |
+
sky130_fd_sc_hd__mux4_2 _260_ (
|
| 1049 |
+
.A0(din[30]),
|
| 1050 |
+
.A1(din[29]),
|
| 1051 |
+
.A2(din[28]),
|
| 1052 |
+
.A3(din[27]),
|
| 1053 |
+
.S0(shamt[0]),
|
| 1054 |
+
.S1(shamt[1]),
|
| 1055 |
+
.X(_088_)
|
| 1056 |
+
);
|
| 1057 |
+
sky130_fd_sc_hd__mux4_2 _261_ (
|
| 1058 |
+
.A0(_042_),
|
| 1059 |
+
.A1(_060_),
|
| 1060 |
+
.A2(_076_),
|
| 1061 |
+
.A3(_088_),
|
| 1062 |
+
.S0(_096_),
|
| 1063 |
+
.S1(_095_),
|
| 1064 |
+
.X(_089_)
|
| 1065 |
+
);
|
| 1066 |
+
sky130_fd_sc_hd__nor2_1 _262_ (
|
| 1067 |
+
.A(shamt[4]),
|
| 1068 |
+
.B(_089_),
|
| 1069 |
+
.Y(_090_)
|
| 1070 |
+
);
|
| 1071 |
+
sky130_fd_sc_hd__a21oi_1 _263_ (
|
| 1072 |
+
.A1(shamt[4]),
|
| 1073 |
+
.A2(_029_),
|
| 1074 |
+
.B1(_090_),
|
| 1075 |
+
.Y(dout[30])
|
| 1076 |
+
);
|
| 1077 |
+
sky130_fd_sc_hd__mux4_2 _264_ (
|
| 1078 |
+
.A0(din[31]),
|
| 1079 |
+
.A1(din[30]),
|
| 1080 |
+
.A2(din[29]),
|
| 1081 |
+
.A3(din[28]),
|
| 1082 |
+
.S0(shamt[0]),
|
| 1083 |
+
.S1(shamt[1]),
|
| 1084 |
+
.X(_091_)
|
| 1085 |
+
);
|
| 1086 |
+
sky130_fd_sc_hd__mux4_2 _265_ (
|
| 1087 |
+
.A0(_046_),
|
| 1088 |
+
.A1(_065_),
|
| 1089 |
+
.A2(_079_),
|
| 1090 |
+
.A3(_091_),
|
| 1091 |
+
.S0(_096_),
|
| 1092 |
+
.S1(_095_),
|
| 1093 |
+
.X(_092_)
|
| 1094 |
+
);
|
| 1095 |
+
sky130_fd_sc_hd__nor2_1 _266_ (
|
| 1096 |
+
.A(shamt[4]),
|
| 1097 |
+
.B(_092_),
|
| 1098 |
+
.Y(_093_)
|
| 1099 |
+
);
|
| 1100 |
+
sky130_fd_sc_hd__a21oi_1 _267_ (
|
| 1101 |
+
.A1(shamt[4]),
|
| 1102 |
+
.A2(_032_),
|
| 1103 |
+
.B1(_093_),
|
| 1104 |
+
.Y(dout[31])
|
| 1105 |
+
);
|
| 1106 |
+
endmodule
|
barrel_w32_left_sky130_500mhz/flow/output.def.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25cb9ae261dce35e2b0864efb5e934e77b4d43765888e2c277bbf66624edbecf
|
| 3 |
+
size 32861
|
barrel_w32_left_sky130_500mhz/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_1716657.def
|
| 4 |
+
write_cdl -masters /nix/store/sjh17jnslbv9d60450qybp1ajym2fb83-source/flow/platforms/sky130hd/cdl/sky130hd.cdl /tmp/datagen_output/barrel_w32_left_sky130_500mhz/flow/design_only.cdl
|
barrel_w32_left_sky130_500mhz/result.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_id": "barrel_w32_left_sky130_500mhz",
|
| 3 |
+
"design": "barrel_w32_left",
|
| 4 |
+
"pdk": "sky130",
|
| 5 |
+
"frequency_mhz": 500,
|
| 6 |
+
"status": "success",
|
| 7 |
+
"metadata": {
|
| 8 |
+
"type": "barrel_shifter",
|
| 9 |
+
"width": 32,
|
| 10 |
+
"direction": "left",
|
| 11 |
+
"combinational": true,
|
| 12 |
+
"name": "barrel_w32_left",
|
| 13 |
+
"files": {
|
| 14 |
+
"design": "barrel_w32_left.v",
|
| 15 |
+
"testbench": "barrel_w32_left_tb.v"
|
| 16 |
+
}
|
| 17 |
+
},
|
| 18 |
+
"timings": {
|
| 19 |
+
"flow_total": 126.42608094215393,
|
| 20 |
+
"extraction": 85.89271664619446
|
| 21 |
+
},
|
| 22 |
+
"errors": [],
|
| 23 |
+
"returncode": 0,
|
| 24 |
+
"extracted": {
|
| 25 |
+
"geometry_patches": 45,
|
| 26 |
+
"physics_labels": 335352,
|
| 27 |
+
"drc_labels": 1,
|
| 28 |
+
"pin_access": 71,
|
| 29 |
+
"cell_neighborhoods": 229,
|
| 30 |
+
"timing_contexts": 126217,
|
| 31 |
+
"power_grid": 247,
|
| 32 |
+
"mesoscale_blocks": 16,
|
| 33 |
+
"trajectory_snapshots": 9,
|
| 34 |
+
"deepgate_aig": 1
|
| 35 |
+
}
|
| 36 |
+
}
|