Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +2 -0
- aes_core_sky130_100mhz/flow/netlist.v +0 -0
- aes_core_sky130_50mhz/flow/aes_core.gds.gz +3 -0
- aes_core_sky130_50mhz/flow/aes_core.spef.gz +3 -0
- aes_core_sky130_50mhz/flow/clean_gds_for_lvs.py +52 -0
- aes_core_sky130_50mhz/flow/design_only.cdl.gz +3 -0
- aes_core_sky130_50mhz/flow/drc_deck_patched.lydrc +918 -0
- aes_core_sky130_50mhz/flow/drc_report.rpt +0 -0
- aes_core_sky130_50mhz/flow/extracted/cell_library.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/cell_neighborhoods.json +0 -0
- aes_core_sky130_50mhz/flow/extracted/cell_pin_locations.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/clock_skew.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/deepgate.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/die_core_area.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/drc_labels.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/floating_nets.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/geometry_patches.json +3 -0
- aes_core_sky130_50mhz/flow/extracted/instance_placement.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/ir_drop_vdd.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/ir_drop_vss.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/mesoscale_blocks.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/net_connectivity.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/net_wire_info.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/physics_labels.json +3 -0
- aes_core_sky130_50mhz/flow/extracted/pin_access.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/power_grid.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/power_summary.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/timing_contexts.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/timing_paths_detailed.json +0 -0
- aes_core_sky130_50mhz/flow/extracted/tns_detail.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/trajectory_snapshots.json +1 -0
- aes_core_sky130_50mhz/flow/extracted/wns_detail.json +1 -0
- aes_core_sky130_50mhz/flow/flow_log.txt +96 -0
- aes_core_sky130_50mhz/flow/klayout_lvs.log +606 -0
- aes_core_sky130_50mhz/flow/lvs_cleaned.gds.gz +3 -0
- aes_core_sky130_50mhz/flow/lvs_deck_patched.lylvs +295 -0
- aes_core_sky130_50mhz/flow/lvs_extracted.cir +0 -0
- aes_core_sky130_50mhz/flow/lvs_reference.cdl.gz +3 -0
- aes_core_sky130_50mhz/flow/lvs_report.lyrdb +0 -0
- aes_core_sky130_50mhz/flow/netlist.v +0 -0
- aes_core_sky130_50mhz/flow/output.def.gz +3 -0
- aes_core_sky130_50mhz/flow/write_cdl.tcl +4 -0
- aes_core_sky130_50mhz/result.json +45 -0
- aes_sky130_1000mhz/flow/netlist.v +0 -0
- aes_sky130_100mhz/flow/aes.spef.gz +3 -0
- aes_sky130_100mhz/flow/design_only.cdl.gz +3 -0
- aes_sky130_100mhz/flow/lvs_reference.cdl.gz +3 -0
- aes_sky130_100mhz/flow/output.def.gz +3 -0
- aes_sky130_100mhz/result.json +46 -0
- fifo_w64_d32_sky130_1000mhz/flow/flow_log.txt +32 -0
.gitattributes
CHANGED
|
@@ -88,3 +88,5 @@ alu_w64_3ops_sky130_100mhz/flow/extracted/physics_labels.json filter=lfs diff=lf
|
|
| 88 |
alu_w64_3ops_sky130_100mhz/flow/extracted/geometry_patches.json filter=lfs diff=lfs merge=lfs -text
|
| 89 |
alu_w64_3ops_sky130_50mhz/flow/extracted/physics_labels.json filter=lfs diff=lfs merge=lfs -text
|
| 90 |
alu_w64_3ops_sky130_50mhz/flow/extracted/geometry_patches.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 88 |
alu_w64_3ops_sky130_100mhz/flow/extracted/geometry_patches.json filter=lfs diff=lfs merge=lfs -text
|
| 89 |
alu_w64_3ops_sky130_50mhz/flow/extracted/physics_labels.json filter=lfs diff=lfs merge=lfs -text
|
| 90 |
alu_w64_3ops_sky130_50mhz/flow/extracted/geometry_patches.json filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
aes_core_sky130_50mhz/flow/extracted/physics_labels.json filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
aes_core_sky130_50mhz/flow/extracted/geometry_patches.json filter=lfs diff=lfs merge=lfs -text
|
aes_core_sky130_100mhz/flow/netlist.v
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
aes_core_sky130_50mhz/flow/aes_core.gds.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54905beb613851693fd0539c108fd8ff65e99d85145200943ddc62902ca471e3
|
| 3 |
+
size 4239435
|
aes_core_sky130_50mhz/flow/aes_core.spef.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f60bff83b5e1e0ef35d95ceab9baaab0f36a08662966468786a741a29f29fad2
|
| 3 |
+
size 9662976
|
aes_core_sky130_50mhz/flow/clean_gds_for_lvs.py
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import pya
|
| 2 |
+
import sys
|
| 3 |
+
|
| 4 |
+
layout = pya.Layout()
|
| 5 |
+
layout.read("/tmp/datagen_output/aes_core_sky130_50mhz/flow/aes_core.gds")
|
| 6 |
+
|
| 7 |
+
top_cell = None
|
| 8 |
+
for tc in layout.top_cells():
|
| 9 |
+
if tc.name == "aes_core" 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/aes_core_sky130_50mhz/flow/lvs_cleaned.gds")
|
| 52 |
+
print("Cleaned GDS written to /tmp/datagen_output/aes_core_sky130_50mhz/flow/lvs_cleaned.gds")
|
aes_core_sky130_50mhz/flow/design_only.cdl.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52e9613512d7474ae557467b80221ca03e06367ed216e10fdae87e6d93aa85df
|
| 3 |
+
size 590670
|
aes_core_sky130_50mhz/flow/drc_deck_patched.lydrc
ADDED
|
@@ -0,0 +1,918 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
| 2 |
+
<klayout-macro>
|
| 3 |
+
<description/>
|
| 4 |
+
<version/>
|
| 5 |
+
<category>drc</category>
|
| 6 |
+
<prolog/>
|
| 7 |
+
<epilog/>
|
| 8 |
+
<doc/>
|
| 9 |
+
<autorun>false</autorun>
|
| 10 |
+
<autorun-early>false</autorun-early>
|
| 11 |
+
<shortcut/>
|
| 12 |
+
<show-in-menu>true</show-in-menu>
|
| 13 |
+
<group-name>drc_scripts</group-name>
|
| 14 |
+
<menu-path>tools_menu.drc.end</menu-path>
|
| 15 |
+
<interpreter>dsl</interpreter>
|
| 16 |
+
<dsl-interpreter-name>drc-dsl-xml</dsl-interpreter-name>
|
| 17 |
+
<text>#
|
| 18 |
+
# DRC for SKY130 according to :
|
| 19 |
+
# https://skywater-pdk.readthedocs.io/en/latest/rules/periphery.html
|
| 20 |
+
# https://skywater-pdk.readthedocs.io/en/latest/rules/layers.html
|
| 21 |
+
#
|
| 22 |
+
# Distributed under GNU GPLv3: https://www.gnu.org/licenses/
|
| 23 |
+
#
|
| 24 |
+
# History :
|
| 25 |
+
# 2020-10-04 : v1.0 : initial release
|
| 26 |
+
#
|
| 27 |
+
##########################################################################################
|
| 28 |
+
|
| 29 |
+
# optionnal for a batch launch : klayout -b -rd in_gds=my_layout.gds -rd report_file=6_drc_count.rpt -r drc_sky130.drc
|
| 30 |
+
if $in_gds
|
| 31 |
+
source($in_gds, $topcell)
|
| 32 |
+
end
|
| 33 |
+
|
| 34 |
+
if $report_file
|
| 35 |
+
report("SKY130 DRC runset", $report_file)
|
| 36 |
+
else
|
| 37 |
+
report("SKY130 DRC runset", File.join(File.dirname(RBA::CellView::active.filename), "6_drc_count.rpt"))
|
| 38 |
+
end
|
| 39 |
+
|
| 40 |
+
AL = true # do not change
|
| 41 |
+
CU = false # do not change
|
| 42 |
+
# choose betwen only one of AL or CU back-end flow here :
|
| 43 |
+
backend_flow = AL
|
| 44 |
+
|
| 45 |
+
# enable / disable rule groups
|
| 46 |
+
FEOL = false # front-end-of-line checks
|
| 47 |
+
BEOL = true # back-end-of-line checks
|
| 48 |
+
OFFGRID = true # manufacturing grid/angle checks
|
| 49 |
+
|
| 50 |
+
# klayout setup
|
| 51 |
+
########################
|
| 52 |
+
# use a tile size of 1mm - not used in deep mode-
|
| 53 |
+
tiles(1000.um)
|
| 54 |
+
# use a tile border of 10 micron:
|
| 55 |
+
tile_borders(1.um)
|
| 56 |
+
#no_borders
|
| 57 |
+
|
| 58 |
+
# hierachical
|
| 59 |
+
deep
|
| 60 |
+
|
| 61 |
+
# use 4 cpu cores
|
| 62 |
+
threads(4)
|
| 63 |
+
# if more inof is needed, set true
|
| 64 |
+
verbose(true)
|
| 65 |
+
|
| 66 |
+
# layers definitions
|
| 67 |
+
########################
|
| 68 |
+
|
| 69 |
+
# all except purpose (datatype) 5 -- label and 44 -- via
|
| 70 |
+
li_wildcard = "67/0-4,6-43,45-*"
|
| 71 |
+
mcon_wildcard = "67/44"
|
| 72 |
+
|
| 73 |
+
m1_wildcard = "68/0-4,6-43,45-*"
|
| 74 |
+
via_wildcard = "68/44"
|
| 75 |
+
|
| 76 |
+
m2_wildcard = "69/0-4,6-43,45-*"
|
| 77 |
+
via2_wildcard = "69/44"
|
| 78 |
+
|
| 79 |
+
m3_wildcard = "70/0-4,6-43,45-*"
|
| 80 |
+
via3_wildcard = "70/44"
|
| 81 |
+
|
| 82 |
+
m4_wildcard = "71/0-4,6-43,45-*"
|
| 83 |
+
via4_wildcard = "71/44"
|
| 84 |
+
|
| 85 |
+
m5_wildcard = "72/0-4,6-43,45-*"
|
| 86 |
+
|
| 87 |
+
diff = input(65, 20)
|
| 88 |
+
tap = polygons(65, 44)
|
| 89 |
+
nwell = polygons(64, 20)
|
| 90 |
+
dnwell = polygons(64, 18)
|
| 91 |
+
pwbm = polygons(19, 44)
|
| 92 |
+
pwde = polygons(124, 20)
|
| 93 |
+
natfet = polygons(124, 21)
|
| 94 |
+
hvtr = polygons(18, 20)
|
| 95 |
+
hvtp = polygons(78, 44)
|
| 96 |
+
ldntm = polygons(11, 44)
|
| 97 |
+
hvi = polygons(75, 20)
|
| 98 |
+
tunm = polygons(80, 20)
|
| 99 |
+
lvtn = polygons(125, 44)
|
| 100 |
+
poly = polygons(66, 20)
|
| 101 |
+
hvntm = polygons(125, 20)
|
| 102 |
+
nsdm = polygons(93, 44)
|
| 103 |
+
psdm = polygons(94, 20)
|
| 104 |
+
rpm = polygons(86, 20)
|
| 105 |
+
urpm = polygons(79, 20)
|
| 106 |
+
npc = polygons(95, 20)
|
| 107 |
+
licon = polygons(66, 44)
|
| 108 |
+
|
| 109 |
+
li = polygons(li_wildcard)
|
| 110 |
+
mcon = polygons(mcon_wildcard)
|
| 111 |
+
|
| 112 |
+
m1 = polygons(m1_wildcard)
|
| 113 |
+
via = polygons(via_wildcard)
|
| 114 |
+
|
| 115 |
+
m2 = polygons(m2_wildcard)
|
| 116 |
+
via2 = polygons(via2_wildcard)
|
| 117 |
+
|
| 118 |
+
m3 = polygons(m3_wildcard)
|
| 119 |
+
via3 = polygons(via3_wildcard)
|
| 120 |
+
|
| 121 |
+
m4 = polygons(m4_wildcard)
|
| 122 |
+
via4 = polygons(via4_wildcard)
|
| 123 |
+
|
| 124 |
+
m5 = polygons(m5_wildcard)
|
| 125 |
+
|
| 126 |
+
pad = polygons(76, 20)
|
| 127 |
+
nsm = polygons(61, 20)
|
| 128 |
+
capm = polygons(89, 44)
|
| 129 |
+
cap2m = polygons(97, 44)
|
| 130 |
+
vhvi = polygons(74, 21)
|
| 131 |
+
uhvi = polygons(74, 22)
|
| 132 |
+
npn = polygons(82, 20)
|
| 133 |
+
inductor = polygons(82, 24)
|
| 134 |
+
vpp = polygons(82, 64)
|
| 135 |
+
pnp = polygons(82, 44)
|
| 136 |
+
lvs_prune = polygons(84, 44)
|
| 137 |
+
ncm = polygons(92, 44)
|
| 138 |
+
padcenter = polygons(81, 20)
|
| 139 |
+
mf = polygons(76, 44)
|
| 140 |
+
areaid_sl = polygons(81, 1)
|
| 141 |
+
areaid_ce = polygons(81, 2)
|
| 142 |
+
areaid_fe = polygons(81, 3)
|
| 143 |
+
areaid_sc = polygons(81, 4)
|
| 144 |
+
areaid_sf = polygons(81, 6)
|
| 145 |
+
areaid_sw = polygons(81, 7)
|
| 146 |
+
areaid_sr = polygons(81, 8)
|
| 147 |
+
areaid_mt = polygons(81, 10)
|
| 148 |
+
areaid_dt = polygons(81, 11)
|
| 149 |
+
areaid_ft = polygons(81, 12)
|
| 150 |
+
areaid_ww = polygons(81, 13)
|
| 151 |
+
areaid_ld = polygons(81, 14)
|
| 152 |
+
areaid_ns = polygons(81, 15)
|
| 153 |
+
areaid_ij = polygons(81, 17)
|
| 154 |
+
areaid_zr = polygons(81, 18)
|
| 155 |
+
areaid_ed = polygons(81, 19)
|
| 156 |
+
areaid_de = polygons(81, 23)
|
| 157 |
+
areaid_rd = polygons(81, 24)
|
| 158 |
+
areaid_dn = polygons(81, 50)
|
| 159 |
+
areaid_cr = polygons(81, 51)
|
| 160 |
+
areaid_cd = polygons(81, 52)
|
| 161 |
+
areaid_st = polygons(81, 53)
|
| 162 |
+
areaid_op = polygons(81, 54)
|
| 163 |
+
areaid_en = polygons(81, 57)
|
| 164 |
+
areaid_en20 = polygons(81, 58)
|
| 165 |
+
areaid_le = polygons(81, 60)
|
| 166 |
+
areaid_hl = polygons(81, 63)
|
| 167 |
+
areaid_sd = polygons(81, 70)
|
| 168 |
+
areaid_po = polygons(81, 81)
|
| 169 |
+
areaid_it = polygons(81, 84)
|
| 170 |
+
areaid_et = polygons(81, 101)
|
| 171 |
+
areaid_lvt = polygons(81, 108)
|
| 172 |
+
areaid_re = polygons(81, 125)
|
| 173 |
+
areaid_ag = polygons(81, 79)
|
| 174 |
+
poly_rs = polygons(66, 13)
|
| 175 |
+
diff_rs = polygons(65, 13)
|
| 176 |
+
pwell_rs = polygons(64, 13)
|
| 177 |
+
li_rs = polygons(67, 13)
|
| 178 |
+
cfom = polygons(22, 20)
|
| 179 |
+
|
| 180 |
+
|
| 181 |
+
# Define a new custom function that selects polygons by their number of holes:
|
| 182 |
+
# It will return a new layer containing those polygons with min to max holes.
|
| 183 |
+
# max can be nil to omit the upper limit.
|
| 184 |
+
class DRC::DRCLayer
|
| 185 |
+
def with_holes(min, max)
|
| 186 |
+
new_data = RBA::Region::new
|
| 187 |
+
self.data.each do |p|
|
| 188 |
+
if p.holes >= (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>
|
aes_core_sky130_50mhz/flow/drc_report.rpt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
aes_core_sky130_50mhz/flow/extracted/cell_library.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__nor2_1", "area_um2": 3.7536}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__xor2_1", "area_um2": 8.7584}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__o21ai_0", "area_um2": 5.0048}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__or3_1", "area_um2": 6.256}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__a21oi_1", "area_um2": 5.0048}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__o31ai_1", "area_um2": 7.5072}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__or4_1", "area_um2": 7.5072}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__dfxtp_1", "area_um2": 20.019199}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__decap_4", "area_um2": 5.0048}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__tapvpwrvgnd_1", "area_um2": 0.0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__clkbuf_1", "area_um2": 3.7536}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__fill_1", "area_um2": 0.0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__fill_2", "area_um2": 0.0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "cell_type": "sky130_fd_sc_hd__fill_4", "area_um2": 0.0}]
|
aes_core_sky130_50mhz/flow/extracted/cell_neighborhoods.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
aes_core_sky130_50mhz/flow/extracted/cell_pin_locations.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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}]
|
aes_core_sky130_50mhz/flow/extracted/clock_skew.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "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"}]
|
aes_core_sky130_50mhz/flow/extracted/deepgate.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "gate_counts": {"or": 5456, "mux": 244, "nor": 4757, "and": 3199, "nand": 3022, "buf": 36, "xor": 450, "xnor": 1404}, "total_gates": 18568, "netlist_file": "netlist.v", "netlist_size_bytes": 2183997}]
|
aes_core_sky130_50mhz/flow/extracted/die_core_area.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "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}]
|
aes_core_sky130_50mhz/flow/extracted/drc_labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "violation_type": "<category>'li.3'</category>", "raw_line": "<value>edge-pair: (678.755,448.585;678.815,448.585)|(678.925,448.715;678.755,448.715)</value>"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "violation_type": "<category>'ct.2'</category>", "raw_line": "<value>edge-pair: (965.685,375.36;965.685,375.445)|(965.515,375.53;965.515,375.445)</value>"}]
|
aes_core_sky130_50mhz/flow/extracted/floating_nets.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "floating_net_count": 0, "floating_nets": []}]
|
aes_core_sky130_50mhz/flow/extracted/geometry_patches.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:979f1ecfdc15fb21fa3ea95d7a42481b3098ba8750de0f21cb5c0aaa77ad5a64
|
| 3 |
+
size 1031595118
|
aes_core_sky130_50mhz/flow/extracted/instance_placement.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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": "aes_core_sky130_50mhz", "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"}]
|
aes_core_sky130_50mhz/flow/extracted/ir_drop_vdd.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[]
|
aes_core_sky130_50mhz/flow/extracted/ir_drop_vss.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[]
|
aes_core_sky130_50mhz/flow/extracted/mesoscale_blocks.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g0_0", "bounds": {"x1": 0, "y1": 0, "x2": 251412, "y2": 251412}, "cell_count": 8562, "type_distribution": {"sky130_fd_sc_hd__fill_8": 5306, "sky130_fd_sc_hd__fill_4": 201, "sky130_fd_sc_hd__fill_1": 816, "sky130_fd_sc_hd__fill_2": 851, "sky130_fd_sc_hd__decap_4": 92, "sky130_fd_sc_hd__tapvpwrvgnd_1": 837, "sky130_fd_sc_hd__clkbuf_16": 7, "sky130_fd_sc_hd__clkinv_4": 2, "sky130_fd_sc_hd__inv_8": 1, "sky130_fd_sc_hd__clkinvlp_4": 1, "sky130_fd_sc_hd__nor2_1": 77, "sky130_fd_sc_hd__a21oi_1": 53, "sky130_fd_sc_hd__o21ai_0": 38, "sky130_fd_sc_hd__nand2_1": 40, "sky130_fd_sc_hd__a222oi_1": 12, "sky130_fd_sc_hd__a22oi_1": 10, "sky130_fd_sc_hd__and3_2": 1, "sky130_fd_sc_hd__a22o_1": 2, "sky130_fd_sc_hd__a221oi_4": 1, "sky130_fd_sc_hd__and4_1": 2, "sky130_fd_sc_hd__nand3_4": 3, "sky130_fd_sc_hd__nand3_1": 5, "sky130_fd_sc_hd__a211o_4": 1, "sky130_fd_sc_hd__a221oi_2": 1, "sky130_fd_sc_hd__nand4_4": 1, "sky130_fd_sc_hd__dfrtp_1": 68, "sky130_fd_sc_hd__nand2b_4": 2, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 2, "sky130_fd_sc_hd__nand4bb_4": 5, "sky130_fd_sc_hd__nand2_8": 1, "sky130_fd_sc_hd__or3b_4": 4, "sky130_fd_sc_hd__xnor2_1": 1, "sky130_fd_sc_hd__xor2_2": 1, "sky130_fd_sc_hd__nand3b_4": 2, "sky130_fd_sc_hd__lpflow_inputiso1p_1": 1, "sky130_fd_sc_hd__or4b_4": 3, "sky130_fd_sc_hd__nor2_2": 7, "sky130_fd_sc_hd__nor2_4": 2, "sky130_fd_sc_hd__o21ai_1": 1, "sky130_fd_sc_hd__or3b_2": 1, "sky130_fd_sc_hd__nor3_1": 20, "sky130_fd_sc_hd__nor3_2": 4, "sky130_fd_sc_hd__a21oi_2": 1, "sky130_fd_sc_hd__a2111oi_0": 3, "sky130_fd_sc_hd__or4_4": 1, "sky130_fd_sc_hd__nor4_1": 22, "sky130_fd_sc_hd__o32ai_1": 3, "sky130_fd_sc_hd__a211oi_1": 5, "sky130_fd_sc_hd__nand4_1": 8, "sky130_fd_sc_hd__o22ai_1": 19, "sky130_fd_sc_hd__o22ai_2": 2, "sky130_fd_sc_hd__o22a_1": 1, "sky130_fd_sc_hd__a2111oi_1": 3, "sky130_fd_sc_hd__nand4bb_1": 1, "sky130_fd_sc_hd__nor4_2": 2, "sky130_fd_sc_hd__a41oi_1": 1, "sky130_fd_sc_hd__a2111oi_2": 1, "sky130_fd_sc_hd__nand4b_4": 1, "sky130_fd_sc_hd__or4_1": 1, "sky130_fd_sc_hd__o2111ai_4": 1}, "density": 0.061268739489784965}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g0_1", "bounds": {"x1": 0, "y1": 251412, "x2": 251412, "y2": 502825}, "cell_count": 8466, "type_distribution": {"sky130_fd_sc_hd__fill_8": 4956, "sky130_fd_sc_hd__fill_2": 840, "sky130_fd_sc_hd__fill_1": 824, "sky130_fd_sc_hd__fill_4": 259, "sky130_fd_sc_hd__decap_4": 92, "sky130_fd_sc_hd__tapvpwrvgnd_1": 828, "sky130_fd_sc_hd__clkbuf_16": 18, "sky130_fd_sc_hd__clkbuf_8": 2, "sky130_fd_sc_hd__bufinv_16": 1, "sky130_fd_sc_hd__inv_6": 2, "sky130_fd_sc_hd__clkinvlp_4": 1, "sky130_fd_sc_hd__clkinv_4": 1, "sky130_fd_sc_hd__inv_8": 1, "sky130_fd_sc_hd__clkbuf_1": 2, "sky130_fd_sc_hd__clkinv_2": 1, "sky130_fd_sc_hd__nor2_1": 79, "sky130_fd_sc_hd__a21oi_1": 80, "sky130_fd_sc_hd__nand2_1": 104, "sky130_fd_sc_hd__o21ai_0": 95, "sky130_fd_sc_hd__a22oi_1": 22, "sky130_fd_sc_hd__a222oi_1": 31, "sky130_fd_sc_hd__nand3_1": 8, "sky130_fd_sc_hd__a211o_4": 2, "sky130_fd_sc_hd__a22o_1": 3, "sky130_fd_sc_hd__a22oi_2": 3, "sky130_fd_sc_hd__clkinv_1": 2, "sky130_fd_sc_hd__a221oi_2": 2, "sky130_fd_sc_hd__a221oi_4": 4, "sky130_fd_sc_hd__nand3_4": 4, "sky130_fd_sc_hd__a221oi_1": 1, "sky130_fd_sc_hd__a21oi_2": 1, "sky130_fd_sc_hd__and3_1": 3, "sky130_fd_sc_hd__nand2_8": 1, "sky130_fd_sc_hd__nand4_1": 1, "sky130_fd_sc_hd__nand4_4": 1, "sky130_fd_sc_hd__and4_1": 1, "sky130_fd_sc_hd__dfrtp_1": 187, "sky130_fd_sc_hd__buf_8": 2, "sky130_fd_sc_hd__buf_6": 1}, "density": 0.06058177394540055}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g0_2", "bounds": {"x1": 0, "y1": 502825, "x2": 251412, "y2": 754237}, "cell_count": 8500, "type_distribution": {"sky130_fd_sc_hd__fill_8": 5576, "sky130_fd_sc_hd__fill_2": 830, "sky130_fd_sc_hd__fill_1": 793, "sky130_fd_sc_hd__fill_4": 112, "sky130_fd_sc_hd__decap_4": 93, "sky130_fd_sc_hd__tapvpwrvgnd_1": 837, "sky130_fd_sc_hd__clkbuf_16": 11, "sky130_fd_sc_hd__clkinv_2": 3, "sky130_fd_sc_hd__clkinvlp_4": 1, "sky130_fd_sc_hd__clkbuf_8": 1, "sky130_fd_sc_hd__clkbuf_1": 1, "sky130_fd_sc_hd__nor2_1": 33, "sky130_fd_sc_hd__a21oi_1": 33, "sky130_fd_sc_hd__nand2_1": 38, "sky130_fd_sc_hd__o21ai_0": 35, "sky130_fd_sc_hd__a22oi_1": 7, "sky130_fd_sc_hd__a222oi_1": 11, "sky130_fd_sc_hd__nand3_1": 3, "sky130_fd_sc_hd__a211o_4": 1, "sky130_fd_sc_hd__a221oi_2": 3, "sky130_fd_sc_hd__nand3_4": 1, "sky130_fd_sc_hd__a21oi_2": 2, "sky130_fd_sc_hd__a221oi_4": 1, "sky130_fd_sc_hd__nand2_8": 1, "sky130_fd_sc_hd__dfrtp_1": 73}, "density": 0.060825074242370034}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g0_3", "bounds": {"x1": 0, "y1": 754237, "x2": 251412, "y2": 1005650}, "cell_count": 8254, "type_distribution": {"sky130_fd_sc_hd__fill_8": 5815, "sky130_fd_sc_hd__fill_2": 766, "sky130_fd_sc_hd__fill_1": 737, "sky130_fd_sc_hd__fill_4": 17, "sky130_fd_sc_hd__decap_4": 91, "sky130_fd_sc_hd__tapvpwrvgnd_1": 828}, "density": 0.05906472503488497}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g1_0", "bounds": {"x1": 251412, "y1": 0, "x2": 502825, "y2": 251412}, "cell_count": 9587, "type_distribution": {"sky130_fd_sc_hd__fill_8": 2943, "sky130_fd_sc_hd__fill_4": 934, "sky130_fd_sc_hd__fill_1": 1193, "sky130_fd_sc_hd__fill_2": 1132, "sky130_fd_sc_hd__tapvpwrvgnd_1": 837, "sky130_fd_sc_hd__mux2_8": 8, "sky130_fd_sc_hd__clkbuf_16": 25, "sky130_fd_sc_hd__bufinv_16": 3, "sky130_fd_sc_hd__clkinv_4": 1, "sky130_fd_sc_hd__clkinv_2": 2, "sky130_fd_sc_hd__clkbuf_8": 1, "sky130_fd_sc_hd__clkinv_8": 1, "sky130_fd_sc_hd__inv_6": 3, "sky130_fd_sc_hd__clkinvlp_4": 1, "sky130_fd_sc_hd__clkbuf_1": 2, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 8, "sky130_fd_sc_hd__nor2_8": 2, "sky130_fd_sc_hd__nand2_8": 3, "sky130_fd_sc_hd__a21oi_4": 1, "sky130_fd_sc_hd__xnor2_1": 122, "sky130_fd_sc_hd__mux2i_2": 11, "sky130_fd_sc_hd__nand2_2": 8, "sky130_fd_sc_hd__o211ai_1": 13, "sky130_fd_sc_hd__xor2_1": 30, "sky130_fd_sc_hd__xnor2_2": 10, "sky130_fd_sc_hd__nor2_1": 348, "sky130_fd_sc_hd__nand2_1": 296, "sky130_fd_sc_hd__a221oi_1": 8, "sky130_fd_sc_hd__o21ai_0": 138, "sky130_fd_sc_hd__and3_2": 2, "sky130_fd_sc_hd__mux2i_4": 6, "sky130_fd_sc_hd__xor2_2": 3, "sky130_fd_sc_hd__nor2b_2": 1, "sky130_fd_sc_hd__o31ai_1": 4, "sky130_fd_sc_hd__and3_4": 1, "sky130_fd_sc_hd__nand3_1": 147, "sky130_fd_sc_hd__o21ai_1": 16, "sky130_fd_sc_hd__a21oi_1": 216, "sky130_fd_sc_hd__nor3_1": 72, "sky130_fd_sc_hd__and2_4": 38, "sky130_fd_sc_hd__nand2_4": 3, "sky130_fd_sc_hd__and3_1": 12, "sky130_fd_sc_hd__a31oi_4": 19, "sky130_fd_sc_hd__a31oi_1": 17, "sky130_fd_sc_hd__o21a_4": 12, "sky130_fd_sc_hd__o21ai_4": 28, "sky130_fd_sc_hd__xnor2_4": 1, "sky130_fd_sc_hd__xnor3_1": 5, "sky130_fd_sc_hd__o21ai_2": 7, "sky130_fd_sc_hd__xor2_4": 1, "sky130_fd_sc_hd__nor2_4": 7, "sky130_fd_sc_hd__o22ai_1": 99, "sky130_fd_sc_hd__a32o_1": 7, "sky130_fd_sc_hd__a221o_1": 2, "sky130_fd_sc_hd__o2bb2ai_1": 2, "sky130_fd_sc_hd__nor2_2": 25, "sky130_fd_sc_hd__a211o_1": 3, "sky130_fd_sc_hd__o22a_1": 6, "sky130_fd_sc_hd__a211oi_1": 15, "sky130_fd_sc_hd__mux2_1": 2, "sky130_fd_sc_hd__o22ai_2": 13, "sky130_fd_sc_hd__o22ai_4": 4, "sky130_fd_sc_hd__a31o_1": 3, "sky130_fd_sc_hd__o311ai_0": 1, "sky130_fd_sc_hd__a21boi_0": 1, "sky130_fd_sc_hd__mux2i_1": 1, "sky130_fd_sc_hd__o32a_1": 13, "sky130_fd_sc_hd__a31oi_2": 8, "sky130_fd_sc_hd__a21o_1": 26, "sky130_fd_sc_hd__a32oi_1": 22, "sky130_fd_sc_hd__a22o_1": 3, "sky130_fd_sc_hd__a222oi_1": 15, "sky130_fd_sc_hd__a22oi_1": 13, "sky130_fd_sc_hd__a221oi_2": 3, "sky130_fd_sc_hd__nand4_4": 15, "sky130_fd_sc_hd__nand4_1": 25, "sky130_fd_sc_hd__a211o_4": 1, "sky130_fd_sc_hd__a22oi_2": 1, "sky130_fd_sc_hd__dfrtp_1": 220, "sky130_fd_sc_hd__dfrtp_2": 9, "sky130_fd_sc_hd__dfrtp_4": 9, "sky130_fd_sc_hd__buf_16": 17, "sky130_fd_sc_hd__buf_12": 6, "sky130_fd_sc_hd__buf_8": 5, "sky130_fd_sc_hd__buf_6": 11, "sky130_fd_sc_hd__buf_4": 3, "sky130_fd_sc_hd__inv_1": 1, "sky130_fd_sc_hd__inv_4": 1, "sky130_fd_sc_hd__inv_2": 1, "sky130_fd_sc_hd__nand2b_1": 4, "sky130_fd_sc_hd__nand4bb_4": 19, "sky130_fd_sc_hd__nand2b_2": 3, "sky130_fd_sc_hd__nand3b_4": 3, "sky130_fd_sc_hd__nand3_4": 10, "sky130_fd_sc_hd__and2_2": 1, "sky130_fd_sc_hd__nand2b_4": 3, "sky130_fd_sc_hd__nand4b_4": 15, "sky130_fd_sc_hd__nor3_2": 5, "sky130_fd_sc_hd__or4b_4": 13, "sky130_fd_sc_hd__nor4_2": 14, "sky130_fd_sc_hd__nor3_4": 2, "sky130_fd_sc_hd__a2111oi_0": 4, "sky130_fd_sc_hd__nor4_1": 73, "sky130_fd_sc_hd__or3_4": 2, "sky130_fd_sc_hd__or4_1": 9, "sky130_fd_sc_hd__or4_4": 3, "sky130_fd_sc_hd__a21oi_2": 4, "sky130_fd_sc_hd__o32ai_4": 2, "sky130_fd_sc_hd__nor4_4": 3, "sky130_fd_sc_hd__o32ai_2": 1, "sky130_fd_sc_hd__or3_1": 4, "sky130_fd_sc_hd__a311oi_4": 1, "sky130_fd_sc_hd__o211ai_2": 1, "sky130_fd_sc_hd__a2111oi_2": 5, "sky130_fd_sc_hd__nor4b_1": 5, "sky130_fd_sc_hd__a41o_1": 2, "sky130_fd_sc_hd__nor3b_1": 3, "sky130_fd_sc_hd__o2111ai_1": 3, "sky130_fd_sc_hd__nand4b_1": 4, "sky130_fd_sc_hd__lpflow_inputiso1p_1": 3, "sky130_fd_sc_hd__a211oi_4": 1, "sky130_fd_sc_hd__a22oi_4": 1, "sky130_fd_sc_hd__o32ai_1": 6, "sky130_fd_sc_hd__o221ai_1": 4, "sky130_fd_sc_hd__nand3_2": 2, "sky130_fd_sc_hd__and3b_1": 1, "sky130_fd_sc_hd__or3b_4": 3, "sky130_fd_sc_hd__nand3b_2": 2, "sky130_fd_sc_hd__or3b_2": 1, "sky130_fd_sc_hd__a2111oi_1": 7, "sky130_fd_sc_hd__nor3b_4": 1, "sky130_fd_sc_hd__o2111ai_2": 3, "sky130_fd_sc_hd__clkinv_1": 1, "sky130_fd_sc_hd__and2_0": 1, "sky130_fd_sc_hd__a41oi_4": 1, "sky130_fd_sc_hd__a2bb2oi_1": 1, "sky130_fd_sc_hd__a211oi_2": 3, "sky130_fd_sc_hd__and4_1": 2, "sky130_fd_sc_hd__a311oi_1": 1, "sky130_fd_sc_hd__a41oi_1": 1, "sky130_fd_sc_hd__nand4_2": 2, "sky130_fd_sc_hd__or4_2": 1, "sky130_fd_sc_hd__and4b_1": 1, "sky130_fd_sc_hd__nand3b_1": 1, "sky130_fd_sc_hd__nand4bb_1": 1}, "density": 0.06860352785430605}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g1_1", "bounds": {"x1": 251412, "y1": 251412, "x2": 502825, "y2": 502825}, "cell_count": 8887, "type_distribution": {"sky130_fd_sc_hd__fill_8": 3042, "sky130_fd_sc_hd__fill_4": 820, "sky130_fd_sc_hd__fill_1": 1102, "sky130_fd_sc_hd__fill_2": 1032, "sky130_fd_sc_hd__tapvpwrvgnd_1": 828, "sky130_fd_sc_hd__mux2_8": 8, "sky130_fd_sc_hd__clkbuf_16": 53, "sky130_fd_sc_hd__inv_6": 2, "sky130_fd_sc_hd__clkinvlp_4": 7, "sky130_fd_sc_hd__clkinv_2": 4, "sky130_fd_sc_hd__clkbuf_8": 6, "sky130_fd_sc_hd__bufinv_16": 5, "sky130_fd_sc_hd__clkbuf_1": 1, "sky130_fd_sc_hd__inv_8": 1, "sky130_fd_sc_hd__clkinv_4": 4, "sky130_fd_sc_hd__clkinv_1": 5, "sky130_fd_sc_hd__nand2_1": 329, "sky130_fd_sc_hd__nand3_1": 75, "sky130_fd_sc_hd__xnor2_1": 55, "sky130_fd_sc_hd__mux2i_4": 1, "sky130_fd_sc_hd__xnor2_2": 13, "sky130_fd_sc_hd__o21ai_0": 218, "sky130_fd_sc_hd__a21oi_1": 211, "sky130_fd_sc_hd__xor2_1": 11, "sky130_fd_sc_hd__nor2_1": 214, "sky130_fd_sc_hd__nor3_1": 2, "sky130_fd_sc_hd__a21oi_2": 3, "sky130_fd_sc_hd__and2_4": 19, "sky130_fd_sc_hd__mux2i_2": 7, "sky130_fd_sc_hd__o211ai_1": 9, "sky130_fd_sc_hd__a221oi_1": 11, "sky130_fd_sc_hd__and3_1": 12, "sky130_fd_sc_hd__a31oi_4": 15, "sky130_fd_sc_hd__a22oi_2": 4, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 3, "sky130_fd_sc_hd__o31ai_1": 1, "sky130_fd_sc_hd__o21a_4": 7, "sky130_fd_sc_hd__o22ai_1": 6, "sky130_fd_sc_hd__a32o_1": 3, "sky130_fd_sc_hd__a32o_2": 1, "sky130_fd_sc_hd__a221o_1": 1, "sky130_fd_sc_hd__a211o_1": 1, "sky130_fd_sc_hd__a211oi_2": 1, "sky130_fd_sc_hd__mux2_1": 1, "sky130_fd_sc_hd__o22ai_4": 1, "sky130_fd_sc_hd__nand2_2": 1, "sky130_fd_sc_hd__a31oi_1": 4, "sky130_fd_sc_hd__a211oi_1": 4, "sky130_fd_sc_hd__o22a_1": 3, "sky130_fd_sc_hd__o22ai_2": 1, "sky130_fd_sc_hd__o32a_1": 9, "sky130_fd_sc_hd__a21o_1": 11, "sky130_fd_sc_hd__a32oi_1": 10, "sky130_fd_sc_hd__a22oi_1": 48, "sky130_fd_sc_hd__a222oi_1": 60, "sky130_fd_sc_hd__a221oi_2": 11, "sky130_fd_sc_hd__nand3_4": 13, "sky130_fd_sc_hd__a22o_1": 8, "sky130_fd_sc_hd__and4_1": 5, "sky130_fd_sc_hd__nand4_4": 7, "sky130_fd_sc_hd__a211o_4": 6, "sky130_fd_sc_hd__a221oi_4": 4, "sky130_fd_sc_hd__nand2_8": 2, "sky130_fd_sc_hd__and3_2": 1, "sky130_fd_sc_hd__dfrtp_1": 419, "sky130_fd_sc_hd__dfrtp_2": 5, "sky130_fd_sc_hd__dfrtp_4": 3, "sky130_fd_sc_hd__buf_16": 37, "sky130_fd_sc_hd__buf_8": 25, "sky130_fd_sc_hd__buf_12": 28, "sky130_fd_sc_hd__buf_6": 7}, "density": 0.0635944040931697}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g1_2", "bounds": {"x1": 251412, "y1": 502825, "x2": 502825, "y2": 754237}, "cell_count": 8723, "type_distribution": {"sky130_fd_sc_hd__fill_8": 4132, "sky130_fd_sc_hd__fill_4": 521, "sky130_fd_sc_hd__fill_1": 976, "sky130_fd_sc_hd__fill_2": 972, "sky130_fd_sc_hd__tapvpwrvgnd_1": 837, "sky130_fd_sc_hd__clkbuf_16": 38, "sky130_fd_sc_hd__clkinv_2": 5, "sky130_fd_sc_hd__clkbuf_8": 3, "sky130_fd_sc_hd__clkbuf_1": 6, "sky130_fd_sc_hd__clkinvlp_4": 3, "sky130_fd_sc_hd__bufinv_16": 2, "sky130_fd_sc_hd__nor2_1": 154, "sky130_fd_sc_hd__a21oi_1": 162, "sky130_fd_sc_hd__nand2_1": 197, "sky130_fd_sc_hd__o21ai_0": 179, "sky130_fd_sc_hd__a222oi_1": 55, "sky130_fd_sc_hd__clkinv_1": 3, "sky130_fd_sc_hd__a221oi_2": 11, "sky130_fd_sc_hd__a22oi_1": 49, "sky130_fd_sc_hd__nand3_1": 13, "sky130_fd_sc_hd__nand3_4": 10, "sky130_fd_sc_hd__a22o_1": 7, "sky130_fd_sc_hd__and3_1": 3, "sky130_fd_sc_hd__nand4_4": 6, "sky130_fd_sc_hd__and4_1": 3, "sky130_fd_sc_hd__nand4_1": 3, "sky130_fd_sc_hd__a211o_4": 4, "sky130_fd_sc_hd__a22oi_2": 2, "sky130_fd_sc_hd__a221oi_1": 2, "sky130_fd_sc_hd__a21oi_2": 1, "sky130_fd_sc_hd__a221oi_4": 3, "sky130_fd_sc_hd__nand2_8": 3, "sky130_fd_sc_hd__dfrtp_1": 339, "sky130_fd_sc_hd__buf_8": 9, "sky130_fd_sc_hd__buf_16": 6, "sky130_fd_sc_hd__buf_12": 1, "sky130_fd_sc_hd__buf_6": 3}, "density": 0.06242083795484633}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g1_3", "bounds": {"x1": 251412, "y1": 754237, "x2": 502825, "y2": 1005650}, "cell_count": 8254, "type_distribution": {"sky130_fd_sc_hd__fill_8": 5770, "sky130_fd_sc_hd__fill_2": 810, "sky130_fd_sc_hd__fill_1": 828, "sky130_fd_sc_hd__fill_4": 18, "sky130_fd_sc_hd__tapvpwrvgnd_1": 828}, "density": 0.05906472503488497}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g2_0", "bounds": {"x1": 502825, "y1": 0, "x2": 754237, "y2": 251412}, "cell_count": 9138, "type_distribution": {"sky130_fd_sc_hd__fill_8": 2958, "sky130_fd_sc_hd__fill_4": 847, "sky130_fd_sc_hd__fill_2": 997, "sky130_fd_sc_hd__fill_1": 1109, "sky130_fd_sc_hd__tapvpwrvgnd_1": 837, "sky130_fd_sc_hd__mux2_8": 13, "sky130_fd_sc_hd__clkbuf_16": 40, "sky130_fd_sc_hd__bufinv_16": 4, "sky130_fd_sc_hd__clkinv_4": 1, "sky130_fd_sc_hd__clkbuf_8": 8, "sky130_fd_sc_hd__clkinvlp_4": 2, "sky130_fd_sc_hd__clkinv_2": 2, "sky130_fd_sc_hd__inv_6": 3, "sky130_fd_sc_hd__nand2_4": 2, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 8, "sky130_fd_sc_hd__nand2b_4": 5, "sky130_fd_sc_hd__nand2_2": 7, "sky130_fd_sc_hd__nor2_8": 7, "sky130_fd_sc_hd__nor3_4": 10, "sky130_fd_sc_hd__nor2_4": 6, "sky130_fd_sc_hd__nor4_4": 5, "sky130_fd_sc_hd__nand2_8": 13, "sky130_fd_sc_hd__and2_4": 9, "sky130_fd_sc_hd__nand2b_2": 7, "sky130_fd_sc_hd__lpflow_inputiso1p_1": 4, "sky130_fd_sc_hd__o21ai_4": 12, "sky130_fd_sc_hd__xnor2_1": 33, "sky130_fd_sc_hd__mux2i_2": 3, "sky130_fd_sc_hd__xor2_1": 9, "sky130_fd_sc_hd__nor2_1": 401, "sky130_fd_sc_hd__nor3_1": 62, "sky130_fd_sc_hd__a21oi_1": 216, "sky130_fd_sc_hd__a22oi_1": 36, "sky130_fd_sc_hd__nand2_1": 219, "sky130_fd_sc_hd__xor2_2": 3, "sky130_fd_sc_hd__mux2i_4": 3, "sky130_fd_sc_hd__xnor3_1": 3, "sky130_fd_sc_hd__o21ai_1": 12, "sky130_fd_sc_hd__o21ai_0": 154, "sky130_fd_sc_hd__nand3_1": 48, "sky130_fd_sc_hd__xor2_4": 2, "sky130_fd_sc_hd__xnor2_2": 1, "sky130_fd_sc_hd__o22ai_1": 90, "sky130_fd_sc_hd__a32o_1": 1, "sky130_fd_sc_hd__a221oi_1": 7, "sky130_fd_sc_hd__o2bb2ai_1": 1, "sky130_fd_sc_hd__a211oi_1": 18, "sky130_fd_sc_hd__mux2_1": 1, "sky130_fd_sc_hd__o22ai_2": 9, "sky130_fd_sc_hd__a31oi_4": 5, "sky130_fd_sc_hd__a31oi_1": 13, "sky130_fd_sc_hd__o22a_1": 7, "sky130_fd_sc_hd__o21a_4": 2, "sky130_fd_sc_hd__a22o_1": 9, "sky130_fd_sc_hd__a21boi_0": 2, "sky130_fd_sc_hd__mux2i_1": 2, "sky130_fd_sc_hd__o21ai_2": 1, "sky130_fd_sc_hd__o211ai_1": 6, "sky130_fd_sc_hd__nor2_2": 30, "sky130_fd_sc_hd__o32a_1": 4, "sky130_fd_sc_hd__nand3_4": 24, "sky130_fd_sc_hd__nand2b_1": 7, "sky130_fd_sc_hd__and3_1": 6, "sky130_fd_sc_hd__o31ai_1": 3, "sky130_fd_sc_hd__a21o_1": 8, "sky130_fd_sc_hd__nor2b_4": 1, "sky130_fd_sc_hd__a32oi_1": 6, "sky130_fd_sc_hd__a21oi_2": 3, "sky130_fd_sc_hd__a222oi_1": 35, "sky130_fd_sc_hd__and4_1": 4, "sky130_fd_sc_hd__a22oi_2": 2, "sky130_fd_sc_hd__a221oi_2": 8, "sky130_fd_sc_hd__nand4_4": 9, "sky130_fd_sc_hd__a211o_4": 2, "sky130_fd_sc_hd__clkinv_1": 2, "sky130_fd_sc_hd__dfrtp_1": 251, "sky130_fd_sc_hd__dfrtp_4": 7, "sky130_fd_sc_hd__dfrtp_2": 3, "sky130_fd_sc_hd__dfstp_1": 1, "sky130_fd_sc_hd__buf_6": 11, "sky130_fd_sc_hd__buf_16": 37, "sky130_fd_sc_hd__buf_8": 19, "sky130_fd_sc_hd__buf_12": 11, "sky130_fd_sc_hd__buf_4": 1, "sky130_fd_sc_hd__or4_4": 4, "sky130_fd_sc_hd__or3b_4": 7, "sky130_fd_sc_hd__and2_2": 1, "sky130_fd_sc_hd__nand4bb_4": 24, "sky130_fd_sc_hd__a211o_1": 1, "sky130_fd_sc_hd__or4b_4": 16, "sky130_fd_sc_hd__a41o_1": 1, "sky130_fd_sc_hd__nand3b_4": 6, "sky130_fd_sc_hd__nand4b_4": 18, "sky130_fd_sc_hd__nor3_2": 13, "sky130_fd_sc_hd__a31oi_2": 3, "sky130_fd_sc_hd__nor3b_4": 1, "sky130_fd_sc_hd__or3_2": 2, "sky130_fd_sc_hd__or3b_2": 1, "sky130_fd_sc_hd__nand4_1": 41, "sky130_fd_sc_hd__a2111oi_2": 10, "sky130_fd_sc_hd__o221ai_1": 3, "sky130_fd_sc_hd__or4_1": 7, "sky130_fd_sc_hd__nor4_1": 80, "sky130_fd_sc_hd__or4b_1": 1, "sky130_fd_sc_hd__a2111oi_0": 16, "sky130_fd_sc_hd__nor4_2": 20, "sky130_fd_sc_hd__or3_1": 5, "sky130_fd_sc_hd__nor4b_1": 3, "sky130_fd_sc_hd__o31ai_2": 1, "sky130_fd_sc_hd__o2111ai_2": 1, "sky130_fd_sc_hd__o21a_1": 2, "sky130_fd_sc_hd__nand4b_1": 7, "sky130_fd_sc_hd__o2111ai_1": 4, "sky130_fd_sc_hd__a2111o_1": 1, "sky130_fd_sc_hd__o2111ai_4": 2, "sky130_fd_sc_hd__nand3b_1": 5, "sky130_fd_sc_hd__o221ai_2": 2, "sky130_fd_sc_hd__nand4b_2": 2, "sky130_fd_sc_hd__nand4_2": 5, "sky130_fd_sc_hd__a2111oi_4": 2, "sky130_fd_sc_hd__a311oi_1": 2, "sky130_fd_sc_hd__and4b_1": 1, "sky130_fd_sc_hd__o32ai_1": 3, "sky130_fd_sc_hd__nor3b_1": 3, "sky130_fd_sc_hd__a2111oi_1": 10, "sky130_fd_sc_hd__nand4bb_2": 1, "sky130_fd_sc_hd__o32ai_2": 1, "sky130_fd_sc_hd__nand3b_2": 2, "sky130_fd_sc_hd__or3_4": 1, "sky130_fd_sc_hd__a21oi_4": 1, "sky130_fd_sc_hd__a41oi_2": 1, "sky130_fd_sc_hd__a32oi_2": 1, "sky130_fd_sc_hd__o41ai_2": 1, "sky130_fd_sc_hd__nor4b_2": 1, "sky130_fd_sc_hd__o311a_1": 1}, "density": 0.06539053275609145}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g2_1", "bounds": {"x1": 502825, "y1": 251412, "x2": 754237, "y2": 502825}, "cell_count": 8677, "type_distribution": {"sky130_fd_sc_hd__fill_8": 2865, "sky130_fd_sc_hd__fill_4": 824, "sky130_fd_sc_hd__fill_2": 953, "sky130_fd_sc_hd__fill_1": 1055, "sky130_fd_sc_hd__tapvpwrvgnd_1": 828, "sky130_fd_sc_hd__inv_1": 1, "sky130_fd_sc_hd__nor2_1": 157, "sky130_fd_sc_hd__nand2b_1": 1, "sky130_fd_sc_hd__mux2i_4": 1, "sky130_fd_sc_hd__nand3b_1": 2, "sky130_fd_sc_hd__o21ai_0": 210, "sky130_fd_sc_hd__nand2_1": 226, "sky130_fd_sc_hd__o21ai_1": 19, "sky130_fd_sc_hd__o21a_1": 3, "sky130_fd_sc_hd__a32o_1": 1, "sky130_fd_sc_hd__o32ai_1": 1, "sky130_fd_sc_hd__a21o_1": 8, "sky130_fd_sc_hd__mux2_4": 30, "sky130_fd_sc_hd__mux2_8": 14, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 8, "sky130_fd_sc_hd__o21ai_4": 5, "sky130_fd_sc_hd__and2_0": 4, "sky130_fd_sc_hd__dfrtp_2": 12, "sky130_fd_sc_hd__dfrtp_1": 203, "sky130_fd_sc_hd__dfstp_2": 2, "sky130_fd_sc_hd__dfrtp_4": 96, "sky130_fd_sc_hd__clkbuf_16": 48, "sky130_fd_sc_hd__clkinvlp_4": 4, "sky130_fd_sc_hd__bufinv_16": 2, "sky130_fd_sc_hd__clkbuf_8": 4, "sky130_fd_sc_hd__clkbuf_1": 10, "sky130_fd_sc_hd__inv_8": 1, "sky130_fd_sc_hd__clkinv_2": 2, "sky130_fd_sc_hd__clkinv_4": 2, "sky130_fd_sc_hd__nor2_8": 14, "sky130_fd_sc_hd__nand2_2": 19, "sky130_fd_sc_hd__nand2b_4": 11, "sky130_fd_sc_hd__and2_4": 4, "sky130_fd_sc_hd__nand2_4": 21, "sky130_fd_sc_hd__nor4_4": 1, "sky130_fd_sc_hd__nor2b_4": 1, "sky130_fd_sc_hd__nand3_4": 5, "sky130_fd_sc_hd__a22oi_1": 61, "sky130_fd_sc_hd__nand3_1": 22, "sky130_fd_sc_hd__or3_1": 7, "sky130_fd_sc_hd__lpflow_inputiso1p_1": 2, "sky130_fd_sc_hd__xor2_1": 76, "sky130_fd_sc_hd__nor2_2": 2, "sky130_fd_sc_hd__a21oi_4": 43, "sky130_fd_sc_hd__xnor2_2": 21, "sky130_fd_sc_hd__xor2_4": 6, "sky130_fd_sc_hd__xnor2_4": 39, "sky130_fd_sc_hd__xnor3_4": 4, "sky130_fd_sc_hd__xnor2_1": 165, "sky130_fd_sc_hd__nor3_1": 8, "sky130_fd_sc_hd__xor3_1": 2, "sky130_fd_sc_hd__xnor3_1": 5, "sky130_fd_sc_hd__a21oi_1": 176, "sky130_fd_sc_hd__o2111ai_1": 9, "sky130_fd_sc_hd__o22a_1": 49, "sky130_fd_sc_hd__a31oi_1": 24, "sky130_fd_sc_hd__a21o_4": 2, "sky130_fd_sc_hd__a2111oi_0": 1, "sky130_fd_sc_hd__o21ai_2": 7, "sky130_fd_sc_hd__a21oi_2": 3, "sky130_fd_sc_hd__a211oi_1": 3, "sky130_fd_sc_hd__o32a_1": 4, "sky130_fd_sc_hd__o211ai_1": 2, "sky130_fd_sc_hd__a2111oi_1": 1, "sky130_fd_sc_hd__o221ai_1": 2, "sky130_fd_sc_hd__o2111ai_2": 1, "sky130_fd_sc_hd__a222oi_1": 74, "sky130_fd_sc_hd__nor2_4": 1, "sky130_fd_sc_hd__nand2_8": 5, "sky130_fd_sc_hd__a21boi_2": 1, "sky130_fd_sc_hd__nor3_2": 1, "sky130_fd_sc_hd__and3_1": 9, "sky130_fd_sc_hd__o21ba_4": 1, "sky130_fd_sc_hd__o21bai_4": 1, "sky130_fd_sc_hd__a221o_1": 8, "sky130_fd_sc_hd__xor2_2": 7, "sky130_fd_sc_hd__a22o_1": 15, "sky130_fd_sc_hd__a211o_1": 1, "sky130_fd_sc_hd__o31a_1": 1, "sky130_fd_sc_hd__dfstp_1": 1, "sky130_fd_sc_hd__mux2i_2": 1, "sky130_fd_sc_hd__nor3_4": 6, "sky130_fd_sc_hd__or4_1": 1, "sky130_fd_sc_hd__a221oi_4": 1, "sky130_fd_sc_hd__a221oi_2": 7, "sky130_fd_sc_hd__nand4_4": 6, "sky130_fd_sc_hd__a211o_4": 4, "sky130_fd_sc_hd__a221oi_1": 2, "sky130_fd_sc_hd__nand4_1": 2, "sky130_fd_sc_hd__a22oi_2": 1, "sky130_fd_sc_hd__buf_16": 34, "sky130_fd_sc_hd__buf_12": 29, "sky130_fd_sc_hd__buf_8": 12, "sky130_fd_sc_hd__buf_4": 16, "sky130_fd_sc_hd__buf_6": 4}, "density": 0.0620916669648288}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g2_2", "bounds": {"x1": 502825, "y1": 502825, "x2": 754237, "y2": 754237}, "cell_count": 9024, "type_distribution": {"sky130_fd_sc_hd__fill_8": 3385, "sky130_fd_sc_hd__fill_4": 779, "sky130_fd_sc_hd__fill_2": 1022, "sky130_fd_sc_hd__fill_1": 1046, "sky130_fd_sc_hd__tapvpwrvgnd_1": 837, "sky130_fd_sc_hd__mux2_8": 4, "sky130_fd_sc_hd__mux2_4": 18, "sky130_fd_sc_hd__clkbuf_16": 27, "sky130_fd_sc_hd__clkbuf_1": 4, "sky130_fd_sc_hd__bufinv_16": 6, "sky130_fd_sc_hd__clkinv_4": 2, "sky130_fd_sc_hd__clkinv_2": 2, "sky130_fd_sc_hd__clkbuf_8": 2, "sky130_fd_sc_hd__nor2_1": 151, "sky130_fd_sc_hd__xor2_4": 12, "sky130_fd_sc_hd__a21oi_1": 172, "sky130_fd_sc_hd__o21ai_0": 179, "sky130_fd_sc_hd__a221oi_1": 9, "sky130_fd_sc_hd__a31oi_1": 19, "sky130_fd_sc_hd__xnor2_4": 39, "sky130_fd_sc_hd__a21oi_2": 18, "sky130_fd_sc_hd__a211oi_1": 11, "sky130_fd_sc_hd__xnor2_1": 264, "sky130_fd_sc_hd__o21ai_1": 33, "sky130_fd_sc_hd__xor2_1": 91, "sky130_fd_sc_hd__xnor3_1": 7, "sky130_fd_sc_hd__xnor2_2": 29, "sky130_fd_sc_hd__o211ai_1": 2, "sky130_fd_sc_hd__o32a_1": 4, "sky130_fd_sc_hd__xnor3_2": 3, "sky130_fd_sc_hd__xor2_2": 14, "sky130_fd_sc_hd__xnor3_4": 10, "sky130_fd_sc_hd__nor3_1": 25, "sky130_fd_sc_hd__o22a_1": 48, "sky130_fd_sc_hd__nand2_2": 5, "sky130_fd_sc_hd__o2111ai_1": 18, "sky130_fd_sc_hd__o21ai_2": 14, "sky130_fd_sc_hd__nand2_1": 130, "sky130_fd_sc_hd__nand2_4": 4, "sky130_fd_sc_hd__xor3_4": 1, "sky130_fd_sc_hd__and2_2": 1, "sky130_fd_sc_hd__and2_4": 2, "sky130_fd_sc_hd__a21oi_4": 23, "sky130_fd_sc_hd__o221ai_1": 3, "sky130_fd_sc_hd__o21ai_4": 8, "sky130_fd_sc_hd__nor4_1": 15, "sky130_fd_sc_hd__nor2_2": 9, "sky130_fd_sc_hd__o21a_1": 3, "sky130_fd_sc_hd__a2111oi_0": 7, "sky130_fd_sc_hd__a222oi_1": 56, "sky130_fd_sc_hd__dfrtp_4": 91, "sky130_fd_sc_hd__dfrtp_2": 3, "sky130_fd_sc_hd__nor2_8": 2, "sky130_fd_sc_hd__nand4bb_4": 10, "sky130_fd_sc_hd__nand2b_2": 3, "sky130_fd_sc_hd__lpflow_inputiso1p_1": 2, "sky130_fd_sc_hd__or4b_4": 8, "sky130_fd_sc_hd__nand2b_4": 2, "sky130_fd_sc_hd__nor3_4": 3, "sky130_fd_sc_hd__and4b_4": 1, "sky130_fd_sc_hd__nand4b_4": 5, "sky130_fd_sc_hd__o22ai_1": 19, "sky130_fd_sc_hd__a211oi_2": 2, "sky130_fd_sc_hd__nand4_4": 8, "sky130_fd_sc_hd__nor4_2": 4, "sky130_fd_sc_hd__or4_4": 2, "sky130_fd_sc_hd__nor3_2": 3, "sky130_fd_sc_hd__nand3b_4": 1, "sky130_fd_sc_hd__nor2_4": 8, "sky130_fd_sc_hd__a22oi_2": 7, "sky130_fd_sc_hd__nand4_1": 17, "sky130_fd_sc_hd__a2111oi_2": 3, "sky130_fd_sc_hd__o41ai_1": 1, "sky130_fd_sc_hd__a211o_1": 4, "sky130_fd_sc_hd__or4_1": 2, "sky130_fd_sc_hd__nand3_1": 13, "sky130_fd_sc_hd__o22ai_2": 5, "sky130_fd_sc_hd__a21o_1": 9, "sky130_fd_sc_hd__nor4b_1": 1, "sky130_fd_sc_hd__o32ai_1": 4, "sky130_fd_sc_hd__nand4bb_1": 1, "sky130_fd_sc_hd__a2111oi_4": 1, "sky130_fd_sc_hd__a2111oi_1": 3, "sky130_fd_sc_hd__o2111ai_2": 1, "sky130_fd_sc_hd__nand3_2": 3, "sky130_fd_sc_hd__or4b_1": 1, "sky130_fd_sc_hd__or3_1": 5, "sky130_fd_sc_hd__nand3_4": 4, "sky130_fd_sc_hd__nor3b_1": 1, "sky130_fd_sc_hd__and4_1": 3, "sky130_fd_sc_hd__nand4b_1": 1, "sky130_fd_sc_hd__nor4bb_1": 1, "sky130_fd_sc_hd__a22oi_1": 52, "sky130_fd_sc_hd__a221o_1": 12, "sky130_fd_sc_hd__a221oi_2": 4, "sky130_fd_sc_hd__a221oi_4": 1, "sky130_fd_sc_hd__a22o_1": 8, "sky130_fd_sc_hd__xor3_1": 2, "sky130_fd_sc_hd__and2_0": 2, "sky130_fd_sc_hd__a211o_4": 2, "sky130_fd_sc_hd__and3_1": 2, "sky130_fd_sc_hd__dfrtp_1": 84, "sky130_fd_sc_hd__buf_12": 4, "sky130_fd_sc_hd__buf_16": 3, "sky130_fd_sc_hd__buf_8": 3, "sky130_fd_sc_hd__buf_4": 2, "sky130_fd_sc_hd__buf_6": 2}, "density": 0.06457476117213495}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g2_3", "bounds": {"x1": 502825, "y1": 754237, "x2": 754237, "y2": 1005650}, "cell_count": 8419, "type_distribution": {"sky130_fd_sc_hd__fill_8": 5560, "sky130_fd_sc_hd__fill_2": 835, "sky130_fd_sc_hd__fill_1": 863, "sky130_fd_sc_hd__fill_4": 99, "sky130_fd_sc_hd__tapvpwrvgnd_1": 828, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 1, "sky130_fd_sc_hd__nand2b_4": 3, "sky130_fd_sc_hd__nand3b_1": 1, "sky130_fd_sc_hd__nand3b_4": 3, "sky130_fd_sc_hd__nor2_1": 72, "sky130_fd_sc_hd__or3b_4": 4, "sky130_fd_sc_hd__nor2_4": 4, "sky130_fd_sc_hd__nor3_1": 22, "sky130_fd_sc_hd__and2_2": 1, "sky130_fd_sc_hd__nand2_8": 1, "sky130_fd_sc_hd__nand2_4": 1, "sky130_fd_sc_hd__nor2_8": 1, "sky130_fd_sc_hd__nand4bb_4": 2, "sky130_fd_sc_hd__nand3_4": 1, "sky130_fd_sc_hd__nand3_2": 1, "sky130_fd_sc_hd__nor2_2": 3, "sky130_fd_sc_hd__a21oi_1": 21, "sky130_fd_sc_hd__o22ai_2": 2, "sky130_fd_sc_hd__nand4b_4": 3, "sky130_fd_sc_hd__or3_4": 1, "sky130_fd_sc_hd__nor4_2": 3, "sky130_fd_sc_hd__nor4_1": 17, "sky130_fd_sc_hd__o2111ai_1": 3, "sky130_fd_sc_hd__and3_1": 1, "sky130_fd_sc_hd__nand2_1": 5, "sky130_fd_sc_hd__o21ai_1": 1, "sky130_fd_sc_hd__o21ai_0": 3, "sky130_fd_sc_hd__o22a_1": 1, "sky130_fd_sc_hd__nand4_1": 8, "sky130_fd_sc_hd__a221oi_1": 3, "sky130_fd_sc_hd__a2111oi_0": 2, "sky130_fd_sc_hd__o22ai_1": 15, "sky130_fd_sc_hd__a211oi_1": 5, "sky130_fd_sc_hd__nand4b_1": 6, "sky130_fd_sc_hd__nor3_2": 2, "sky130_fd_sc_hd__o221ai_1": 1, "sky130_fd_sc_hd__a31oi_1": 1, "sky130_fd_sc_hd__a211oi_2": 1, "sky130_fd_sc_hd__a2111oi_1": 2, "sky130_fd_sc_hd__a311oi_1": 1, "sky130_fd_sc_hd__nand4_2": 2, "sky130_fd_sc_hd__nand3_1": 2, "sky130_fd_sc_hd__o32ai_1": 1}, "density": 0.06024544706429568}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g3_0", "bounds": {"x1": 754237, "y1": 0, "x2": 1005650, "y2": 251412}, "cell_count": 8564, "type_distribution": {"sky130_fd_sc_hd__fill_8": 4813, "sky130_fd_sc_hd__fill_4": 348, "sky130_fd_sc_hd__fill_1": 904, "sky130_fd_sc_hd__fill_2": 905, "sky130_fd_sc_hd__decap_4": 92, "sky130_fd_sc_hd__tapvpwrvgnd_1": 837, "sky130_fd_sc_hd__clkbuf_16": 21, "sky130_fd_sc_hd__clkbuf_1": 3, "sky130_fd_sc_hd__clkinv_2": 4, "sky130_fd_sc_hd__bufinv_16": 2, "sky130_fd_sc_hd__clkbuf_8": 2, "sky130_fd_sc_hd__nor2_1": 87, "sky130_fd_sc_hd__a21oi_1": 87, "sky130_fd_sc_hd__nand2_1": 105, "sky130_fd_sc_hd__o21ai_0": 92, "sky130_fd_sc_hd__a222oi_1": 30, "sky130_fd_sc_hd__a22oi_1": 31, "sky130_fd_sc_hd__and3_1": 3, "sky130_fd_sc_hd__a22o_1": 3, "sky130_fd_sc_hd__a221oi_2": 4, "sky130_fd_sc_hd__nand4_4": 3, "sky130_fd_sc_hd__nand3_4": 3, "sky130_fd_sc_hd__and4_1": 3, "sky130_fd_sc_hd__nand4_1": 4, "sky130_fd_sc_hd__a211o_4": 4, "sky130_fd_sc_hd__nand3_1": 3, "sky130_fd_sc_hd__dfrtp_1": 170, "sky130_fd_sc_hd__buf_8": 1}, "density": 0.06128305127195964}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g3_1", "bounds": {"x1": 754237, "y1": 251412, "x2": 1005650, "y2": 502825}, "cell_count": 9033, "type_distribution": {"sky130_fd_sc_hd__fill_2": 1032, "sky130_fd_sc_hd__fill_8": 3290, "sky130_fd_sc_hd__fill_1": 1064, "sky130_fd_sc_hd__fill_4": 809, "sky130_fd_sc_hd__decap_4": 92, "sky130_fd_sc_hd__tapvpwrvgnd_1": 828, "sky130_fd_sc_hd__mux2_2": 33, "sky130_fd_sc_hd__mux2_4": 11, "sky130_fd_sc_hd__clkbuf_16": 31, "sky130_fd_sc_hd__clkbuf_1": 7, "sky130_fd_sc_hd__bufinv_16": 3, "sky130_fd_sc_hd__clkinv_2": 3, "sky130_fd_sc_hd__clkbuf_8": 6, "sky130_fd_sc_hd__xnor2_4": 42, "sky130_fd_sc_hd__xor2_4": 13, "sky130_fd_sc_hd__xnor2_2": 21, "sky130_fd_sc_hd__xnor2_1": 169, "sky130_fd_sc_hd__xnor3_4": 10, "sky130_fd_sc_hd__o21ai_0": 115, "sky130_fd_sc_hd__a21oi_1": 176, "sky130_fd_sc_hd__o22a_1": 22, "sky130_fd_sc_hd__xor2_1": 43, "sky130_fd_sc_hd__o21ai_1": 8, "sky130_fd_sc_hd__a211oi_1": 6, "sky130_fd_sc_hd__nor2_1": 275, "sky130_fd_sc_hd__a31oi_1": 4, "sky130_fd_sc_hd__xor2_2": 11, "sky130_fd_sc_hd__o2111ai_2": 5, "sky130_fd_sc_hd__nor3_1": 63, "sky130_fd_sc_hd__xnor3_2": 2, "sky130_fd_sc_hd__a21oi_2": 12, "sky130_fd_sc_hd__o32a_1": 5, "sky130_fd_sc_hd__o2111ai_1": 21, "sky130_fd_sc_hd__nand2_4": 4, "sky130_fd_sc_hd__nand2_2": 5, "sky130_fd_sc_hd__nand2_1": 109, "sky130_fd_sc_hd__and2_2": 2, "sky130_fd_sc_hd__o21ai_2": 1, "sky130_fd_sc_hd__xor3_2": 1, "sky130_fd_sc_hd__a211oi_2": 1, "sky130_fd_sc_hd__o211ai_1": 4, "sky130_fd_sc_hd__xnor3_1": 3, "sky130_fd_sc_hd__o221ai_1": 4, "sky130_fd_sc_hd__o221ai_4": 1, "sky130_fd_sc_hd__a21oi_4": 13, "sky130_fd_sc_hd__o221ai_2": 1, "sky130_fd_sc_hd__a222oi_1": 33, "sky130_fd_sc_hd__dfrtp_4": 26, "sky130_fd_sc_hd__dfrtp_2": 6, "sky130_fd_sc_hd__nor4bb_4": 1, "sky130_fd_sc_hd__nand4bb_4": 21, "sky130_fd_sc_hd__nand4b_4": 16, "sky130_fd_sc_hd__nand3_4": 5, "sky130_fd_sc_hd__or3b_4": 8, "sky130_fd_sc_hd__nor3b_4": 2, "sky130_fd_sc_hd__or4b_4": 16, "sky130_fd_sc_hd__nand3b_4": 6, "sky130_fd_sc_hd__nand2b_2": 2, "sky130_fd_sc_hd__or3_4": 3, "sky130_fd_sc_hd__nor2_4": 4, "sky130_fd_sc_hd__nand4_4": 7, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 2, "sky130_fd_sc_hd__nor4b_4": 1, "sky130_fd_sc_hd__nor4_4": 1, "sky130_fd_sc_hd__or4_4": 5, "sky130_fd_sc_hd__o32ai_4": 2, "sky130_fd_sc_hd__nor3_4": 2, "sky130_fd_sc_hd__nand3b_2": 4, "sky130_fd_sc_hd__nand3_1": 20, "sky130_fd_sc_hd__o22ai_1": 80, "sky130_fd_sc_hd__nor3_2": 4, "sky130_fd_sc_hd__nor2_2": 4, "sky130_fd_sc_hd__nor4_1": 55, "sky130_fd_sc_hd__a32oi_1": 1, "sky130_fd_sc_hd__o22ai_2": 5, "sky130_fd_sc_hd__a31o_1": 1, "sky130_fd_sc_hd__nor4_2": 5, "sky130_fd_sc_hd__a2111oi_0": 10, "sky130_fd_sc_hd__nand4_1": 24, "sky130_fd_sc_hd__a2111oi_1": 5, "sky130_fd_sc_hd__o32ai_1": 8, "sky130_fd_sc_hd__nand4b_1": 4, "sky130_fd_sc_hd__or3_1": 9, "sky130_fd_sc_hd__nand3_2": 6, "sky130_fd_sc_hd__a22oi_1": 24, "sky130_fd_sc_hd__nand2b_4": 2, "sky130_fd_sc_hd__nand3b_1": 1, "sky130_fd_sc_hd__lpflow_inputiso1p_1": 5, "sky130_fd_sc_hd__or3b_1": 1, "sky130_fd_sc_hd__nand2b_1": 2, "sky130_fd_sc_hd__o22ai_4": 1, "sky130_fd_sc_hd__or4_1": 7, "sky130_fd_sc_hd__or4b_1": 3, "sky130_fd_sc_hd__clkinv_1": 1, "sky130_fd_sc_hd__o32ai_2": 1, "sky130_fd_sc_hd__nor3b_2": 1, "sky130_fd_sc_hd__and3_1": 4, "sky130_fd_sc_hd__a22o_1": 4, "sky130_fd_sc_hd__and4_1": 2, "sky130_fd_sc_hd__nor4b_1": 2, "sky130_fd_sc_hd__a2111oi_2": 1, "sky130_fd_sc_hd__a21o_1": 2, "sky130_fd_sc_hd__nand4_2": 1, "sky130_fd_sc_hd__o311ai_1": 1, "sky130_fd_sc_hd__or4b_2": 1, "sky130_fd_sc_hd__o2111ai_4": 1, "sky130_fd_sc_hd__a211o_4": 4, "sky130_fd_sc_hd__a221oi_2": 2, "sky130_fd_sc_hd__a22oi_2": 1, "sky130_fd_sc_hd__a221oi_1": 1, "sky130_fd_sc_hd__a221oi_4": 1, "sky130_fd_sc_hd__nand2_8": 1, "sky130_fd_sc_hd__dfrtp_1": 143, "sky130_fd_sc_hd__buf_16": 2, "sky130_fd_sc_hd__buf_8": 3, "sky130_fd_sc_hd__buf_12": 7, "sky130_fd_sc_hd__buf_6": 3, "sky130_fd_sc_hd__buf_4": 2}, "density": 0.064639164191921}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g3_2", "bounds": {"x1": 754237, "y1": 502825, "x2": 1005650, "y2": 754237}, "cell_count": 9313, "type_distribution": {"sky130_fd_sc_hd__fill_4": 707, "sky130_fd_sc_hd__fill_2": 1069, "sky130_fd_sc_hd__fill_8": 3835, "sky130_fd_sc_hd__fill_1": 1069, "sky130_fd_sc_hd__decap_4": 93, "sky130_fd_sc_hd__tapvpwrvgnd_1": 837, "sky130_fd_sc_hd__mux2_2": 19, "sky130_fd_sc_hd__mux2_4": 6, "sky130_fd_sc_hd__clkbuf_16": 11, "sky130_fd_sc_hd__clkinv_2": 1, "sky130_fd_sc_hd__clkbuf_8": 4, "sky130_fd_sc_hd__bufinv_16": 1, "sky130_fd_sc_hd__nand2_4": 13, "sky130_fd_sc_hd__and2_4": 3, "sky130_fd_sc_hd__nand2_8": 3, "sky130_fd_sc_hd__xnor2_4": 43, "sky130_fd_sc_hd__o21ai_2": 7, "sky130_fd_sc_hd__xor2_4": 16, "sky130_fd_sc_hd__xnor2_1": 231, "sky130_fd_sc_hd__xor2_2": 19, "sky130_fd_sc_hd__xnor3_2": 4, "sky130_fd_sc_hd__xor2_1": 74, "sky130_fd_sc_hd__a21oi_1": 125, "sky130_fd_sc_hd__xnor2_2": 30, "sky130_fd_sc_hd__xnor3_4": 11, "sky130_fd_sc_hd__xor3_4": 1, "sky130_fd_sc_hd__xnor3_1": 8, "sky130_fd_sc_hd__o21ai_0": 59, "sky130_fd_sc_hd__a21oi_2": 22, "sky130_fd_sc_hd__o32a_1": 9, "sky130_fd_sc_hd__o221ai_4": 1, "sky130_fd_sc_hd__o2111ai_1": 21, "sky130_fd_sc_hd__o22a_1": 18, "sky130_fd_sc_hd__nor2_1": 285, "sky130_fd_sc_hd__nand3_1": 27, "sky130_fd_sc_hd__nand2_1": 41, "sky130_fd_sc_hd__a211oi_2": 3, "sky130_fd_sc_hd__a31oi_1": 8, "sky130_fd_sc_hd__a211oi_1": 21, "sky130_fd_sc_hd__o211ai_1": 11, "sky130_fd_sc_hd__o21ai_1": 15, "sky130_fd_sc_hd__a21oi_4": 12, "sky130_fd_sc_hd__o2111ai_2": 2, "sky130_fd_sc_hd__nor3_1": 81, "sky130_fd_sc_hd__a41oi_1": 5, "sky130_fd_sc_hd__xor3_1": 1, "sky130_fd_sc_hd__o221ai_1": 4, "sky130_fd_sc_hd__o21a_1": 2, "sky130_fd_sc_hd__a222oi_1": 6, "sky130_fd_sc_hd__dfrtp_4": 37, "sky130_fd_sc_hd__dfrtp_2": 1, "sky130_fd_sc_hd__clkinv_1": 1, "sky130_fd_sc_hd__nand2b_2": 2, "sky130_fd_sc_hd__nand3_2": 5, "sky130_fd_sc_hd__nor2_4": 2, "sky130_fd_sc_hd__lpflow_isobufsrc_1": 4, "sky130_fd_sc_hd__nand2b_4": 5, "sky130_fd_sc_hd__lpflow_inputiso1p_1": 2, "sky130_fd_sc_hd__nor3b_2": 3, "sky130_fd_sc_hd__nand4bb_4": 15, "sky130_fd_sc_hd__nor3b_4": 1, "sky130_fd_sc_hd__nor2_2": 15, "sky130_fd_sc_hd__nor4bb_2": 1, "sky130_fd_sc_hd__nand4b_1": 3, "sky130_fd_sc_hd__nand4_4": 6, "sky130_fd_sc_hd__o32ai_1": 5, "sky130_fd_sc_hd__nor4_1": 83, "sky130_fd_sc_hd__a221oi_1": 1, "sky130_fd_sc_hd__nor3_2": 5, "sky130_fd_sc_hd__o22ai_1": 57, "sky130_fd_sc_hd__nand4_1": 46, "sky130_fd_sc_hd__or4_2": 2, "sky130_fd_sc_hd__a2111oi_1": 9, "sky130_fd_sc_hd__a2111oi_0": 9, "sky130_fd_sc_hd__o22ai_2": 4, "sky130_fd_sc_hd__or4_1": 9, "sky130_fd_sc_hd__o2111a_1": 1, "sky130_fd_sc_hd__or3_1": 9, "sky130_fd_sc_hd__nand4_2": 5, "sky130_fd_sc_hd__o21bai_1": 2, "sky130_fd_sc_hd__nand3b_1": 2, "sky130_fd_sc_hd__a31oi_4": 2, "sky130_fd_sc_hd__a22oi_1": 3, "sky130_fd_sc_hd__a311oi_2": 2, "sky130_fd_sc_hd__nor4b_4": 1, "sky130_fd_sc_hd__nand4b_4": 8, "sky130_fd_sc_hd__or3b_4": 4, "sky130_fd_sc_hd__nand2_2": 2, "sky130_fd_sc_hd__nand3_4": 1, "sky130_fd_sc_hd__nand2b_1": 3, "sky130_fd_sc_hd__or4b_4": 8, "sky130_fd_sc_hd__nand3b_4": 3, "sky130_fd_sc_hd__nor4_4": 1, "sky130_fd_sc_hd__or4_4": 2, "sky130_fd_sc_hd__o32ai_4": 1, "sky130_fd_sc_hd__or3_4": 1, "sky130_fd_sc_hd__a21o_1": 3, "sky130_fd_sc_hd__nor3_4": 2, "sky130_fd_sc_hd__nor3b_1": 1, "sky130_fd_sc_hd__o221ai_2": 1, "sky130_fd_sc_hd__nor4b_1": 3, "sky130_fd_sc_hd__o22ai_4": 1, "sky130_fd_sc_hd__nor4_2": 4, "sky130_fd_sc_hd__o32ai_2": 1, "sky130_fd_sc_hd__a211o_1": 2, "sky130_fd_sc_hd__buf_16": 2, "sky130_fd_sc_hd__buf_12": 2, "sky130_fd_sc_hd__buf_4": 3}, "density": 0.06664281369637554}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "block_id": "g3_3", "bounds": {"x1": 754237, "y1": 754237, "x2": 1005650, "y2": 1005650}, "cell_count": 8344, "type_distribution": {"sky130_fd_sc_hd__fill_8": 5679, "sky130_fd_sc_hd__fill_2": 855, "sky130_fd_sc_hd__fill_1": 828, "sky130_fd_sc_hd__fill_4": 63, "sky130_fd_sc_hd__decap_4": 91, "sky130_fd_sc_hd__tapvpwrvgnd_1": 828}, "density": 0.05970875523274536}]
|
aes_core_sky130_50mhz/flow/extracted/net_connectivity.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_00_", "fanout": 1, "driver": "Y"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_01_", "fanout": 1, "driver": "Y"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_02_", "fanout": 1, "driver": "Y"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_03_", "fanout": 1, "driver": "Y"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_04_", "fanout": 1, "driver": "X"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_05_", "fanout": 1, "driver": "Y"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_06_", "fanout": 1, "driver": "X"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_07_", "fanout": 1, "driver": "Y"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_08_", "fanout": 1, "driver": "X"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "clk", "fanout": 1, "driver": null}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "count[0]", "fanout": 6, "driver": "Q"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "count[1]", "fanout": 5, "driver": "Q"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "count[2]", "fanout": 4, "driver": "Q"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "count[3]", "fanout": 2, "driver": "Q"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "rst", "fanout": 4, "driver": null}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "VDD", "fanout": 0, "driver": null}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "VSS", "fanout": 0, "driver": null}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "clknet_0_clk", "fanout": 2, "driver": "X"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "clknet_1_0__leaf_clk", "fanout": 2, "driver": "X"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "clknet_1_1__leaf_clk", "fanout": 2, "driver": "X"}]
|
aes_core_sky130_50mhz/flow/extracted/net_wire_info.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_00_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_01_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_02_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_03_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_04_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_05_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_06_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_07_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "_08_", "has_wire": 1, "iterm_count": 2, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "clk", "has_wire": 1, "iterm_count": 1, "bterm_count": 1}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "count[0]", "has_wire": 1, "iterm_count": 7, "bterm_count": 1}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "count[1]", "has_wire": 1, "iterm_count": 6, "bterm_count": 1}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "count[2]", "has_wire": 1, "iterm_count": 5, "bterm_count": 1}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "count[3]", "has_wire": 1, "iterm_count": 3, "bterm_count": 1}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "rst", "has_wire": 1, "iterm_count": 4, "bterm_count": 1}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "VDD", "has_wire": 0, "iterm_count": 26, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "VSS", "has_wire": 0, "iterm_count": 26, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "clknet_0_clk", "has_wire": 1, "iterm_count": 3, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "clknet_1_0__leaf_clk", "has_wire": 1, "iterm_count": 3, "bterm_count": 0}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "net": "clknet_1_1__leaf_clk", "has_wire": 1, "iterm_count": 3, "bterm_count": 0}]
|
aes_core_sky130_50mhz/flow/extracted/physics_labels.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6efc0c875499cbe8220ea0b98a4c08dd7e32d6f3ab674ccd1eaec7a62160650a
|
| 3 |
+
size 24540374
|
aes_core_sky130_50mhz/flow/extracted/pin_access.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[0]", "direction": "INPUT", "layer": "met2", "x": 635950, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[100]", "direction": "INPUT", "layer": "met2", "x": 635030, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[101]", "direction": "INPUT", "layer": "met2", "x": 634110, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[102]", "direction": "INPUT", "layer": "met2", "x": 633190, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[103]", "direction": "INPUT", "layer": "met2", "x": 632270, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[104]", "direction": "INPUT", "layer": "met2", "x": 631350, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[105]", "direction": "INPUT", "layer": "met2", "x": 630430, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[106]", "direction": "INPUT", "layer": "met2", "x": 629510, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[107]", "direction": "INPUT", "layer": "met2", "x": 628590, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[108]", "direction": "INPUT", "layer": "met2", "x": 627670, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[109]", "direction": "INPUT", "layer": "met2", "x": 626750, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[10]", "direction": "INPUT", "layer": "met2", "x": 625830, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[110]", "direction": "INPUT", "layer": "met2", "x": 624910, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[111]", "direction": "INPUT", "layer": "met2", "x": 623990, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[112]", "direction": "INPUT", "layer": "met2", "x": 623070, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[113]", "direction": "INPUT", "layer": "met2", "x": 622150, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[114]", "direction": "INPUT", "layer": "met2", "x": 621230, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[115]", "direction": "INPUT", "layer": "met2", "x": 620310, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[116]", "direction": "INPUT", "layer": "met2", "x": 619390, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[117]", "direction": "INPUT", "layer": "met2", "x": 618470, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[118]", "direction": "INPUT", "layer": "met2", "x": 617550, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[119]", "direction": "INPUT", "layer": "met2", "x": 616630, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[11]", "direction": "INPUT", "layer": "met2", "x": 615710, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[120]", "direction": "INPUT", "layer": "met2", "x": 614790, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[121]", "direction": "INPUT", "layer": "met2", "x": 613870, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[122]", "direction": "INPUT", "layer": "met2", "x": 612950, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[123]", "direction": "INPUT", "layer": "met2", "x": 612030, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[124]", "direction": "INPUT", "layer": "met2", "x": 611110, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[125]", "direction": "INPUT", "layer": "met2", "x": 610190, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[126]", "direction": "INPUT", "layer": "met2", "x": 609270, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[127]", "direction": "INPUT", "layer": "met2", "x": 608350, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[12]", "direction": "INPUT", "layer": "met2", "x": 607430, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[13]", "direction": "INPUT", "layer": "met2", "x": 606510, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[14]", "direction": "INPUT", "layer": "met2", "x": 605590, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[15]", "direction": "INPUT", "layer": "met2", "x": 604670, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[16]", "direction": "INPUT", "layer": "met2", "x": 603750, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[17]", "direction": "INPUT", "layer": "met2", "x": 602830, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[18]", "direction": "INPUT", "layer": "met2", "x": 601910, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[19]", "direction": "INPUT", "layer": "met2", "x": 600990, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[1]", "direction": "INPUT", "layer": "met2", "x": 600070, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[20]", "direction": "INPUT", "layer": "met2", "x": 599150, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[21]", "direction": "INPUT", "layer": "met2", "x": 598230, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[22]", "direction": "INPUT", "layer": "met2", "x": 597310, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[23]", "direction": "INPUT", "layer": "met2", "x": 596390, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[24]", "direction": "INPUT", "layer": "met2", "x": 595470, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[25]", "direction": "INPUT", "layer": "met2", "x": 594550, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[26]", "direction": "INPUT", "layer": "met2", "x": 593630, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[27]", "direction": "INPUT", "layer": "met2", "x": 592710, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[28]", "direction": "INPUT", "layer": "met2", "x": 591790, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[29]", "direction": "INPUT", "layer": "met2", "x": 590870, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[2]", "direction": "INPUT", "layer": "met2", "x": 589950, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[30]", "direction": "INPUT", "layer": "met2", "x": 589030, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[31]", "direction": "INPUT", "layer": "met2", "x": 588110, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[32]", "direction": "INPUT", "layer": "met2", "x": 587190, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[33]", "direction": "INPUT", "layer": "met2", "x": 586270, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[34]", "direction": "INPUT", "layer": "met2", "x": 585350, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[35]", "direction": "INPUT", "layer": "met2", "x": 584430, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[36]", "direction": "INPUT", "layer": "met2", "x": 583510, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[37]", "direction": "INPUT", "layer": "met2", "x": 582590, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[38]", "direction": "INPUT", "layer": "met2", "x": 581670, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[39]", "direction": "INPUT", "layer": "met2", "x": 580750, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[3]", "direction": "INPUT", "layer": "met2", "x": 579830, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[40]", "direction": "INPUT", "layer": "met2", "x": 578910, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[41]", "direction": "INPUT", "layer": "met2", "x": 577990, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[42]", "direction": "INPUT", "layer": "met2", "x": 577070, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[43]", "direction": "INPUT", "layer": "met2", "x": 576150, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[44]", "direction": "INPUT", "layer": "met2", "x": 575230, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[45]", "direction": "INPUT", "layer": "met2", "x": 574310, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[46]", "direction": "INPUT", "layer": "met2", "x": 573390, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[47]", "direction": "INPUT", "layer": "met2", "x": 572470, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[48]", "direction": "INPUT", "layer": "met2", "x": 571550, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[49]", "direction": "INPUT", "layer": "met2", "x": 570630, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[4]", "direction": "INPUT", "layer": "met2", "x": 569710, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[50]", "direction": "INPUT", "layer": "met2", "x": 568790, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[51]", "direction": "INPUT", "layer": "met2", "x": 567870, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[52]", "direction": "INPUT", "layer": "met2", "x": 566950, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[53]", "direction": "INPUT", "layer": "met2", "x": 566030, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[54]", "direction": "INPUT", "layer": "met2", "x": 565110, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[55]", "direction": "INPUT", "layer": "met2", "x": 564190, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[56]", "direction": "INPUT", "layer": "met2", "x": 563270, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[57]", "direction": "INPUT", "layer": "met2", "x": 562350, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[58]", "direction": "INPUT", "layer": "met2", "x": 561430, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[59]", "direction": "INPUT", "layer": "met2", "x": 560510, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[5]", "direction": "INPUT", "layer": "met2", "x": 559590, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[60]", "direction": "INPUT", "layer": "met2", "x": 558670, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[61]", "direction": "INPUT", "layer": "met2", "x": 557750, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[62]", "direction": "INPUT", "layer": "met2", "x": 556830, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[63]", "direction": "INPUT", "layer": "met2", "x": 555910, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[64]", "direction": "INPUT", "layer": "met2", "x": 554990, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[65]", "direction": "INPUT", "layer": "met2", "x": 554070, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[66]", "direction": "INPUT", "layer": "met2", "x": 553150, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[67]", "direction": "INPUT", "layer": "met2", "x": 552230, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[68]", "direction": "INPUT", "layer": "met2", "x": 551310, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[69]", "direction": "INPUT", "layer": "met2", "x": 550390, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[6]", "direction": "INPUT", "layer": "met2", "x": 549470, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[70]", "direction": "INPUT", "layer": "met2", "x": 548550, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[71]", "direction": "INPUT", "layer": "met2", "x": 547630, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[72]", "direction": "INPUT", "layer": "met2", "x": 546710, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[73]", "direction": "INPUT", "layer": "met2", "x": 545790, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[74]", "direction": "INPUT", "layer": "met2", "x": 544870, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[75]", "direction": "INPUT", "layer": "met2", "x": 543950, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[76]", "direction": "INPUT", "layer": "met2", "x": 543030, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[77]", "direction": "INPUT", "layer": "met2", "x": 542110, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[78]", "direction": "INPUT", "layer": "met2", "x": 541190, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[79]", "direction": "INPUT", "layer": "met2", "x": 540270, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[7]", "direction": "INPUT", "layer": "met2", "x": 539350, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[80]", "direction": "INPUT", "layer": "met2", "x": 538430, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[81]", "direction": "INPUT", "layer": "met2", "x": 537510, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[82]", "direction": "INPUT", "layer": "met2", "x": 536590, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[83]", "direction": "INPUT", "layer": "met2", "x": 535670, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[84]", "direction": "INPUT", "layer": "met2", "x": 534750, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[85]", "direction": "INPUT", "layer": "met2", "x": 533830, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[86]", "direction": "INPUT", "layer": "met2", "x": 532910, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[87]", "direction": "INPUT", "layer": "met2", "x": 531990, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[88]", "direction": "INPUT", "layer": "met2", "x": 531070, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[89]", "direction": "INPUT", "layer": "met2", "x": 530150, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[8]", "direction": "INPUT", "layer": "met2", "x": 529230, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[90]", "direction": "INPUT", "layer": "met2", "x": 528310, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[91]", "direction": "INPUT", "layer": "met2", "x": 527390, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[92]", "direction": "INPUT", "layer": "met2", "x": 526470, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[93]", "direction": "INPUT", "layer": "met2", "x": 525550, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[94]", "direction": "INPUT", "layer": "met2", "x": 524630, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[95]", "direction": "INPUT", "layer": "met2", "x": 523710, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[96]", "direction": "INPUT", "layer": "met2", "x": 522790, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[97]", "direction": "INPUT", "layer": "met2", "x": 521870, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[98]", "direction": "INPUT", "layer": "met2", "x": 520950, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[99]", "direction": "INPUT", "layer": "met2", "x": 520030, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "block[9]", "direction": "INPUT", "layer": "met2", "x": 519110, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "clk", "direction": "INPUT", "layer": "met2", "x": 518190, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "encdec", "direction": "INPUT", "layer": "met2", "x": 517270, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "init", "direction": "INPUT", "layer": "met2", "x": 516350, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[0]", "direction": "INPUT", "layer": "met2", "x": 515430, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[100]", "direction": "INPUT", "layer": "met2", "x": 514510, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[101]", "direction": "INPUT", "layer": "met2", "x": 513590, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[102]", "direction": "INPUT", "layer": "met2", "x": 512670, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[103]", "direction": "INPUT", "layer": "met2", "x": 511750, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[104]", "direction": "INPUT", "layer": "met2", "x": 510830, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[105]", "direction": "INPUT", "layer": "met2", "x": 509910, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[106]", "direction": "INPUT", "layer": "met2", "x": 508990, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[107]", "direction": "INPUT", "layer": "met2", "x": 508070, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[108]", "direction": "INPUT", "layer": "met2", "x": 507150, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[109]", "direction": "INPUT", "layer": "met2", "x": 506230, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[10]", "direction": "INPUT", "layer": "met2", "x": 505310, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[110]", "direction": "INPUT", "layer": "met2", "x": 504390, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[111]", "direction": "INPUT", "layer": "met2", "x": 503470, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[112]", "direction": "INPUT", "layer": "met2", "x": 502550, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[113]", "direction": "INPUT", "layer": "met2", "x": 501630, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[114]", "direction": "INPUT", "layer": "met2", "x": 500710, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[115]", "direction": "INPUT", "layer": "met2", "x": 499790, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[116]", "direction": "INPUT", "layer": "met2", "x": 498870, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[117]", "direction": "INPUT", "layer": "met2", "x": 497950, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[118]", "direction": "INPUT", "layer": "met2", "x": 497030, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[119]", "direction": "INPUT", "layer": "met2", "x": 496110, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[11]", "direction": "INPUT", "layer": "met2", "x": 495190, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[120]", "direction": "INPUT", "layer": "met2", "x": 494270, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[121]", "direction": "INPUT", "layer": "met2", "x": 493350, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[122]", "direction": "INPUT", "layer": "met2", "x": 492430, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[123]", "direction": "INPUT", "layer": "met2", "x": 491510, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[124]", "direction": "INPUT", "layer": "met2", "x": 490590, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[125]", "direction": "INPUT", "layer": "met2", "x": 489670, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[126]", "direction": "INPUT", "layer": "met2", "x": 488750, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[127]", "direction": "INPUT", "layer": "met2", "x": 487830, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[128]", "direction": "INPUT", "layer": "met2", "x": 486910, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[129]", "direction": "INPUT", "layer": "met2", "x": 485990, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[12]", "direction": "INPUT", "layer": "met2", "x": 485070, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[130]", "direction": "INPUT", "layer": "met2", "x": 484150, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[131]", "direction": "INPUT", "layer": "met2", "x": 483230, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[132]", "direction": "INPUT", "layer": "met2", "x": 482310, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[133]", "direction": "INPUT", "layer": "met2", "x": 481390, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[134]", "direction": "INPUT", "layer": "met2", "x": 480470, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[135]", "direction": "INPUT", "layer": "met2", "x": 479550, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[136]", "direction": "INPUT", "layer": "met2", "x": 478630, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[137]", "direction": "INPUT", "layer": "met2", "x": 477710, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[138]", "direction": "INPUT", "layer": "met2", "x": 476790, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[139]", "direction": "INPUT", "layer": "met2", "x": 475870, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[13]", "direction": "INPUT", "layer": "met2", "x": 474950, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[140]", "direction": "INPUT", "layer": "met2", "x": 474030, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[141]", "direction": "INPUT", "layer": "met2", "x": 473110, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[142]", "direction": "INPUT", "layer": "met2", "x": 472190, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[143]", "direction": "INPUT", "layer": "met2", "x": 471270, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[144]", "direction": "INPUT", "layer": "met2", "x": 470350, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[145]", "direction": "INPUT", "layer": "met2", "x": 469430, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[146]", "direction": "INPUT", "layer": "met2", "x": 468510, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[147]", "direction": "INPUT", "layer": "met2", "x": 467590, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[148]", "direction": "INPUT", "layer": "met2", "x": 466670, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[149]", "direction": "INPUT", "layer": "met2", "x": 465750, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[14]", "direction": "INPUT", "layer": "met2", "x": 464830, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[150]", "direction": "INPUT", "layer": "met2", "x": 463910, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[151]", "direction": "INPUT", "layer": "met2", "x": 462990, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[152]", "direction": "INPUT", "layer": "met2", "x": 462070, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[153]", "direction": "INPUT", "layer": "met2", "x": 461150, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[154]", "direction": "INPUT", "layer": "met2", "x": 460230, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[155]", "direction": "INPUT", "layer": "met2", "x": 459310, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[156]", "direction": "INPUT", "layer": "met2", "x": 458390, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[157]", "direction": "INPUT", "layer": "met2", "x": 457470, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[158]", "direction": "INPUT", "layer": "met2", "x": 456550, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[159]", "direction": "INPUT", "layer": "met2", "x": 455630, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[15]", "direction": "INPUT", "layer": "met2", "x": 454710, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[160]", "direction": "INPUT", "layer": "met2", "x": 453790, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[161]", "direction": "INPUT", "layer": "met2", "x": 452870, "y": 1005407}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[162]", "direction": "INPUT", "layer": "met2", "x": 369150, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[163]", "direction": "INPUT", "layer": "met2", "x": 370070, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[164]", "direction": "INPUT", "layer": "met2", "x": 370990, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[165]", "direction": "INPUT", "layer": "met2", "x": 371910, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[166]", "direction": "INPUT", "layer": "met2", "x": 372830, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[167]", "direction": "INPUT", "layer": "met2", "x": 373750, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[168]", "direction": "INPUT", "layer": "met2", "x": 374670, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[169]", "direction": "INPUT", "layer": "met2", "x": 375590, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[16]", "direction": "INPUT", "layer": "met2", "x": 376510, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[170]", "direction": "INPUT", "layer": "met2", "x": 377430, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[171]", "direction": "INPUT", "layer": "met2", "x": 378350, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[172]", "direction": "INPUT", "layer": "met2", "x": 379270, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[173]", "direction": "INPUT", "layer": "met2", "x": 380190, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[174]", "direction": "INPUT", "layer": "met2", "x": 381110, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[175]", "direction": "INPUT", "layer": "met2", "x": 382030, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[176]", "direction": "INPUT", "layer": "met2", "x": 382950, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[177]", "direction": "INPUT", "layer": "met2", "x": 383870, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[178]", "direction": "INPUT", "layer": "met2", "x": 384790, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[179]", "direction": "INPUT", "layer": "met2", "x": 385710, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[17]", "direction": "INPUT", "layer": "met2", "x": 386630, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[180]", "direction": "INPUT", "layer": "met2", "x": 387550, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[181]", "direction": "INPUT", "layer": "met2", "x": 388470, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[182]", "direction": "INPUT", "layer": "met2", "x": 389390, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[183]", "direction": "INPUT", "layer": "met2", "x": 390310, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[184]", "direction": "INPUT", "layer": "met2", "x": 391230, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[185]", "direction": "INPUT", "layer": "met2", "x": 392150, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[186]", "direction": "INPUT", "layer": "met2", "x": 393070, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[187]", "direction": "INPUT", "layer": "met2", "x": 393990, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[188]", "direction": "INPUT", "layer": "met2", "x": 394910, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[189]", "direction": "INPUT", "layer": "met2", "x": 395830, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[18]", "direction": "INPUT", "layer": "met2", "x": 396750, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[190]", "direction": "INPUT", "layer": "met2", "x": 397670, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[191]", "direction": "INPUT", "layer": "met2", "x": 398590, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[192]", "direction": "INPUT", "layer": "met2", "x": 399510, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[193]", "direction": "INPUT", "layer": "met2", "x": 400430, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[194]", "direction": "INPUT", "layer": "met2", "x": 401350, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[195]", "direction": "INPUT", "layer": "met2", "x": 402270, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[196]", "direction": "INPUT", "layer": "met2", "x": 403190, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[197]", "direction": "INPUT", "layer": "met2", "x": 404110, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[198]", "direction": "INPUT", "layer": "met2", "x": 405030, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[199]", "direction": "INPUT", "layer": "met2", "x": 405950, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[19]", "direction": "INPUT", "layer": "met2", "x": 406870, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[1]", "direction": "INPUT", "layer": "met2", "x": 407790, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[200]", "direction": "INPUT", "layer": "met2", "x": 408710, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[201]", "direction": "INPUT", "layer": "met2", "x": 409630, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[202]", "direction": "INPUT", "layer": "met2", "x": 410550, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[203]", "direction": "INPUT", "layer": "met2", "x": 411470, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[204]", "direction": "INPUT", "layer": "met2", "x": 412390, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[205]", "direction": "INPUT", "layer": "met2", "x": 413310, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[206]", "direction": "INPUT", "layer": "met2", "x": 414230, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[207]", "direction": "INPUT", "layer": "met2", "x": 415150, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[208]", "direction": "INPUT", "layer": "met2", "x": 416070, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[209]", "direction": "INPUT", "layer": "met2", "x": 416990, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[20]", "direction": "INPUT", "layer": "met2", "x": 417910, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[210]", "direction": "INPUT", "layer": "met2", "x": 418830, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[211]", "direction": "INPUT", "layer": "met2", "x": 419750, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[212]", "direction": "INPUT", "layer": "met2", "x": 420670, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[213]", "direction": "INPUT", "layer": "met2", "x": 421590, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[214]", "direction": "INPUT", "layer": "met2", "x": 422510, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[215]", "direction": "INPUT", "layer": "met2", "x": 423430, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[216]", "direction": "INPUT", "layer": "met2", "x": 424350, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[217]", "direction": "INPUT", "layer": "met2", "x": 425270, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[218]", "direction": "INPUT", "layer": "met2", "x": 426190, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[219]", "direction": "INPUT", "layer": "met2", "x": 427110, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[21]", "direction": "INPUT", "layer": "met2", "x": 428030, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[220]", "direction": "INPUT", "layer": "met2", "x": 428950, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[221]", "direction": "INPUT", "layer": "met2", "x": 429870, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[222]", "direction": "INPUT", "layer": "met2", "x": 430790, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[223]", "direction": "INPUT", "layer": "met2", "x": 431710, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[224]", "direction": "INPUT", "layer": "met2", "x": 432630, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[225]", "direction": "INPUT", "layer": "met2", "x": 433550, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[226]", "direction": "INPUT", "layer": "met2", "x": 434470, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[227]", "direction": "INPUT", "layer": "met2", "x": 435390, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[228]", "direction": "INPUT", "layer": "met2", "x": 436310, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[229]", "direction": "INPUT", "layer": "met2", "x": 437230, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[22]", "direction": "INPUT", "layer": "met2", "x": 438150, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[230]", "direction": "INPUT", "layer": "met2", "x": 439070, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[231]", "direction": "INPUT", "layer": "met2", "x": 439990, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[232]", "direction": "INPUT", "layer": "met2", "x": 440910, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[233]", "direction": "INPUT", "layer": "met2", "x": 441830, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[234]", "direction": "INPUT", "layer": "met2", "x": 442750, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[235]", "direction": "INPUT", "layer": "met2", "x": 443670, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[236]", "direction": "INPUT", "layer": "met2", "x": 444590, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[237]", "direction": "INPUT", "layer": "met2", "x": 445510, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[238]", "direction": "INPUT", "layer": "met2", "x": 446430, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[239]", "direction": "INPUT", "layer": "met2", "x": 447350, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[23]", "direction": "INPUT", "layer": "met2", "x": 448270, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[240]", "direction": "INPUT", "layer": "met2", "x": 449190, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[241]", "direction": "INPUT", "layer": "met2", "x": 450110, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[242]", "direction": "INPUT", "layer": "met2", "x": 451030, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[243]", "direction": "INPUT", "layer": "met2", "x": 451950, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[244]", "direction": "INPUT", "layer": "met2", "x": 452870, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[245]", "direction": "INPUT", "layer": "met2", "x": 453790, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[246]", "direction": "INPUT", "layer": "met2", "x": 454710, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[247]", "direction": "INPUT", "layer": "met2", "x": 455630, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[248]", "direction": "INPUT", "layer": "met2", "x": 456550, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[249]", "direction": "INPUT", "layer": "met2", "x": 457470, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[24]", "direction": "INPUT", "layer": "met2", "x": 458390, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[250]", "direction": "INPUT", "layer": "met2", "x": 459310, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[251]", "direction": "INPUT", "layer": "met2", "x": 460230, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[252]", "direction": "INPUT", "layer": "met2", "x": 461150, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[253]", "direction": "INPUT", "layer": "met2", "x": 462070, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[254]", "direction": "INPUT", "layer": "met2", "x": 462990, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[255]", "direction": "INPUT", "layer": "met2", "x": 463910, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[25]", "direction": "INPUT", "layer": "met2", "x": 464830, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[26]", "direction": "INPUT", "layer": "met2", "x": 465750, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[27]", "direction": "INPUT", "layer": "met2", "x": 466670, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[28]", "direction": "INPUT", "layer": "met2", "x": 467590, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[29]", "direction": "INPUT", "layer": "met2", "x": 468510, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[2]", "direction": "INPUT", "layer": "met2", "x": 469430, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[30]", "direction": "INPUT", "layer": "met2", "x": 470350, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[31]", "direction": "INPUT", "layer": "met2", "x": 471270, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[32]", "direction": "INPUT", "layer": "met2", "x": 472190, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[33]", "direction": "INPUT", "layer": "met2", "x": 473110, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[34]", "direction": "INPUT", "layer": "met2", "x": 474030, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[35]", "direction": "INPUT", "layer": "met2", "x": 474950, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[36]", "direction": "INPUT", "layer": "met2", "x": 475870, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[37]", "direction": "INPUT", "layer": "met2", "x": 476790, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[38]", "direction": "INPUT", "layer": "met2", "x": 477710, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[39]", "direction": "INPUT", "layer": "met2", "x": 478630, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[3]", "direction": "INPUT", "layer": "met2", "x": 479550, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[40]", "direction": "INPUT", "layer": "met2", "x": 480470, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[41]", "direction": "INPUT", "layer": "met2", "x": 481390, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[42]", "direction": "INPUT", "layer": "met2", "x": 482310, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[43]", "direction": "INPUT", "layer": "met2", "x": 483230, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[44]", "direction": "INPUT", "layer": "met2", "x": 484150, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[45]", "direction": "INPUT", "layer": "met2", "x": 485070, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[46]", "direction": "INPUT", "layer": "met2", "x": 485990, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[47]", "direction": "INPUT", "layer": "met2", "x": 486910, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[48]", "direction": "INPUT", "layer": "met2", "x": 487830, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[49]", "direction": "INPUT", "layer": "met2", "x": 488750, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[4]", "direction": "INPUT", "layer": "met2", "x": 489670, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[50]", "direction": "INPUT", "layer": "met2", "x": 490590, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[51]", "direction": "INPUT", "layer": "met2", "x": 491510, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[52]", "direction": "INPUT", "layer": "met2", "x": 492430, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[53]", "direction": "INPUT", "layer": "met2", "x": 493350, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[54]", "direction": "INPUT", "layer": "met2", "x": 494270, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[55]", "direction": "INPUT", "layer": "met2", "x": 495190, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[56]", "direction": "INPUT", "layer": "met2", "x": 496110, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[57]", "direction": "INPUT", "layer": "met2", "x": 497030, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[58]", "direction": "INPUT", "layer": "met2", "x": 497950, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[59]", "direction": "INPUT", "layer": "met2", "x": 498870, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[5]", "direction": "INPUT", "layer": "met2", "x": 499790, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[60]", "direction": "INPUT", "layer": "met2", "x": 500710, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[61]", "direction": "INPUT", "layer": "met2", "x": 501630, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[62]", "direction": "INPUT", "layer": "met2", "x": 502550, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[63]", "direction": "INPUT", "layer": "met2", "x": 503470, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[64]", "direction": "INPUT", "layer": "met2", "x": 504390, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[65]", "direction": "INPUT", "layer": "met2", "x": 505310, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[66]", "direction": "INPUT", "layer": "met2", "x": 506230, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[67]", "direction": "INPUT", "layer": "met2", "x": 507150, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[68]", "direction": "INPUT", "layer": "met2", "x": 508070, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[69]", "direction": "INPUT", "layer": "met2", "x": 508990, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[6]", "direction": "INPUT", "layer": "met2", "x": 509910, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[70]", "direction": "INPUT", "layer": "met2", "x": 510830, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[71]", "direction": "INPUT", "layer": "met2", "x": 511750, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[72]", "direction": "INPUT", "layer": "met2", "x": 512670, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[73]", "direction": "INPUT", "layer": "met2", "x": 513590, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[74]", "direction": "INPUT", "layer": "met2", "x": 514510, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[75]", "direction": "INPUT", "layer": "met2", "x": 515430, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[76]", "direction": "INPUT", "layer": "met2", "x": 516350, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[77]", "direction": "INPUT", "layer": "met2", "x": 517270, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[78]", "direction": "INPUT", "layer": "met2", "x": 518190, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[79]", "direction": "INPUT", "layer": "met2", "x": 519110, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[7]", "direction": "INPUT", "layer": "met2", "x": 520030, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[80]", "direction": "INPUT", "layer": "met2", "x": 520950, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[81]", "direction": "INPUT", "layer": "met2", "x": 521870, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[82]", "direction": "INPUT", "layer": "met2", "x": 522790, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[83]", "direction": "INPUT", "layer": "met2", "x": 523710, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[84]", "direction": "INPUT", "layer": "met2", "x": 524630, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[85]", "direction": "INPUT", "layer": "met2", "x": 525550, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[86]", "direction": "INPUT", "layer": "met2", "x": 526470, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[87]", "direction": "INPUT", "layer": "met2", "x": 527390, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[88]", "direction": "INPUT", "layer": "met2", "x": 528310, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[89]", "direction": "INPUT", "layer": "met2", "x": 529230, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[8]", "direction": "INPUT", "layer": "met2", "x": 530150, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[90]", "direction": "INPUT", "layer": "met2", "x": 531070, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[91]", "direction": "INPUT", "layer": "met2", "x": 531990, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[92]", "direction": "INPUT", "layer": "met2", "x": 532910, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[93]", "direction": "INPUT", "layer": "met2", "x": 533830, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[94]", "direction": "INPUT", "layer": "met2", "x": 534750, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[95]", "direction": "INPUT", "layer": "met2", "x": 535670, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[96]", "direction": "INPUT", "layer": "met2", "x": 536590, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[97]", "direction": "INPUT", "layer": "met2", "x": 537510, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[98]", "direction": "INPUT", "layer": "met2", "x": 538430, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[99]", "direction": "INPUT", "layer": "met2", "x": 539350, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "key[9]", "direction": "INPUT", "layer": "met2", "x": 540270, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "keylen", "direction": "INPUT", "layer": "met2", "x": 541190, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "next", "direction": "INPUT", "layer": "met2", "x": 542110, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "ready", "direction": "OUTPUT", "layer": "met2", "x": 543030, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "reset_n", "direction": "INPUT", "layer": "met2", "x": 543950, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[0]", "direction": "OUTPUT", "layer": "met2", "x": 544870, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[100]", "direction": "OUTPUT", "layer": "met2", "x": 545790, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[101]", "direction": "OUTPUT", "layer": "met2", "x": 546710, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[102]", "direction": "OUTPUT", "layer": "met2", "x": 547630, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[103]", "direction": "OUTPUT", "layer": "met2", "x": 548550, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[104]", "direction": "OUTPUT", "layer": "met2", "x": 549470, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[105]", "direction": "OUTPUT", "layer": "met2", "x": 550390, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[106]", "direction": "OUTPUT", "layer": "met2", "x": 551310, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[107]", "direction": "OUTPUT", "layer": "met2", "x": 552230, "y": 242}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[108]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 381140}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[109]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 502180}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[10]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 500820}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[110]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 503540}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[111]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 499460}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[112]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 498100}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[113]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 496740}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[114]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 504900}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[115]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 495380}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[116]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 494020}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[117]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 492660}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[118]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 506260}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[119]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 491300}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[11]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 489940}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[120]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 488580}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[121]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 507620}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[122]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 487220}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[123]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 485860}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[124]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 484500}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[125]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 508980}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[126]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 483140}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[127]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 481780}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[12]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 480420}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[13]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 510340}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[14]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 479060}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[15]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 477700}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[16]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 476340}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[17]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 511700}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[18]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 474980}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[19]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 473620}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[1]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 472260}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[20]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 513060}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[21]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 470900}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[22]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 469540}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[23]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 468180}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[24]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 514420}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[25]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 466820}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[26]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 465460}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[27]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 464100}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[28]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 515780}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[29]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 462740}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[2]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 461380}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[30]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 460020}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[31]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 517140}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[32]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 458660}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[33]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 457300}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[34]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 455940}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[35]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 518500}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[36]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 454580}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[37]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 453220}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[38]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 451860}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[39]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 519860}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[3]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 450500}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[40]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 449140}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[41]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 447780}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[42]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 521220}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[43]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 446420}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[44]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 445060}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[45]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 443700}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[46]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 522580}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[47]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 442340}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[48]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 440980}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[49]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 439620}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[4]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 523940}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[50]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 438260}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[51]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 436900}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[52]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 435540}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[53]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 525300}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[54]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 434180}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[55]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 432820}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[56]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 431460}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[57]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 526660}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[58]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 430100}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[59]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 428740}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[5]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 427380}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[60]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 528020}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[61]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 426020}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[62]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 424660}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[63]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 423300}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[64]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 529380}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[65]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 421940}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[66]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 420580}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[67]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 419220}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[68]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 530740}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[69]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 417860}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[6]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 416500}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[70]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 415140}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[71]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 532100}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[72]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 413780}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[73]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 412420}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[74]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 411060}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[75]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 533460}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[76]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 409700}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[77]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 408340}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[78]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 406980}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[79]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 534820}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[7]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 405620}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[80]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 404260}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[81]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 402900}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[82]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 536180}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[83]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 401540}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[84]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 400180}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[85]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 398820}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[86]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 537540}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[87]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 397460}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[88]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 396100}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[89]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 394740}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[8]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 538900}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[90]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 393380}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[91]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 392020}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[92]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 390660}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[93]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 540260}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[94]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 389300}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[95]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 387940}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[96]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 386580}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[97]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 541620}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[98]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 385220}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[99]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 383860}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result[9]", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 382500}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "pin_name": "result_valid", "direction": "OUTPUT", "layer": "met3", "x": 1005250, "y": 542980}]
|
aes_core_sky130_50mhz/flow/extracted/power_grid.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[]
|
aes_core_sky130_50mhz/flow/extracted/power_summary.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "instance": "__TOTAL__", "internal_mw": 4.91958e-05, "switching_mw": 2.171214e-05, "leakage_mw": 9.068234e-11, "total_mw": 7.090803e-05}]
|
aes_core_sky130_50mhz/flow/extracted/timing_contexts.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "freq_mhz": 50, "wns_ns": 11.5, "tns_ns": null, "utilization": 0.21, "num_instances": 139745, "area_um2": 211161.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]", "Timing: MET"], "power_mw": null, "drc_clean": false, "lvs_clean": true}]
|
aes_core_sky130_50mhz/flow/extracted/timing_paths_detailed.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
aes_core_sky130_50mhz/flow/extracted/tns_detail.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "report_type": "tns", "content": "tns 0.00"}]
|
aes_core_sky130_50mhz/flow/extracted/trajectory_snapshots.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "phase": 1, "label": "Step 1/3: Synthesis", "type": "phase_start"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "phase": 1, "cells": 17413, "type": "synth_result"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "phase": 1, "duration_s": 13.5, "type": "phase_end"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "phase": 2, "label": "Step 2/3: Place and Route", "type": "phase_start"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "phase": 2, "instances": 139745, "utilization": 0.21, "type": "pnr_result"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "phase": 2, "duration_s": 1101.7, "type": "phase_end"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "phase": 3, "label": "Step 3/3: GDS Generation", "type": "phase_start"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "phase": 3, "duration_s": 1442.26, "type": "phase_end"}, {"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "phase": 3, "signoff": "FAIL", "type": "signoff_result"}]
|
aes_core_sky130_50mhz/flow/extracted/wns_detail.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[{"run_id": "aes_core_sky130_50mhz", "pdk": "sky130", "report_type": "wns", "content": "wns 0.00"}]
|
aes_core_sky130_50mhz/flow/flow_log.txt
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
╔══════════════════════════════════════════╗
|
| 2 |
+
║ Zyphar Flow v1.0.0 ║
|
| 3 |
+
║ Complete RTL-to-GDSII Toolchain ║
|
| 4 |
+
╚══════════════════════════════════════════╝
|
| 5 |
+
|
| 6 |
+
Configuration:
|
| 7 |
+
Input: /tmp/github_designs/aes_core/aes_core_combined.v
|
| 8 |
+
Top: aes_core
|
| 9 |
+
PDK: Sky130
|
| 10 |
+
Frequency: 50 MHz
|
| 11 |
+
Clock: clk
|
| 12 |
+
Output: /tmp/datagen_output/aes_core_sky130_50mhz/flow
|
| 13 |
+
|
| 14 |
+
Starting flow...
|
| 15 |
+
|
| 16 |
+
=== Step 1/3: Synthesis ===
|
| 17 |
+
Synthesis complete: 17413 cells, 0.00 um^2
|
| 18 |
+
Wires: 14610, Modules: 6
|
| 19 |
+
Netlist: /tmp/zyphar_netlist_2118914.v
|
| 20 |
+
Duration: 13.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_2118914.v
|
| 30 |
+
PDK: Sky130, Freq: 50 MHz, Clock: clk
|
| 31 |
+
Utilization: 15%, Aspect ratio: 1.0, Placement density: 0.30 (user-specified)
|
| 32 |
+
PDN: false, Detailed route: true, Fillers: true, Antenna: true
|
| 33 |
+
PnR complete: 139745 instances, 0.21 utilization
|
| 34 |
+
DEF: /tmp/zyphar_pnr_2118914.def
|
| 35 |
+
WNS: 11.500 ns
|
| 36 |
+
Duration: 1101.7s
|
| 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/aes_core_sky130_50mhz/flow/aes_core.gds
|
| 49 |
+
|
| 50 |
+
=== Signoff Checks ===
|
| 51 |
+
|
| 52 |
+
--- DRC ---
|
| 53 |
+
DRC: 568 violations
|
| 54 |
+
|
| 55 |
+
--- LVS ---
|
| 56 |
+
LVS: CLEAN
|
| 57 |
+
|
| 58 |
+
═══════════════════════════════════════════
|
| 59 |
+
RESULTS
|
| 60 |
+
═══════════════════════════════════════════
|
| 61 |
+
|
| 62 |
+
Synthesis:
|
| 63 |
+
Cells: 17413
|
| 64 |
+
Netlist: /tmp/datagen_output/aes_core_sky130_50mhz/flow/netlist.v
|
| 65 |
+
|
| 66 |
+
Place & Route:
|
| 67 |
+
DEF: /tmp/datagen_output/aes_core_sky130_50mhz/flow/output.def
|
| 68 |
+
WNS: 11.500 ns
|
| 69 |
+
Util: 21.0%
|
| 70 |
+
Instances: 139745
|
| 71 |
+
Area: 211161.00 um^2
|
| 72 |
+
|
| 73 |
+
GDSII: /tmp/datagen_output/aes_core_sky130_50mhz/flow/aes_core.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/aes_core_sky130_50mhz/flow/aes_core.spef
|
| 81 |
+
|
| 82 |
+
Duration: 1442.26s
|
| 83 |
+
|
| 84 |
+
Signoff:
|
| 85 |
+
Timing: MET
|
| 86 |
+
WNS: 11.500 ns
|
| 87 |
+
DRC: 568 violations
|
| 88 |
+
DRC report: /tmp/datagen_output/aes_core_sky130_50mhz/flow/drc_report.rpt
|
| 89 |
+
LVS: CLEAN
|
| 90 |
+
LVS report: /tmp/datagen_output/aes_core_sky130_50mhz/flow/lvs_report.lyrdb
|
| 91 |
+
|
| 92 |
+
SIGNOFF: FAIL
|
| 93 |
+
- DRC violations
|
| 94 |
+
|
| 95 |
+
Flow completed successfully!
|
| 96 |
+
|
aes_core_sky130_50mhz/flow/klayout_lvs.log
ADDED
|
@@ -0,0 +1,606 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
=== stdout ===
|
| 2 |
+
"polygons" in: lvs_deck_patched.lylvs:49
|
| 3 |
+
Polygons (raw): 1 (flat) 1 (hierarchical)
|
| 4 |
+
Elapsed: 0.080s Memory: 701.00M
|
| 5 |
+
"polygons" in: lvs_deck_patched.lylvs:50
|
| 6 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 7 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 8 |
+
"polygons" in: lvs_deck_patched.lylvs:51
|
| 9 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 10 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 11 |
+
"polygons" in: lvs_deck_patched.lylvs:52
|
| 12 |
+
Polygons (raw): 31761 (flat) 191 (hierarchical)
|
| 13 |
+
Elapsed: 0.030s Memory: 701.00M
|
| 14 |
+
"input" in: lvs_deck_patched.lylvs:53
|
| 15 |
+
Polygons (raw): 18776 (flat) 194 (hierarchical)
|
| 16 |
+
Elapsed: 0.040s Memory: 701.00M
|
| 17 |
+
"polygons" in: lvs_deck_patched.lylvs:54
|
| 18 |
+
Polygons (raw): 18778 (flat) 195 (hierarchical)
|
| 19 |
+
Elapsed: 0.030s Memory: 701.00M
|
| 20 |
+
"input" in: lvs_deck_patched.lylvs:55
|
| 21 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 22 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 23 |
+
"input" in: lvs_deck_patched.lylvs:56
|
| 24 |
+
Polygons (raw): 18817 (flat) 196 (hierarchical)
|
| 25 |
+
Elapsed: 0.030s Memory: 701.00M
|
| 26 |
+
"polygons" in: lvs_deck_patched.lylvs:57
|
| 27 |
+
Polygons (raw): 59004 (flat) 615 (hierarchical)
|
| 28 |
+
Elapsed: 0.030s Memory: 701.00M
|
| 29 |
+
"polygons" in: lvs_deck_patched.lylvs:58
|
| 30 |
+
Polygons (raw): 26640 (flat) 2 (hierarchical)
|
| 31 |
+
Elapsed: 0.050s Memory: 701.00M
|
| 32 |
+
"polygons" in: lvs_deck_patched.lylvs:59
|
| 33 |
+
Polygons (raw): 45081 (flat) 192 (hierarchical)
|
| 34 |
+
Elapsed: 0.030s Memory: 701.00M
|
| 35 |
+
"polygons" in: lvs_deck_patched.lylvs:60
|
| 36 |
+
Polygons (raw): 45081 (flat) 192 (hierarchical)
|
| 37 |
+
Elapsed: 0.030s Memory: 701.00M
|
| 38 |
+
"polygons" in: lvs_deck_patched.lylvs:61
|
| 39 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 40 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 41 |
+
"polygons" in: lvs_deck_patched.lylvs:62
|
| 42 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 43 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 44 |
+
"polygons" in: lvs_deck_patched.lylvs:63
|
| 45 |
+
Polygons (raw): 32646 (flat) 196 (hierarchical)
|
| 46 |
+
Elapsed: 0.020s Memory: 701.00M
|
| 47 |
+
"polygons" in: lvs_deck_patched.lylvs:64
|
| 48 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 49 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 50 |
+
"polygons" in: lvs_deck_patched.lylvs:65
|
| 51 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 52 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 53 |
+
"polygons" in: lvs_deck_patched.lylvs:66
|
| 54 |
+
Polygons (raw): 31761 (flat) 191 (hierarchical)
|
| 55 |
+
Elapsed: 0.030s Memory: 701.00M
|
| 56 |
+
"polygons" in: lvs_deck_patched.lylvs:67
|
| 57 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 58 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 59 |
+
"polygons" in: lvs_deck_patched.lylvs:68
|
| 60 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 61 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 62 |
+
"polygons" in: lvs_deck_patched.lylvs:69
|
| 63 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 64 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 65 |
+
"polygons" in: lvs_deck_patched.lylvs:70
|
| 66 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 67 |
+
Elapsed: 0.020s Memory: 701.00M
|
| 68 |
+
"polygons" in: lvs_deck_patched.lylvs:71
|
| 69 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 70 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 71 |
+
"polygons" in: lvs_deck_patched.lylvs:72
|
| 72 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 73 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 74 |
+
"polygons" in: lvs_deck_patched.lylvs:73
|
| 75 |
+
Polygons (raw): 125966 (flat) 1465 (hierarchical)
|
| 76 |
+
Elapsed: 0.030s Memory: 701.00M
|
| 77 |
+
"input" in: lvs_deck_patched.lylvs:74
|
| 78 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 79 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 80 |
+
"polygons" in: lvs_deck_patched.lylvs:75
|
| 81 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 82 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 83 |
+
"polygons" in: lvs_deck_patched.lylvs:76
|
| 84 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 85 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 86 |
+
"polygons" in: lvs_deck_patched.lylvs:77
|
| 87 |
+
Polygons (raw): 558347 (flat) 7215 (hierarchical)
|
| 88 |
+
Elapsed: 0.030s Memory: 701.00M
|
| 89 |
+
"polygons" in: lvs_deck_patched.lylvs:78
|
| 90 |
+
Polygons (raw): 29115 (flat) 224 (hierarchical)
|
| 91 |
+
Elapsed: 0.030s Memory: 701.00M
|
| 92 |
+
"polygons" in: lvs_deck_patched.lylvs:79
|
| 93 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 94 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 95 |
+
"polygons" in: lvs_deck_patched.lylvs:80
|
| 96 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 97 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 98 |
+
"polygons" in: lvs_deck_patched.lylvs:81
|
| 99 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 100 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 101 |
+
"polygons" in: lvs_deck_patched.lylvs:82
|
| 102 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 103 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 104 |
+
"polygons" in: lvs_deck_patched.lylvs:83
|
| 105 |
+
Polygons (raw): 400178 (flat) 11305 (hierarchical)
|
| 106 |
+
Elapsed: 0.040s Memory: 701.00M
|
| 107 |
+
"input" in: lvs_deck_patched.lylvs:84
|
| 108 |
+
Polygons (raw): 111817 (flat) 1586 (hierarchical)
|
| 109 |
+
Elapsed: 0.050s Memory: 701.00M
|
| 110 |
+
"polygons" in: lvs_deck_patched.lylvs:85
|
| 111 |
+
Polygons (raw): 117055 (flat) 1685 (hierarchical)
|
| 112 |
+
Elapsed: 0.030s Memory: 701.00M
|
| 113 |
+
"polygons" in: lvs_deck_patched.lylvs:86
|
| 114 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 115 |
+
Elapsed: 0.000s Memory: 701.00M
|
| 116 |
+
"polygons" in: lvs_deck_patched.lylvs:87
|
| 117 |
+
Polygons (raw): 440563 (flat) 4108 (hierarchical)
|
| 118 |
+
Elapsed: 0.030s Memory: 701.00M
|
| 119 |
+
"polygons" in: lvs_deck_patched.lylvs:88
|
| 120 |
+
Polygons (raw): 352225 (flat) 111356 (hierarchical)
|
| 121 |
+
Elapsed: 0.130s Memory: 701.00M
|
| 122 |
+
"input" in: lvs_deck_patched.lylvs:89
|
| 123 |
+
Polygons (raw): 63627 (flat) 389 (hierarchical)
|
| 124 |
+
Elapsed: 0.030s Memory: 704.00M
|
| 125 |
+
"polygons" in: lvs_deck_patched.lylvs:90
|
| 126 |
+
Polygons (raw): 63631 (flat) 391 (hierarchical)
|
| 127 |
+
Elapsed: 0.030s Memory: 704.00M
|
| 128 |
+
"polygons" in: lvs_deck_patched.lylvs:91
|
| 129 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 130 |
+
Elapsed: 0.010s Memory: 704.00M
|
| 131 |
+
"polygons" in: lvs_deck_patched.lylvs:92
|
| 132 |
+
Polygons (raw): 74624 (flat) 2 (hierarchical)
|
| 133 |
+
Elapsed: 0.030s Memory: 704.00M
|
| 134 |
+
"polygons" in: lvs_deck_patched.lylvs:93
|
| 135 |
+
Polygons (raw): 143129 (flat) 59071 (hierarchical)
|
| 136 |
+
Elapsed: 0.080s Memory: 704.00M
|
| 137 |
+
"input" in: lvs_deck_patched.lylvs:94
|
| 138 |
+
Polygons (raw): 400 (flat) 400 (hierarchical)
|
| 139 |
+
Elapsed: 0.030s Memory: 704.00M
|
| 140 |
+
"polygons" in: lvs_deck_patched.lylvs:95
|
| 141 |
+
Polygons (raw): 400 (flat) 400 (hierarchical)
|
| 142 |
+
Elapsed: 0.030s Memory: 704.00M
|
| 143 |
+
"polygons" in: lvs_deck_patched.lylvs:96
|
| 144 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 145 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 146 |
+
"polygons" in: lvs_deck_patched.lylvs:97
|
| 147 |
+
Polygons (raw): 9437 (flat) 1 (hierarchical)
|
| 148 |
+
Elapsed: 0.030s Memory: 704.00M
|
| 149 |
+
"polygons" in: lvs_deck_patched.lylvs:98
|
| 150 |
+
Polygons (raw): 17352 (flat) 6884 (hierarchical)
|
| 151 |
+
Elapsed: 0.030s Memory: 704.00M
|
| 152 |
+
"input" in: lvs_deck_patched.lylvs:99
|
| 153 |
+
Polygons (raw): 120 (flat) 120 (hierarchical)
|
| 154 |
+
Elapsed: 0.030s Memory: 704.00M
|
| 155 |
+
"polygons" in: lvs_deck_patched.lylvs:100
|
| 156 |
+
Polygons (raw): 120 (flat) 120 (hierarchical)
|
| 157 |
+
Elapsed: 0.030s Memory: 704.00M
|
| 158 |
+
"polygons" in: lvs_deck_patched.lylvs:101
|
| 159 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 160 |
+
Elapsed: 0.020s Memory: 704.00M
|
| 161 |
+
"polygons" in: lvs_deck_patched.lylvs:102
|
| 162 |
+
Polygons (raw): 1033 (flat) 1 (hierarchical)
|
| 163 |
+
Elapsed: 0.030s Memory: 704.00M
|
| 164 |
+
"polygons" in: lvs_deck_patched.lylvs:103
|
| 165 |
+
Polygons (raw): 1695 (flat) 622 (hierarchical)
|
| 166 |
+
Elapsed: 0.030s Memory: 704.00M
|
| 167 |
+
"input" in: lvs_deck_patched.lylvs:104
|
| 168 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 169 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 170 |
+
"polygons" in: lvs_deck_patched.lylvs:105
|
| 171 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 172 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 173 |
+
"polygons" in: lvs_deck_patched.lylvs:106
|
| 174 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 175 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 176 |
+
"polygons" in: lvs_deck_patched.lylvs:107
|
| 177 |
+
Polygons (raw): 42 (flat) 1 (hierarchical)
|
| 178 |
+
Elapsed: 0.030s Memory: 704.00M
|
| 179 |
+
"polygons" in: lvs_deck_patched.lylvs:108
|
| 180 |
+
Polygons (raw): 75 (flat) 34 (hierarchical)
|
| 181 |
+
Elapsed: 0.020s Memory: 704.00M
|
| 182 |
+
"input" in: lvs_deck_patched.lylvs:109
|
| 183 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 184 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 185 |
+
"polygons" in: lvs_deck_patched.lylvs:110
|
| 186 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 187 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 188 |
+
"polygons" in: lvs_deck_patched.lylvs:111
|
| 189 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 190 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 191 |
+
"polygons" in: lvs_deck_patched.lylvs:112
|
| 192 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 193 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 194 |
+
"input" in: lvs_deck_patched.lylvs:113
|
| 195 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 196 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 197 |
+
"polygons" in: lvs_deck_patched.lylvs:114
|
| 198 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 199 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 200 |
+
"polygons" in: lvs_deck_patched.lylvs:115
|
| 201 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 202 |
+
Elapsed: 0.020s Memory: 704.00M
|
| 203 |
+
"polygons" in: lvs_deck_patched.lylvs:116
|
| 204 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 205 |
+
Elapsed: 0.010s Memory: 704.00M
|
| 206 |
+
"polygons" in: lvs_deck_patched.lylvs:117
|
| 207 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 208 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 209 |
+
"polygons" in: lvs_deck_patched.lylvs:118
|
| 210 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 211 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 212 |
+
"polygons" in: lvs_deck_patched.lylvs:119
|
| 213 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 214 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 215 |
+
"polygons" in: lvs_deck_patched.lylvs:120
|
| 216 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 217 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 218 |
+
"polygons" in: lvs_deck_patched.lylvs:121
|
| 219 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 220 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 221 |
+
"polygons" in: lvs_deck_patched.lylvs:122
|
| 222 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 223 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 224 |
+
"polygons" in: lvs_deck_patched.lylvs:123
|
| 225 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 226 |
+
Elapsed: 0.000s Memory: 704.00M
|
| 227 |
+
"polygons" in: lvs_deck_patched.lylvs:126
|
| 228 |
+
Polygons (raw): 18441 (flat) 190 (hierarchical)
|
| 229 |
+
Elapsed: 0.040s Memory: 704.00M
|
| 230 |
+
"&" in: lvs_deck_patched.lylvs:130
|
| 231 |
+
Polygons (raw): 29042 (flat) 302 (hierarchical)
|
| 232 |
+
Elapsed: 0.270s Memory: 1246.00M
|
| 233 |
+
"&" in: lvs_deck_patched.lylvs:130
|
| 234 |
+
Polygons (raw): 29042 (flat) 302 (hierarchical)
|
| 235 |
+
Elapsed: 0.220s Memory: 1246.00M
|
| 236 |
+
"&" in: lvs_deck_patched.lylvs:131
|
| 237 |
+
Polygons (raw): 13320 (flat) 1 (hierarchical)
|
| 238 |
+
Elapsed: 0.170s Memory: 1246.00M
|
| 239 |
+
"&" in: lvs_deck_patched.lylvs:131
|
| 240 |
+
Polygons (raw): 13320 (flat) 1 (hierarchical)
|
| 241 |
+
Elapsed: 0.160s Memory: 1246.00M
|
| 242 |
+
"&" in: lvs_deck_patched.lylvs:132
|
| 243 |
+
Polygons (raw): 116803 (flat) 1603 (hierarchical)
|
| 244 |
+
Elapsed: 0.220s Memory: 1246.00M
|
| 245 |
+
"-" in: lvs_deck_patched.lylvs:133
|
| 246 |
+
Polygons (raw): 145845 (flat) 1905 (hierarchical)
|
| 247 |
+
Elapsed: 0.220s Memory: 1246.00M
|
| 248 |
+
"-" in: lvs_deck_patched.lylvs:134
|
| 249 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 250 |
+
Elapsed: 0.170s Memory: 1246.00M
|
| 251 |
+
"-" in: lvs_deck_patched.lylvs:134
|
| 252 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 253 |
+
Elapsed: 0.030s Memory: 1246.00M
|
| 254 |
+
"-" in: lvs_deck_patched.lylvs:134
|
| 255 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 256 |
+
Elapsed: 0.010s Memory: 1246.00M
|
| 257 |
+
"-" in: lvs_deck_patched.lylvs:135
|
| 258 |
+
Polygons (raw): 32646 (flat) 196 (hierarchical)
|
| 259 |
+
Elapsed: 0.010s Memory: 1246.00M
|
| 260 |
+
"-" in: lvs_deck_patched.lylvs:135
|
| 261 |
+
Polygons (raw): 32646 (flat) 196 (hierarchical)
|
| 262 |
+
Elapsed: 0.010s Memory: 1246.00M
|
| 263 |
+
"&" in: lvs_deck_patched.lylvs:135
|
| 264 |
+
Polygons (raw): 116803 (flat) 1603 (hierarchical)
|
| 265 |
+
Elapsed: 0.200s Memory: 1246.00M
|
| 266 |
+
"-" in: lvs_deck_patched.lylvs:136
|
| 267 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 268 |
+
Elapsed: 0.160s Memory: 1246.00M
|
| 269 |
+
"-" in: lvs_deck_patched.lylvs:136
|
| 270 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 271 |
+
Elapsed: 0.070s Memory: 1246.00M
|
| 272 |
+
"&" in: lvs_deck_patched.lylvs:136
|
| 273 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 274 |
+
Elapsed: 0.010s Memory: 1246.00M
|
| 275 |
+
"-" in: lvs_deck_patched.lylvs:138
|
| 276 |
+
Polygons (raw): 27101 (flat) 302 (hierarchical)
|
| 277 |
+
Elapsed: 0.290s Memory: 1246.00M
|
| 278 |
+
"&" in: lvs_deck_patched.lylvs:138
|
| 279 |
+
Polygons (raw): 26991 (flat) 300 (hierarchical)
|
| 280 |
+
Elapsed: 0.200s Memory: 1246.00M
|
| 281 |
+
"-" in: lvs_deck_patched.lylvs:139
|
| 282 |
+
Polygons (raw): 13320 (flat) 1 (hierarchical)
|
| 283 |
+
Elapsed: 0.250s Memory: 1246.00M
|
| 284 |
+
"&" in: lvs_deck_patched.lylvs:139
|
| 285 |
+
Polygons (raw): 13320 (flat) 1 (hierarchical)
|
| 286 |
+
Elapsed: 0.160s Memory: 1266.00M
|
| 287 |
+
"&" in: lvs_deck_patched.lylvs:140
|
| 288 |
+
Polygons (raw): 116729 (flat) 1595 (hierarchical)
|
| 289 |
+
Elapsed: 0.170s Memory: 1246.00M
|
| 290 |
+
"-" in: lvs_deck_patched.lylvs:141
|
| 291 |
+
Polygons (raw): 143720 (flat) 1895 (hierarchical)
|
| 292 |
+
Elapsed: 0.270s Memory: 1246.00M
|
| 293 |
+
"-" in: lvs_deck_patched.lylvs:142
|
| 294 |
+
Polygons (raw): 116729 (flat) 1595 (hierarchical)
|
| 295 |
+
Elapsed: 0.010s Memory: 1246.00M
|
| 296 |
+
"-" in: lvs_deck_patched.lylvs:142
|
| 297 |
+
Polygons (raw): 116729 (flat) 1595 (hierarchical)
|
| 298 |
+
Elapsed: 0.010s Memory: 1246.00M
|
| 299 |
+
"-" in: lvs_deck_patched.lylvs:142
|
| 300 |
+
Polygons (raw): 116729 (flat) 1595 (hierarchical)
|
| 301 |
+
Elapsed: 0.020s Memory: 1246.00M
|
| 302 |
+
"-" in: lvs_deck_patched.lylvs:143
|
| 303 |
+
Polygons (raw): 116729 (flat) 1595 (hierarchical)
|
| 304 |
+
Elapsed: 0.020s Memory: 1246.00M
|
| 305 |
+
"-" in: lvs_deck_patched.lylvs:143
|
| 306 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 307 |
+
Elapsed: 0.010s Memory: 1246.00M
|
| 308 |
+
"&" in: lvs_deck_patched.lylvs:143
|
| 309 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 310 |
+
Elapsed: 0.080s Memory: 1246.00M
|
| 311 |
+
"-" in: lvs_deck_patched.lylvs:144
|
| 312 |
+
Polygons (raw): 116729 (flat) 1595 (hierarchical)
|
| 313 |
+
Elapsed: 0.020s Memory: 1246.00M
|
| 314 |
+
"-" in: lvs_deck_patched.lylvs:144
|
| 315 |
+
Polygons (raw): 116729 (flat) 1595 (hierarchical)
|
| 316 |
+
Elapsed: 0.010s Memory: 1246.00M
|
| 317 |
+
"&" in: lvs_deck_patched.lylvs:144
|
| 318 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 319 |
+
Elapsed: 0.020s Memory: 1246.00M
|
| 320 |
+
"-" in: lvs_deck_patched.lylvs:145
|
| 321 |
+
Polygons (raw): 116729 (flat) 1595 (hierarchical)
|
| 322 |
+
Elapsed: 0.010s Memory: 1246.00M
|
| 323 |
+
"&" in: lvs_deck_patched.lylvs:145
|
| 324 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 325 |
+
Elapsed: 0.010s Memory: 1246.00M
|
| 326 |
+
"&" in: lvs_deck_patched.lylvs:145
|
| 327 |
+
Polygons (raw): 0 (flat) 0 (hierarchical)
|
| 328 |
+
Elapsed: 0.020s Memory: 1246.00M
|
| 329 |
+
"extract_devices" in: lvs_deck_patched.lylvs:151
|
| 330 |
+
Elapsed: 0.130s Memory: 1249.00M
|
| 331 |
+
"extract_devices" in: lvs_deck_patched.lylvs:152
|
| 332 |
+
Elapsed: 0.240s Memory: 1243.00M
|
| 333 |
+
"extract_devices" in: lvs_deck_patched.lylvs:153
|
| 334 |
+
Elapsed: 0.180s Memory: 1243.00M
|
| 335 |
+
"extract_devices" in: lvs_deck_patched.lylvs:156
|
| 336 |
+
Elapsed: 0.200s Memory: 1245.00M
|
| 337 |
+
"extract_devices" in: lvs_deck_patched.lylvs:157
|
| 338 |
+
Elapsed: 0.220s Memory: 1245.00M
|
| 339 |
+
"extract_devices" in: lvs_deck_patched.lylvs:158
|
| 340 |
+
Elapsed: 0.180s Memory: 1245.00M
|
| 341 |
+
"extract_devices" in: lvs_deck_patched.lylvs:159
|
| 342 |
+
Elapsed: 0.180s Memory: 1245.00M
|
| 343 |
+
"netlist" in: lvs_deck_patched.lylvs:199
|
| 344 |
+
Elapsed: 8.280s Memory: 1467.00M
|
| 345 |
+
Flatten layout cell (no schematic): VIA_L1M1_PR_MR
|
| 346 |
+
Flatten layout cell (no schematic): VIA_M1M2_PR
|
| 347 |
+
Flatten layout cell (no schematic): VIA_M2M3_PR
|
| 348 |
+
Flatten layout cell (no schematic): VIA_L1M1_PR
|
| 349 |
+
Flatten layout cell (no schematic): VIA_M3M4_PR
|
| 350 |
+
Flatten layout cell (no schematic): VIA_M1M2_PR_MR
|
| 351 |
+
Flatten layout cell (no schematic): VIA_M4M5_PR
|
| 352 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111O_2
|
| 353 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2111O_4
|
| 354 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A211O_2
|
| 355 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BOI_1
|
| 356 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BOI_4
|
| 357 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_1
|
| 358 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_2
|
| 359 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21BO_4
|
| 360 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A21O_2
|
| 361 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_2
|
| 362 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A221O_4
|
| 363 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_2
|
| 364 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A22O_4
|
| 365 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_2
|
| 366 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2OI_4
|
| 367 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_1
|
| 368 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_2
|
| 369 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A2BB2O_4
|
| 370 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_1
|
| 371 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_2
|
| 372 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A311O_4
|
| 373 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31O_2
|
| 374 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A31O_4
|
| 375 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32OI_4
|
| 376 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A32O_4
|
| 377 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_2
|
| 378 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__A41O_4
|
| 379 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_1
|
| 380 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_2
|
| 381 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2B_4
|
| 382 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND2_1
|
| 383 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_2
|
| 384 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND3B_4
|
| 385 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_1
|
| 386 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_2
|
| 387 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4BB_4
|
| 388 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4B_2
|
| 389 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_2
|
| 390 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__AND4_4
|
| 391 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFBUF_16
|
| 392 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFBUF_8
|
| 393 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUFINV_8
|
| 394 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_1
|
| 395 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__BUF_2
|
| 396 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_2
|
| 397 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKBUF_4
|
| 398 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S15_1
|
| 399 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S15_2
|
| 400 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S18_1
|
| 401 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S18_2
|
| 402 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S25_1
|
| 403 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S25_2
|
| 404 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S50_1
|
| 405 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKDLYBUF4S50_2
|
| 406 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINVLP_2
|
| 407 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CLKINV_16
|
| 408 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_12
|
| 409 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_3
|
| 410 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_4
|
| 411 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_6
|
| 412 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DECAP_8
|
| 413 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFBBN_1
|
| 414 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFBBN_2
|
| 415 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFBBP_1
|
| 416 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRBP_1
|
| 417 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRBP_2
|
| 418 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFRTN_1
|
| 419 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSBP_1
|
| 420 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSBP_2
|
| 421 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFSTP_4
|
| 422 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXBP_1
|
| 423 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXBP_2
|
| 424 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXTP_1
|
| 425 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXTP_2
|
| 426 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DFXTP_4
|
| 427 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DIODE_2
|
| 428 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLCLKP_1
|
| 429 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLCLKP_2
|
| 430 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLCLKP_4
|
| 431 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBN_1
|
| 432 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBN_2
|
| 433 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBP_1
|
| 434 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRBP_2
|
| 435 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTN_1
|
| 436 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTN_2
|
| 437 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTN_4
|
| 438 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTP_1
|
| 439 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTP_2
|
| 440 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLRTP_4
|
| 441 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXBN_1
|
| 442 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXBN_2
|
| 443 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXBP_1
|
| 444 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTN_1
|
| 445 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTN_2
|
| 446 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTN_4
|
| 447 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLXTP_1
|
| 448 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYGATE4SD1_1
|
| 449 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYGATE4SD2_1
|
| 450 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYGATE4SD3_1
|
| 451 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYMETAL6S2S_1
|
| 452 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYMETAL6S4S_1
|
| 453 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__DLYMETAL6S6S_1
|
| 454 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_1
|
| 455 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_2
|
| 456 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_4
|
| 457 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EBUFN_8
|
| 458 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EDFXBP_1
|
| 459 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EDFXTP_1
|
| 460 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_0
|
| 461 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_1
|
| 462 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_2
|
| 463 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_4
|
| 464 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVN_8
|
| 465 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_1
|
| 466 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_2
|
| 467 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_4
|
| 468 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__EINVP_8
|
| 469 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FAHCIN_1
|
| 470 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FAHCON_1
|
| 471 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FAH_1
|
| 472 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FA_1
|
| 473 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FA_2
|
| 474 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FA_4
|
| 475 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_1
|
| 476 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_2
|
| 477 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_4
|
| 478 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__FILL_8
|
| 479 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__HA_1
|
| 480 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__HA_2
|
| 481 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__HA_4
|
| 482 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_12
|
| 483 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__INV_16
|
| 484 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_BLEEDER_1
|
| 485 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_1
|
| 486 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_16
|
| 487 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_2
|
| 488 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_4
|
| 489 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKBUFKAPWR_8
|
| 490 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_1
|
| 491 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_16
|
| 492 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_2
|
| 493 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_4
|
| 494 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_CLKINVKAPWR_8
|
| 495 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_12
|
| 496 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_3
|
| 497 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_4
|
| 498 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_6
|
| 499 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_DECAPKAPWR_8
|
| 500 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO0N_1
|
| 501 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO0P_1
|
| 502 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISO1N_1
|
| 503 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_INPUTISOLATCH_1
|
| 504 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRCKAPWR_16
|
| 505 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_16
|
| 506 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_2
|
| 507 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_4
|
| 508 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_ISOBUFSRC_8
|
| 509 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_HL_ISOWELL_TAP_1
|
| 510 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_HL_ISOWELL_TAP_2
|
| 511 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_HL_ISOWELL_TAP_4
|
| 512 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_4
|
| 513 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_TAP_1
|
| 514 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_TAP_2
|
| 515 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__LPFLOW_LSBUF_LH_ISOWELL_TAP_4
|
| 516 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MACRO_SPARECELL
|
| 517 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__CONB_1
|
| 518 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_1
|
| 519 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_2
|
| 520 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MAJ3_4
|
| 521 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX4_1
|
| 522 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX4_2
|
| 523 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__MUX4_4
|
| 524 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__NOR2B_1
|
| 525 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_2
|
| 526 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2111A_4
|
| 527 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211AI_4
|
| 528 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_1
|
| 529 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_2
|
| 530 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O211A_4
|
| 531 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21A_2
|
| 532 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BAI_2
|
| 533 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_1
|
| 534 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O21BA_2
|
| 535 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_1
|
| 536 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_2
|
| 537 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O221A_4
|
| 538 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22A_2
|
| 539 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O22A_4
|
| 540 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2AI_2
|
| 541 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2AI_4
|
| 542 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2A_1
|
| 543 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2A_2
|
| 544 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O2BB2A_4
|
| 545 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_2
|
| 546 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311AI_4
|
| 547 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311A_2
|
| 548 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O311A_4
|
| 549 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31AI_4
|
| 550 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31A_2
|
| 551 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O31A_4
|
| 552 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32A_2
|
| 553 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O32A_4
|
| 554 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41AI_4
|
| 555 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_1
|
| 556 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_2
|
| 557 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__O41A_4
|
| 558 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_1
|
| 559 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_2
|
| 560 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2B_4
|
| 561 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_0
|
| 562 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_1
|
| 563 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_2
|
| 564 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR2_4
|
| 565 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_1
|
| 566 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_2
|
| 567 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__OR4BB_4
|
| 568 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__PROBEC_P_8
|
| 569 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__PROBE_P_8
|
| 570 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBN_1
|
| 571 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBN_2
|
| 572 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFBBP_1
|
| 573 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRBP_1
|
| 574 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRBP_2
|
| 575 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTN_1
|
| 576 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_1
|
| 577 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_2
|
| 578 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFRTP_4
|
| 579 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSBP_1
|
| 580 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSBP_2
|
| 581 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_1
|
| 582 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_2
|
| 583 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFSTP_4
|
| 584 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXBP_1
|
| 585 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXBP_2
|
| 586 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_1
|
| 587 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_2
|
| 588 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDFXTP_4
|
| 589 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_1
|
| 590 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_2
|
| 591 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SDLCLKP_4
|
| 592 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXBP_1
|
| 593 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXBP_2
|
| 594 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_1
|
| 595 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_2
|
| 596 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__SEDFXTP_4
|
| 597 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAPVGND2_1
|
| 598 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAPVGND_1
|
| 599 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAP_1
|
| 600 |
+
Flatten schematic circuit (no layout): SKY130_FD_SC_HD__TAP_2
|
| 601 |
+
Writing netlist: /tmp/datagen_output/aes_core_sky130_50mhz/flow/lvs_extracted.cir ..
|
| 602 |
+
Writing LVS database: /tmp/datagen_output/aes_core_sky130_50mhz/flow/lvs_report.lyrdb ..
|
| 603 |
+
Total elapsed: 19.520s Memory: 1444.00M
|
| 604 |
+
INFO : Congratulations! Netlists match.
|
| 605 |
+
|
| 606 |
+
=== stderr ===
|
aes_core_sky130_50mhz/flow/lvs_cleaned.gds.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:573add69f5f565e0f604e738e9f13f711ecf9f1cb42a6870d5a03a499d6c9101
|
| 3 |
+
size 3414264
|
aes_core_sky130_50mhz/flow/lvs_deck_patched.lylvs
ADDED
|
@@ -0,0 +1,295 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
| 2 |
+
<klayout-macro>
|
| 3 |
+
<description/>
|
| 4 |
+
<version/>
|
| 5 |
+
<category>lvs</category>
|
| 6 |
+
<prolog/>
|
| 7 |
+
<epilog/>
|
| 8 |
+
<doc/>
|
| 9 |
+
<autorun>false</autorun>
|
| 10 |
+
<autorun-early>false</autorun-early>
|
| 11 |
+
<shortcut/>
|
| 12 |
+
<show-in-menu>true</show-in-menu>
|
| 13 |
+
<group-name>lvs_scripts</group-name>
|
| 14 |
+
<menu-path>tools_menu.lvs.end</menu-path>
|
| 15 |
+
<interpreter>dsl</interpreter>
|
| 16 |
+
<dsl-interpreter-name>lvs-dsl-xml</dsl-interpreter-name>
|
| 17 |
+
<text>#
|
| 18 |
+
# Extraction for SKY130
|
| 19 |
+
#
|
| 20 |
+
############################
|
| 21 |
+
|
| 22 |
+
# optionnal for a batch launch : klayout -b -rd in_gds=my_layout.gds -rd report_file=my_report.lyrdb -rd cdl_file=reference_netlist.cir -rd target_netlist=extracted_netlist.cir -r sky130.lylvs
|
| 23 |
+
if $in_gds
|
| 24 |
+
source($in_gds)
|
| 25 |
+
end
|
| 26 |
+
|
| 27 |
+
if $report_file
|
| 28 |
+
report_lvs($report_file)
|
| 29 |
+
else
|
| 30 |
+
report_lvs("lvs_report.lvsdb")
|
| 31 |
+
end
|
| 32 |
+
|
| 33 |
+
if $cdl_file
|
| 34 |
+
#reference netlist
|
| 35 |
+
schematic($cdl_file)
|
| 36 |
+
else
|
| 37 |
+
schematic("sky130hd.cdl")
|
| 38 |
+
end
|
| 39 |
+
|
| 40 |
+
# true: use net names instead of numbers
|
| 41 |
+
# false: use numbers for nets
|
| 42 |
+
spice_with_net_names = true
|
| 43 |
+
|
| 44 |
+
# true: put in comments with details
|
| 45 |
+
# false: no comments
|
| 46 |
+
spice_with_comments = false
|
| 47 |
+
|
| 48 |
+
if $target_netlist
|
| 49 |
+
target_netlist($target_netlist)
|
| 50 |
+
else
|
| 51 |
+
# target_netlist("netlist.cir", write_spice(spice_with_net_names, spice_with_comments), "The netlist comment goes here.")
|
| 52 |
+
target_netlist(File.join(File.dirname(RBA::CellView::active.filename), source.cell_name+"_extracted.cir"), write_spice(spice_with_net_names, spice_with_comments), "Extracted by KLayout on : #{Time.now.strftime("%d/%m/%Y %H:%M")}")
|
| 53 |
+
end
|
| 54 |
+
|
| 55 |
+
# Hierarchical mode
|
| 56 |
+
deep
|
| 57 |
+
# Use 4 CPU cores
|
| 58 |
+
threads(4)
|
| 59 |
+
# Print details
|
| 60 |
+
verbose(true)
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
# layers definitions
|
| 64 |
+
########################
|
| 65 |
+
BOUND = polygons(235, 4)
|
| 66 |
+
DNWELL = polygons(64, 18)
|
| 67 |
+
PWRES = polygons(64, 13)
|
| 68 |
+
NWELL = polygons(64, 20)
|
| 69 |
+
NWELLTXT = input(64, 5)
|
| 70 |
+
NWELLPIN = polygons(64, 16)
|
| 71 |
+
SUBTXT = input(122, 5)
|
| 72 |
+
SUBPIN = input(64, 59)
|
| 73 |
+
DIFF = polygons(65, 20)
|
| 74 |
+
TAP = polygons(65, 44)
|
| 75 |
+
PSDM = polygons(94, 20)
|
| 76 |
+
NSDM = polygons(93, 44)
|
| 77 |
+
LVTN = polygons(125, 44)
|
| 78 |
+
HVTR = polygons(18, 20)
|
| 79 |
+
HVTP = polygons(78, 44)
|
| 80 |
+
SONOS = polygons(80, 20)
|
| 81 |
+
COREID = polygons(81, 2)
|
| 82 |
+
STDCELL = polygons(81, 4)
|
| 83 |
+
NPNID = polygons(82, 20)
|
| 84 |
+
PNPID = polygons(82, 44)
|
| 85 |
+
RPM = polygons(86, 20)
|
| 86 |
+
URPM = polygons(79, 20)
|
| 87 |
+
LDNTM = polygons(11, 44)
|
| 88 |
+
HVNTM = polygons(125, 20)
|
| 89 |
+
POLY = polygons(66, 20)
|
| 90 |
+
POLYTXT = input(66, 5)
|
| 91 |
+
POLYPIN = polygons(66, 16)
|
| 92 |
+
HVI = polygons(75, 20)
|
| 93 |
+
LICON = polygons(66, 44)
|
| 94 |
+
NPC = polygons(95, 20)
|
| 95 |
+
DIFFRES = polygons(65, 13)
|
| 96 |
+
POLYRES = polygons(66, 13)
|
| 97 |
+
POLYSHO = polygons(66, 15)
|
| 98 |
+
DIODE = polygons(81, 23)
|
| 99 |
+
LI = polygons(67, 20)
|
| 100 |
+
LITXT = input(67, 5)
|
| 101 |
+
LIPIN = polygons(67, 16)
|
| 102 |
+
LIRES = polygons(67, 13)
|
| 103 |
+
MCON = polygons(67, 44)
|
| 104 |
+
MET1 = polygons(68, 20)
|
| 105 |
+
MET1TXT = input(68, 5)
|
| 106 |
+
MET1PIN = polygons(68, 16)
|
| 107 |
+
MET1RES = polygons(68, 13)
|
| 108 |
+
VIA1 = polygons(68, 44)
|
| 109 |
+
MET2 = polygons(69, 20)
|
| 110 |
+
MET2TXT = input(69, 5)
|
| 111 |
+
MET2PIN = polygons(69, 16)
|
| 112 |
+
MET2RES = polygons(69, 13)
|
| 113 |
+
VIA2 = polygons(69, 44)
|
| 114 |
+
MET3 = polygons(70, 20)
|
| 115 |
+
MET3TXT = input(70, 5)
|
| 116 |
+
MET3PIN = polygons(70, 16)
|
| 117 |
+
MET3RES = polygons(70, 13)
|
| 118 |
+
VIA3 = polygons(70, 44)
|
| 119 |
+
MET4 = polygons(71, 20)
|
| 120 |
+
MET4TXT = input(71, 5)
|
| 121 |
+
MET4PIN = polygons(71, 16)
|
| 122 |
+
MET4RES = polygons(71, 13)
|
| 123 |
+
VIA4 = polygons(71, 44)
|
| 124 |
+
MET5 = polygons(72, 20)
|
| 125 |
+
MET5TXT = input(72, 5)
|
| 126 |
+
MET5PIN = polygons(72, 16)
|
| 127 |
+
MET5RES = polygons(72, 13)
|
| 128 |
+
RDL = polygons(74, 20)
|
| 129 |
+
RDLTXT = input(74, 5)
|
| 130 |
+
RDLPIN = polygons(74, 16)
|
| 131 |
+
GLASS = polygons(76, 20)
|
| 132 |
+
CAPM = polygons(89, 44)
|
| 133 |
+
CAPM2 = polygons(97, 44)
|
| 134 |
+
LOWTAPD = polygons(81, 14)
|
| 135 |
+
FILLOBSM1 = polygons(62, 24)
|
| 136 |
+
FILLOBSM2 = polygons(105, 52)
|
| 137 |
+
FILLOBSM3 = polygons(107, 24)
|
| 138 |
+
FILLOBSM4 = polygons(112, 4)
|
| 139 |
+
NCM = polygons(92, 44)
|
| 140 |
+
|
| 141 |
+
# Bulk layer for terminal provisioning
|
| 142 |
+
SUB = polygons(236, 0)
|
| 143 |
+
# SUB = polygon_layer
|
| 144 |
+
|
| 145 |
+
# Computed layers
|
| 146 |
+
PDIFF = DIFF & 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>
|
aes_core_sky130_50mhz/flow/lvs_extracted.cir
ADDED
|
File without changes
|
aes_core_sky130_50mhz/flow/lvs_reference.cdl.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aaa0903f0d0e57314c761c323223c4897a4924d5e96432422ec70c13cf0fa783
|
| 3 |
+
size 600250
|
aes_core_sky130_50mhz/flow/lvs_report.lyrdb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
aes_core_sky130_50mhz/flow/netlist.v
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
aes_core_sky130_50mhz/flow/output.def.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a82e0115f658cafd019bbeb18e7ed4216166fdc64609b727369e2fcd3d58b893
|
| 3 |
+
size 3717408
|
aes_core_sky130_50mhz/flow/write_cdl.tcl
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
read_lef /nix/store/sjh17jnslbv9d60450qybp1ajym2fb83-source/flow/platforms/sky130hd/lef/sky130_fd_sc_hd.tlef
|
| 2 |
+
read_lef /nix/store/sjh17jnslbv9d60450qybp1ajym2fb83-source/flow/platforms/sky130hd/lef/sky130_fd_sc_hd_merged.lef
|
| 3 |
+
read_def /tmp/zyphar_pnr_2118914.def
|
| 4 |
+
write_cdl -masters /nix/store/sjh17jnslbv9d60450qybp1ajym2fb83-source/flow/platforms/sky130hd/cdl/sky130hd.cdl /tmp/datagen_output/aes_core_sky130_50mhz/flow/design_only.cdl
|
aes_core_sky130_50mhz/result.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_id": "aes_core_sky130_50mhz",
|
| 3 |
+
"design": "aes_core",
|
| 4 |
+
"pdk": "sky130",
|
| 5 |
+
"frequency_mhz": 50,
|
| 6 |
+
"status": "success",
|
| 7 |
+
"metadata": {
|
| 8 |
+
"name": "aes_core",
|
| 9 |
+
"source": "github",
|
| 10 |
+
"category": "crypto",
|
| 11 |
+
"files": {
|
| 12 |
+
"design": "aes_core_combined.v"
|
| 13 |
+
},
|
| 14 |
+
"extra_files": [
|
| 15 |
+
"aes_encipher_block.v",
|
| 16 |
+
"aes_decipher_block.v",
|
| 17 |
+
"aes_inv_sbox.v",
|
| 18 |
+
"aes_key_mem.v",
|
| 19 |
+
"aes_sbox.v"
|
| 20 |
+
],
|
| 21 |
+
"clock_port": "clk",
|
| 22 |
+
"combinational": false,
|
| 23 |
+
"parameters": {
|
| 24 |
+
"code_lines": 197
|
| 25 |
+
}
|
| 26 |
+
},
|
| 27 |
+
"timings": {
|
| 28 |
+
"flow_total": 1442.5781316757202,
|
| 29 |
+
"extraction": 863.6224009990692
|
| 30 |
+
},
|
| 31 |
+
"errors": [],
|
| 32 |
+
"returncode": 0,
|
| 33 |
+
"extracted": {
|
| 34 |
+
"geometry_patches": 10201,
|
| 35 |
+
"physics_labels": 971959,
|
| 36 |
+
"drc_labels": 2,
|
| 37 |
+
"pin_access": 520,
|
| 38 |
+
"cell_neighborhoods": 201,
|
| 39 |
+
"timing_contexts": 192585,
|
| 40 |
+
"power_grid": 0,
|
| 41 |
+
"mesoscale_blocks": 16,
|
| 42 |
+
"trajectory_snapshots": 9,
|
| 43 |
+
"deepgate_aig": 1
|
| 44 |
+
}
|
| 45 |
+
}
|
aes_sky130_1000mhz/flow/netlist.v
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
aes_sky130_100mhz/flow/aes.spef.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81ee8de42f31f25f4e1fbf64087e790e816390217f4bfcbf137587a71828f602
|
| 3 |
+
size 9865951
|
aes_sky130_100mhz/flow/design_only.cdl.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f5e7c0eb918bd597f5d330f7ac99ac0d9b1096621f759b5565145814f04dac4
|
| 3 |
+
size 641217
|
aes_sky130_100mhz/flow/lvs_reference.cdl.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:411c8e88d5961e641b014001f114b148540f1e2d77571f255d1bc7c5c7b74b47
|
| 3 |
+
size 649370
|
aes_sky130_100mhz/flow/output.def.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbe9614f7a8d8cb22490feee2e2f1dc280f157b4eb5ede696e901adeeb8e3414
|
| 3 |
+
size 3900530
|
aes_sky130_100mhz/result.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"run_id": "aes_sky130_100mhz",
|
| 3 |
+
"design": "aes",
|
| 4 |
+
"pdk": "sky130",
|
| 5 |
+
"frequency_mhz": 100,
|
| 6 |
+
"status": "success",
|
| 7 |
+
"metadata": {
|
| 8 |
+
"name": "aes",
|
| 9 |
+
"source": "github",
|
| 10 |
+
"category": "crypto",
|
| 11 |
+
"files": {
|
| 12 |
+
"design": "aes_combined.v"
|
| 13 |
+
},
|
| 14 |
+
"extra_files": [
|
| 15 |
+
"aes_core.v",
|
| 16 |
+
"aes_encipher_block.v",
|
| 17 |
+
"aes_decipher_block.v",
|
| 18 |
+
"aes_inv_sbox.v",
|
| 19 |
+
"aes_key_mem.v",
|
| 20 |
+
"aes_sbox.v"
|
| 21 |
+
],
|
| 22 |
+
"clock_port": "clk",
|
| 23 |
+
"combinational": false,
|
| 24 |
+
"parameters": {
|
| 25 |
+
"code_lines": 154
|
| 26 |
+
}
|
| 27 |
+
},
|
| 28 |
+
"timings": {
|
| 29 |
+
"flow_total": 1784.2658579349518,
|
| 30 |
+
"extraction": 917.1430628299713
|
| 31 |
+
},
|
| 32 |
+
"errors": [],
|
| 33 |
+
"returncode": 0,
|
| 34 |
+
"extracted": {
|
| 35 |
+
"geometry_patches": 11449,
|
| 36 |
+
"physics_labels": 954213,
|
| 37 |
+
"drc_labels": 16,
|
| 38 |
+
"pin_access": 76,
|
| 39 |
+
"cell_neighborhoods": 201,
|
| 40 |
+
"timing_contexts": 192185,
|
| 41 |
+
"power_grid": 0,
|
| 42 |
+
"mesoscale_blocks": 16,
|
| 43 |
+
"trajectory_snapshots": 9,
|
| 44 |
+
"deepgate_aig": 1
|
| 45 |
+
}
|
| 46 |
+
}
|
fifo_w64_d32_sky130_1000mhz/flow/flow_log.txt
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
╔══════════════════════════════════════════╗
|
| 2 |
+
║ Zyphar Flow v1.0.0 ║
|
| 3 |
+
║ Complete RTL-to-GDSII Toolchain ║
|
| 4 |
+
╚══════════════════════════════════════════╝
|
| 5 |
+
|
| 6 |
+
Configuration:
|
| 7 |
+
Input: /tmp/datagen_designs/fifo_w64_d32/fifo_w64_d32.v
|
| 8 |
+
Top: fifo_w64_d32
|
| 9 |
+
PDK: Sky130
|
| 10 |
+
Frequency: 1000 MHz
|
| 11 |
+
Clock: clk
|
| 12 |
+
Output: /tmp/datagen_output/fifo_w64_d32_sky130_1000mhz/flow
|
| 13 |
+
|
| 14 |
+
Starting flow...
|
| 15 |
+
|
| 16 |
+
=== Step 1/3: Synthesis ===
|
| 17 |
+
Synthesis complete: 5407 cells, 0.00 um^2
|
| 18 |
+
Wires: 3319, Modules: 1
|
| 19 |
+
Netlist: /tmp/zyphar_netlist_2109387.v
|
| 20 |
+
Duration: 2.9s
|
| 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_2109387.v
|
| 30 |
+
PDK: Sky130, Freq: 1000 MHz, Clock: clk
|
| 31 |
+
Utilization: 45%, Aspect ratio: 1.0, Placement density: 0.80 (auto)
|
| 32 |
+
PDN: true, Detailed route: true, Fillers: true, Antenna: true
|