From 2048a51ed04147d9ee140cc95f76b597b0703a7d Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 3 Jan 2025 23:51:42 +0100 Subject: [PATCH] Initial commit --- .gitignore | 5 + blocks.json | 11 + board.json | 736 + pool/entities/AP63203.json | 18 + pool/entities/LAN7801.json | 18 + pool/entities/M24C02-RMC6TG.json | 18 + pool/entities/MAX24287.json | 18 + pool/entities/TLV62569.json | 18 + pool/entities/TMUXHS221.json | 18 + pool/entities/TPS2116.json | 18 + pool/packages/L_1008_2520Metric/package.json | 170 + .../package.json | 1343 ++ .../package.json | 1411 ++ pool/packages/SOT-583-8/package.json | 284 + .../package.json | 301 + .../UQFN-10_1.4x1.8mm_P0.4mm/package.json | 356 + pool/parts/AP63203.json | 57 + pool/parts/BLM15PD121SN1D.json | 43 + pool/parts/CC0402KRX7R7BB104.json | 41 + pool/parts/Crystal with shield.json | 49 + pool/parts/LAN7801.json | 291 + pool/parts/LQM21PN3R3MGRD.json | 41 + pool/parts/M24C02-RMC6TG.json | 69 + pool/parts/MAX24287.json | 305 + pool/parts/RC0402FR-070RL.json | 41 + pool/parts/RC0402FR-0712KL.json | 41 + pool/parts/RC0402FR-07200KL.json | 41 + pool/parts/RC0402FR-0722RL.json | 41 + pool/parts/RC0402FR-072KL.json | 41 + pool/parts/RC0402FR-0747KL.json | 41 + pool/parts/RC0402FR-074K7L.json | 41 + pool/parts/RC0402FR-07910KL.json | 41 + pool/parts/TLV62569.json | 53 + pool/parts/TMS252012ALM-2R2MTAA.json | 41 + pool/parts/TMS252012ALM-4R7MTAA.json | 41 + pool/parts/TMUXHS221.json | 73 + pool/parts/TPS2116.json | 65 + pool/pool.json | 14 + pool/symbols/AP63203.json | 167 + pool/symbols/LAN7801.json | 1069 ++ pool/symbols/MAX24287.json | 1170 ++ pool/symbols/TLV62569.json | 150 + pool/symbols/TMUXHS221.json | 270 + pool/symbols/TPS2116.json | 167 + .../ic/memory/eeprom-i2c-2addr-copy.json | 236 + pool/units/AP63203.json | 44 + pool/units/HD3SS3220RNHR.json | 182 + pool/units/LAN7801.json | 350 + pool/units/MAX24287.json | 398 + pool/units/TLV62569.json | 38 + pool/units/TMUXHS221.json | 68 + pool/units/TPS2116.json | 50 + pool/units/eeprom-i2c-3addr.json | 56 + sfp-usb-nic.hprj | 22 + top_block.json | 2965 ++++ top_schematic.json | 11263 ++++++++++++++++ 56 files changed, 24919 insertions(+) create mode 100644 .gitignore create mode 100644 blocks.json create mode 100644 board.json create mode 100644 pool/entities/AP63203.json create mode 100644 pool/entities/LAN7801.json create mode 100644 pool/entities/M24C02-RMC6TG.json create mode 100644 pool/entities/MAX24287.json create mode 100644 pool/entities/TLV62569.json create mode 100644 pool/entities/TMUXHS221.json create mode 100644 pool/entities/TPS2116.json create mode 100644 pool/packages/L_1008_2520Metric/package.json create mode 100644 pool/packages/QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm/package.json create mode 100644 pool/packages/QFN-68-1EP_8x8mm_P0.4mm_EP6.25x6.25mm/package.json create mode 100644 pool/packages/SOT-583-8/package.json create mode 100644 pool/packages/TDFN-8-1EP_3x2mm_P0.5mm_EP1.4x1.4mm/package.json create mode 100644 pool/packages/UQFN-10_1.4x1.8mm_P0.4mm/package.json create mode 100644 pool/parts/AP63203.json create mode 100644 pool/parts/BLM15PD121SN1D.json create mode 100644 pool/parts/CC0402KRX7R7BB104.json create mode 100644 pool/parts/Crystal with shield.json create mode 100644 pool/parts/LAN7801.json create mode 100644 pool/parts/LQM21PN3R3MGRD.json create mode 100644 pool/parts/M24C02-RMC6TG.json create mode 100644 pool/parts/MAX24287.json create mode 100644 pool/parts/RC0402FR-070RL.json create mode 100644 pool/parts/RC0402FR-0712KL.json create mode 100644 pool/parts/RC0402FR-07200KL.json create mode 100644 pool/parts/RC0402FR-0722RL.json create mode 100644 pool/parts/RC0402FR-072KL.json create mode 100644 pool/parts/RC0402FR-0747KL.json create mode 100644 pool/parts/RC0402FR-074K7L.json create mode 100644 pool/parts/RC0402FR-07910KL.json create mode 100644 pool/parts/TLV62569.json create mode 100644 pool/parts/TMS252012ALM-2R2MTAA.json create mode 100644 pool/parts/TMS252012ALM-4R7MTAA.json create mode 100644 pool/parts/TMUXHS221.json create mode 100644 pool/parts/TPS2116.json create mode 100644 pool/pool.json create mode 100644 pool/symbols/AP63203.json create mode 100644 pool/symbols/LAN7801.json create mode 100644 pool/symbols/MAX24287.json create mode 100644 pool/symbols/TLV62569.json create mode 100644 pool/symbols/TMUXHS221.json create mode 100644 pool/symbols/TPS2116.json create mode 100644 pool/symbols/ic/memory/eeprom-i2c-2addr-copy.json create mode 100644 pool/units/AP63203.json create mode 100644 pool/units/HD3SS3220RNHR.json create mode 100644 pool/units/LAN7801.json create mode 100644 pool/units/MAX24287.json create mode 100644 pool/units/TLV62569.json create mode 100644 pool/units/TMUXHS221.json create mode 100644 pool/units/TPS2116.json create mode 100644 pool/units/eeprom-i2c-3addr.json create mode 100644 sfp-usb-nic.hprj create mode 100644 top_block.json create mode 100644 top_schematic.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40f4381 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +pool/*.db +pool/*.db-* +*.imp_meta +*.autosave +*.bak diff --git a/blocks.json b/blocks.json new file mode 100644 index 0000000..6c46cc3 --- /dev/null +++ b/blocks.json @@ -0,0 +1,11 @@ +{ + "blocks": { + "9bf01de1-87e6-416e-a2d3-c4b616f1842e": { + "block_filename": "top_block.json", + "schematic_filename": "top_schematic.json", + "symbol_filename": "" + } + }, + "top_block": "9bf01de1-87e6-416e-a2d3-c4b616f1842e", + "type": "blocks" +} \ No newline at end of file diff --git a/board.json b/board.json new file mode 100644 index 0000000..a65568f --- /dev/null +++ b/board.json @@ -0,0 +1,736 @@ +{ + "arcs": {}, + "block": "9bf01de1-87e6-416e-a2d3-c4b616f1842e", + "colors": { + "silkscreen": { + "b": 1.0, + "g": 1.0, + "r": 1.0 + }, + "solder_mask": { + "b": 0.0, + "g": 0.5, + "r": 0.0 + }, + "substrate": { + "b": 0.0, + "g": 0.15000000596046448, + "r": 0.20000000298023224 + } + }, + "connection_lines": {}, + "dimensions": {}, + "fab_output_settings": { + "drill_mode": "merged", + "drill_npth": "-npth.txt", + "drill_pth": ".txt", + "layers": {}, + "output_directory": "", + "prefix": "sfp-usb-nic", + "zip_output": false + }, + "grid_settings": { + "current": { + "mode": "square", + "name": "", + "origin": [ + 0, + 0 + ], + "spacing_rect": [ + 1000000, + 1000000 + ], + "spacing_square": 1000000 + }, + "grids": {} + }, + "holes": {}, + "junctions": {}, + "keepouts": {}, + "lines": {}, + "n_inner_layers": 0, + "name": "", + "odb_output_settings": { + "format": "tgz", + "job_name": "", + "output_directory": "", + "output_filename": "" + }, + "output_format": "gerber", + "packages": {}, + "pdf_export_settings": { + "holes_diameter": 0, + "layers": {}, + "min_line_width": 0, + "mirror": false, + "output_filename": "", + "reverse_layers": false, + "set_holes_size": false + }, + "planes": {}, + "pnp_export_settings": { + "bottom_side": "", + "column_names": {}, + "columns": [ + "refdes", + "x", + "y", + "angle", + "side" + ], + "customize": false, + "filename_bottom": "", + "filename_merged": "", + "filename_top": "", + "mode": "merged", + "output_directory": "", + "position_format": "", + "top_side": "" + }, + "polygons": {}, + "rules": { + "clearance_copper": { + "6ab3f35f-0b40-4e2b-8d7b-66a7cd584765": { + "clearances": [ + { + "clearance": 100000, + "types": [ + "other", + "other" + ] + }, + { + "clearance": 100000, + "types": [ + "other", + "track" + ] + }, + { + "clearance": 100000, + "types": [ + "other", + "pad" + ] + }, + { + "clearance": 100000, + "types": [ + "other", + "pad_th" + ] + }, + { + "clearance": 100000, + "types": [ + "other", + "via" + ] + }, + { + "clearance": 100000, + "types": [ + "other", + "plane" + ] + }, + { + "clearance": 100000, + "types": [ + "other", + "hole_pth" + ] + }, + { + "clearance": 100000, + "types": [ + "other", + "hole_npth" + ] + }, + { + "clearance": 100000, + "types": [ + "other", + "board_edge" + ] + }, + { + "clearance": 100000, + "types": [ + "other", + "text" + ] + }, + { + "clearance": 100000, + "types": [ + "other", + "net_tie" + ] + }, + { + "clearance": 100000, + "types": [ + "track", + "track" + ] + }, + { + "clearance": 100000, + "types": [ + "track", + "pad" + ] + }, + { + "clearance": 100000, + "types": [ + "track", + "pad_th" + ] + }, + { + "clearance": 100000, + "types": [ + "track", + "via" + ] + }, + { + "clearance": 100000, + "types": [ + "track", + "plane" + ] + }, + { + "clearance": 100000, + "types": [ + "track", + "hole_pth" + ] + }, + { + "clearance": 100000, + "types": [ + "track", + "hole_npth" + ] + }, + { + "clearance": 100000, + "types": [ + "track", + "board_edge" + ] + }, + { + "clearance": 100000, + "types": [ + "track", + "text" + ] + }, + { + "clearance": 100000, + "types": [ + "track", + "net_tie" + ] + }, + { + "clearance": 100000, + "types": [ + "pad", + "pad" + ] + }, + { + "clearance": 100000, + "types": [ + "pad", + "pad_th" + ] + }, + { + "clearance": 100000, + "types": [ + "pad", + "via" + ] + }, + { + "clearance": 100000, + "types": [ + "pad", + "plane" + ] + }, + { + "clearance": 100000, + "types": [ + "pad", + "hole_pth" + ] + }, + { + "clearance": 100000, + "types": [ + "pad", + "hole_npth" + ] + }, + { + "clearance": 100000, + "types": [ + "pad", + "board_edge" + ] + }, + { + "clearance": 100000, + "types": [ + "pad", + "text" + ] + }, + { + "clearance": 100000, + "types": [ + "pad", + "net_tie" + ] + }, + { + "clearance": 100000, + "types": [ + "pad_th", + "pad_th" + ] + }, + { + "clearance": 100000, + "types": [ + "pad_th", + "via" + ] + }, + { + "clearance": 100000, + "types": [ + "pad_th", + "plane" + ] + }, + { + "clearance": 100000, + "types": [ + "pad_th", + "hole_pth" + ] + }, + { + "clearance": 100000, + "types": [ + "pad_th", + "hole_npth" + ] + }, + { + "clearance": 100000, + "types": [ + "pad_th", + "board_edge" + ] + }, + { + "clearance": 100000, + "types": [ + "pad_th", + "text" + ] + }, + { + "clearance": 100000, + "types": [ + "pad_th", + "net_tie" + ] + }, + { + "clearance": 100000, + "types": [ + "via", + "via" + ] + }, + { + "clearance": 100000, + "types": [ + "via", + "plane" + ] + }, + { + "clearance": 100000, + "types": [ + "via", + "hole_pth" + ] + }, + { + "clearance": 100000, + "types": [ + "via", + "hole_npth" + ] + }, + { + "clearance": 100000, + "types": [ + "via", + "board_edge" + ] + }, + { + "clearance": 100000, + "types": [ + "via", + "text" + ] + }, + { + "clearance": 100000, + "types": [ + "via", + "net_tie" + ] + }, + { + "clearance": 100000, + "types": [ + "plane", + "plane" + ] + }, + { + "clearance": 100000, + "types": [ + "plane", + "hole_pth" + ] + }, + { + "clearance": 100000, + "types": [ + "plane", + "hole_npth" + ] + }, + { + "clearance": 100000, + "types": [ + "plane", + "board_edge" + ] + }, + { + "clearance": 100000, + "types": [ + "plane", + "text" + ] + }, + { + "clearance": 100000, + "types": [ + "plane", + "net_tie" + ] + }, + { + "clearance": 100000, + "types": [ + "hole_pth", + "hole_pth" + ] + }, + { + "clearance": 100000, + "types": [ + "hole_pth", + "hole_npth" + ] + }, + { + "clearance": 100000, + "types": [ + "hole_pth", + "board_edge" + ] + }, + { + "clearance": 100000, + "types": [ + "hole_pth", + "text" + ] + }, + { + "clearance": 100000, + "types": [ + "hole_pth", + "net_tie" + ] + }, + { + "clearance": 100000, + "types": [ + "hole_npth", + "hole_npth" + ] + }, + { + "clearance": 100000, + "types": [ + "hole_npth", + "board_edge" + ] + }, + { + "clearance": 100000, + "types": [ + "hole_npth", + "text" + ] + }, + { + "clearance": 100000, + "types": [ + "hole_npth", + "net_tie" + ] + }, + { + "clearance": 100000, + "types": [ + "board_edge", + "board_edge" + ] + }, + { + "clearance": 100000, + "types": [ + "board_edge", + "text" + ] + }, + { + "clearance": 100000, + "types": [ + "board_edge", + "net_tie" + ] + }, + { + "clearance": 100000, + "types": [ + "text", + "text" + ] + }, + { + "clearance": 100000, + "types": [ + "text", + "net_tie" + ] + }, + { + "clearance": 100000, + "types": [ + "net_tie", + "net_tie" + ] + } + ], + "enabled": true, + "layer": 10000, + "match_1": { + "mode": "all", + "net": "00000000-0000-0000-0000-000000000000", + "net_class": "00000000-0000-0000-0000-000000000000", + "net_name_regex": "" + }, + "match_2": { + "mode": "all", + "net": "00000000-0000-0000-0000-000000000000", + "net_class": "00000000-0000-0000-0000-000000000000", + "net_name_regex": "" + }, + "order": 0, + "routing_offset": 50000 + } + }, + "clearance_copper_keepout": { + "4b5ceb63-2538-405f-95ac-a490dfccbf7d": { + "clearances": null, + "enabled": true, + "match": { + "mode": "all", + "net": "00000000-0000-0000-0000-000000000000", + "net_class": "00000000-0000-0000-0000-000000000000", + "net_name_regex": "" + }, + "match_keepout": { + "component": "00000000-0000-0000-0000-000000000000", + "keepout_class": "", + "mode": "all" + }, + "order": 0, + "routing_offset": 50000 + } + }, + "clearance_copper_other": { + "d6a9ea01-6289-4f27-b668-3a5ca257a5cd": { + "clearances": [], + "enabled": true, + "layer": 10000, + "match": { + "mode": "all", + "net": "00000000-0000-0000-0000-000000000000", + "net_class": "00000000-0000-0000-0000-000000000000", + "net_name_regex": "" + }, + "order": 0, + "routing_offset": 50000 + } + }, + "clearance_same_net": {}, + "clearance_silkscreen_exposed_copper": { + "clearance_bottom": 100000, + "clearance_top": 100000, + "enabled": true, + "order": -1, + "pads_only": false + }, + "diffpair": {}, + "hole_size": {}, + "layer_pair": { + "d25d00ff-3c3d-4ce5-a43d-55d34bf28bbe": { + "enabled": true, + "layers": [ + 0, + -100 + ], + "match": { + "mode": "all", + "net": "00000000-0000-0000-0000-000000000000", + "net_class": "00000000-0000-0000-0000-000000000000", + "net_name_regex": "" + }, + "order": 0 + } + }, + "parameters": { + "courtyard_expansion": 250000, + "enabled": true, + "hole_solder_mask_expansion": 100000, + "order": -1, + "paste_mask_contraction": 0, + "solder_mask_expansion": 100000, + "via_solder_mask_expansion": 100000 + }, + "plane": { + "8f96bf8d-06ea-4ec6-a607-4506a88be6b4": { + "enabled": true, + "layer": 10000, + "match": { + "mode": "all", + "net": "00000000-0000-0000-0000-000000000000", + "net_class": "00000000-0000-0000-0000-000000000000", + "net_name_regex": "" + }, + "order": 0, + "settings": { + "angle": 0, + "connect_style": "solid", + "fill_style": "solid", + "hatch_border_width": 500000, + "hatch_line_spacing": 500000, + "hatch_line_width": 200000, + "keep_orphans": false, + "min_width": 200000, + "n_spokes": 4, + "style": "round", + "text_style": "expand", + "thermal_gap_width": 200000, + "thermal_spoke_width": 200000 + } + } + }, + "shorted_pads": {}, + "thermals": {}, + "track_width": { + "31f301ed-9c61-4d5d-8e85-93ff37da3ad7": { + "enabled": true, + "match": { + "mode": "all", + "net": "00000000-0000-0000-0000-000000000000", + "net_class": "00000000-0000-0000-0000-000000000000", + "net_name_regex": "" + }, + "order": 0, + "widths": { + "-100": { + "def": 200000, + "max": 10000000, + "min": 100000 + }, + "0": { + "def": 200000, + "max": 10000000, + "min": 100000 + } + } + } + }, + "via": { + "e9fb49ae-6fc4-49d1-959b-392b20c42172": { + "enabled": true, + "match": { + "mode": "all", + "net": "00000000-0000-0000-0000-000000000000", + "net_class": "00000000-0000-0000-0000-000000000000", + "net_name_regex": "" + }, + "order": 0, + "padstack": "3c4a52fe-3ae0-4c3e-a108-824b53d6d6da", + "parameter_set": { + "hole_diameter": 200000, + "via_diameter": 500000 + } + } + }, + "via_definitions": { + "enabled": true, + "order": -1, + "via_definitions": {} + } + }, + "stackup": {}, + "step_export_settings": { + "filename": "", + "include_3d_models": true, + "min_diameter": 109496751302832, + "prefix": "" + }, + "texts": {}, + "tracks": {}, + "type": "board", + "uuid": "ea088df3-cf95-48b4-9c17-32e9c11decf8", + "version": 21, + "vias": {} +} \ No newline at end of file diff --git a/pool/entities/AP63203.json b/pool/entities/AP63203.json new file mode 100644 index 0000000..e185dd3 --- /dev/null +++ b/pool/entities/AP63203.json @@ -0,0 +1,18 @@ +{ + "gates": { + "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6": { + "name": "Main", + "suffix": "", + "swap_group": 0, + "unit": "31b13310-7b86-4d4c-a9c1-3dba2f60260c" + } + }, + "manufacturer": "Diodes Inc.", + "name": "AP63203", + "prefix": "U", + "tags": [ + "ic" + ], + "type": "entity", + "uuid": "9493a42a-909f-45f9-9ed7-28695309f591" +} \ No newline at end of file diff --git a/pool/entities/LAN7801.json b/pool/entities/LAN7801.json new file mode 100644 index 0000000..4708ade --- /dev/null +++ b/pool/entities/LAN7801.json @@ -0,0 +1,18 @@ +{ + "gates": { + "11222ef3-f4e5-4cbb-8399-cff10206e00d": { + "name": "Main", + "suffix": "", + "swap_group": 0, + "unit": "864412be-55d1-4f99-a354-05efb95fe7dd" + } + }, + "manufacturer": "Microchip", + "name": "LAN7801", + "prefix": "U", + "tags": [ + "ic" + ], + "type": "entity", + "uuid": "5db3702e-152d-420c-bb50-1dbbfe960afa" +} \ No newline at end of file diff --git a/pool/entities/M24C02-RMC6TG.json b/pool/entities/M24C02-RMC6TG.json new file mode 100644 index 0000000..f3fb9c1 --- /dev/null +++ b/pool/entities/M24C02-RMC6TG.json @@ -0,0 +1,18 @@ +{ + "gates": { + "83720524-7325-42b2-badc-c92b3ab1b4f4": { + "name": "Main", + "suffix": "", + "swap_group": 0, + "unit": "6ca94e83-2e38-411b-b554-fabcfe1ca913" + } + }, + "manufacturer": "ST", + "name": "M24C02-RMC6TG", + "prefix": "U", + "tags": [ + "ic" + ], + "type": "entity", + "uuid": "d294bfb9-19e8-43a8-a1e4-b4d83884a323" +} \ No newline at end of file diff --git a/pool/entities/MAX24287.json b/pool/entities/MAX24287.json new file mode 100644 index 0000000..d632624 --- /dev/null +++ b/pool/entities/MAX24287.json @@ -0,0 +1,18 @@ +{ + "gates": { + "7dc4a345-84a0-43af-8e7b-143c544e46b4": { + "name": "Main", + "suffix": "", + "swap_group": 0, + "unit": "03f58e04-cd7b-4cbd-ad82-2b28306feb06" + } + }, + "manufacturer": "Microchip", + "name": "MAX24287", + "prefix": "U", + "tags": [ + "ic" + ], + "type": "entity", + "uuid": "1b6a6c95-a68a-43d3-99b1-d85ae189a7ba" +} \ No newline at end of file diff --git a/pool/entities/TLV62569.json b/pool/entities/TLV62569.json new file mode 100644 index 0000000..0374e3b --- /dev/null +++ b/pool/entities/TLV62569.json @@ -0,0 +1,18 @@ +{ + "gates": { + "e5a9514f-66eb-440b-a25d-69a7de1657b8": { + "name": "Main", + "suffix": "", + "swap_group": 0, + "unit": "7c76439d-5754-4f0c-aa30-993dd6d1cde9" + } + }, + "manufacturer": "Texas Instruments", + "name": "TLV62569", + "prefix": "U", + "tags": [ + "ic" + ], + "type": "entity", + "uuid": "2009b3a3-2f35-486e-a081-64d07a2d77b9" +} \ No newline at end of file diff --git a/pool/entities/TMUXHS221.json b/pool/entities/TMUXHS221.json new file mode 100644 index 0000000..b2353e4 --- /dev/null +++ b/pool/entities/TMUXHS221.json @@ -0,0 +1,18 @@ +{ + "gates": { + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a": { + "name": "Main", + "suffix": "", + "swap_group": 0, + "unit": "11ae45da-3ca3-4036-8240-c86bc985d8b4" + } + }, + "manufacturer": "Texas Instruments", + "name": "TMUXHS221", + "prefix": "U", + "tags": [ + "ic" + ], + "type": "entity", + "uuid": "b9a2edab-2585-4ea5-bf52-5f6064d383eb" +} \ No newline at end of file diff --git a/pool/entities/TPS2116.json b/pool/entities/TPS2116.json new file mode 100644 index 0000000..c20fe30 --- /dev/null +++ b/pool/entities/TPS2116.json @@ -0,0 +1,18 @@ +{ + "gates": { + "b625d879-3c61-4aa4-83e7-524a13ab6d1a": { + "name": "Main", + "suffix": "", + "swap_group": 0, + "unit": "ddf46b73-6aa3-4b5f-9aab-ad470787e760" + } + }, + "manufacturer": "Texas Instruments", + "name": "TPS2116", + "prefix": "U", + "tags": [ + "ic" + ], + "type": "entity", + "uuid": "74d5a682-3a96-43e9-b034-e8db99ebd44d" +} \ No newline at end of file diff --git a/pool/packages/L_1008_2520Metric/package.json b/pool/packages/L_1008_2520Metric/package.json new file mode 100644 index 0000000..e02f8e2 --- /dev/null +++ b/pool/packages/L_1008_2520Metric/package.json @@ -0,0 +1,170 @@ +{ + "arcs": {}, + "default_model": "00000000-0000-0000-0000-000000000000", + "dimensions": {}, + "grid_settings": { + "current": { + "mode": "square", + "name": "", + "origin": [ + 0, + 0 + ], + "spacing_rect": [ + 1000000, + 1000000 + ], + "spacing_square": 1000000 + }, + "grids": {} + }, + "junctions": { + "3d1c3636-669a-430c-bf95-611b81e6b766": { + "position": [ + -1250000, + -1000000 + ] + }, + "55fd7d59-49ce-490e-9529-392cf5df224d": { + "position": [ + 1250000, + -1000000 + ] + }, + "57f55110-de8a-440f-886c-97e9389eafdb": { + "position": [ + 261251, + 1110000 + ] + }, + "648b2551-5f80-4153-bcd9-9cce08e174f7": { + "position": [ + -261251, + -1110000 + ] + }, + "b04f22e6-e853-4d9f-98c5-40d09251c1fe": { + "position": [ + 261251, + -1110000 + ] + }, + "bb28a534-54c1-4358-b9f3-0466d4bb1c6b": { + "position": [ + -1250000, + 1000000 + ] + }, + "bf69b41a-67d5-4207-9be7-d81205f8fcff": { + "position": [ + 1250000, + 1000000 + ] + }, + "f7d2c897-a542-41a0-8f31-9e4433245676": { + "position": [ + -261251, + 1110000 + ] + } + }, + "keepouts": {}, + "lines": { + "2da60e67-c8e4-4978-943e-3a77ec376455": { + "from": "bf69b41a-67d5-4207-9be7-d81205f8fcff", + "layer": 50, + "to": "55fd7d59-49ce-490e-9529-392cf5df224d", + "width": 0 + }, + "314240df-b5f5-48e1-94a4-4ae2d8faaa02": { + "from": "f7d2c897-a542-41a0-8f31-9e4433245676", + "layer": 20, + "to": "57f55110-de8a-440f-886c-97e9389eafdb", + "width": 0 + }, + "4eab8a47-400a-427a-be36-b75494a26557": { + "from": "bb28a534-54c1-4358-b9f3-0466d4bb1c6b", + "layer": 50, + "to": "bf69b41a-67d5-4207-9be7-d81205f8fcff", + "width": 0 + }, + "a8ae5d9a-aa89-4341-a668-6cd9c274087a": { + "from": "3d1c3636-669a-430c-bf95-611b81e6b766", + "layer": 50, + "to": "bb28a534-54c1-4358-b9f3-0466d4bb1c6b", + "width": 0 + }, + "d0b029fe-6f5b-463d-8595-dc725931cecd": { + "from": "648b2551-5f80-4153-bcd9-9cce08e174f7", + "layer": 20, + "to": "b04f22e6-e853-4d9f-98c5-40d09251c1fe", + "width": 0 + }, + "d7f65318-d469-404a-9eaa-eb5edcf52662": { + "from": "55fd7d59-49ce-490e-9529-392cf5df224d", + "layer": 50, + "to": "3d1c3636-669a-430c-bf95-611b81e6b766", + "width": 0 + } + }, + "manufacturer": "", + "models": {}, + "name": "L_1008_2520Metric", + "pads": { + "b248bf11-9851-4300-96f9-22519ad624cf": { + "name": "2", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 250000, + "pad_height": 2200000, + "pad_width": 1250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1075000, + 0 + ] + } + }, + "b5ba66c3-7ad0-43cc-b60c-7c639e214c0a": { + "name": "1", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 250000, + "pad_height": 2200000, + "pad_width": 1250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1075000, + 0 + ] + } + } + }, + "parameter_program": "", + "parameter_set": {}, + "polygons": {}, + "rules": { + "clearance_package": { + "clearance_silkscreen_cu": 200000, + "clearance_silkscreen_pkg": 200000, + "enabled": true, + "order": -1 + }, + "package_checks": { + "enabled": true, + "order": -1 + } + }, + "tags": [ + "inductor" + ], + "texts": {}, + "type": "package", + "uuid": "9d9fd1cf-4a9e-4bcd-9668-6f832c2e3665" +} \ No newline at end of file diff --git a/pool/packages/QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm/package.json b/pool/packages/QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm/package.json new file mode 100644 index 0000000..45c0729 --- /dev/null +++ b/pool/packages/QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm/package.json @@ -0,0 +1,1343 @@ +{ + "arcs": {}, + "default_model": "00000000-0000-0000-0000-000000000000", + "dimensions": {}, + "grid_settings": { + "current": { + "mode": "square", + "name": "", + "origin": [ + 0, + 0 + ], + "spacing_rect": [ + 1000000, + 1000000 + ], + "spacing_square": 1000000 + }, + "grids": {} + }, + "junctions": { + "027e19b9-e196-40f9-b97e-504935943c14": { + "position": [ + 4500000, + 4500000 + ] + }, + "12658d8b-7984-491b-ac64-19bb5521c268": { + "position": [ + -4610000, + -4135000 + ] + }, + "13913b46-d9fb-4b41-875c-11cbf1ebff47": { + "position": [ + -3500000, + 4500000 + ] + }, + "1cc2e967-f308-48b0-82f6-4ce76362b9e4": { + "position": [ + -4310000, + 4610000 + ] + }, + "426e1f2d-d1d3-45e0-a44c-c3de8124e00e": { + "position": [ + 4610000, + -4135000 + ] + }, + "5431287f-b4f3-4420-8d62-2c501483593d": { + "position": [ + 4135000, + 4610000 + ] + }, + "6cc716f1-3e9c-4aff-b464-061dd46fb33f": { + "position": [ + 4610000, + 4610000 + ] + }, + "7244935c-b0f3-473b-aaaf-6a03a0acda2b": { + "position": [ + 4610000, + -4610000 + ] + }, + "72d3cf78-48ea-4b51-b81c-97fc5e9c03a1": { + "position": [ + -4610000, + 4135000 + ] + }, + "7676e6e9-8cd4-4a80-ac78-55907f995095": { + "position": [ + -4610000, + -4610000 + ] + }, + "7b74c3a3-5a47-4b6e-a1f1-08e1502fe8b4": { + "position": [ + -4135000, + 4610000 + ] + }, + "a8f97379-17fd-4789-8dd7-a6de83dd87a4": { + "position": [ + 4500000, + -4500000 + ] + }, + "ae897db5-d9f9-4f70-b831-5470322d0a33": { + "position": [ + -4500000, + -4500000 + ] + }, + "b504d0ea-b29c-4074-bb1e-291d3227d156": { + "position": [ + -4135000, + -4610000 + ] + }, + "c3b3a299-8ba0-4dce-837d-f5232bba2d4a": { + "position": [ + -4500000, + 3500000 + ] + }, + "d57881e8-e74d-41ae-8e7f-1c15504209cd": { + "position": [ + -4610000, + 4370000 + ] + }, + "e9ef8685-0dfe-4216-ba3d-f2fa22c41553": { + "position": [ + 4610000, + 4135000 + ] + }, + "eea998dd-494d-4b3f-999a-1dc1293b8ede": { + "position": [ + 4135000, + -4610000 + ] + } + }, + "keepouts": {}, + "lines": { + "0da9cbf5-50fd-4953-9b8e-60d45d3eabbd": { + "from": "7244935c-b0f3-473b-aaaf-6a03a0acda2b", + "layer": 20, + "to": "426e1f2d-d1d3-45e0-a44c-c3de8124e00e", + "width": 0 + }, + "6249e900-512b-477d-aabd-1b0ee8342793": { + "from": "c3b3a299-8ba0-4dce-837d-f5232bba2d4a", + "layer": 50, + "to": "13913b46-d9fb-4b41-875c-11cbf1ebff47", + "width": 0 + }, + "8528c7e3-e8ac-4b60-a649-d22daf5e2adb": { + "from": "5431287f-b4f3-4420-8d62-2c501483593d", + "layer": 20, + "to": "6cc716f1-3e9c-4aff-b464-061dd46fb33f", + "width": 0 + }, + "85af1a92-360b-4fbf-bfa5-4e52ecdad101": { + "from": "eea998dd-494d-4b3f-999a-1dc1293b8ede", + "layer": 20, + "to": "7244935c-b0f3-473b-aaaf-6a03a0acda2b", + "width": 0 + }, + "8ec654c8-8071-4fbc-bebb-3c51def342d2": { + "from": "6cc716f1-3e9c-4aff-b464-061dd46fb33f", + "layer": 20, + "to": "e9ef8685-0dfe-4216-ba3d-f2fa22c41553", + "width": 0 + }, + "94490a1c-f815-4fdf-ba7f-cf472f0219c2": { + "from": "72d3cf78-48ea-4b51-b81c-97fc5e9c03a1", + "layer": 20, + "to": "d57881e8-e74d-41ae-8e7f-1c15504209cd", + "width": 0 + }, + "98fb23e8-a30b-4433-aba9-38c8d277da80": { + "from": "027e19b9-e196-40f9-b97e-504935943c14", + "layer": 50, + "to": "a8f97379-17fd-4789-8dd7-a6de83dd87a4", + "width": 0 + }, + "b44d20fc-2c0e-4a71-a182-be8be5cf6c60": { + "from": "7676e6e9-8cd4-4a80-ac78-55907f995095", + "layer": 20, + "to": "12658d8b-7984-491b-ac64-19bb5521c268", + "width": 0 + }, + "b6170980-0510-4de1-9683-f7edca0925c3": { + "from": "ae897db5-d9f9-4f70-b831-5470322d0a33", + "layer": 50, + "to": "c3b3a299-8ba0-4dce-837d-f5232bba2d4a", + "width": 0 + }, + "b82c3fd4-4892-419f-a09c-714bdfdb74c1": { + "from": "13913b46-d9fb-4b41-875c-11cbf1ebff47", + "layer": 50, + "to": "027e19b9-e196-40f9-b97e-504935943c14", + "width": 0 + }, + "d3960bde-ab81-4388-b9a5-d7bd65391752": { + "from": "b504d0ea-b29c-4074-bb1e-291d3227d156", + "layer": 20, + "to": "7676e6e9-8cd4-4a80-ac78-55907f995095", + "width": 0 + }, + "d3c800fa-eac3-4b57-a7e3-19d701c3140b": { + "from": "7b74c3a3-5a47-4b6e-a1f1-08e1502fe8b4", + "layer": 20, + "to": "1cc2e967-f308-48b0-82f6-4ce76362b9e4", + "width": 0 + }, + "db31f637-8f53-4d02-8a41-721a105b63fc": { + "from": "a8f97379-17fd-4789-8dd7-a6de83dd87a4", + "layer": 50, + "to": "ae897db5-d9f9-4f70-b831-5470322d0a33", + "width": 0 + } + }, + "manufacturer": "", + "models": {}, + "name": "QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm", + "pads": { + "00ead7d0-69d1-4620-a0b6-19b9f12a7e80": { + "name": "3", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + 2750000 + ] + } + }, + "012807e8-36e2-416c-a4ea-906c9f74c68c": { + "name": "34", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + -3250000 + ] + } + }, + "031dadb1-30a4-407d-b166-be1be990fd52": { + "name": "26", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 750000, + -4437500 + ] + } + }, + "066860ab-4170-4075-8640-089c2dd81790": { + "name": "41", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + 250000 + ] + } + }, + "081f827d-6fc7-4c31-b872-9f0423f28104": { + "name": "5", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + 1750000 + ] + } + }, + "0f54a7ef-6f18-4206-97e1-635d10edb04d": { + "name": "27", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1250000, + -4437500 + ] + } + }, + "0f844e38-0a64-42eb-b915-236ce03be02b": { + "name": "25", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 250000, + -4437500 + ] + } + }, + "13711fab-7fc3-4cc8-b45f-27146f887291": { + "name": "32", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3750000, + -4437500 + ] + } + }, + "1a8b282b-d18f-4e0d-a2aa-d41a62a2d9dc": { + "name": "17", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3750000, + -4437500 + ] + } + }, + "21b0f0e0-ec87-405c-a423-1c53756a52d7": { + "name": "19", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -2750000, + -4437500 + ] + } + }, + "287cc941-1a29-474f-9270-f0964c7a2915": { + "name": "60", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1750000, + 4437500 + ] + } + }, + "2ad2f7f4-5f31-4931-98aa-7866febb2423": { + "name": "61", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -2250000, + 4437500 + ] + } + }, + "2d1693e8-5820-44d0-bc4f-80a9963b4a3a": { + "name": "50", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3250000, + 4437500 + ] + } + }, + "30747164-2559-4d2b-b9db-90fa835f1f1a": { + "name": "23", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -750000, + -4437500 + ] + } + }, + "3175d7dc-0d88-4eaa-a273-256a79a8d65e": { + "name": "62", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -2750000, + 4437500 + ] + } + }, + "34be4855-a799-40c0-8677-3a39d838e92f": { + "name": "21", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1750000, + -4437500 + ] + } + }, + "36980482-5989-460c-9a42-9f9c6916b86a": { + "name": "4", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + 2250000 + ] + } + }, + "37fca725-15ca-4db0-804b-b795bb9e8690": { + "name": "20", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -2250000, + -4437500 + ] + } + }, + "3b75b979-19f3-46d8-b95a-100816cd4f0a": { + "name": "47", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + 3250000 + ] + } + }, + "3d3991b5-dc4e-4048-9048-9bc3eddbd9d2": { + "name": "54", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1250000, + 4437500 + ] + } + }, + "48f714dd-9a54-40db-817a-1d325d2b6afd": { + "name": "65", + "padstack": "3846f4bf-7acf-403a-bc36-771ec675eac9", + "parameter_set": { + "pad_height": 6000000, + "pad_width": 6000000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 0, + 0 + ] + } + }, + "4d49e466-2af2-4f9e-826d-2a41acac95a2": { + "name": "18", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3250000, + -4437500 + ] + } + }, + "4e62b7af-98f9-46d9-a9ac-32bb9d2508e1": { + "name": "48", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + 3750000 + ] + } + }, + "5504d4eb-c74b-49c3-8ab8-0d26309e7c7a": { + "name": "12", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + -1750000 + ] + } + }, + "55b6b02d-73ea-4755-addf-afa3dbc9c9a9": { + "name": "38", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + -1250000 + ] + } + }, + "571ca6d2-3bf6-42c0-89b8-dafdb08c56ee": { + "name": "6", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + 1250000 + ] + } + }, + "61652333-9d02-478b-a387-8621e08cc685": { + "name": "31", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3250000, + -4437500 + ] + } + }, + "61f56aeb-95be-4d12-a000-99f5c311d122": { + "name": "2", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + 3250000 + ] + } + }, + "655cfd67-dd4b-4dc4-895f-5251b6ed95f4": { + "name": "59", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1250000, + 4437500 + ] + } + }, + "6b3cbcd3-b11d-4bbf-82a3-8464241b6e80": { + "name": "44", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + 1750000 + ] + } + }, + "6fafed9b-d3cc-4a0c-b1e4-3dcbd1179b42": { + "name": "10", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + -750000 + ] + } + }, + "7116c82c-d517-4a19-9376-510d2f9ef97c": { + "name": "53", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1750000, + 4437500 + ] + } + }, + "78c84291-a6a7-448b-989b-f9d356e45b05": { + "name": "33", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + -3750000 + ] + } + }, + "7a002c21-f112-4413-92f4-dc19b3ff22ab": { + "name": "43", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + 1250000 + ] + } + }, + "7c51aa10-f6ac-423c-bfb8-a3e1ae987130": { + "name": "46", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + 2750000 + ] + } + }, + "8c15b9b7-2f6d-413a-98f0-e2ee7186015d": { + "name": "39", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + -750000 + ] + } + }, + "912c5de4-9c6c-47b5-8d7a-51a2a0e0ec59": { + "name": "49", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3750000, + 4437500 + ] + } + }, + "9190e921-1ade-4f9d-8786-ed0b5971e239": { + "name": "29", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2250000, + -4437500 + ] + } + }, + "97929991-815b-4a9f-827c-c2c77ea3d0e0": { + "name": "40", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + -250000 + ] + } + }, + "9b01737c-f9a3-4463-a566-a32f197258f5": { + "name": "42", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + 750000 + ] + } + }, + "a53b3c41-f699-4063-a6a1-511441b42901": { + "name": "16", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + -3750000 + ] + } + }, + "a6e87ebc-559c-4fa3-9519-528eded8cecd": { + "name": "45", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + 2250000 + ] + } + }, + "afd66508-e0b9-47c1-90cd-314473cc5cdc": { + "name": "30", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2750000, + -4437500 + ] + } + }, + "b12b89d6-bc53-4971-98ba-9427c71a424d": { + "name": "11", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + -1250000 + ] + } + }, + "b1785ca8-8e3e-4e0b-83ac-d135c27a06a7": { + "name": "13", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + -2250000 + ] + } + }, + "b8a5fc86-fe98-4e77-a1d1-7d3eacb4cc23": { + "name": "14", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + -2750000 + ] + } + }, + "bbe3e17d-6ebb-460c-a52c-28a5d81fbc58": { + "name": "64", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3750000, + 4437500 + ] + } + }, + "bfa63d0d-6aa2-4fad-ba43-981707eda7c7": { + "name": "22", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1250000, + -4437500 + ] + } + }, + "c03b8358-b16c-4cfc-bf5c-9888fcca2ac1": { + "name": "9", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + -250000 + ] + } + }, + "c3e1333a-67aa-4483-96ce-d9a61f80e6e5": { + "name": "52", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2250000, + 4437500 + ] + } + }, + "ca0e1762-ac0f-4c68-a0cf-b9d933328533": { + "name": "24", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -250000, + -4437500 + ] + } + }, + "cc7ddc29-8577-481b-bb3c-eee722cac893": { + "name": "1", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + 3750000 + ] + } + }, + "ccdcfc73-cca2-4f00-904d-c2e3dabefe94": { + "name": "35", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + -2750000 + ] + } + }, + "ce555285-8e75-4eb7-a83b-18eeb920b08b": { + "name": "8", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + 250000 + ] + } + }, + "cf463504-1583-494e-b69f-44608fb1b34e": { + "name": "36", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + -2250000 + ] + } + }, + "d4585f8f-c1e9-4da7-b364-63cca1ef7fde": { + "name": "55", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 750000, + 4437500 + ] + } + }, + "d5607b14-2471-4287-b143-9f3ab953457c": { + "name": "58", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -750000, + 4437500 + ] + } + }, + "d5fb6368-44d3-4441-85a2-1605cfa9e254": { + "name": "51", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2750000, + 4437500 + ] + } + }, + "d6df16cf-1410-4c7f-a54d-44bc9a73f7db": { + "name": "7", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + 750000 + ] + } + }, + "dcc0da22-2499-40ca-96fe-6eedb16b261a": { + "name": "56", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 250000, + 4437500 + ] + } + }, + "ddf2820b-4198-4552-8bc3-b793c32a1505": { + "name": "28", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1750000, + -4437500 + ] + } + }, + "df03da38-14ad-4599-b96e-80920688eabe": { + "name": "57", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -250000, + 4437500 + ] + } + }, + "eb28bcfb-a297-40e0-b838-37ef70f65085": { + "name": "37", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 4437500, + -1750000 + ] + } + }, + "ee2d0702-2227-488e-abba-64bda1fc6b87": { + "name": "15", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 875000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -4437500, + -3250000 + ] + } + }, + "fe875dd0-6247-4108-b8d9-2d1874def5ba": { + "name": "63", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 875000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3250000, + 4437500 + ] + } + } + }, + "parameter_program": "", + "parameter_set": {}, + "polygons": {}, + "rules": { + "clearance_package": { + "clearance_silkscreen_cu": 200000, + "clearance_silkscreen_pkg": 200000, + "enabled": true, + "order": -1 + }, + "package_checks": { + "enabled": true, + "order": -1 + } + }, + "tags": [ + "nolead", + "qfn" + ], + "texts": {}, + "type": "package", + "uuid": "e9e4d9d8-4412-4a86-a4d8-33808464177a" +} \ No newline at end of file diff --git a/pool/packages/QFN-68-1EP_8x8mm_P0.4mm_EP6.25x6.25mm/package.json b/pool/packages/QFN-68-1EP_8x8mm_P0.4mm_EP6.25x6.25mm/package.json new file mode 100644 index 0000000..8322a42 --- /dev/null +++ b/pool/packages/QFN-68-1EP_8x8mm_P0.4mm_EP6.25x6.25mm/package.json @@ -0,0 +1,1411 @@ +{ + "arcs": {}, + "default_model": "00000000-0000-0000-0000-000000000000", + "dimensions": {}, + "grid_settings": { + "current": { + "mode": "square", + "name": "", + "origin": [ + 0, + 0 + ], + "spacing_rect": [ + 1000000, + 1000000 + ], + "spacing_square": 1000000 + }, + "grids": {} + }, + "junctions": { + "0a81b9fc-fe08-4ec9-aca3-92d8615d6a75": { + "position": [ + 4110000, + -3585000 + ] + }, + "0b52941b-3d51-4638-897d-a97535f958ba": { + "position": [ + 4110000, + 3585000 + ] + }, + "1619ceef-f3fe-4da3-8cc5-915da2749888": { + "position": [ + 3585000, + 4110000 + ] + }, + "3582d6de-0ae3-4e02-a6bf-451d5d72a189": { + "position": [ + 4110000, + 4110000 + ] + }, + "371a96ce-4c9b-46c6-9f72-5e107ee31e82": { + "position": [ + 4110000, + -4110000 + ] + }, + "4281804e-b930-4427-9eb7-fcf27ae28d4f": { + "position": [ + -4110000, + 3585000 + ] + }, + "43487996-dff3-4bf3-a55f-8a4eb278164a": { + "position": [ + -4110000, + 3870000 + ] + }, + "6705b48c-d2d5-415c-8222-9256bd69b090": { + "position": [ + 4000000, + -4000000 + ] + }, + "72528b9e-d10d-4ccd-b1e9-998379f8eca1": { + "position": [ + -4110000, + -4110000 + ] + }, + "79770f78-3a9c-453c-88dd-fcb4c9c7472c": { + "position": [ + 3585000, + -4110000 + ] + }, + "7e136728-9537-4619-8008-5150bec4d9b9": { + "position": [ + -4000000, + -4000000 + ] + }, + "91741634-3a57-41a5-b738-68712edde32a": { + "position": [ + -3000000, + 4000000 + ] + }, + "95500f6c-e661-4173-8ec0-f591021aec68": { + "position": [ + -4110000, + -3585000 + ] + }, + "959c323b-0b38-4d34-b479-64b23a174bfd": { + "position": [ + -3810000, + 4110000 + ] + }, + "a1154747-9134-447b-a23a-69e84e83514a": { + "position": [ + -3585000, + -4110000 + ] + }, + "a1a76fb1-403a-48ff-9dea-6958399f4201": { + "position": [ + -4000000, + 3000000 + ] + }, + "a9a7a17e-0a93-453e-a4a7-144f99b758b1": { + "position": [ + 4000000, + 4000000 + ] + }, + "b01ca236-c64c-499e-8a5f-a1b8b5e22120": { + "position": [ + -3585000, + 4110000 + ] + } + }, + "keepouts": {}, + "lines": { + "005da798-b9de-4ce6-834e-455135a3c5e0": { + "from": "371a96ce-4c9b-46c6-9f72-5e107ee31e82", + "layer": 20, + "to": "0a81b9fc-fe08-4ec9-aca3-92d8615d6a75", + "width": 0 + }, + "24e788fc-833b-447f-85e4-933d6334583c": { + "from": "4281804e-b930-4427-9eb7-fcf27ae28d4f", + "layer": 20, + "to": "43487996-dff3-4bf3-a55f-8a4eb278164a", + "width": 0 + }, + "2efdae19-0767-462b-b15d-736be04111a3": { + "from": "b01ca236-c64c-499e-8a5f-a1b8b5e22120", + "layer": 20, + "to": "959c323b-0b38-4d34-b479-64b23a174bfd", + "width": 0 + }, + "3a78a54c-5a14-4983-904c-dc93c243b4b2": { + "from": "91741634-3a57-41a5-b738-68712edde32a", + "layer": 50, + "to": "a9a7a17e-0a93-453e-a4a7-144f99b758b1", + "width": 0 + }, + "3ec54fd5-7853-4706-b6cb-f5ed29d3c6b0": { + "from": "1619ceef-f3fe-4da3-8cc5-915da2749888", + "layer": 20, + "to": "3582d6de-0ae3-4e02-a6bf-451d5d72a189", + "width": 0 + }, + "4fe0dfe0-7353-47fd-93d1-0a6a2435473a": { + "from": "79770f78-3a9c-453c-88dd-fcb4c9c7472c", + "layer": 20, + "to": "371a96ce-4c9b-46c6-9f72-5e107ee31e82", + "width": 0 + }, + "5f24cb40-53ec-4a60-bef0-fa4317a4d71c": { + "from": "3582d6de-0ae3-4e02-a6bf-451d5d72a189", + "layer": 20, + "to": "0b52941b-3d51-4638-897d-a97535f958ba", + "width": 0 + }, + "6fe15f24-07a4-40dc-8036-c21ba135d3d6": { + "from": "a9a7a17e-0a93-453e-a4a7-144f99b758b1", + "layer": 50, + "to": "6705b48c-d2d5-415c-8222-9256bd69b090", + "width": 0 + }, + "80e5f2c6-2e2e-47c4-91c4-976b9885de66": { + "from": "6705b48c-d2d5-415c-8222-9256bd69b090", + "layer": 50, + "to": "7e136728-9537-4619-8008-5150bec4d9b9", + "width": 0 + }, + "924720d1-5e0a-4227-af7f-b5cdd3943291": { + "from": "a1154747-9134-447b-a23a-69e84e83514a", + "layer": 20, + "to": "72528b9e-d10d-4ccd-b1e9-998379f8eca1", + "width": 0 + }, + "a1ffc06b-972e-4218-9918-c851584833b8": { + "from": "72528b9e-d10d-4ccd-b1e9-998379f8eca1", + "layer": 20, + "to": "95500f6c-e661-4173-8ec0-f591021aec68", + "width": 0 + }, + "e8b05970-2a27-4ba6-b258-ae6acd231482": { + "from": "7e136728-9537-4619-8008-5150bec4d9b9", + "layer": 50, + "to": "a1a76fb1-403a-48ff-9dea-6958399f4201", + "width": 0 + }, + "e96bff93-f01f-496f-8f02-1d644114860b": { + "from": "a1a76fb1-403a-48ff-9dea-6958399f4201", + "layer": 50, + "to": "91741634-3a57-41a5-b738-68712edde32a", + "width": 0 + } + }, + "manufacturer": "", + "models": {}, + "name": "QFN-68-1EP_8x8mm_P0.4mm_EP6.4x6.4mm", + "pads": { + "01f59520-c3ea-4b29-8978-8c5d698d40a5": { + "name": "44", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + 400000 + ] + } + }, + "033df11c-6c95-41c1-955d-d0b675ce7b20": { + "name": "69", + "padstack": "3846f4bf-7acf-403a-bc36-771ec675eac9", + "parameter_set": { + "pad_height": 6250000, + "pad_width": 6250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 0, + 0 + ] + } + }, + "056fc0da-560d-44bc-8563-42b6be532b82": { + "name": "16", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + -2800000 + ] + } + }, + "06f1b552-0351-4aee-a846-76a37ab54a13": { + "name": "58", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 800000, + 3887500 + ] + } + }, + "06f4dd63-4af7-4f1f-9db5-679b443e98a8": { + "name": "24", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -800000, + -3887500 + ] + } + }, + "07bc9e3f-781c-4a71-a7d0-5fb332f1e087": { + "name": "29", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1200000, + -3887500 + ] + } + }, + "07de22bc-cd03-4800-b627-e6d0589aadb8": { + "name": "11", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + -800000 + ] + } + }, + "1bb824fa-a427-4832-a251-ae56f8cdb560": { + "name": "30", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1600000, + -3887500 + ] + } + }, + "1f6b688d-0f19-4d84-9ee7-b93bd657ffd5": { + "name": "52", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3200000, + 3887500 + ] + } + }, + "202ab5c4-6194-4615-946b-9556b3184bc6": { + "name": "17", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + -3200000 + ] + } + }, + "2064d9e8-11ea-4701-b146-7633cffac4e7": { + "name": "8", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + 400000 + ] + } + }, + "25928556-b0dc-42de-9309-659d79197626": { + "name": "41", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + -800000 + ] + } + }, + "25e17d27-23cc-448b-b5ab-4b4a560b5cf0": { + "name": "55", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2000000, + 3887500 + ] + } + }, + "29ae75d3-915a-4500-8c50-4bfcf07bdf0b": { + "name": "19", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -2800000, + -3887500 + ] + } + }, + "39502c91-7ef9-4552-86cf-bc53c37f1825": { + "name": "48", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + 2000000 + ] + } + }, + "3a9c90e6-f5a4-44d9-86a8-dc2a7195d8df": { + "name": "34", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3200000, + -3887500 + ] + } + }, + "3c90f4db-da8e-4bc0-9119-b4bbebb5b7f7": { + "name": "43", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + 0 + ] + } + }, + "4233a36b-b116-4134-8f9e-dc4a7fb0817c": { + "name": "23", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1200000, + -3887500 + ] + } + }, + "42c7b7d7-eb82-435c-95ea-2f70e5006ac0": { + "name": "62", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -800000, + 3887500 + ] + } + }, + "43c006a5-b2c9-4e44-a10b-3a43a1dac866": { + "name": "5", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + 1600000 + ] + } + }, + "4b6bd146-1d43-4e19-93f3-ce3b7807ea92": { + "name": "61", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -400000, + 3887500 + ] + } + }, + "4d7d1183-9254-4d59-b562-6ace1dbafacd": { + "name": "53", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2800000, + 3887500 + ] + } + }, + "4dbb5537-de25-4ea4-99b6-2c387af1a472": { + "name": "46", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + 1200000 + ] + } + }, + "4f1955ab-a16b-47f9-8612-eed39061a541": { + "name": "54", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2400000, + 3887500 + ] + } + }, + "50d63ab9-b80b-4f8b-bd5d-0b366a028719": { + "name": "57", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1200000, + 3887500 + ] + } + }, + "522d098f-e429-4bdc-890d-4ba65cef71cf": { + "name": "32", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2400000, + -3887500 + ] + } + }, + "53b36aa0-2842-4209-b638-b6d114b87bd4": { + "name": "31", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2000000, + -3887500 + ] + } + }, + "53d17b06-1fc6-4f59-8c90-6a4ec18af4cd": { + "name": "60", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 0, + 3887500 + ] + } + }, + "5513c1db-fc25-4f02-97c0-d37340089abc": { + "name": "67", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -2800000, + 3887500 + ] + } + }, + "554a97bb-7353-48d1-84f7-4f5fe3eee5e5": { + "name": "65", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -2000000, + 3887500 + ] + } + }, + "556fc767-4a9e-4494-b8cd-5b9ecdea6cb4": { + "name": "12", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + -1200000 + ] + } + }, + "562ca31d-f6ae-4c66-862a-66b457194ceb": { + "name": "4", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + 2000000 + ] + } + }, + "5714a25a-0973-4879-9c1f-f986731f5e05": { + "name": "39", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + -1600000 + ] + } + }, + "5d95fdbd-fa6a-4467-80be-12a8a88461b0": { + "name": "59", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 400000, + 3887500 + ] + } + }, + "627f25dd-c1ea-4c7b-b5ed-78ff6227219d": { + "name": "38", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + -2000000 + ] + } + }, + "63eac3a2-8d04-420c-a632-5eb96556ca06": { + "name": "25", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -400000, + -3887500 + ] + } + }, + "644a1e58-88c6-468c-82a4-8975c3455483": { + "name": "26", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 0, + -3887500 + ] + } + }, + "68b24f3f-de95-44dd-9638-941743a587f1": { + "name": "22", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1600000, + -3887500 + ] + } + }, + "6c912d02-b059-44b7-8b2f-8fe2b6ab0fa5": { + "name": "9", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + 0 + ] + } + }, + "71fa27f5-442b-4b26-82b0-0fa332ef78d9": { + "name": "51", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + 3200000 + ] + } + }, + "73076bb4-d512-4ed3-adae-b982521e2ec0": { + "name": "36", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + -2800000 + ] + } + }, + "733fa234-ba06-44f7-86bc-980569abf426": { + "name": "47", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + 1600000 + ] + } + }, + "76e0565d-f15d-4cd8-9369-c0e0fb41f471": { + "name": "18", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3200000, + -3887500 + ] + } + }, + "7ea555f4-240d-4436-857f-7806c374895f": { + "name": "15", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + -2400000 + ] + } + }, + "8d62c78b-ce9e-4e1a-9254-6381d860ece6": { + "name": "56", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1600000, + 3887500 + ] + } + }, + "8f3dc5a7-dc4a-40b6-a53d-668e4ec03543": { + "name": "1", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + 3200000 + ] + } + }, + "98acbe82-a743-4cd0-ad60-09f6b9baafba": { + "name": "49", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + 2400000 + ] + } + }, + "9cee4b20-de47-45b5-a2b4-995edecd2898": { + "name": "64", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1600000, + 3887500 + ] + } + }, + "9d6ae14a-8307-4f81-8858-e5a56ca3be46": { + "name": "42", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + -400000 + ] + } + }, + "9ff8df7b-5279-43f2-a090-c9aab58926cc": { + "name": "63", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1200000, + 3887500 + ] + } + }, + "a519dc43-2933-4de9-af41-465e5cc6fa60": { + "name": "37", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + -2400000 + ] + } + }, + "acd69f09-e6ff-429c-8472-d4717e4fb2d6": { + "name": "14", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + -2000000 + ] + } + }, + "ad1942cf-ec3d-45c0-a9a0-086005cb6c27": { + "name": "3", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + 2400000 + ] + } + }, + "afb3893b-3dbb-4c19-98c0-347c494fc452": { + "name": "50", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + 2800000 + ] + } + }, + "b04c9838-f4e2-41a8-98d9-34cf41b401b6": { + "name": "68", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3200000, + 3887500 + ] + } + }, + "b408559d-67c7-4c7c-bb27-8ed8f21ec18e": { + "name": "40", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + -1200000 + ] + } + }, + "b4b96993-5254-4778-b836-2188198d798e": { + "name": "13", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + -1600000 + ] + } + }, + "b61478e9-3269-4eba-9980-78253b044bee": { + "name": "7", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + 800000 + ] + } + }, + "be0c8ad1-aa1c-4836-b139-91d37e2abca4": { + "name": "20", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -2400000, + -3887500 + ] + } + }, + "c4d977b1-f015-4434-a8cb-67e544d08420": { + "name": "28", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 800000, + -3887500 + ] + } + }, + "c94bb70e-dec1-4645-9390-9ac25179560f": { + "name": "21", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -2000000, + -3887500 + ] + } + }, + "cb42fd3d-2a2a-4038-9384-68866a31e8a9": { + "name": "66", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -2400000, + 3887500 + ] + } + }, + "d8c662a3-7bac-47e2-bbeb-42d7f9685c13": { + "name": "27", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 400000, + -3887500 + ] + } + }, + "dcd183e7-ec8a-481f-b97e-d114f980bb8a": { + "name": "45", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + 800000 + ] + } + }, + "ded47df1-7e87-414b-97c6-00fd35473aff": { + "name": "2", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + 2800000 + ] + } + }, + "e21d1c47-c963-4587-a5f7-7500af00a4e7": { + "name": "33", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 925000, + "pad_width": 250000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2800000, + -3887500 + ] + } + }, + "e60b4b22-8c68-4fed-868b-a1406810d709": { + "name": "6", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + 1200000 + ] + } + }, + "f63f0d11-c5b6-43e5-ac97-007a5b86069d": { + "name": "35", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 3887500, + -3200000 + ] + } + }, + "f9bfeed2-1e48-407a-a44e-35a46febda6a": { + "name": "10", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 925000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -3887500, + -400000 + ] + } + } + }, + "parameter_program": "", + "parameter_set": {}, + "polygons": {}, + "rules": { + "clearance_package": { + "clearance_silkscreen_cu": 200000, + "clearance_silkscreen_pkg": 200000, + "enabled": true, + "order": -1 + }, + "package_checks": { + "enabled": true, + "order": -1 + } + }, + "tags": [ + "nolead", + "qfn" + ], + "texts": {}, + "type": "package", + "uuid": "a594158c-1ff1-4fe8-9164-65f172eb3cc1" +} \ No newline at end of file diff --git a/pool/packages/SOT-583-8/package.json b/pool/packages/SOT-583-8/package.json new file mode 100644 index 0000000..bd5e94d --- /dev/null +++ b/pool/packages/SOT-583-8/package.json @@ -0,0 +1,284 @@ +{ + "arcs": {}, + "default_model": "00000000-0000-0000-0000-000000000000", + "dimensions": {}, + "grid_settings": { + "current": { + "mode": "square", + "name": "", + "origin": [ + 0, + 0 + ], + "spacing_rect": [ + 1000000, + 1000000 + ], + "spacing_square": 1000000 + }, + "grids": {} + }, + "junctions": { + "31d31541-a087-457b-adec-c78c040be7c6": { + "position": [ + 600000, + -1050000 + ] + }, + "3b459106-fac8-4944-a003-205ddb3bfacb": { + "position": [ + -600000, + 750000 + ] + }, + "3f86dc93-ee94-4139-8ad0-39cadca73d89": { + "position": [ + -400000, + 1160000 + ] + }, + "43bb7bfd-aa3c-4f0b-82a7-7ee4e1125a6d": { + "position": [ + 650000, + 1160000 + ] + }, + "4a0bfb0a-4f3a-4d6e-98f3-ee6d1a8441f7": { + "position": [ + 650000, + -1160000 + ] + }, + "66a5a62a-b3ee-4bae-a258-2998ee1b7894": { + "position": [ + 600000, + 1050000 + ] + }, + "d0fea593-e78b-4e8f-87d1-3c7402e35238": { + "position": [ + -300000, + 1050000 + ] + }, + "e7734903-85d0-4113-9bae-40b172d4ac5b": { + "position": [ + -600000, + -1050000 + ] + }, + "f25d1a7c-fb3f-4fa5-aa96-b9c27f20da23": { + "position": [ + -650000, + -1160000 + ] + } + }, + "keepouts": {}, + "lines": { + "07af4493-4718-4eb9-8dbd-e31aaf6a556e": { + "from": "3b459106-fac8-4944-a003-205ddb3bfacb", + "layer": 50, + "to": "e7734903-85d0-4113-9bae-40b172d4ac5b", + "width": 0 + }, + "18efefa8-48ce-434a-a673-30f144c92fc5": { + "from": "d0fea593-e78b-4e8f-87d1-3c7402e35238", + "layer": 50, + "to": "3b459106-fac8-4944-a003-205ddb3bfacb", + "width": 0 + }, + "190ba6f6-9603-424b-8529-13e1972e15d1": { + "from": "66a5a62a-b3ee-4bae-a258-2998ee1b7894", + "layer": 50, + "to": "31d31541-a087-457b-adec-c78c040be7c6", + "width": 0 + }, + "1f96f3d9-58b1-4efb-bf37-0cc95a74f071": { + "from": "4a0bfb0a-4f3a-4d6e-98f3-ee6d1a8441f7", + "layer": 20, + "to": "f25d1a7c-fb3f-4fa5-aa96-b9c27f20da23", + "width": 0 + }, + "296918c6-507a-45de-87a7-529f49e2f00d": { + "from": "e7734903-85d0-4113-9bae-40b172d4ac5b", + "layer": 50, + "to": "31d31541-a087-457b-adec-c78c040be7c6", + "width": 0 + }, + "b7d5ec9c-62e3-4b97-9432-9b2b83fef17f": { + "from": "66a5a62a-b3ee-4bae-a258-2998ee1b7894", + "layer": 50, + "to": "d0fea593-e78b-4e8f-87d1-3c7402e35238", + "width": 0 + }, + "c1db3e93-50ed-40a2-b254-07bc66a4659d": { + "from": "43bb7bfd-aa3c-4f0b-82a7-7ee4e1125a6d", + "layer": 20, + "to": "3f86dc93-ee94-4139-8ad0-39cadca73d89", + "width": 0 + } + }, + "manufacturer": "", + "models": {}, + "name": "SOT-583-8", + "pads": { + "056d379c-fc64-4cf4-b895-e6a39382e099": { + "name": "4", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 300000, + "pad_width": 670000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -740000, + -750000 + ] + } + }, + "1277f3cb-922b-43a0-ac1d-614a5c1d8cc9": { + "name": "2", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 300000, + "pad_width": 670000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -740000, + 250000 + ] + } + }, + "151d285e-572d-4492-8a65-c49cfd5c71e6": { + "name": "3", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 300000, + "pad_width": 670000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -740000, + -250000 + ] + } + }, + "20ffd258-2435-4978-a29b-ec77a8ab7963": { + "name": "7", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 300000, + "pad_width": 670000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 740000, + 250000 + ] + } + }, + "36351eec-1725-4fad-b1a6-b95f03a02390": { + "name": "6", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 300000, + "pad_width": 670000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 740000, + -250000 + ] + } + }, + "426e6422-c732-4879-af59-844e43d4becd": { + "name": "1", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 300000, + "pad_width": 670000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -740000, + 750000 + ] + } + }, + "6c197f9c-275d-4830-bf16-3eb64695d8b0": { + "name": "5", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 300000, + "pad_width": 670000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 740000, + -750000 + ] + } + }, + "ff0f377c-30f3-4f72-8550-f41594e6df9c": { + "name": "8", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 300000, + "pad_width": 670000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 740000, + 750000 + ] + } + } + }, + "parameter_program": "", + "parameter_set": {}, + "polygons": {}, + "rules": { + "clearance_package": { + "clearance_silkscreen_cu": 200000, + "clearance_silkscreen_pkg": 200000, + "enabled": true, + "order": -1 + }, + "package_checks": { + "enabled": true, + "order": -1 + } + }, + "tags": [ + "sot-583-8" + ], + "texts": {}, + "type": "package", + "uuid": "35d358dd-54b6-4dfb-b51f-4407f2037d6d" +} \ No newline at end of file diff --git a/pool/packages/TDFN-8-1EP_3x2mm_P0.5mm_EP1.4x1.4mm/package.json b/pool/packages/TDFN-8-1EP_3x2mm_P0.5mm_EP1.4x1.4mm/package.json new file mode 100644 index 0000000..dd16e9f --- /dev/null +++ b/pool/packages/TDFN-8-1EP_3x2mm_P0.5mm_EP1.4x1.4mm/package.json @@ -0,0 +1,301 @@ +{ + "arcs": {}, + "default_model": "00000000-0000-0000-0000-000000000000", + "dimensions": {}, + "grid_settings": { + "current": { + "mode": "square", + "name": "", + "origin": [ + 0, + 0 + ], + "spacing_rect": [ + 1000000, + 1000000 + ], + "spacing_square": 1000000 + }, + "grids": {} + }, + "junctions": { + "05b14d5b-df5c-49b7-a728-ec6fbfc22762": { + "position": [ + 1500000, + -1135000 + ] + }, + "1955d18c-4796-46df-9739-fd28acc8cf03": { + "position": [ + -1500000, + -1000000 + ] + }, + "3ad25f09-531f-4492-85ec-d02344831053": { + "position": [ + 1500000, + 1000000 + ] + }, + "5806a496-2e5a-42e3-9bae-dbc047fe5ce4": { + "position": [ + 1500000, + -1000000 + ] + }, + "65e995fe-0e3e-497e-9d30-680efef5036d": { + "position": [ + -1500000, + -1135000 + ] + }, + "964ca2f9-4c8f-4cdc-b254-cfc45e072dad": { + "position": [ + -1000000, + 1000000 + ] + }, + "b3f6a43c-250e-4e97-b255-fd5b7130e3bb": { + "position": [ + -1500000, + 500000 + ] + }, + "bbbb669d-f7c2-4ff3-a7d3-63ebc8a4599f": { + "position": [ + -1500000, + 1135000 + ] + }, + "d376d264-05e8-434c-aacb-45182c70f9b1": { + "position": [ + 1500000, + 1135000 + ] + } + }, + "keepouts": {}, + "lines": { + "22bcede6-c9e4-42b1-b8d6-4c3c8572f8e6": { + "from": "1955d18c-4796-46df-9739-fd28acc8cf03", + "layer": 50, + "to": "b3f6a43c-250e-4e97-b255-fd5b7130e3bb", + "width": 0 + }, + "413a0f49-d266-4717-b82a-39e8ec5f945c": { + "from": "5806a496-2e5a-42e3-9bae-dbc047fe5ce4", + "layer": 50, + "to": "1955d18c-4796-46df-9739-fd28acc8cf03", + "width": 0 + }, + "5c2fdd2d-ccab-414f-89ff-f776ca08730a": { + "from": "3ad25f09-531f-4492-85ec-d02344831053", + "layer": 50, + "to": "5806a496-2e5a-42e3-9bae-dbc047fe5ce4", + "width": 0 + }, + "68d9b508-2267-41c9-b348-748cccd135b5": { + "from": "b3f6a43c-250e-4e97-b255-fd5b7130e3bb", + "layer": 50, + "to": "964ca2f9-4c8f-4cdc-b254-cfc45e072dad", + "width": 0 + }, + "8737c5e9-c641-4fb8-836e-f3a9a2f9fdb6": { + "from": "bbbb669d-f7c2-4ff3-a7d3-63ebc8a4599f", + "layer": 20, + "to": "d376d264-05e8-434c-aacb-45182c70f9b1", + "width": 0 + }, + "f59146d7-a357-4e8b-88c2-931cfab48495": { + "from": "65e995fe-0e3e-497e-9d30-680efef5036d", + "layer": 20, + "to": "05b14d5b-df5c-49b7-a728-ec6fbfc22762", + "width": 0 + }, + "f830018d-dfe6-48d9-8db5-0ee5dc4af552": { + "from": "964ca2f9-4c8f-4cdc-b254-cfc45e072dad", + "layer": 50, + "to": "3ad25f09-531f-4492-85ec-d02344831053", + "width": 0 + } + }, + "manufacturer": "", + "models": {}, + "name": "TDFN-8-1EP_3x2mm_P0.5mm_EP1.4x1.4mm", + "pads": { + "0754c7b8-340d-4469-ab72-186b2dacb2ba": { + "name": "5", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 775000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1462500, + -750000 + ] + } + }, + "16687e2a-d428-4a8a-b595-822e20b3d34c": { + "name": "7", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 775000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1462500, + 250000 + ] + } + }, + "2354416c-0a31-4cb3-b67d-92582ba07a91": { + "name": "9", + "padstack": "3846f4bf-7acf-403a-bc36-771ec675eac9", + "parameter_set": { + "pad_height": 1400000, + "pad_width": 1400000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 0, + 0 + ] + } + }, + "4d9e43a6-6ab8-40a0-8a7b-39b1ed7be23b": { + "name": "6", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 775000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1462500, + -250000 + ] + } + }, + "901c6c16-87d2-4acd-aa76-b45f668ad20f": { + "name": "8", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 775000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 1462500, + 750000 + ] + } + }, + "ae72adc0-3cf9-400d-a434-6bd86b195254": { + "name": "4", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 775000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1462500, + -750000 + ] + } + }, + "b73f8ea8-e082-46a6-8429-f87108c9aff7": { + "name": "1", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 775000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1462500, + 750000 + ] + } + }, + "c2369910-ef57-4159-bea5-4f98c2447f4a": { + "name": "2", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 775000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1462500, + 250000 + ] + } + }, + "e75e0902-fa85-4dba-a337-4a97109c6cc5": { + "name": "3", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 62500, + "pad_height": 250000, + "pad_width": 775000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -1462500, + -250000 + ] + } + } + }, + "parameter_program": "", + "parameter_set": {}, + "polygons": {}, + "rules": { + "clearance_package": { + "clearance_silkscreen_cu": 200000, + "clearance_silkscreen_pkg": 200000, + "enabled": true, + "order": -1 + }, + "package_checks": { + "enabled": true, + "order": -1 + } + }, + "tags": [ + "nolead", + "tdfn" + ], + "texts": {}, + "type": "package", + "uuid": "517e5931-a623-41da-8bd1-24695500cb6e" +} \ No newline at end of file diff --git a/pool/packages/UQFN-10_1.4x1.8mm_P0.4mm/package.json b/pool/packages/UQFN-10_1.4x1.8mm_P0.4mm/package.json new file mode 100644 index 0000000..1114997 --- /dev/null +++ b/pool/packages/UQFN-10_1.4x1.8mm_P0.4mm/package.json @@ -0,0 +1,356 @@ +{ + "arcs": {}, + "default_model": "00000000-0000-0000-0000-000000000000", + "dimensions": {}, + "grid_settings": { + "current": { + "mode": "square", + "name": "", + "origin": [ + 0, + 0 + ], + "spacing_rect": [ + 1000000, + 1000000 + ], + "spacing_square": 1000000 + }, + "grids": {} + }, + "junctions": { + "023657f1-1dfb-4e37-9025-c2f84c427a8a": { + "position": [ + 810000, + -1010000 + ] + }, + "1064099c-7969-4ab1-b05e-0a5474a2dd0f": { + "position": [ + 810000, + 560000 + ] + }, + "60251e49-6186-4831-bde8-58836bc0a9a7": { + "position": [ + -1000000, + 770000 + ] + }, + "72737a88-2a1a-494c-b491-8ef67dc57d9a": { + "position": [ + 700000, + 900000 + ] + }, + "733b4315-98b8-49fd-b84f-e64c561dcd28": { + "position": [ + -350000, + 900000 + ] + }, + "76b5af8f-63e6-419c-abfc-241f2d8c682b": { + "position": [ + 700000, + -900000 + ] + }, + "860d2da4-5202-4cf2-a66c-faa10268550c": { + "position": [ + -1000000, + 560000 + ] + }, + "95aa9ef9-232a-4f25-a9c4-940e95311e48": { + "position": [ + -700000, + -900000 + ] + }, + "99075d84-b2ba-44e4-9467-c456540dc4ad": { + "position": [ + -700000, + 550000 + ] + }, + "ac60c66f-e1de-4b9d-bafa-4f4b427c2ee4": { + "position": [ + -810000, + -1010000 + ] + }, + "c7ce5aac-1aa5-403b-ae8b-d939c2575ab7": { + "position": [ + 810000, + 1010000 + ] + }, + "efe7176d-4b42-402b-bd62-6d0d283475c3": { + "position": [ + 810000, + -560000 + ] + }, + "f926d92f-6d9a-4cfb-ae18-9ed155e66c94": { + "position": [ + -810000, + -560000 + ] + } + }, + "keepouts": {}, + "lines": { + "06ac6888-5179-4a7e-b105-5137ef180655": { + "from": "99075d84-b2ba-44e4-9467-c456540dc4ad", + "layer": 50, + "to": "733b4315-98b8-49fd-b84f-e64c561dcd28", + "width": 0 + }, + "09635c5a-8133-4d47-b9f2-e57221c68ec6": { + "from": "95aa9ef9-232a-4f25-a9c4-940e95311e48", + "layer": 50, + "to": "99075d84-b2ba-44e4-9467-c456540dc4ad", + "width": 0 + }, + "0a28f10e-1aca-4d91-9d71-91e111a81257": { + "from": "76b5af8f-63e6-419c-abfc-241f2d8c682b", + "layer": 50, + "to": "95aa9ef9-232a-4f25-a9c4-940e95311e48", + "width": 0 + }, + "30749abc-cad6-4a2f-9267-ed2e9b44755a": { + "from": "72737a88-2a1a-494c-b491-8ef67dc57d9a", + "layer": 50, + "to": "76b5af8f-63e6-419c-abfc-241f2d8c682b", + "width": 0 + }, + "3a7fe11c-9ad5-4517-9e7b-383e421f8b58": { + "from": "023657f1-1dfb-4e37-9025-c2f84c427a8a", + "layer": 20, + "to": "efe7176d-4b42-402b-bd62-6d0d283475c3", + "width": 0 + }, + "3d8b300e-20a6-4a3b-a384-e6d702d04836": { + "from": "733b4315-98b8-49fd-b84f-e64c561dcd28", + "layer": 50, + "to": "72737a88-2a1a-494c-b491-8ef67dc57d9a", + "width": 0 + }, + "596c7e91-de5a-4925-ad24-1d5cfcd6371b": { + "from": "c7ce5aac-1aa5-403b-ae8b-d939c2575ab7", + "layer": 20, + "to": "1064099c-7969-4ab1-b05e-0a5474a2dd0f", + "width": 0 + }, + "b13b3fd8-f27d-4cf8-9461-3698966f95c2": { + "from": "ac60c66f-e1de-4b9d-bafa-4f4b427c2ee4", + "layer": 20, + "to": "f926d92f-6d9a-4cfb-ae18-9ed155e66c94", + "width": 0 + }, + "e815697a-520c-49a1-bac5-e8cac8217698": { + "from": "860d2da4-5202-4cf2-a66c-faa10268550c", + "layer": 20, + "to": "60251e49-6186-4831-bde8-58836bc0a9a7", + "width": 0 + } + }, + "manufacturer": "", + "models": {}, + "name": "UQFN-10_1.4x1.8mm_P0.4mm", + "pads": { + "088f7ac3-ade7-44e3-b468-210f70dc6782": { + "name": "9", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 775000, + "pad_width": 200000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 0, + 862500 + ] + } + }, + "0a46340d-8bd5-4784-be32-1435738c5ff4": { + "name": "10", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 775000, + "pad_width": 200000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -400000, + 862500 + ] + } + }, + "35e20f04-d743-471a-8f76-149e8ce78ee5": { + "name": "4", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 775000, + "pad_width": 200000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 0, + -862500 + ] + } + }, + "63beee4b-7564-4488-aff1-cb1569a78720": { + "name": "7", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 200000, + "pad_width": 775000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 662500, + 200000 + ] + } + }, + "6456cfb5-e635-4a63-be0b-3ffacbe5601f": { + "name": "3", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 775000, + "pad_width": 200000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -400000, + -862500 + ] + } + }, + "75743d83-b084-425b-b85f-bf31d67b469a": { + "name": "2", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 200000, + "pad_width": 775000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -662500, + -200000 + ] + } + }, + "792e3709-a130-41a5-8dd3-b6be9cbc0c9c": { + "name": "8", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 775000, + "pad_width": 200000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 400000, + 862500 + ] + } + }, + "defc1894-ecf4-4357-a0e5-661ecd23d15d": { + "name": "5", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 775000, + "pad_width": 200000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 400000, + -862500 + ] + } + }, + "e6b823af-647d-4e78-8202-32dcd51b3e2b": { + "name": "6", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 200000, + "pad_width": 775000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 662500, + -200000 + ] + } + }, + "f802fc8b-a4ec-40e3-90fd-7555c69ec75c": { + "name": "1", + "padstack": "8e762581-e1b1-4fb4-81d3-7f8a1cabb97f", + "parameter_set": { + "corner_radius": 50000, + "pad_height": 200000, + "pad_width": 775000 + }, + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + -662500, + 200000 + ] + } + } + }, + "parameter_program": "", + "parameter_set": {}, + "polygons": {}, + "rules": { + "clearance_package": { + "clearance_silkscreen_cu": 200000, + "clearance_silkscreen_pkg": 200000, + "enabled": true, + "order": -1 + }, + "package_checks": { + "enabled": true, + "order": -1 + } + }, + "tags": [ + "nolead", + "onsemi-uqfn10-488at-01", + "uqfn" + ], + "texts": {}, + "type": "package", + "uuid": "2eb3d7f4-f39b-4613-a43e-7f38834b5513" +} \ No newline at end of file diff --git a/pool/parts/AP63203.json b/pool/parts/AP63203.json new file mode 100644 index 0000000..f784669 --- /dev/null +++ b/pool/parts/AP63203.json @@ -0,0 +1,57 @@ +{ + "MPN": [ + false, + "AP63203" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "3.8V TO 32V INPUT, 2A LOW IQ SYNCHRONOUS BUCK WITH ENHANCED EMI REDUCTION" + ], + "entity": "9493a42a-909f-45f9-9ed7-28695309f591", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Diodes Inc." + ], + "model": "eb54e7ca-dcad-4e09-bd45-d2e32cddaa2a", + "package": "db48b860-9206-4222-b531-dea96399c70b", + "pad_map": { + "40a9f890-5335-4ead-bd4a-d1dba2de41ae": { + "gate": "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6", + "pin": "2b869117-e80c-4190-8558-0e24928b3f82" + }, + "531c3759-a1b6-40c6-9474-5554dc94bcec": { + "gate": "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6", + "pin": "9f32a805-b5d5-4966-a05e-c7a43dbb4ec6" + }, + "9fe9b6c3-f887-4523-976a-6aa050235658": { + "gate": "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6", + "pin": "a50f9684-8f89-4388-b163-e25e4048ba7e" + }, + "bb9bbbd8-9aa2-49aa-98fd-b508ded56028": { + "gate": "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6", + "pin": "ab0d2728-8b9d-4da9-9310-f8afab5af04d" + }, + "be802fd1-5220-4258-a11f-c1529e6187e0": { + "gate": "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6", + "pin": "ad011333-a979-4aac-8763-7e2989227421" + }, + "f827f54d-8a25-45ce-a5c6-aa1cdc05418a": { + "gate": "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6", + "pin": "1f147771-83e3-4d4b-9860-1dd35da5a261" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "2922a302-3cdb-400e-899d-efe036e9f731", + "value": [ + false, + "" + ] +} \ No newline at end of file diff --git a/pool/parts/BLM15PD121SN1D.json b/pool/parts/BLM15PD121SN1D.json new file mode 100644 index 0000000..30283ac --- /dev/null +++ b/pool/parts/BLM15PD121SN1D.json @@ -0,0 +1,43 @@ +{ + "MPN": [ + false, + "BLM15PD121SN1D" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "120Ω@100MHz 90mΩ ±25% 0402 Ferrite Bead" + ], + "entity": "ac656848-2504-4c1e-9cee-c2d3a3320cca", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Murata" + ], + "model": "96c366ee-a963-41a0-9cc8-54c646979695", + "package": "5267224e-79d4-4ff6-afe5-ee24f02f36a3", + "pad_map": { + "551b1143-e861-4055-9fff-6348cd2ee973": { + "gate": "ab5e5821-17f1-4052-bde8-4791cb782b42", + "pin": "b249853f-f1b3-4128-9ff3-be7e5939dfdc" + }, + "9f77b144-e41b-4923-9db6-c847da684acc": { + "gate": "ab5e5821-17f1-4052-bde8-4791cb782b42", + "pin": "a48aebb4-3bc9-4931-aaa5-49c5dc594471" + } + }, + "parametric": {}, + "tags": [ + "passive" + ], + "type": "part", + "uuid": "68ecfab8-0428-44eb-9da3-f3562e21e0b4", + "value": [ + false, + "120Ω@100MHz 90mΩ ±25%" + ] +} \ No newline at end of file diff --git a/pool/parts/CC0402KRX7R7BB104.json b/pool/parts/CC0402KRX7R7BB104.json new file mode 100644 index 0000000..091fcf2 --- /dev/null +++ b/pool/parts/CC0402KRX7R7BB104.json @@ -0,0 +1,41 @@ +{ + "MPN": [ + false, + "CC0402KRX7R7BB104" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "16V 100nF X7R ±10% 0402 Multilayer Ceramic Capacitors MLCC - SMD/SMT ROHS" + ], + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Yageo" + ], + "model": "96c366ee-a963-41a0-9cc8-54c646979695", + "package": "45ad1610-b116-4311-a9bc-3acf947db72f", + "pad_map": { + "3dea6323-9c61-422c-ad53-770cdf22ce12": { + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin": "29995253-b4b1-4c7c-a049-b6db2713ca7c" + }, + "69205d76-735b-4b4e-b3b0-31d90ac2016d": { + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin": "852f1fe6-06dc-4661-8a14-61a9a6ebb26a" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "value": [ + false, + "100nF 16V X7R" + ] +} \ No newline at end of file diff --git a/pool/parts/Crystal with shield.json b/pool/parts/Crystal with shield.json new file mode 100644 index 0000000..508f133 --- /dev/null +++ b/pool/parts/Crystal with shield.json @@ -0,0 +1,49 @@ +{ + "MPN": [ + false, + "Q24FA20H00114" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "10pF Surface Mount Crystal 25MHz ±10ppm ±20ppm SMD2520-4P Crystals ROHS" + ], + "entity": "03e9b2b2-36ee-4e93-a665-c9327c97cc89", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "EPSON" + ], + "model": "00000000-0000-0000-0000-000000000000", + "package": "375557a5-6425-401c-b5d8-5342125de104", + "pad_map": { + "0b84250b-49b7-4e55-9eab-ade2f857387f": { + "gate": "2a1bd72d-6d14-48c7-94d4-91d36e7a56c6", + "pin": "852f1fe6-06dc-4661-8a14-61a9a6ebb26a" + }, + "38e04dd9-305d-4150-b2fe-fa5f85b4b05c": { + "gate": "2a1bd72d-6d14-48c7-94d4-91d36e7a56c6", + "pin": "d118db9b-0850-4b8a-a5a0-5f50299fd232" + }, + "4f8e6062-52b2-48ea-bcd4-f871628e665c": { + "gate": "2a1bd72d-6d14-48c7-94d4-91d36e7a56c6", + "pin": "d118db9b-0850-4b8a-a5a0-5f50299fd232" + }, + "bbc2d412-d402-4a4f-889b-a9ea1cfce4d9": { + "gate": "2a1bd72d-6d14-48c7-94d4-91d36e7a56c6", + "pin": "29995253-b4b1-4c7c-a049-b6db2713ca7c" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "969d716c-6f25-4476-bee0-53b5453f1d85", + "value": [ + false, + "25MHz / 10pF" + ] +} \ No newline at end of file diff --git a/pool/parts/LAN7801.json b/pool/parts/LAN7801.json new file mode 100644 index 0000000..c99ec10 --- /dev/null +++ b/pool/parts/LAN7801.json @@ -0,0 +1,291 @@ +{ + "MPN": [ + false, + "LAN7801" + ], + "datasheet": [ + false, + "https://ww1.microchip.com/downloads/aemDocuments/documents/UNG/ProductDocuments/DataSheets/00002123H.pdf" + ], + "description": [ + false, + "SuperSpeed USB 3.1 Gen 1 to 10/100/1000 Ethernet Controller with RGMII" + ], + "entity": "5db3702e-152d-420c-bb50-1dbbfe960afa", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Microchip" + ], + "model": "00000000-0000-0000-0000-000000000000", + "package": "e9e4d9d8-4412-4a86-a4d8-33808464177a", + "pad_map": { + "00ead7d0-69d1-4620-a0b6-19b9f12a7e80": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "b683ba0b-2c7a-4132-8a6c-6d606c94938a" + }, + "031dadb1-30a4-407d-b166-be1be990fd52": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "5145444f-5f4d-4569-ad5d-731d849f8267" + }, + "066860ab-4170-4075-8640-089c2dd81790": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "7e58995a-a86c-4343-becd-1823e3877dae" + }, + "081f827d-6fc7-4c31-b872-9f0423f28104": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "dff939d2-4806-4fea-b2f6-95e3d64594a5" + }, + "0f54a7ef-6f18-4206-97e1-635d10edb04d": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "b683ba0b-2c7a-4132-8a6c-6d606c94938a" + }, + "0f844e38-0a64-42eb-b915-236ce03be02b": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "fe84a301-6de7-48f5-958e-2b6aee883cde" + }, + "13711fab-7fc3-4cc8-b45f-27146f887291": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "d2786199-4e63-4ff1-956d-be9883e23add" + }, + "1a8b282b-d18f-4e0d-a2aa-d41a62a2d9dc": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "d8fb3366-b728-4657-8890-e13d634843c5" + }, + "21b0f0e0-ec87-405c-a423-1c53756a52d7": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "24dc853b-4354-495b-b996-a3f5170f864c" + }, + "287cc941-1a29-474f-9270-f0964c7a2915": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "569bf552-84dd-4d20-8252-a2c580047845" + }, + "2ad2f7f4-5f31-4931-98aa-7866febb2423": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "f25a3cc0-4a0c-432a-abed-795ade95427e" + }, + "2d1693e8-5820-44d0-bc4f-80a9963b4a3a": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "1ec87705-2533-4964-9da9-f96ef0602258" + }, + "30747164-2559-4d2b-b9db-90fa835f1f1a": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "7f086145-110f-4b3c-bb6f-fac8d40cc417" + }, + "3175d7dc-0d88-4eaa-a273-256a79a8d65e": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "dd68c7cb-c571-4131-92f6-193a18ef0265" + }, + "34be4855-a799-40c0-8677-3a39d838e92f": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "c3b1436a-97e5-4485-b8be-682e28150948" + }, + "36980482-5989-460c-9a42-9f9c6916b86a": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "6603c541-46e4-4e5d-b887-da55ac42320c" + }, + "37fca725-15ca-4db0-804b-b795bb9e8690": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "2480cfb3-78a7-495e-af6a-c8d80be3c984" + }, + "3b75b979-19f3-46d8-b95a-100816cd4f0a": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "1a4cb970-9ac5-4267-9094-941e4232ccff" + }, + "3d3991b5-dc4e-4048-9048-9bc3eddbd9d2": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "bb65c918-37fc-4fb9-a308-67fd7b394531" + }, + "48f714dd-9a54-40db-817a-1d325d2b6afd": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "54012050-6e50-4aac-92d9-6b6f817db52a" + }, + "4d49e466-2af2-4f9e-826d-2a41acac95a2": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "b683ba0b-2c7a-4132-8a6c-6d606c94938a" + }, + "4e62b7af-98f9-46d9-a9ac-32bb9d2508e1": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "b683ba0b-2c7a-4132-8a6c-6d606c94938a" + }, + "5504d4eb-c74b-49c3-8ab8-0d26309e7c7a": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "a1695328-12c2-4274-80c8-d728f5ff3c9a" + }, + "55b6b02d-73ea-4755-addf-afa3dbc9c9a9": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "93add278-9e20-42bf-aaa9-2f08d032ba49" + }, + "571ca6d2-3bf6-42c0-89b8-dafdb08c56ee": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "ba79bfca-eb31-49c2-bded-e31c7facbe60" + }, + "61652333-9d02-478b-a387-8621e08cc685": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "15f2a88d-add9-4286-8f7f-f1f4c27c1a8a" + }, + "61f56aeb-95be-4d12-a000-99f5c311d122": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "af23cb63-6c53-423a-9e1f-eefa8f7f2c5e" + }, + "655cfd67-dd4b-4dc4-895f-5251b6ed95f4": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "2eac54ef-b01b-4756-8ec9-671e280be397" + }, + "6b3cbcd3-b11d-4bbf-82a3-8464241b6e80": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "213c4acc-f976-4b35-8b35-57f7cd159e77" + }, + "6fafed9b-d3cc-4a0c-b1e4-3dcbd1179b42": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "5e4ec5d3-427d-438f-870c-6226cddc3439" + }, + "7116c82c-d517-4a19-9376-510d2f9ef97c": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "efded34a-545d-4fc9-8e77-a890f73eb5ad" + }, + "78c84291-a6a7-448b-989b-f9d356e45b05": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "1709b53a-2365-481b-8bb5-e5ac95d74b87" + }, + "7a002c21-f112-4413-92f4-dc19b3ff22ab": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "c203353f-d2da-4e4f-85be-de03ee82272e" + }, + "7c51aa10-f6ac-423c-bfb8-a3e1ae987130": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "a435d811-dceb-49e3-aae5-abddda0bdad4" + }, + "8c15b9b7-2f6d-413a-98f0-e2ee7186015d": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "04848f3b-463f-4fb5-baa9-82acf6de1f14" + }, + "912c5de4-9c6c-47b5-8d7a-51a2a0e0ec59": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "2e2565c8-cd53-40c3-915e-1fb7b9f8c7ae" + }, + "9190e921-1ade-4f9d-8786-ed0b5971e239": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "1c4a5793-23b7-480c-b938-1b9f9b0a72e6" + }, + "97929991-815b-4a9f-827c-c2c77ea3d0e0": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "02d15c96-2754-4c99-a2d2-752f223a5fda" + }, + "9b01737c-f9a3-4463-a566-a32f197258f5": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "5bd126c1-75a2-4064-807c-8b2e6b1941aa" + }, + "a53b3c41-f699-4063-a6a1-511441b42901": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "4d08af8c-e27b-4d94-bc90-4e819dac76a1" + }, + "a6e87ebc-559c-4fa3-9519-528eded8cecd": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "0c51a3fb-f40e-479d-bf85-b68de20b62a9" + }, + "afd66508-e0b9-47c1-90cd-314473cc5cdc": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "905514be-c190-4c2c-85f5-8c976587a0e1" + }, + "b12b89d6-bc53-4971-98ba-9427c71a424d": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "b683ba0b-2c7a-4132-8a6c-6d606c94938a" + }, + "b1785ca8-8e3e-4e0b-83ac-d135c27a06a7": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "d709898a-6176-4d3c-99b3-7ceee6fbef06" + }, + "b8a5fc86-fe98-4e77-a1d1-7d3eacb4cc23": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "249f4636-a7a8-4e00-9873-f41715209bf7" + }, + "bbe3e17d-6ebb-460c-a52c-28a5d81fbc58": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "d58cd8ea-f25d-4d4c-9fea-7f2a039f45e1" + }, + "bfa63d0d-6aa2-4fad-ba43-981707eda7c7": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "220308eb-6314-4b36-b642-b6dd1ed39468" + }, + "c03b8358-b16c-4cfc-bf5c-9888fcca2ac1": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "e66fbb42-7823-44b7-b15f-c4d015f099e8" + }, + "c3e1333a-67aa-4483-96ce-d9a61f80e6e5": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "2ae074c3-412e-493f-afac-913f580f09cc" + }, + "ca0e1762-ac0f-4c68-a0cf-b9d933328533": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "376d5ce6-e61c-4db8-bd42-bc81737bcb45" + }, + "cc7ddc29-8577-481b-bb3c-eee722cac893": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "51504b0f-9a58-489b-a1e7-4728f96d7f20" + }, + "ccdcfc73-cca2-4f00-904d-c2e3dabefe94": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "68e583cb-7bcd-45f8-bbf2-c58d454bc4e8" + }, + "ce555285-8e75-4eb7-a83b-18eeb920b08b": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "d9d96951-0bb3-465d-a8fc-5906631aa389" + }, + "cf463504-1583-494e-b69f-44608fb1b34e": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "aef150ec-544f-4c32-af05-1be784868892" + }, + "d4585f8f-c1e9-4da7-b364-63cca1ef7fde": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "3ee2951c-095e-4f3d-934a-067fa5ec09de" + }, + "d5607b14-2471-4287-b143-9f3ab953457c": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "8aa29ef5-9a0d-43ef-94ff-657396e9ff41" + }, + "d5fb6368-44d3-4441-85a2-1605cfa9e254": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "b683ba0b-2c7a-4132-8a6c-6d606c94938a" + }, + "d6df16cf-1410-4c7f-a54d-44bc9a73f7db": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "b683ba0b-2c7a-4132-8a6c-6d606c94938a" + }, + "dcc0da22-2499-40ca-96fe-6eedb16b261a": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "bd6721d7-329a-47f2-a708-811d89352d82" + }, + "ddf2820b-4198-4552-8bc3-b793c32a1505": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "bb65c918-37fc-4fb9-a308-67fd7b394531" + }, + "df03da38-14ad-4599-b96e-80920688eabe": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "e2389881-1e89-4482-87f6-ed7a099d1f8b" + }, + "eb28bcfb-a297-40e0-b838-37ef70f65085": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "f087e5d1-25cf-45d5-9a3c-8a6ea1805cf8" + }, + "ee2d0702-2227-488e-abba-64bda1fc6b87": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "c3d8dab4-9e4f-4791-9eca-95e810c83bba" + }, + "fe875dd0-6247-4108-b8d9-2d1874def5ba": { + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin": "2af76555-8ab4-4b0e-ac4b-973310eef60a" + } + }, + "parametric": {}, + "tags": [ + "ic" + ], + "type": "part", + "uuid": "ae6f3852-5cbf-481d-8fde-21fb1a1e1dd1", + "value": [ + false, + "" + ] +} \ No newline at end of file diff --git a/pool/parts/LQM21PN3R3MGRD.json b/pool/parts/LQM21PN3R3MGRD.json new file mode 100644 index 0000000..9dc375a --- /dev/null +++ b/pool/parts/LQM21PN3R3MGRD.json @@ -0,0 +1,41 @@ +{ + "MPN": [ + false, + "LQM21PN3R3MGRD" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "1A 3.3uH ±20% 187.5mΩ 0805 SMD Inductor" + ], + "entity": "1d534e1d-704a-4d44-a6e6-c6106a2827ab", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Murata" + ], + "model": "96c366ee-a963-41a0-9cc8-54c646979695", + "package": "a894abc1-5b1c-4a52-90fc-5eb2e462b101", + "pad_map": { + "57416c85-ca47-45fe-a850-612e3405e61f": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "6a44037c-65e2-4876-9359-42890048841d" + }, + "b43013b4-017c-4242-8852-0ec05a2374d1": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "dda0ec99-5d70-4fbe-a8db-897542e7554e" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "0d7a1804-46f0-4900-9d8c-de34fde7213b", + "value": [ + false, + "3.3µH 1A" + ] +} \ No newline at end of file diff --git a/pool/parts/M24C02-RMC6TG.json b/pool/parts/M24C02-RMC6TG.json new file mode 100644 index 0000000..dcc3d2e --- /dev/null +++ b/pool/parts/M24C02-RMC6TG.json @@ -0,0 +1,69 @@ +{ + "MPN": [ + false, + "M24C02-RMC6TG" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "1-Kbit and 2-Kbit serial I²C bus EEPROMs" + ], + "entity": "d294bfb9-19e8-43a8-a1e4-b4d83884a323", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "ST" + ], + "model": "00000000-0000-0000-0000-000000000000", + "package": "517e5931-a623-41da-8bd1-24695500cb6e", + "pad_map": { + "0754c7b8-340d-4469-ab72-186b2dacb2ba": { + "gate": "83720524-7325-42b2-badc-c92b3ab1b4f4", + "pin": "48046849-2109-4d41-a774-c8b3eaf70c2b" + }, + "16687e2a-d428-4a8a-b595-822e20b3d34c": { + "gate": "83720524-7325-42b2-badc-c92b3ab1b4f4", + "pin": "69881301-39b8-4e67-a20f-9d037c094ed2" + }, + "2354416c-0a31-4cb3-b67d-92582ba07a91": { + "gate": "83720524-7325-42b2-badc-c92b3ab1b4f4", + "pin": "88a59a9c-36d1-425b-a97b-282bfb26d29f" + }, + "4d9e43a6-6ab8-40a0-8a7b-39b1ed7be23b": { + "gate": "83720524-7325-42b2-badc-c92b3ab1b4f4", + "pin": "a6f94e2b-1183-49ce-818a-c47eced57c32" + }, + "901c6c16-87d2-4acd-aa76-b45f668ad20f": { + "gate": "83720524-7325-42b2-badc-c92b3ab1b4f4", + "pin": "f43f0760-136d-42eb-b29e-a904dff62fea" + }, + "ae72adc0-3cf9-400d-a434-6bd86b195254": { + "gate": "83720524-7325-42b2-badc-c92b3ab1b4f4", + "pin": "88a59a9c-36d1-425b-a97b-282bfb26d29f" + }, + "b73f8ea8-e082-46a6-8429-f87108c9aff7": { + "gate": "83720524-7325-42b2-badc-c92b3ab1b4f4", + "pin": "6c230be5-987e-4b87-b4e2-4085f809627a" + }, + "c2369910-ef57-4159-bea5-4f98c2447f4a": { + "gate": "83720524-7325-42b2-badc-c92b3ab1b4f4", + "pin": "57efbc1c-5a3e-453f-aa96-ec9d2b366f3b" + }, + "e75e0902-fa85-4dba-a337-4a97109c6cc5": { + "gate": "83720524-7325-42b2-badc-c92b3ab1b4f4", + "pin": "c4419199-72c1-4caa-973d-d94ab9df937a" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "ba5f05fb-e9ca-480e-b1d3-8ca74ba6dc02", + "value": [ + false, + "" + ] +} \ No newline at end of file diff --git a/pool/parts/MAX24287.json b/pool/parts/MAX24287.json new file mode 100644 index 0000000..0dd4b0c --- /dev/null +++ b/pool/parts/MAX24287.json @@ -0,0 +1,305 @@ +{ + "MPN": [ + false, + "MAX24287" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "1Gbps Parallel-to-Serial MII Converter" + ], + "entity": "1b6a6c95-a68a-43d3-99b1-d85ae189a7ba", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Microchip" + ], + "model": "00000000-0000-0000-0000-000000000000", + "package": "a594158c-1ff1-4fe8-9164-65f172eb3cc1", + "pad_map": { + "01f59520-c3ea-4b29-8978-8c5d698d40a5": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "330d3e4d-3393-434b-807f-25ef94be5e8c" + }, + "033df11c-6c95-41c1-955d-d0b675ce7b20": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "13d96328-f112-426b-bfb4-e84a2d9a8a87" + }, + "056fc0da-560d-44bc-8563-42b6be532b82": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "aceb0248-5804-47df-b537-61495aaea8f9" + }, + "06f1b552-0351-4aee-a846-76a37ab54a13": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "ffe3b80c-c1fd-406a-bb18-86645ca0c9ab" + }, + "06f4dd63-4af7-4f1f-9db5-679b443e98a8": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "0190d427-00c2-4897-9253-9d11dc21967b" + }, + "07bc9e3f-781c-4a71-a7d0-5fb332f1e087": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "d50b70a3-0588-4115-b8a7-8f3f027ea954" + }, + "07de22bc-cd03-4800-b627-e6d0589aadb8": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "f89c1e65-a5e9-43f5-b146-d768d61ba7cd" + }, + "1bb824fa-a427-4832-a251-ae56f8cdb560": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "51b968c1-53af-412e-b25f-6d0ae9c574fc" + }, + "1f6b688d-0f19-4d84-9ee7-b93bd657ffd5": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "5644e61e-2af5-461d-95ba-a5b314b385f5" + }, + "2064d9e8-11ea-4701-b146-7633cffac4e7": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "53146f85-43c5-4c52-98fa-6ded500df6cc" + }, + "25928556-b0dc-42de-9309-659d79197626": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "7792c841-dbc9-43dc-a9f7-66c4bcffa112" + }, + "25e17d27-23cc-448b-b5ab-4b4a560b5cf0": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "ffc4ad83-ac23-4681-b857-2736c152da77" + }, + "29ae75d3-915a-4500-8c50-4bfcf07bdf0b": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "24fc403f-f4dd-4a35-b9e5-b89796d0de2b" + }, + "39502c91-7ef9-4552-86cf-bc53c37f1825": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "de1db354-f196-451f-a7b8-19af8d7f1d1f" + }, + "3a9c90e6-f5a4-44d9-86a8-dc2a7195d8df": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "c93ae5ae-d4b7-4be1-bb1d-cd672d783c08" + }, + "3c90f4db-da8e-4bc0-9119-b4bbebb5b7f7": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "fde512ab-a468-4ecc-b64f-dfc15939b9e0" + }, + "4233a36b-b116-4134-8f9e-dc4a7fb0817c": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "7b7ebb7f-d476-4184-8b28-c1a566c3d897" + }, + "42c7b7d7-eb82-435c-95ea-2f70e5006ac0": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "7f3c3eff-db03-42bb-b08d-67dc7c4353c5" + }, + "43c006a5-b2c9-4e44-a10b-3a43a1dac866": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "44fcb793-4345-46d6-a3df-c35ee5f8d123" + }, + "4b6bd146-1d43-4e19-93f3-ce3b7807ea92": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "d6c5f003-421a-4c4c-96af-661ad2a9b131" + }, + "4d7d1183-9254-4d59-b562-6ace1dbafacd": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "7ec054f8-f3d0-44e6-a85f-faf245ca67ea" + }, + "4dbb5537-de25-4ea4-99b6-2c387af1a472": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "9aa3bde4-31b7-44ed-9768-464f55992bca" + }, + "4f1955ab-a16b-47f9-8612-eed39061a541": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "08baa4c2-aa0f-4539-9fd4-d72f105108a8" + }, + "50d63ab9-b80b-4f8b-bd5d-0b366a028719": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "e6631641-a0ea-476d-aeab-d0659ffe9d23" + }, + "522d098f-e429-4bdc-890d-4ba65cef71cf": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "6fdede36-f9ab-4d8c-86d6-2d52e06b8fe3" + }, + "53b36aa0-2842-4209-b638-b6d114b87bd4": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "90342757-f6e3-4e42-842b-78e9990b7a55" + }, + "53d17b06-1fc6-4f59-8c90-6a4ec18af4cd": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "92963c31-32a3-4a56-87ba-7e012b78ad59" + }, + "5513c1db-fc25-4f02-97c0-d37340089abc": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "4d29c0bc-cc58-40dc-a658-0516aad14ed8" + }, + "554a97bb-7353-48d1-84f7-4f5fe3eee5e5": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "b213b750-358f-4c46-955f-d8248d6f004b" + }, + "556fc767-4a9e-4494-b8cd-5b9ecdea6cb4": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "e7afacc6-8f2d-4d60-84f3-2558f9cf4a1d" + }, + "562ca31d-f6ae-4c66-862a-66b457194ceb": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "9c81ff20-50bd-4cb9-a360-e2970d4b206a" + }, + "5714a25a-0973-4879-9c1f-f986731f5e05": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "b213b750-358f-4c46-955f-d8248d6f004b" + }, + "5d95fdbd-fa6a-4467-80be-12a8a88461b0": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "0a90c102-f67c-4e88-b551-12a2e01fab93" + }, + "627f25dd-c1ea-4c7b-b5ed-78ff6227219d": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "4d34de4f-b9e2-4c3e-9410-3953e1833bdc" + }, + "63eac3a2-8d04-420c-a632-5eb96556ca06": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "47270bdc-4628-4bf0-8927-63c828c11ae9" + }, + "644a1e58-88c6-468c-82a4-8975c3455483": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "7480220d-c95a-4d20-ac03-aa523d432a74" + }, + "68b24f3f-de95-44dd-9638-941743a587f1": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "f487077c-a021-4eda-b11c-12c90aad8e1e" + }, + "6c912d02-b059-44b7-8b2f-8fe2b6ab0fa5": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "5f815422-532b-4b70-bc74-a08a90b3ce81" + }, + "71fa27f5-442b-4b26-82b0-0fa332ef78d9": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "44eec708-38ed-4fc0-a9ca-5bf0d5e4c9bb" + }, + "73076bb4-d512-4ed3-adae-b982521e2ec0": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "fcc4791e-021d-435e-96d4-f1fd24dc99ca" + }, + "733fa234-ba06-44f7-86bc-980569abf426": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "1f392410-4940-4e88-85ac-7430c1b5e58d" + }, + "76e0565d-f15d-4cd8-9369-c0e0fb41f471": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "abb044ab-7e0f-4e95-9d53-95daf08ce16a" + }, + "7ea555f4-240d-4436-857f-7806c374895f": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "789adae7-b2df-4249-a0e8-94cf2f10f35d" + }, + "8d62c78b-ce9e-4e1a-9254-6381d860ece6": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "51b968c1-53af-412e-b25f-6d0ae9c574fc" + }, + "8f3dc5a7-dc4a-40b6-a53d-668e4ec03543": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "d90ef6d0-4de5-419d-b05d-1900636318ad" + }, + "98acbe82-a743-4cd0-ad60-09f6b9baafba": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "a0e0ff43-5856-486d-9062-d1a24051a272" + }, + "9cee4b20-de47-45b5-a2b4-995edecd2898": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "5e19dca4-3986-4d06-bdd7-7619df766e97" + }, + "9d6ae14a-8307-4f81-8858-e5a56ca3be46": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "02fc2b62-5d00-40f4-bf22-d57f8f11c8c8" + }, + "9ff8df7b-5279-43f2-a090-c9aab58926cc": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "e23babb4-0b66-4db3-a9a0-7d21922e8568" + }, + "a519dc43-2933-4de9-af41-465e5cc6fa60": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "9cac7167-5da4-4b88-a7c4-d381e5883ba1" + }, + "acd69f09-e6ff-429c-8472-d4717e4fb2d6": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "dbd9299f-e446-4336-bd1e-849d46d39bd0" + }, + "ad1942cf-ec3d-45c0-a9a0-086005cb6c27": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "373e3fe6-0625-4465-a037-c59ac2060f86" + }, + "afb3893b-3dbb-4c19-98c0-347c494fc452": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "e0dce230-3d16-4388-9deb-30e187aedb3a" + }, + "b04c9838-f4e2-41a8-98d9-34cf41b401b6": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "e4d55a0b-57b1-4132-b4e6-b84e7586d52c" + }, + "b408559d-67c7-4c7c-bb27-8ed8f21ec18e": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "01b56951-e2cc-4953-a148-b707a3cda29d" + }, + "b4b96993-5254-4778-b836-2188198d798e": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "2dbdd606-5897-4792-b91b-82e87533135d" + }, + "b61478e9-3269-4eba-9980-78253b044bee": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "7c150049-7bc6-42c4-ac92-59444395f73d" + }, + "be0c8ad1-aa1c-4836-b139-91d37e2abca4": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "b213b750-358f-4c46-955f-d8248d6f004b" + }, + "c4d977b1-f015-4434-a8cb-67e544d08420": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "d19ef9a6-7cb2-4713-8291-d3d6d34df477" + }, + "c94bb70e-dec1-4645-9390-9ac25179560f": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "a87c482e-cdaf-40f0-9c27-7bcca63756fc" + }, + "cb42fd3d-2a2a-4038-9384-68866a31e8a9": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "5ebf5674-9373-4412-b066-32993ede1216" + }, + "d8c662a3-7bac-47e2-bbeb-42d7f9685c13": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "6b0761b9-4dad-4083-a0c4-e48b4a965bc7" + }, + "dcd183e7-ec8a-481f-b97e-d114f980bb8a": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "1343c349-b8e9-4797-9655-c7e4ab33353d" + }, + "ded47df1-7e87-414b-97c6-00fd35473aff": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "d2018171-55ec-4fa3-b6ec-2f7cebb052e7" + }, + "e21d1c47-c963-4587-a5f7-7500af00a4e7": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "aef10367-d1c0-40f5-bb73-28b4bbf0847c" + }, + "e60b4b22-8c68-4fed-868b-a1406810d709": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "014e8ae9-d081-4f27-836a-5641a0a757cf" + }, + "f63f0d11-c5b6-43e5-ac97-007a5b86069d": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "2c931f86-f0f7-4022-a43f-36e379ee82bc" + }, + "f9bfeed2-1e48-407a-a44e-35a46febda6a": { + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin": "e54cf492-fe60-4d0d-a8f4-4344708ba325" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "dbda0739-eb1d-4be4-9e55-482ccaa543bc", + "value": [ + false, + "" + ] +} \ No newline at end of file diff --git a/pool/parts/RC0402FR-070RL.json b/pool/parts/RC0402FR-070RL.json new file mode 100644 index 0000000..bb7a8d6 --- /dev/null +++ b/pool/parts/RC0402FR-070RL.json @@ -0,0 +1,41 @@ +{ + "MPN": [ + false, + "RC0402FR-070RL" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "62.5mW Thick Film Resistors 50V ±1% 0Ω 0402 Chip Resistor - Surface Mount ROHS" + ], + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Yageo" + ], + "model": "96c366ee-a963-41a0-9cc8-54c646979695", + "package": "5267224e-79d4-4ff6-afe5-ee24f02f36a3", + "pad_map": { + "551b1143-e861-4055-9fff-6348cd2ee973": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "6a44037c-65e2-4876-9359-42890048841d" + }, + "9f77b144-e41b-4923-9db6-c847da684acc": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "dda0ec99-5d70-4fbe-a8db-897542e7554e" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "d406eb02-7eb1-4561-b75f-547872fc7cd0", + "value": [ + false, + "0R" + ] +} \ No newline at end of file diff --git a/pool/parts/RC0402FR-0712KL.json b/pool/parts/RC0402FR-0712KL.json new file mode 100644 index 0000000..d3ca7ad --- /dev/null +++ b/pool/parts/RC0402FR-0712KL.json @@ -0,0 +1,41 @@ +{ + "MPN": [ + false, + "RC0402FR-0712KL" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "62.5mW Thick Film Resistors 50V ±100ppm/℃ ±1% 12kΩ 0402 Chip Resistor - Surface Mount ROHS" + ], + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Yageo" + ], + "model": "96c366ee-a963-41a0-9cc8-54c646979695", + "package": "5267224e-79d4-4ff6-afe5-ee24f02f36a3", + "pad_map": { + "551b1143-e861-4055-9fff-6348cd2ee973": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "6a44037c-65e2-4876-9359-42890048841d" + }, + "9f77b144-e41b-4923-9db6-c847da684acc": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "dda0ec99-5d70-4fbe-a8db-897542e7554e" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "c677d362-e19d-4e59-b057-c81c728b70ff", + "value": [ + false, + "" + ] +} \ No newline at end of file diff --git a/pool/parts/RC0402FR-07200KL.json b/pool/parts/RC0402FR-07200KL.json new file mode 100644 index 0000000..00c1a7e --- /dev/null +++ b/pool/parts/RC0402FR-07200KL.json @@ -0,0 +1,41 @@ +{ + "MPN": [ + false, + "RC0402FR-07200KL" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "62.5mW Thick Film Resistors 50V ±100ppm/℃ ±1% 200kΩ 0402 Chip Resistor - Surface Mount ROHS" + ], + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Yageo" + ], + "model": "96c366ee-a963-41a0-9cc8-54c646979695", + "package": "5267224e-79d4-4ff6-afe5-ee24f02f36a3", + "pad_map": { + "551b1143-e861-4055-9fff-6348cd2ee973": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "6a44037c-65e2-4876-9359-42890048841d" + }, + "9f77b144-e41b-4923-9db6-c847da684acc": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "dda0ec99-5d70-4fbe-a8db-897542e7554e" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "8439f01d-874d-4335-944f-f97f140a024d", + "value": [ + false, + "200k" + ] +} \ No newline at end of file diff --git a/pool/parts/RC0402FR-0722RL.json b/pool/parts/RC0402FR-0722RL.json new file mode 100644 index 0000000..8cda554 --- /dev/null +++ b/pool/parts/RC0402FR-0722RL.json @@ -0,0 +1,41 @@ +{ + "MPN": [ + false, + "RC0402FR-0722RL" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "62.5mW Thick Film Resistors 50V ±100ppm/℃ ±1% 22Ω 0402 Chip Resistor - Surface Mount ROHS" + ], + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Yageo" + ], + "model": "96c366ee-a963-41a0-9cc8-54c646979695", + "package": "5267224e-79d4-4ff6-afe5-ee24f02f36a3", + "pad_map": { + "551b1143-e861-4055-9fff-6348cd2ee973": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "6a44037c-65e2-4876-9359-42890048841d" + }, + "9f77b144-e41b-4923-9db6-c847da684acc": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "dda0ec99-5d70-4fbe-a8db-897542e7554e" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "value": [ + false, + "22R" + ] +} \ No newline at end of file diff --git a/pool/parts/RC0402FR-072KL.json b/pool/parts/RC0402FR-072KL.json new file mode 100644 index 0000000..7e7cdb0 --- /dev/null +++ b/pool/parts/RC0402FR-072KL.json @@ -0,0 +1,41 @@ +{ + "MPN": [ + false, + "RC0402FR-072KL" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "62.5mW Thick Film Resistors 50V ±100ppm/℃ ±1% 2kΩ 0402 Chip Resistor - Surface Mount ROHS" + ], + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Yageo" + ], + "model": "96c366ee-a963-41a0-9cc8-54c646979695", + "package": "5267224e-79d4-4ff6-afe5-ee24f02f36a3", + "pad_map": { + "551b1143-e861-4055-9fff-6348cd2ee973": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "6a44037c-65e2-4876-9359-42890048841d" + }, + "9f77b144-e41b-4923-9db6-c847da684acc": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "dda0ec99-5d70-4fbe-a8db-897542e7554e" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "b21f1760-3410-45e5-9bb2-8bc3ff03d37c", + "value": [ + false, + "2k" + ] +} \ No newline at end of file diff --git a/pool/parts/RC0402FR-0747KL.json b/pool/parts/RC0402FR-0747KL.json new file mode 100644 index 0000000..4a25969 --- /dev/null +++ b/pool/parts/RC0402FR-0747KL.json @@ -0,0 +1,41 @@ +{ + "MPN": [ + false, + "RC0402FR-0747KL" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "62.5mW Thick Film Resistors 50V ±100ppm/℃ ±1% 47kΩ 0402 Chip Resistor - Surface Mount ROHS" + ], + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Yageo" + ], + "model": "96c366ee-a963-41a0-9cc8-54c646979695", + "package": "5267224e-79d4-4ff6-afe5-ee24f02f36a3", + "pad_map": { + "551b1143-e861-4055-9fff-6348cd2ee973": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "6a44037c-65e2-4876-9359-42890048841d" + }, + "9f77b144-e41b-4923-9db6-c847da684acc": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "dda0ec99-5d70-4fbe-a8db-897542e7554e" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "d2a64238-9d18-4989-b5d0-d33058e64784", + "value": [ + false, + "47k" + ] +} \ No newline at end of file diff --git a/pool/parts/RC0402FR-074K7L.json b/pool/parts/RC0402FR-074K7L.json new file mode 100644 index 0000000..ea2f245 --- /dev/null +++ b/pool/parts/RC0402FR-074K7L.json @@ -0,0 +1,41 @@ +{ + "MPN": [ + false, + "RC0402FR-074K7L" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "62.5mW Thick Film Resistors 50V ±100ppm/℃ ±1% 4.7kΩ 0402 Chip Resistor - Surface Mount ROHS" + ], + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Yageo" + ], + "model": "96c366ee-a963-41a0-9cc8-54c646979695", + "package": "5267224e-79d4-4ff6-afe5-ee24f02f36a3", + "pad_map": { + "551b1143-e861-4055-9fff-6348cd2ee973": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "6a44037c-65e2-4876-9359-42890048841d" + }, + "9f77b144-e41b-4923-9db6-c847da684acc": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "dda0ec99-5d70-4fbe-a8db-897542e7554e" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "213579a9-6ce0-4183-aac3-46a9778739bf", + "value": [ + false, + "4k7" + ] +} \ No newline at end of file diff --git a/pool/parts/RC0402FR-07910KL.json b/pool/parts/RC0402FR-07910KL.json new file mode 100644 index 0000000..b6e67d9 --- /dev/null +++ b/pool/parts/RC0402FR-07910KL.json @@ -0,0 +1,41 @@ +{ + "MPN": [ + false, + "RC0402FR-07910KL" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "62.5mW Thick Film Resistors 50V ±100ppm/℃ ±1% 910kΩ 0402 Chip Resistor - Surface Mount ROHS" + ], + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Yageo" + ], + "model": "96c366ee-a963-41a0-9cc8-54c646979695", + "package": "5267224e-79d4-4ff6-afe5-ee24f02f36a3", + "pad_map": { + "551b1143-e861-4055-9fff-6348cd2ee973": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "6a44037c-65e2-4876-9359-42890048841d" + }, + "9f77b144-e41b-4923-9db6-c847da684acc": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "dda0ec99-5d70-4fbe-a8db-897542e7554e" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "0075cda0-ddc5-4b1f-a4de-15d8f7a7eeb4", + "value": [ + false, + "900k" + ] +} \ No newline at end of file diff --git a/pool/parts/TLV62569.json b/pool/parts/TLV62569.json new file mode 100644 index 0000000..1bb1f32 --- /dev/null +++ b/pool/parts/TLV62569.json @@ -0,0 +1,53 @@ +{ + "MPN": [ + false, + "TLV62569" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "TLV62569 2-A High Efficiency Synchronous Buck Converter in SOT Package" + ], + "entity": "2009b3a3-2f35-486e-a081-64d07a2d77b9", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Texas Instruments" + ], + "model": "eb54e7ca-dcad-4e09-bd45-d2e32cddaa2a", + "package": "db48b860-9206-4222-b531-dea96399c70b", + "pad_map": { + "531c3759-a1b6-40c6-9474-5554dc94bcec": { + "gate": "e5a9514f-66eb-440b-a25d-69a7de1657b8", + "pin": "831abb7c-8ea4-4085-a593-5fb964a0ced7" + }, + "9fe9b6c3-f887-4523-976a-6aa050235658": { + "gate": "e5a9514f-66eb-440b-a25d-69a7de1657b8", + "pin": "3ef41288-ebe9-4d0f-86f4-fe73718227b1" + }, + "bb9bbbd8-9aa2-49aa-98fd-b508ded56028": { + "gate": "e5a9514f-66eb-440b-a25d-69a7de1657b8", + "pin": "4bf1fc36-af28-47f1-ba40-bb638f5f0a72" + }, + "be802fd1-5220-4258-a11f-c1529e6187e0": { + "gate": "e5a9514f-66eb-440b-a25d-69a7de1657b8", + "pin": "cbcb029f-94eb-4b2c-9c93-4c5780b06224" + }, + "f827f54d-8a25-45ce-a5c6-aa1cdc05418a": { + "gate": "e5a9514f-66eb-440b-a25d-69a7de1657b8", + "pin": "3893dd75-1fff-4b1c-bff3-0038840937f8" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "2258fb36-6046-42d3-a028-858fe7c28786", + "value": [ + false, + "" + ] +} \ No newline at end of file diff --git a/pool/parts/TMS252012ALM-2R2MTAA.json b/pool/parts/TMS252012ALM-2R2MTAA.json new file mode 100644 index 0000000..be8b4cd --- /dev/null +++ b/pool/parts/TMS252012ALM-2R2MTAA.json @@ -0,0 +1,41 @@ +{ + "MPN": [ + false, + "TMS252012ALM-2R2MTAA" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "2.6A 2.2uH ±20% 2.8A 75mΩ 1008 Inductors (SMD) ROHS" + ], + "entity": "1d534e1d-704a-4d44-a6e6-c6106a2827ab", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "TDK" + ], + "model": "00000000-0000-0000-0000-000000000000", + "package": "9d9fd1cf-4a9e-4bcd-9668-6f832c2e3665", + "pad_map": { + "b248bf11-9851-4300-96f9-22519ad624cf": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "dda0ec99-5d70-4fbe-a8db-897542e7554e" + }, + "b5ba66c3-7ad0-43cc-b60c-7c639e214c0a": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "6a44037c-65e2-4876-9359-42890048841d" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "053d2861-b7a6-4962-a08e-8fd8dd9fdffd", + "value": [ + false, + "2u2 2.6A" + ] +} \ No newline at end of file diff --git a/pool/parts/TMS252012ALM-4R7MTAA.json b/pool/parts/TMS252012ALM-4R7MTAA.json new file mode 100644 index 0000000..98a4a75 --- /dev/null +++ b/pool/parts/TMS252012ALM-4R7MTAA.json @@ -0,0 +1,41 @@ +{ + "MPN": [ + false, + "TMS252012ALM-4R7MTAA" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "1.6A 4.7uH ±20% 1.9A 200mΩ 1008 Inductors (SMD) ROHS" + ], + "entity": "1d534e1d-704a-4d44-a6e6-c6106a2827ab", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "TDK" + ], + "model": "00000000-0000-0000-0000-000000000000", + "package": "9d9fd1cf-4a9e-4bcd-9668-6f832c2e3665", + "pad_map": { + "b248bf11-9851-4300-96f9-22519ad624cf": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "dda0ec99-5d70-4fbe-a8db-897542e7554e" + }, + "b5ba66c3-7ad0-43cc-b60c-7c639e214c0a": { + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin": "6a44037c-65e2-4876-9359-42890048841d" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "3253f96b-f198-4173-9fc0-742d282f569a", + "value": [ + false, + "4u7 1.6A" + ] +} \ No newline at end of file diff --git a/pool/parts/TMUXHS221.json b/pool/parts/TMUXHS221.json new file mode 100644 index 0000000..e063de9 --- /dev/null +++ b/pool/parts/TMUXHS221.json @@ -0,0 +1,73 @@ +{ + "MPN": [ + false, + "TMUXHS221" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "TMUXHS221 USB 2.0 480 Mbps 2:1/1:2 Multiplexer/Demultiplexer Switch" + ], + "entity": "b9a2edab-2585-4ea5-bf52-5f6064d383eb", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Texas Instruments" + ], + "model": "00000000-0000-0000-0000-000000000000", + "package": "2eb3d7f4-f39b-4613-a43e-7f38834b5513", + "pad_map": { + "088f7ac3-ade7-44e3-b468-210f70dc6782": { + "gate": "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a", + "pin": "a707828b-b270-433b-92d0-8e961c00bdb7" + }, + "0a46340d-8bd5-4784-be32-1435738c5ff4": { + "gate": "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a", + "pin": "8e4aa478-85df-412b-b0c2-9275d06cfe90" + }, + "35e20f04-d743-471a-8f76-149e8ce78ee5": { + "gate": "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a", + "pin": "d1d19fbe-c1dd-4460-b93d-2a4e3fa6680c" + }, + "63beee4b-7564-4488-aff1-cb1569a78720": { + "gate": "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a", + "pin": "5ddab6f2-a507-4c69-9b54-013cec152267" + }, + "6456cfb5-e635-4a63-be0b-3ffacbe5601f": { + "gate": "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a", + "pin": "2c39583e-54f5-44cb-b86f-987f2c023eb4" + }, + "75743d83-b084-425b-b85f-bf31d67b469a": { + "gate": "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a", + "pin": "d9fea946-e9cd-4a51-9b72-4314de901d16" + }, + "792e3709-a130-41a5-8dd3-b6be9cbc0c9c": { + "gate": "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a", + "pin": "b6f46738-7c74-4726-9407-90cb156448f5" + }, + "defc1894-ecf4-4357-a0e5-661ecd23d15d": { + "gate": "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a", + "pin": "d5bb922a-9c97-46c6-8467-9061938875f0" + }, + "e6b823af-647d-4e78-8202-32dcd51b3e2b": { + "gate": "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a", + "pin": "dc71145b-38e4-44d0-850f-7fa079dcbe11" + }, + "f802fc8b-a4ec-40e3-90fd-7555c69ec75c": { + "gate": "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a", + "pin": "6505317a-d663-405c-9e86-07e911068d76" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "6e0b3693-cbac-40d4-aaa6-ef0517bc87b0", + "value": [ + false, + "" + ] +} \ No newline at end of file diff --git a/pool/parts/TPS2116.json b/pool/parts/TPS2116.json new file mode 100644 index 0000000..e1d6eb0 --- /dev/null +++ b/pool/parts/TPS2116.json @@ -0,0 +1,65 @@ +{ + "MPN": [ + false, + "TPS2116" + ], + "datasheet": [ + false, + "" + ], + "description": [ + false, + "TPS2116 1.6 V to 5.5 V, 2.5-A Low IQ Power Mux with Manual and Priority Switchover" + ], + "entity": "74d5a682-3a96-43e9-b034-e8db99ebd44d", + "inherit_model": true, + "inherit_tags": false, + "manufacturer": [ + false, + "Texas Instruments" + ], + "model": "00000000-0000-0000-0000-000000000000", + "package": "35d358dd-54b6-4dfb-b51f-4407f2037d6d", + "pad_map": { + "056d379c-fc64-4cf4-b895-e6a39382e099": { + "gate": "b625d879-3c61-4aa4-83e7-524a13ab6d1a", + "pin": "87476395-025e-47e9-afa3-676979669329" + }, + "1277f3cb-922b-43a0-ac1d-614a5c1d8cc9": { + "gate": "b625d879-3c61-4aa4-83e7-524a13ab6d1a", + "pin": "e48a163d-21e7-4d00-89fc-948750288864" + }, + "151d285e-572d-4492-8a65-c49cfd5c71e6": { + "gate": "b625d879-3c61-4aa4-83e7-524a13ab6d1a", + "pin": "43686c42-1579-41fd-8be2-20084980259f" + }, + "20ffd258-2435-4978-a29b-ec77a8ab7963": { + "gate": "b625d879-3c61-4aa4-83e7-524a13ab6d1a", + "pin": "e48a163d-21e7-4d00-89fc-948750288864" + }, + "36351eec-1725-4fad-b1a6-b95f03a02390": { + "gate": "b625d879-3c61-4aa4-83e7-524a13ab6d1a", + "pin": "fce2e1db-69b7-4d6e-b762-dd8dd8b22519" + }, + "426e6422-c732-4879-af59-844e43d4becd": { + "gate": "b625d879-3c61-4aa4-83e7-524a13ab6d1a", + "pin": "666f640b-2e4b-4a2a-bede-50fb51d9149f" + }, + "6c197f9c-275d-4830-bf16-3eb64695d8b0": { + "gate": "b625d879-3c61-4aa4-83e7-524a13ab6d1a", + "pin": "bad63e5a-0160-4f5a-96de-6b3891dd3586" + }, + "ff0f377c-30f3-4f72-8550-f41594e6df9c": { + "gate": "b625d879-3c61-4aa4-83e7-524a13ab6d1a", + "pin": "b1703400-5bcb-4098-b00e-09a9c9c47765" + } + }, + "parametric": {}, + "tags": [], + "type": "part", + "uuid": "a7705aae-753c-47b3-9274-f9c2e5b27c14", + "value": [ + false, + "" + ] +} \ No newline at end of file diff --git a/pool/pool.json b/pool/pool.json new file mode 100644 index 0000000..ab9ac24 --- /dev/null +++ b/pool/pool.json @@ -0,0 +1,14 @@ +{ + "default_frame": "ba34cbaf-e36e-44c3-af16-bab253fc720b", + "default_via": "3c4a52fe-3ae0-4c3e-a108-824b53d6d6da", + "name": "Project pool", + "pools_included": [ + "6d752bc3-29b3-45df-8cf2-1e3aacefbcc6", + "e2b915a4-7a2e-4fb8-b402-62ec983df413", + "aad769f8-8856-43fc-8dcd-28616e4eccd6", + "71c48295-6a54-4cfb-a7f6-8c867bbbfcc4" + ], + "type": "pool", + "uuid": "466088f9-3f15-420d-af8a-fff902537aed", + "version": 1 +} \ No newline at end of file diff --git a/pool/symbols/AP63203.json b/pool/symbols/AP63203.json new file mode 100644 index 0000000..0ee0ed2 --- /dev/null +++ b/pool/symbols/AP63203.json @@ -0,0 +1,167 @@ +{ + "arcs": {}, + "can_expand": false, + "junctions": { + "26564d61-a48e-423d-97cc-4628373d387a": { + "position": [ + -6250000, + -7500000 + ] + }, + "38f1bc1b-4734-4538-9712-497824ea271d": { + "position": [ + 6250000, + 7500000 + ] + }, + "97817d12-b242-41a5-aac9-c938cbab519c": { + "position": [ + 6250000, + -7500000 + ] + }, + "9885ad55-1152-4290-b431-3e7a3fc6fbab": { + "position": [ + -6250000, + 7500000 + ] + } + }, + "lines": { + "29106164-67be-40ee-9198-6d6ec7b2c524": { + "from": "9885ad55-1152-4290-b431-3e7a3fc6fbab", + "layer": 0, + "to": "38f1bc1b-4734-4538-9712-497824ea271d", + "width": 0 + }, + "75de2e0a-b6db-455c-829d-b6c91d3079e8": { + "from": "97817d12-b242-41a5-aac9-c938cbab519c", + "layer": 0, + "to": "26564d61-a48e-423d-97cc-4628373d387a", + "width": 0 + }, + "9a2109d4-1385-4676-b986-4ec953de395b": { + "from": "38f1bc1b-4734-4538-9712-497824ea271d", + "layer": 0, + "to": "97817d12-b242-41a5-aac9-c938cbab519c", + "width": 0 + }, + "e8b302c6-57fc-414c-b457-9543eceb872d": { + "from": "26564d61-a48e-423d-97cc-4628373d387a", + "layer": 0, + "to": "9885ad55-1152-4290-b431-3e7a3fc6fbab", + "width": 0 + } + }, + "name": "AP63203", + "pins": { + "1f147771-83e3-4d4b-9860-1dd35da5a261": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -8750000, + 0 + ] + }, + "2b869117-e80c-4190-8558-0e24928b3f82": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 8750000, + 5000000 + ] + }, + "9f32a805-b5d5-4966-a05e-c7a43dbb4ec6": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -8750000, + -3750000 + ] + }, + "a50f9684-8f89-4388-b163-e25e4048ba7e": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "down", + "pad_visible": true, + "position": [ + 0, + -10000000 + ] + }, + "ab0d2728-8b9d-4da9-9310-f8afab5af04d": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 8750000, + -5000000 + ] + }, + "ad011333-a979-4aac-8763-7e2989227421": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 8750000, + 0 + ] + } + }, + "polygons": {}, + "text_placements": {}, + "texts": {}, + "type": "symbol", + "unit": "31b13310-7b86-4d4c-a9c1-3dba2f60260c", + "uuid": "52195beb-45d2-4118-acae-e65fc6f6978e" +} \ No newline at end of file diff --git a/pool/symbols/LAN7801.json b/pool/symbols/LAN7801.json new file mode 100644 index 0000000..927f9d2 --- /dev/null +++ b/pool/symbols/LAN7801.json @@ -0,0 +1,1069 @@ +{ + "arcs": {}, + "can_expand": false, + "junctions": { + "34ceb0db-91a9-40b1-b48e-44742bdc383e": { + "position": [ + 32500000, + -57500000 + ] + }, + "7adb3122-09e7-44ca-bd43-b7199eea920c": { + "position": [ + -32500000, + -57500000 + ] + }, + "a57a44b8-e590-4f7b-8dfe-0a0e9f121382": { + "position": [ + 32500000, + 57500000 + ] + }, + "e8cc7d93-3f0d-402e-97f1-1f371ea99b39": { + "position": [ + -32500000, + 57500000 + ] + } + }, + "lines": { + "1b74ffdc-a743-4e04-adef-ce3de51b6ee8": { + "from": "e8cc7d93-3f0d-402e-97f1-1f371ea99b39", + "layer": 0, + "to": "a57a44b8-e590-4f7b-8dfe-0a0e9f121382", + "width": 0 + }, + "50b6bbca-7f1b-413c-9021-7371ab53f76d": { + "from": "34ceb0db-91a9-40b1-b48e-44742bdc383e", + "layer": 0, + "to": "7adb3122-09e7-44ca-bd43-b7199eea920c", + "width": 0 + }, + "e6118ace-9def-4960-9923-e753507bac0f": { + "from": "a57a44b8-e590-4f7b-8dfe-0a0e9f121382", + "layer": 0, + "to": "34ceb0db-91a9-40b1-b48e-44742bdc383e", + "width": 0 + }, + "faff27a4-e96b-4102-8ec1-1229292c9f2b": { + "from": "7adb3122-09e7-44ca-bd43-b7199eea920c", + "layer": 0, + "to": "e8cc7d93-3f0d-402e-97f1-1f371ea99b39", + "width": 0 + } + }, + "name": "LAN7801", + "pins": { + "02d15c96-2754-4c99-a2d2-752f223a5fda": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + 22500000 + ] + }, + "04848f3b-463f-4fb5-baa9-82acf6de1f14": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + 27500000 + ] + }, + "0c51a3fb-f40e-479d-bf85-b68de20b62a9": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -32500000 + ] + }, + "15f2a88d-add9-4286-8f7f-f1f4c27c1a8a": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + 35000000 + ] + }, + "1709b53a-2365-481b-8bb5-e5ac95d74b87": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + 27500000 + ] + }, + "1a4cb970-9ac5-4267-9094-941e4232ccff": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + -27500000 + ] + }, + "1c4a5793-23b7-480c-b938-1b9f9b0a72e6": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + 35000000 + ] + }, + "1ec87705-2533-4964-9da9-f96ef0602258": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + -12500000, + 60000000 + ] + }, + "213c4acc-f976-4b35-8b35-57f7cd159e77": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + 12500000 + ] + }, + "220308eb-6314-4b36-b642-b6dd1ed39468": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + 10000000, + 60000000 + ] + }, + "2480cfb3-78a7-495e-af6a-c8d80be3c984": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + 7500000, + 60000000 + ] + }, + "249f4636-a7a8-4e00-9873-f41715209bf7": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -5000000 + ] + }, + "24dc853b-4354-495b-b996-a3f5170f864c": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -20000000 + ] + }, + "2ae074c3-412e-493f-afac-913f580f09cc": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + 5000000 + ] + }, + "2af76555-8ab4-4b0e-ac4b-973310eef60a": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + 15000000, + 60000000 + ] + }, + "2e2565c8-cd53-40c3-915e-1fb7b9f8c7ae": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + -32500000 + ] + }, + "2eac54ef-b01b-4756-8ec9-671e280be397": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -40000000 + ] + }, + "376d5ce6-e61c-4db8-bd42-bc81737bcb45": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + -17500000 + ] + }, + "3ee2951c-095e-4f3d-934a-067fa5ec09de": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + -7500000 + ] + }, + "4d08af8c-e27b-4d94-bc90-4e819dac76a1": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -10000000 + ] + }, + "5145444f-5f4d-4569-ad5d-731d849f8267": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + -15000000 + ] + }, + "51504b0f-9a58-489b-a1e7-4728f96d7f20": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + -37500000 + ] + }, + "54012050-6e50-4aac-92d9-6b6f817db52a": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "down", + "pad_visible": true, + "position": [ + 0, + -60000000 + ] + }, + "569bf552-84dd-4d20-8252-a2c580047845": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -42500000 + ] + }, + "5bd126c1-75a2-4064-807c-8b2e6b1941aa": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + 0, + 60000000 + ] + }, + "5e4ec5d3-427d-438f-870c-6226cddc3439": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + 22500000 + ] + }, + "6603c541-46e4-4e5d-b887-da55ac42320c": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + 7500000 + ] + }, + "68e583cb-7bcd-45f8-bbf2-c58d454bc4e8": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -27500000 + ] + }, + "7e58995a-a86c-4343-becd-1823e3877dae": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + 20000000 + ] + }, + "7f086145-110f-4b3c-bb6f-fac8d40cc417": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + -12500000 + ] + }, + "8aa29ef5-9a0d-43ef-94ff-657396e9ff41": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -37500000 + ] + }, + "905514be-c190-4c2c-85f5-8c976587a0e1": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + -25000000 + ] + }, + "93add278-9e20-42bf-aaa9-2f08d032ba49": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + 30000000 + ] + }, + "a1695328-12c2-4274-80c8-d728f5ff3c9a": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + 2500000 + ] + }, + "a435d811-dceb-49e3-aae5-abddda0bdad4": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + -30000000 + ] + }, + "aef150ec-544f-4c32-af05-1be784868892": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -30000000 + ] + }, + "af23cb63-6c53-423a-9e1f-eefa8f7f2c5e": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + -35000000 + ] + }, + "b683ba0b-2c7a-4132-8a6c-6d606c94938a": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + -15000000, + 60000000 + ] + }, + "ba79bfca-eb31-49c2-bded-e31c7facbe60": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + 12500000 + ] + }, + "bb65c918-37fc-4fb9-a308-67fd7b394531": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + -5000000, + 60000000 + ] + }, + "bd6721d7-329a-47f2-a708-811d89352d82": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + -5000000 + ] + }, + "c203353f-d2da-4e4f-85be-de03ee82272e": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + 15000000 + ] + }, + "c3b1436a-97e5-4485-b8be-682e28150948": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + -10000000, + 60000000 + ] + }, + "c3d8dab4-9e4f-4791-9eca-95e810c83bba": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -7500000 + ] + }, + "d2786199-4e63-4ff1-956d-be9883e23add": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + 32500000 + ] + }, + "d58cd8ea-f25d-4d4c-9fea-7f2a039f45e1": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + -7500000, + 60000000 + ] + }, + "d709898a-6176-4d3c-99b3-7ceee6fbef06": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + 0 + ] + }, + "d8fb3366-b728-4657-8890-e13d634843c5": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -12500000 + ] + }, + "d9d96951-0bb3-465d-a8fc-5906631aa389": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + 15000000 + ] + }, + "dd68c7cb-c571-4131-92f6-193a18ef0265": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + 2500000, + 60000000 + ] + }, + "dff939d2-4806-4fea-b2f6-95e3d64594a5": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + 10000000 + ] + }, + "e2389881-1e89-4482-87f6-ed7a099d1f8b": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -35000000 + ] + }, + "e66fbb42-7823-44b7-b15f-c4d015f099e8": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + 20000000 + ] + }, + "efded34a-545d-4fc9-8e77-a890f73eb5ad": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + 2500000 + ] + }, + "f087e5d1-25cf-45d5-9a3c-8a6ea1805cf8": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + -2500000, + 60000000 + ] + }, + "f25a3cc0-4a0c-432a-abed-795ade95427e": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 35000000, + -17500000 + ] + }, + "fe84a301-6de7-48f5-958e-2b6aee883cde": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -35000000, + -20000000 + ] + } + }, + "polygons": {}, + "text_placements": {}, + "texts": { + "519bad81-9ed5-4e00-9f24-b9cd4c26c536": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 0, + 3750000 + ] + }, + "size": 1500000, + "text": "$REFDES", + "width": 0 + }, + "6f90af1c-617a-47b6-90db-0119aa7940f5": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 0, + -3750000 + ] + }, + "size": 1500000, + "text": "$VALUE", + "width": 0 + } + }, + "type": "symbol", + "unit": "864412be-55d1-4f99-a354-05efb95fe7dd", + "uuid": "f180ef76-6ed4-45a7-9862-65a706499d0c" +} \ No newline at end of file diff --git a/pool/symbols/MAX24287.json b/pool/symbols/MAX24287.json new file mode 100644 index 0000000..211efe9 --- /dev/null +++ b/pool/symbols/MAX24287.json @@ -0,0 +1,1170 @@ +{ + "arcs": {}, + "can_expand": false, + "junctions": { + "58d0e6dd-cb65-4cad-83f7-a75e9d82d113": { + "position": [ + -27500000, + 55000000 + ] + }, + "623f5e74-204a-4c02-9462-d2e3fd0b9aef": { + "position": [ + 27500000, + -55000000 + ] + }, + "dce24271-4f6a-483b-a2b5-fb9358901e62": { + "position": [ + 27500000, + 55000000 + ] + }, + "e189bd5a-42a6-468b-9896-fbaec6b0cb69": { + "position": [ + -27500000, + -55000000 + ] + } + }, + "lines": { + "3cb900b0-e955-4923-9f86-a2e32ae8004f": { + "from": "dce24271-4f6a-483b-a2b5-fb9358901e62", + "layer": 0, + "to": "623f5e74-204a-4c02-9462-d2e3fd0b9aef", + "width": 0 + }, + "4ba9178b-1191-4dc9-9652-c853ac755ae5": { + "from": "623f5e74-204a-4c02-9462-d2e3fd0b9aef", + "layer": 0, + "to": "e189bd5a-42a6-468b-9896-fbaec6b0cb69", + "width": 0 + }, + "cdc82283-11d4-4e61-be62-8792e36117ab": { + "from": "58d0e6dd-cb65-4cad-83f7-a75e9d82d113", + "layer": 0, + "to": "dce24271-4f6a-483b-a2b5-fb9358901e62", + "width": 0 + }, + "d2d32859-859b-4fe1-996f-a9e5a2344e80": { + "from": "e189bd5a-42a6-468b-9896-fbaec6b0cb69", + "layer": 0, + "to": "58d0e6dd-cb65-4cad-83f7-a75e9d82d113", + "width": 0 + } + }, + "name": "MAX24287", + "pins": { + "014e8ae9-d081-4f27-836a-5641a0a757cf": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + 22500000 + ] + }, + "0190d427-00c2-4897-9253-9d11dc21967b": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -27500000 + ] + }, + "01b56951-e2cc-4953-a148-b707a3cda29d": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 40000000 + ] + }, + "02fc2b62-5d00-40f4-bf22-d57f8f11c8c8": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -45000000 + ] + }, + "08baa4c2-aa0f-4539-9fd4-d72f105108a8": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -32500000 + ] + }, + "0a90c102-f67c-4e88-b551-12a2e01fab93": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -37500000 + ] + }, + "1343c349-b8e9-4797-9655-c7e4ab33353d": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + 0 + ] + }, + "13d96328-f112-426b-bfb4-e84a2d9a8a87": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "down", + "pad_visible": true, + "position": [ + 7500000, + -57500000 + ] + }, + "1f392410-4940-4e88-85ac-7430c1b5e58d": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "down", + "pad_visible": true, + "position": [ + -2500000, + -57500000 + ] + }, + "24fc403f-f4dd-4a35-b9e5-b89796d0de2b": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + 27500000 + ] + }, + "2c931f86-f0f7-4022-a43f-36e379ee82bc": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 20000000 + ] + }, + "2dbdd606-5897-4792-b91b-82e87533135d": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + 7500000 + ] + }, + "330d3e4d-3393-434b-807f-25ef94be5e8c": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -22500000 + ] + }, + "373e3fe6-0625-4465-a037-c59ac2060f86": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + -11250000, + 57500000 + ] + }, + "44eec708-38ed-4fc0-a9ca-5bf0d5e4c9bb": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -25000000 + ] + }, + "44fcb793-4345-46d6-a3df-c35ee5f8d123": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + 20000000 + ] + }, + "47270bdc-4628-4bf0-8927-63c828c11ae9": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -30000000 + ] + }, + "4d29c0bc-cc58-40dc-a658-0516aad14ed8": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + 40000000 + ] + }, + "4d34de4f-b9e2-4c3e-9410-3953e1833bdc": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 27500000 + ] + }, + "51b968c1-53af-412e-b25f-6d0ae9c574fc": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + -8750000, + 57500000 + ] + }, + "53146f85-43c5-4c52-98fa-6ded500df6cc": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + 12500000 + ] + }, + "5644e61e-2af5-461d-95ba-a5b314b385f5": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -27500000 + ] + }, + "5e19dca4-3986-4d06-bdd7-7619df766e97": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -2500000 + ] + }, + "5ebf5674-9373-4412-b066-32993ede1216": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -5000000 + ] + }, + "5f815422-532b-4b70-bc74-a08a90b3ce81": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + 15000000 + ] + }, + "6b0761b9-4dad-4083-a0c4-e48b4a965bc7": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 5000000 + ] + }, + "6fdede36-f9ab-4d8c-86d6-2d52e06b8fe3": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 12500000 + ] + }, + "7480220d-c95a-4d20-ac03-aa523d432a74": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 2500000 + ] + }, + "7792c841-dbc9-43dc-a9f7-66c4bcffa112": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -42500000 + ] + }, + "789adae7-b2df-4249-a0e8-94cf2f10f35d": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "down", + "pad_visible": true, + "position": [ + 2500000, + -57500000 + ] + }, + "7b7ebb7f-d476-4184-8b28-c1a566c3d897": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -20000000 + ] + }, + "7c150049-7bc6-42c4-ac92-59444395f73d": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + 11250000, + 57500000 + ] + }, + "7ec054f8-f3d0-44e6-a85f-faf245ca67ea": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -30000000 + ] + }, + "7f3c3eff-db03-42bb-b08d-67dc7c4353c5": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -7500000 + ] + }, + "90342757-f6e3-4e42-842b-78e9990b7a55": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 10000000 + ] + }, + "92963c31-32a3-4a56-87ba-7e012b78ad59": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -35000000 + ] + }, + "9aa3bde4-31b7-44ed-9768-464f55992bca": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -2500000 + ] + }, + "9c81ff20-50bd-4cb9-a360-e2970d4b206a": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "down", + "pad_visible": true, + "position": [ + -5000000, + -57500000 + ] + }, + "9cac7167-5da4-4b88-a7c4-d381e5883ba1": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 25000000 + ] + }, + "a0e0ff43-5856-486d-9062-d1a24051a272": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -20000000 + ] + }, + "a87c482e-cdaf-40f0-9c27-7bcca63756fc": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -15000000 + ] + }, + "abb044ab-7e0f-4e95-9d53-95daf08ce16a": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + -6250000, + 57500000 + ] + }, + "aceb0248-5804-47df-b537-61495aaea8f9": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + -3750000, + 57500000 + ] + }, + "aef10367-d1c0-40f5-bb73-28b4bbf0847c": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 15000000 + ] + }, + "b213b750-358f-4c46-955f-d8248d6f004b": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + 6250000, + 57500000 + ] + }, + "c93ae5ae-d4b7-4be1-bb1d-cd672d783c08": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 17500000 + ] + }, + "d19ef9a6-7cb2-4713-8291-d3d6d34df477": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 32500000 + ] + }, + "d2018171-55ec-4fa3-b6ec-2f7cebb052e7": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + 3750000, + 57500000 + ] + }, + "d50b70a3-0588-4115-b8a7-8f3f027ea954": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 35000000 + ] + }, + "d6c5f003-421a-4c4c-96af-661ad2a9b131": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -32500000 + ] + }, + "d90ef6d0-4de5-419d-b05d-1900636318ad": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "down", + "pad_visible": true, + "position": [ + 0, + -57500000 + ] + }, + "dbd9299f-e446-4336-bd1e-849d46d39bd0": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + 5000000 + ] + }, + "de1db354-f196-451f-a7b8-19af8d7f1d1f": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -17500000 + ] + }, + "e0dce230-3d16-4388-9deb-30e187aedb3a": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -22500000 + ] + }, + "e23babb4-0b66-4db3-a9a0-7d21922e8568": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -5000000 + ] + }, + "e4d55a0b-57b1-4132-b4e6-b84e7586d52c": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + 35000000 + ] + }, + "e54cf492-fe60-4d0d-a8f4-4344708ba325": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "down", + "pad_visible": true, + "position": [ + 5000000, + -57500000 + ] + }, + "e6631641-a0ea-476d-aeab-d0659ffe9d23": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -10000000 + ] + }, + "e7afacc6-8f2d-4d60-84f3-2558f9cf4a1d": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + 8750000, + 57500000 + ] + }, + "f487077c-a021-4eda-b11c-12c90aad8e1e": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -17500000 + ] + }, + "f89c1e65-a5e9-43f5-b146-d768d61ba7cd": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + -1250000, + 57500000 + ] + }, + "fcc4791e-021d-435e-96d4-f1fd24dc99ca": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + 22500000 + ] + }, + "fde512ab-a468-4ecc-b64f-dfc15939b9e0": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 30000000, + -12500000 + ] + }, + "ffc4ad83-ac23-4681-b857-2736c152da77": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -35000000 + ] + }, + "ffe3b80c-c1fd-406a-bb18-86645ca0c9ab": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -30000000, + -12500000 + ] + } + }, + "polygons": {}, + "text_placements": {}, + "texts": {}, + "type": "symbol", + "unit": "03f58e04-cd7b-4cbd-ad82-2b28306feb06", + "uuid": "26b94e97-00b2-455b-b0af-93ad7ddbfe0e" +} \ No newline at end of file diff --git a/pool/symbols/TLV62569.json b/pool/symbols/TLV62569.json new file mode 100644 index 0000000..00be92a --- /dev/null +++ b/pool/symbols/TLV62569.json @@ -0,0 +1,150 @@ +{ + "arcs": {}, + "can_expand": false, + "junctions": { + "15dad37d-ccb5-42c8-b29a-9cce17eb05e1": { + "position": [ + -7500000, + 6250000 + ] + }, + "8fb2db0b-b15e-4ce9-8bd2-02bfc118a336": { + "position": [ + 7500000, + 6250000 + ] + }, + "a1ef22bc-7a3b-4018-803c-b9d0ab9fb841": { + "position": [ + 7500000, + -6250000 + ] + }, + "fdc9d7e7-9050-4b57-9064-b10b8471abf9": { + "position": [ + -7500000, + -6250000 + ] + } + }, + "lines": { + "3f31aa4b-b44e-48d6-a6a0-c82acca20d8e": { + "from": "15dad37d-ccb5-42c8-b29a-9cce17eb05e1", + "layer": 0, + "to": "8fb2db0b-b15e-4ce9-8bd2-02bfc118a336", + "width": 0 + }, + "45cabf43-76fb-49e1-a2af-ebbe81ea8dc7": { + "from": "fdc9d7e7-9050-4b57-9064-b10b8471abf9", + "layer": 0, + "to": "15dad37d-ccb5-42c8-b29a-9cce17eb05e1", + "width": 0 + }, + "63b15a0b-947c-4e7d-836c-6e038debebff": { + "from": "a1ef22bc-7a3b-4018-803c-b9d0ab9fb841", + "layer": 0, + "to": "fdc9d7e7-9050-4b57-9064-b10b8471abf9", + "width": 0 + }, + "e68c83f4-425f-4068-a117-d432952614f0": { + "from": "8fb2db0b-b15e-4ce9-8bd2-02bfc118a336", + "layer": 0, + "to": "a1ef22bc-7a3b-4018-803c-b9d0ab9fb841", + "width": 0 + } + }, + "name": "TLV62569", + "pins": { + "3893dd75-1fff-4b1c-bff3-0038840937f8": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -10000000, + 2500000 + ] + }, + "3ef41288-ebe9-4d0f-86f4-fe73718227b1": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 10000000, + 2500000 + ] + }, + "4bf1fc36-af28-47f1-ba40-bb638f5f0a72": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 10000000, + -2500000 + ] + }, + "831abb7c-8ea4-4085-a593-5fb964a0ced7": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "down", + "pad_visible": true, + "position": [ + 0, + -8750000 + ] + }, + "cbcb029f-94eb-4b2c-9c93-4c5780b06224": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -10000000, + -2500000 + ] + } + }, + "polygons": {}, + "text_placements": {}, + "texts": {}, + "type": "symbol", + "unit": "7c76439d-5754-4f0c-aa30-993dd6d1cde9", + "uuid": "315d9622-5777-4439-b8a0-b6630656abb9" +} \ No newline at end of file diff --git a/pool/symbols/TMUXHS221.json b/pool/symbols/TMUXHS221.json new file mode 100644 index 0000000..c1c2b7e --- /dev/null +++ b/pool/symbols/TMUXHS221.json @@ -0,0 +1,270 @@ +{ + "arcs": {}, + "can_expand": false, + "junctions": { + "0f42943b-8c8d-4c1b-b98a-4e7a33843c90": { + "position": [ + -7500000, + -7500000 + ] + }, + "45b90702-e57f-4559-9bdb-8b992f6d7076": { + "position": [ + 7500000, + -7500000 + ] + }, + "6622cb0d-6677-4918-91b9-99ce672ccc85": { + "position": [ + -7500000, + 7500000 + ] + }, + "96ac5c35-ad0a-4330-8ce1-304181efd977": { + "position": [ + 7500000, + 7500000 + ] + } + }, + "lines": { + "0b252423-5054-4479-9318-75367ab89e09": { + "from": "6622cb0d-6677-4918-91b9-99ce672ccc85", + "layer": 0, + "to": "96ac5c35-ad0a-4330-8ce1-304181efd977", + "width": 0 + }, + "5e052038-58ca-4bca-af1e-1a1d290de598": { + "from": "96ac5c35-ad0a-4330-8ce1-304181efd977", + "layer": 0, + "to": "45b90702-e57f-4559-9bdb-8b992f6d7076", + "width": 0 + }, + "6de4d47d-86a6-4f7a-9030-73767503acc1": { + "from": "0f42943b-8c8d-4c1b-b98a-4e7a33843c90", + "layer": 0, + "to": "6622cb0d-6677-4918-91b9-99ce672ccc85", + "width": 0 + }, + "70f740b7-a0a4-489c-9b02-d3f9f6ebafa3": { + "from": "45b90702-e57f-4559-9bdb-8b992f6d7076", + "layer": 0, + "to": "0f42943b-8c8d-4c1b-b98a-4e7a33843c90", + "width": 0 + } + }, + "name": "TMUXHS221", + "pins": { + "2c39583e-54f5-44cb-b86f-987f2c023eb4": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "down", + "pad_visible": true, + "position": [ + 0, + -10000000 + ] + }, + "5ddab6f2-a507-4c69-9b54-013cec152267": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 10000000, + -2500000 + ] + }, + "6505317a-d663-405c-9e86-07e911068d76": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -10000000, + 5000000 + ] + }, + "8e4aa478-85df-412b-b0c2-9275d06cfe90": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -10000000, + -2500000 + ] + }, + "a707828b-b270-433b-92d0-8e961c00bdb7": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + 0, + 10000000 + ] + }, + "b6f46738-7c74-4726-9407-90cb156448f5": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -10000000, + -5000000 + ] + }, + "d1d19fbe-c1dd-4460-b93d-2a4e3fa6680c": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 10000000, + 2500000 + ] + }, + "d5bb922a-9c97-46c6-8467-9061938875f0": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 10000000, + 5000000 + ] + }, + "d9fea946-e9cd-4a51-9b72-4314de901d16": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -10000000, + 2500000 + ] + }, + "dc71145b-38e4-44d0-850f-7fa079dcbe11": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 10000000, + -5000000 + ] + } + }, + "polygons": {}, + "text_placements": {}, + "texts": { + "bcfd1393-70f0-4274-8c03-a6d0878c1f7c": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2500000, + 8750000 + ] + }, + "size": 1500000, + "text": "$REFDES", + "width": 0 + }, + "fb637b19-4e9e-412b-9cb1-574b9c500fbb": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2500000, + -8750000 + ] + }, + "size": 1500000, + "text": "$VALUE", + "width": 0 + } + }, + "type": "symbol", + "unit": "11ae45da-3ca3-4036-8240-c86bc985d8b4", + "uuid": "94393eef-332e-4e62-a363-224389452bc8" +} \ No newline at end of file diff --git a/pool/symbols/TPS2116.json b/pool/symbols/TPS2116.json new file mode 100644 index 0000000..ddf4c96 --- /dev/null +++ b/pool/symbols/TPS2116.json @@ -0,0 +1,167 @@ +{ + "arcs": {}, + "can_expand": false, + "junctions": { + "048692ab-86f2-4fc8-9244-adfc01d7fdba": { + "position": [ + 11250000, + -8750000 + ] + }, + "1bfce3db-cb86-4926-8204-f34e31571850": { + "position": [ + 11250000, + 8750000 + ] + }, + "d781cb0d-ab52-440b-aed3-a77a35550f13": { + "position": [ + -11250000, + 8750000 + ] + }, + "fce0de30-77b1-4bc6-85f3-b1709a29e4d0": { + "position": [ + -11250000, + -8750000 + ] + } + }, + "lines": { + "5011cd3b-4db0-4da3-a817-77bce82d2592": { + "from": "048692ab-86f2-4fc8-9244-adfc01d7fdba", + "layer": 0, + "to": "fce0de30-77b1-4bc6-85f3-b1709a29e4d0", + "width": 0 + }, + "6ce5f060-5353-4fa1-865e-4147449ecfcc": { + "from": "fce0de30-77b1-4bc6-85f3-b1709a29e4d0", + "layer": 0, + "to": "d781cb0d-ab52-440b-aed3-a77a35550f13", + "width": 0 + }, + "6fed8a19-63bf-4564-bcec-4e639a7aa7d3": { + "from": "1bfce3db-cb86-4926-8204-f34e31571850", + "layer": 0, + "to": "048692ab-86f2-4fc8-9244-adfc01d7fdba", + "width": 0 + }, + "f5a856c9-d1c9-4f81-b4ca-b4c1366fbced": { + "from": "d781cb0d-ab52-440b-aed3-a77a35550f13", + "layer": 0, + "to": "1bfce3db-cb86-4926-8204-f34e31571850", + "width": 0 + } + }, + "name": "TPS2116", + "pins": { + "43686c42-1579-41fd-8be2-20084980259f": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -13750000, + 1250000 + ] + }, + "666f640b-2e4b-4a2a-bede-50fb51d9149f": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "down", + "pad_visible": true, + "position": [ + 0, + -11250000 + ] + }, + "87476395-025e-47e9-afa3-676979669329": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -13750000, + 6250000 + ] + }, + "bad63e5a-0160-4f5a-96de-6b3891dd3586": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -13750000, + 3750000 + ] + }, + "e48a163d-21e7-4d00-89fc-948750288864": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 13750000, + 0 + ] + }, + "fce2e1db-69b7-4d6e-b762-dd8dd8b22519": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -13750000, + -3750000 + ] + } + }, + "polygons": {}, + "text_placements": {}, + "texts": {}, + "type": "symbol", + "unit": "ddf46b73-6aa3-4b5f-9aab-ad470787e760", + "uuid": "61fa16cd-b640-493d-a16e-7ef571c6616a" +} \ No newline at end of file diff --git a/pool/symbols/ic/memory/eeprom-i2c-2addr-copy.json b/pool/symbols/ic/memory/eeprom-i2c-2addr-copy.json new file mode 100644 index 0000000..896ab57 --- /dev/null +++ b/pool/symbols/ic/memory/eeprom-i2c-2addr-copy.json @@ -0,0 +1,236 @@ +{ + "arcs": {}, + "can_expand": false, + "junctions": { + "790aa5f6-a473-4a65-aa4e-2233cd9b54ee": { + "position": [ + -5000000, + -11250000 + ] + }, + "7bb92839-3000-4087-87be-11ff20ead2d2": { + "position": [ + 5000000, + -11250000 + ] + }, + "7e303734-d69f-4559-a99c-c09774ac0d3c": { + "position": [ + -5000000, + 6250000 + ] + }, + "8102bff5-cd7a-4f3e-9b11-6622213bc0a0": { + "position": [ + 5000000, + 6250000 + ] + } + }, + "lines": { + "49c2aba1-0824-4fb8-b4ed-15501a66e43d": { + "from": "8102bff5-cd7a-4f3e-9b11-6622213bc0a0", + "layer": 0, + "to": "7bb92839-3000-4087-87be-11ff20ead2d2", + "width": 0 + }, + "5528698d-b650-45af-b084-13a752b4ac02": { + "from": "7bb92839-3000-4087-87be-11ff20ead2d2", + "layer": 0, + "to": "790aa5f6-a473-4a65-aa4e-2233cd9b54ee", + "width": 0 + }, + "61d93eaa-483b-48e8-bdf2-6bef2a0e153d": { + "from": "7e303734-d69f-4559-a99c-c09774ac0d3c", + "layer": 0, + "to": "8102bff5-cd7a-4f3e-9b11-6622213bc0a0", + "width": 0 + }, + "9606584c-5e8f-4ef3-af52-f1e677fb8378": { + "from": "790aa5f6-a473-4a65-aa4e-2233cd9b54ee", + "layer": 0, + "to": "7e303734-d69f-4559-a99c-c09774ac0d3c", + "width": 0 + } + }, + "name": "I2C EEPROM with 2 address lines (Copy)", + "pins": { + "48046849-2109-4d41-a774-c8b3eaf70c2b": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -7500000, + -1250000 + ] + }, + "57efbc1c-5a3e-453f-aa96-ec9d2b366f3b": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 7500000, + 1250000 + ] + }, + "69881301-39b8-4e67-a20f-9d037c094ed2": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -7500000, + -6250000 + ] + }, + "6c230be5-987e-4b87-b4e2-4085f809627a": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 7500000, + -1250000 + ] + }, + "88a59a9c-36d1-425b-a97b-282bfb26d29f": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "perpendicular", + "name_visible": true, + "orientation": "down", + "pad_visible": true, + "position": [ + 0, + -13750000 + ] + }, + "a6f94e2b-1183-49ce-818a-c47eced57c32": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "left", + "pad_visible": true, + "position": [ + -7500000, + 1250000 + ] + }, + "c4419199-72c1-4caa-973d-d94ab9df937a": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "in_line", + "name_visible": true, + "orientation": "right", + "pad_visible": true, + "position": [ + 7500000, + -3750000 + ] + }, + "f43f0760-136d-42eb-b29e-a904dff62fea": { + "decoration": { + "clock": false, + "dot": false, + "driver": "default", + "schmitt": false + }, + "length": 2500000, + "name_orientation": "perpendicular", + "name_visible": true, + "orientation": "up", + "pad_visible": true, + "position": [ + 0, + 8750000 + ] + } + }, + "polygons": {}, + "text_placements": {}, + "texts": { + "27de1045-65d3-42a6-b0d2-9465d994edcd": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2500000, + 7500000 + ] + }, + "size": 1500000, + "text": "$REFDES", + "width": 0 + }, + "8e8eb328-4389-4e81-9164-bfea5ada03ee": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 2500000, + -12500000 + ] + }, + "size": 1500000, + "text": "$VALUE", + "width": 0 + } + }, + "type": "symbol", + "unit": "6ca94e83-2e38-411b-b554-fabcfe1ca913", + "uuid": "cf4c9a7b-a819-4f02-be22-e16694400564" +} \ No newline at end of file diff --git a/pool/units/AP63203.json b/pool/units/AP63203.json new file mode 100644 index 0000000..3f3d0cb --- /dev/null +++ b/pool/units/AP63203.json @@ -0,0 +1,44 @@ +{ + "manufacturer": "", + "name": "AP63203", + "pins": { + "1f147771-83e3-4d4b-9860-1dd35da5a261": { + "direction": "input", + "names": [], + "primary_name": "VIN", + "swap_group": 0 + }, + "2b869117-e80c-4190-8558-0e24928b3f82": { + "direction": "input", + "names": [], + "primary_name": "BST", + "swap_group": 0 + }, + "9f32a805-b5d5-4966-a05e-c7a43dbb4ec6": { + "direction": "input", + "names": [], + "primary_name": "EN", + "swap_group": 0 + }, + "a50f9684-8f89-4388-b163-e25e4048ba7e": { + "direction": "input", + "names": [], + "primary_name": "GND", + "swap_group": 0 + }, + "ab0d2728-8b9d-4da9-9310-f8afab5af04d": { + "direction": "input", + "names": [], + "primary_name": "FB", + "swap_group": 0 + }, + "ad011333-a979-4aac-8763-7e2989227421": { + "direction": "input", + "names": [], + "primary_name": "SW", + "swap_group": 0 + } + }, + "type": "unit", + "uuid": "31b13310-7b86-4d4c-a9c1-3dba2f60260c" +} \ No newline at end of file diff --git a/pool/units/HD3SS3220RNHR.json b/pool/units/HD3SS3220RNHR.json new file mode 100644 index 0000000..4a48491 --- /dev/null +++ b/pool/units/HD3SS3220RNHR.json @@ -0,0 +1,182 @@ +{ + "manufacturer": "Texas Instruments", + "name": "HD3SS3220RNHR", + "pins": { + "031c81b3-ce71-4d70-b156-3e3c347f4dda": { + "direction": "input", + "names": [], + "primary_name": "ENn_MUX", + "swap_group": 0 + }, + "0e433a9f-b9da-453e-a082-2c3e70faac76": { + "direction": "input", + "names": [], + "primary_name": "INT_N/OUT3", + "swap_group": 0 + }, + "0edc7899-2cff-4574-ad2a-e511b32f9ca3": { + "direction": "input", + "names": [], + "primary_name": "RX1p", + "swap_group": 0 + }, + "236c0ea3-e726-4315-8af2-525281d7376b": { + "direction": "input", + "names": [], + "primary_name": "VBUS_DET", + "swap_group": 0 + }, + "29c25c88-1c8d-4e0d-86b3-a29361bba5f4": { + "direction": "input", + "names": [], + "primary_name": "RX2n", + "swap_group": 0 + }, + "42a2e00a-4d24-46c5-96ee-ad74a058b2d6": { + "direction": "input", + "names": [], + "primary_name": "TX1n", + "swap_group": 0 + }, + "456d5c6b-73e6-4f65-8bb1-42243a7cec45": { + "direction": "input", + "names": [], + "primary_name": "RXn", + "swap_group": 0 + }, + "4d05fd81-1394-48a8-9194-feae0e04ed0b": { + "direction": "input", + "names": [], + "primary_name": "DIR", + "swap_group": 0 + }, + "58d87ba6-e0e7-47ef-a10f-8af1ddbb2bd7": { + "direction": "input", + "names": [], + "primary_name": "SCL/OUT2", + "swap_group": 0 + }, + "59f35f6a-ffb8-4c4d-86c9-ebf7a121051d": { + "direction": "input", + "names": [], + "primary_name": "VCONN_FAULT_N", + "swap_group": 0 + }, + "5b7ebdee-1268-4e26-a57a-c2472a0c122d": { + "direction": "input", + "names": [], + "primary_name": "TXn", + "swap_group": 0 + }, + "6b9db8f2-ffd5-4dc2-b969-8aee9424d9a7": { + "direction": "input", + "names": [], + "primary_name": "ID", + "swap_group": 0 + }, + "6fb0ffbc-6ea6-4b50-837c-c4ebe6cc8ada": { + "direction": "input", + "names": [], + "primary_name": "CURRENT_MODE", + "swap_group": 0 + }, + "799a8569-43b2-464a-885b-07261d00c61e": { + "direction": "input", + "names": [], + "primary_name": "RX1n", + "swap_group": 0 + }, + "79ffa70c-de7a-46ee-91ce-bf0983b12441": { + "direction": "input", + "names": [], + "primary_name": "TX2p", + "swap_group": 0 + }, + "7bffca8d-0420-432c-90b2-2c21f1862617": { + "direction": "input", + "names": [], + "primary_name": "TX1p", + "swap_group": 0 + }, + "908d4f2c-3c12-4aa8-8b24-4c2d30bcbdb4": { + "direction": "input", + "names": [], + "primary_name": "RX2p", + "swap_group": 0 + }, + "913dc4a6-a6d9-4cec-8d12-a8b958105c6b": { + "direction": "input", + "names": [], + "primary_name": "RXp", + "swap_group": 0 + }, + "a9d563bf-2080-425a-ba59-1d589a0bfffd": { + "direction": "input", + "names": [], + "primary_name": "SDA/OUT1", + "swap_group": 0 + }, + "ab005689-6294-4a5b-a664-ca16fdb22ad8": { + "direction": "input", + "names": [], + "primary_name": "PORT", + "swap_group": 0 + }, + "bbf278d3-1e4e-4ccf-9665-3e84e1c2ea1e": { + "direction": "input", + "names": [], + "primary_name": "VCC33", + "swap_group": 0 + }, + "c3df0bd9-2495-4995-8d0f-51edda94582a": { + "direction": "input", + "names": [], + "primary_name": "CC1", + "swap_group": 0 + }, + "c8b58186-6a10-4373-88aa-2f13cc5a47ea": { + "direction": "input", + "names": [], + "primary_name": "VDD5", + "swap_group": 0 + }, + "d215241f-7808-4a86-9908-a3bf783cac3f": { + "direction": "input", + "names": [], + "primary_name": "TX2n", + "swap_group": 0 + }, + "d75cb65c-5e92-48d5-95cb-298b7a18f4cc": { + "direction": "input", + "names": [], + "primary_name": "ENn_CC", + "swap_group": 0 + }, + "d9f9df25-9acc-4dc4-a6d0-47adcf995378": { + "direction": "input", + "names": [], + "primary_name": "TXp", + "swap_group": 0 + }, + "e358389d-0704-4b6b-8090-3fb1a5b06637": { + "direction": "input", + "names": [], + "primary_name": "CC2", + "swap_group": 0 + }, + "e4ddad87-906d-4c30-9de9-cafcdfb60482": { + "direction": "input", + "names": [], + "primary_name": "ADDR", + "swap_group": 0 + }, + "f67c1eb7-8f03-42e8-802d-230661345873": { + "direction": "input", + "names": [], + "primary_name": "GND", + "swap_group": 0 + } + }, + "type": "unit", + "uuid": "e1b7fb9a-b80a-461e-8770-f4491b79225f" +} \ No newline at end of file diff --git a/pool/units/LAN7801.json b/pool/units/LAN7801.json new file mode 100644 index 0000000..bf609b7 --- /dev/null +++ b/pool/units/LAN7801.json @@ -0,0 +1,350 @@ +{ + "manufacturer": "Microchip", + "name": "LAN7801", + "pins": { + "02d15c96-2754-4c99-a2d2-752f223a5fda": { + "direction": "input", + "names": [], + "primary_name": "USB3_TXDP", + "swap_group": 0 + }, + "04848f3b-463f-4fb5-baa9-82acf6de1f14": { + "direction": "input", + "names": [], + "primary_name": "USB2_DM", + "swap_group": 0 + }, + "0c51a3fb-f40e-479d-bf85-b68de20b62a9": { + "direction": "input", + "names": [], + "primary_name": "PME_N/GPIO6", + "swap_group": 0 + }, + "15f2a88d-add9-4286-8f7f-f1f4c27c1a8a": { + "direction": "input", + "names": [], + "primary_name": "PHY_INT_N", + "swap_group": 0 + }, + "1709b53a-2365-481b-8bb5-e5ac95d74b87": { + "direction": "input", + "names": [], + "primary_name": "DUPLEX", + "swap_group": 0 + }, + "1a4cb970-9ac5-4267-9094-941e4232ccff": { + "direction": "input", + "names": [], + "primary_name": "RESET_N/PME_CLEAR", + "swap_group": 0 + }, + "1c4a5793-23b7-480c-b938-1b9f9b0a72e6": { + "direction": "input", + "names": [], + "primary_name": "VBUS_DET", + "swap_group": 0 + }, + "1ec87705-2533-4964-9da9-f96ef0602258": { + "direction": "input", + "names": [], + "primary_name": "VDD33A", + "swap_group": 0 + }, + "213c4acc-f976-4b35-8b35-57f7cd159e77": { + "direction": "input", + "names": [], + "primary_name": "USB3_RXDM", + "swap_group": 0 + }, + "220308eb-6314-4b36-b642-b6dd1ed39468": { + "direction": "input", + "names": [], + "primary_name": "VDD12_SW_FB", + "swap_group": 0 + }, + "2480cfb3-78a7-495e-af6a-c8d80be3c984": { + "direction": "input", + "names": [], + "primary_name": "VDD12_SW_OUT", + "swap_group": 0 + }, + "249f4636-a7a8-4e00-9873-f41715209bf7": { + "direction": "input", + "names": [], + "primary_name": "RXD0", + "swap_group": 0 + }, + "24dc853b-4354-495b-b996-a3f5170f864c": { + "direction": "input", + "names": [], + "primary_name": "CLK125", + "swap_group": 0 + }, + "2ae074c3-412e-493f-afac-913f580f09cc": { + "direction": "input", + "names": [], + "primary_name": "XI", + "swap_group": 0 + }, + "2af76555-8ab4-4b0e-ac4b-973310eef60a": { + "direction": "input", + "names": [], + "primary_name": "VDD25_REG_OUT", + "swap_group": 0 + }, + "2e2565c8-cd53-40c3-915e-1fb7b9f8c7ae": { + "direction": "input", + "names": [], + "primary_name": "USBRBIAS", + "swap_group": 0 + }, + "2eac54ef-b01b-4756-8ec9-671e280be397": { + "direction": "input", + "names": [], + "primary_name": "TMS/GPIO9", + "swap_group": 0 + }, + "376d5ce6-e61c-4db8-bd42-bc81737bcb45": { + "direction": "input", + "names": [], + "primary_name": "EEDI/GPIO1", + "swap_group": 0 + }, + "3ee2951c-095e-4f3d-934a-067fa5ec09de": { + "direction": "input", + "names": [], + "primary_name": "MDIO", + "swap_group": 0 + }, + "4d08af8c-e27b-4d94-bc90-4e819dac76a1": { + "direction": "input", + "names": [], + "primary_name": "RXD2", + "swap_group": 0 + }, + "5145444f-5f4d-4569-ad5d-731d849f8267": { + "direction": "input", + "names": [], + "primary_name": "EECLK/GPIO3", + "swap_group": 0 + }, + "51504b0f-9a58-489b-a1e7-4728f96d7f20": { + "direction": "input", + "names": [], + "primary_name": "REF_REXT", + "swap_group": 0 + }, + "54012050-6e50-4aac-92d9-6b6f817db52a": { + "direction": "input", + "names": [], + "primary_name": "VSS", + "swap_group": 0 + }, + "569bf552-84dd-4d20-8252-a2c580047845": { + "direction": "input", + "names": [], + "primary_name": "TDO/GPIO10", + "swap_group": 0 + }, + "5bd126c1-75a2-4064-807c-8b2e6b1941aa": { + "direction": "input", + "names": [], + "primary_name": "VDD12A_2", + "swap_group": 0 + }, + "5e4ec5d3-427d-438f-870c-6226cddc3439": { + "direction": "input", + "names": [], + "primary_name": "TXC", + "swap_group": 0 + }, + "6603c541-46e4-4e5d-b887-da55ac42320c": { + "direction": "input", + "names": [], + "primary_name": "TXD3", + "swap_group": 0 + }, + "68e583cb-7bcd-45f8-bbf2-c58d454bc4e8": { + "direction": "input", + "names": [], + "primary_name": "GPIO4", + "swap_group": 0 + }, + "7e58995a-a86c-4343-becd-1823e3877dae": { + "direction": "input", + "names": [], + "primary_name": "USB3_TXDM", + "swap_group": 0 + }, + "7f086145-110f-4b3c-bb6f-fac8d40cc417": { + "direction": "input", + "names": [], + "primary_name": "EECS/GPIO0", + "swap_group": 0 + }, + "8aa29ef5-9a0d-43ef-94ff-657396e9ff41": { + "direction": "input", + "names": [], + "primary_name": "TCK/GPIO8", + "swap_group": 0 + }, + "905514be-c190-4c2c-85f5-8c976587a0e1": { + "direction": "input", + "names": [], + "primary_name": "SUSPEND_N", + "swap_group": 0 + }, + "93add278-9e20-42bf-aaa9-2f08d032ba49": { + "direction": "input", + "names": [], + "primary_name": "USB2_DP", + "swap_group": 0 + }, + "a1695328-12c2-4274-80c8-d728f5ff3c9a": { + "direction": "input", + "names": [], + "primary_name": "RXC", + "swap_group": 0 + }, + "a435d811-dceb-49e3-aae5-abddda0bdad4": { + "direction": "input", + "names": [], + "primary_name": "TEST", + "swap_group": 0 + }, + "aef150ec-544f-4c32-af05-1be784868892": { + "direction": "input", + "names": [], + "primary_name": "PME_MODE/GPIO5", + "swap_group": 0 + }, + "af23cb63-6c53-423a-9e1f-eefa8f7f2c5e": { + "direction": "input", + "names": [], + "primary_name": "REF_FILT", + "swap_group": 0 + }, + "b683ba0b-2c7a-4132-8a6c-6d606c94938a": { + "direction": "input", + "names": [], + "primary_name": "VDDVARIO", + "swap_group": 0 + }, + "ba79bfca-eb31-49c2-bded-e31c7facbe60": { + "direction": "input", + "names": [], + "primary_name": "TXD1", + "swap_group": 0 + }, + "bb65c918-37fc-4fb9-a308-67fd7b394531": { + "direction": "input", + "names": [], + "primary_name": "VDD12CORE", + "swap_group": 0 + }, + "bd6721d7-329a-47f2-a708-811d89352d82": { + "direction": "input", + "names": [], + "primary_name": "MDC", + "swap_group": 0 + }, + "c203353f-d2da-4e4f-85be-de03ee82272e": { + "direction": "input", + "names": [], + "primary_name": "USB3_RXDP", + "swap_group": 0 + }, + "c3b1436a-97e5-4485-b8be-682e28150948": { + "direction": "input", + "names": [], + "primary_name": "VDD_SW_IN", + "swap_group": 0 + }, + "c3d8dab4-9e4f-4791-9eca-95e810c83bba": { + "direction": "input", + "names": [], + "primary_name": "RXD1", + "swap_group": 0 + }, + "d2786199-4e63-4ff1-956d-be9883e23add": { + "direction": "input", + "names": [], + "primary_name": "PHY_RESET_N", + "swap_group": 0 + }, + "d58cd8ea-f25d-4d4c-9fea-7f2a039f45e1": { + "direction": "input", + "names": [], + "primary_name": "VDD33_REG_IN", + "swap_group": 0 + }, + "d709898a-6176-4d3c-99b3-7ceee6fbef06": { + "direction": "input", + "names": [], + "primary_name": "RX_CTL", + "swap_group": 0 + }, + "d8fb3366-b728-4657-8890-e13d634843c5": { + "direction": "input", + "names": [], + "primary_name": "RXD3", + "swap_group": 0 + }, + "d9d96951-0bb3-465d-a8fc-5906631aa389": { + "direction": "input", + "names": [], + "primary_name": "TXD0", + "swap_group": 0 + }, + "dd68c7cb-c571-4131-92f6-193a18ef0265": { + "direction": "input", + "names": [], + "primary_name": "VDD12A_3", + "swap_group": 0 + }, + "dff939d2-4806-4fea-b2f6-95e3d64594a5": { + "direction": "input", + "names": [], + "primary_name": "TXD2", + "swap_group": 0 + }, + "e2389881-1e89-4482-87f6-ed7a099d1f8b": { + "direction": "input", + "names": [], + "primary_name": "TDI/GPIO7", + "swap_group": 0 + }, + "e66fbb42-7823-44b7-b15f-c4d015f099e8": { + "direction": "input", + "names": [], + "primary_name": "TX_CTL", + "swap_group": 0 + }, + "efded34a-545d-4fc9-8e77-a890f73eb5ad": { + "direction": "input", + "names": [], + "primary_name": "XO", + "swap_group": 0 + }, + "f087e5d1-25cf-45d5-9a3c-8a6ea1805cf8": { + "direction": "input", + "names": [], + "primary_name": "VDD12A_1", + "swap_group": 0 + }, + "f25a3cc0-4a0c-432a-abed-795ade95427e": { + "direction": "input", + "names": [], + "primary_name": "REFCLK_25/GPIO11", + "swap_group": 0 + }, + "fe84a301-6de7-48f5-958e-2b6aee883cde": { + "direction": "input", + "names": [], + "primary_name": "EEDO/GPIO2", + "swap_group": 0 + } + }, + "type": "unit", + "uuid": "864412be-55d1-4f99-a354-05efb95fe7dd" +} \ No newline at end of file diff --git a/pool/units/MAX24287.json b/pool/units/MAX24287.json new file mode 100644 index 0000000..c43c69b --- /dev/null +++ b/pool/units/MAX24287.json @@ -0,0 +1,398 @@ +{ + "manufacturer": "Microchip", + "name": "MAX24287", + "pins": { + "014e8ae9-d081-4f27-836a-5641a0a757cf": { + "direction": "input", + "names": [], + "primary_name": "TCLKP", + "swap_group": 0 + }, + "0190d427-00c2-4897-9253-9d11dc21967b": { + "direction": "input", + "names": [], + "primary_name": "GPO1", + "swap_group": 0 + }, + "01b56951-e2cc-4953-a148-b707a3cda29d": { + "direction": "input", + "names": [], + "primary_name": "RXCLK", + "swap_group": 0 + }, + "02fc2b62-5d00-40f4-bf22-d57f8f11c8c8": { + "direction": "input", + "names": [], + "primary_name": "MDIO", + "swap_group": 0 + }, + "08baa4c2-aa0f-4539-9fd4-d72f105108a8": { + "direction": "input", + "names": [], + "primary_name": "TXD6/GPIO6", + "swap_group": 0 + }, + "0a90c102-f67c-4e88-b551-12a2e01fab93": { + "direction": "input", + "names": [], + "primary_name": "GPIO3", + "swap_group": 0 + }, + "1343c349-b8e9-4797-9655-c7e4ab33353d": { + "direction": "input", + "names": [], + "primary_name": "TEST0", + "swap_group": 0 + }, + "13d96328-f112-426b-bfb4-e84a2d9a8a87": { + "direction": "input", + "names": [], + "primary_name": "EP", + "swap_group": 0 + }, + "1f392410-4940-4e88-85ac-7430c1b5e58d": { + "direction": "input", + "names": [], + "primary_name": "DVSS", + "swap_group": 0 + }, + "24fc403f-f4dd-4a35-b9e5-b89796d0de2b": { + "direction": "input", + "names": [], + "primary_name": "ALOS", + "swap_group": 0 + }, + "2c931f86-f0f7-4022-a43f-36e379ee82bc": { + "direction": "input", + "names": [], + "primary_name": "RXD3", + "swap_group": 0 + }, + "2dbdd606-5897-4792-b91b-82e87533135d": { + "direction": "input", + "names": [], + "primary_name": "RDP", + "swap_group": 0 + }, + "330d3e4d-3393-434b-807f-25ef94be5e8c": { + "direction": "input", + "names": [], + "primary_name": "JTDO", + "swap_group": 0 + }, + "373e3fe6-0625-4465-a037-c59ac2060f86": { + "direction": "input", + "names": [], + "primary_name": "CVDD12", + "swap_group": 0 + }, + "44eec708-38ed-4fc0-a9ca-5bf0d5e4c9bb": { + "direction": "input", + "names": [], + "primary_name": "TXD3", + "swap_group": 0 + }, + "44fcb793-4345-46d6-a3df-c35ee5f8d123": { + "direction": "input", + "names": [], + "primary_name": "TCLKN", + "swap_group": 0 + }, + "47270bdc-4628-4bf0-8927-63c828c11ae9": { + "direction": "input", + "names": [], + "primary_name": "GPO2", + "swap_group": 0 + }, + "4d29c0bc-cc58-40dc-a658-0516aad14ed8": { + "direction": "input", + "names": [], + "primary_name": "RST_N", + "swap_group": 0 + }, + "4d34de4f-b9e2-4c3e-9410-3953e1833bdc": { + "direction": "input", + "names": [], + "primary_name": "RXD0", + "swap_group": 0 + }, + "51b968c1-53af-412e-b25f-6d0ae9c574fc": { + "direction": "input", + "names": [], + "primary_name": "DVDD12", + "swap_group": 0 + }, + "53146f85-43c5-4c52-98fa-6ded500df6cc": { + "direction": "input", + "names": [], + "primary_name": "TDN", + "swap_group": 0 + }, + "5644e61e-2af5-461d-95ba-a5b314b385f5": { + "direction": "input", + "names": [], + "primary_name": "TXD4/GPIO4", + "swap_group": 0 + }, + "5e19dca4-3986-4d06-bdd7-7619df766e97": { + "direction": "input", + "names": [], + "primary_name": "TEST1", + "swap_group": 0 + }, + "5ebf5674-9373-4412-b066-32993ede1216": { + "direction": "input", + "names": [], + "primary_name": "GTXCLK", + "swap_group": 0 + }, + "5f815422-532b-4b70-bc74-a08a90b3ce81": { + "direction": "input", + "names": [], + "primary_name": "TDP", + "swap_group": 0 + }, + "6b0761b9-4dad-4083-a0c4-e48b4a965bc7": { + "direction": "input", + "names": [], + "primary_name": "COL", + "swap_group": 0 + }, + "6fdede36-f9ab-4d8c-86d6-2d52e06b8fe3": { + "direction": "input", + "names": [], + "primary_name": "RXD6", + "swap_group": 0 + }, + "7480220d-c95a-4d20-ac03-aa523d432a74": { + "direction": "input", + "names": [], + "primary_name": "CRS_COMMA", + "swap_group": 0 + }, + "7792c841-dbc9-43dc-a9f7-66c4bcffa112": { + "direction": "input", + "names": [], + "primary_name": "MDC", + "swap_group": 0 + }, + "789adae7-b2df-4249-a0e8-94cf2f10f35d": { + "direction": "input", + "names": [], + "primary_name": "RVSS", + "swap_group": 0 + }, + "7b7ebb7f-d476-4184-8b28-c1a566c3d897": { + "direction": "input", + "names": [], + "primary_name": "JTDI", + "swap_group": 0 + }, + "7c150049-7bc6-42c4-ac92-59444395f73d": { + "direction": "input", + "names": [], + "primary_name": "TVDD33", + "swap_group": 0 + }, + "7ec054f8-f3d0-44e6-a85f-faf245ca67ea": { + "direction": "input", + "names": [], + "primary_name": "TXD5/GPIO5", + "swap_group": 0 + }, + "7f3c3eff-db03-42bb-b08d-67dc7c4353c5": { + "direction": "input", + "names": [], + "primary_name": "TEST3", + "swap_group": 0 + }, + "90342757-f6e3-4e42-842b-78e9990b7a55": { + "direction": "input", + "names": [], + "primary_name": "RXD7", + "swap_group": 0 + }, + "92963c31-32a3-4a56-87ba-7e012b78ad59": { + "direction": "input", + "names": [], + "primary_name": "GPIO2", + "swap_group": 0 + }, + "9aa3bde4-31b7-44ed-9768-464f55992bca": { + "direction": "input", + "names": [], + "primary_name": "TXCLK/RXCLK1", + "swap_group": 0 + }, + "9c81ff20-50bd-4cb9-a360-e2970d4b206a": { + "direction": "input", + "names": [], + "primary_name": "CVSS", + "swap_group": 0 + }, + "9cac7167-5da4-4b88-a7c4-d381e5883ba1": { + "direction": "input", + "names": [], + "primary_name": "RXD1", + "swap_group": 0 + }, + "a0e0ff43-5856-486d-9062-d1a24051a272": { + "direction": "input", + "names": [], + "primary_name": "TXD1", + "swap_group": 0 + }, + "a87c482e-cdaf-40f0-9c27-7bcca63756fc": { + "direction": "input", + "names": [], + "primary_name": "JTCLK", + "swap_group": 0 + }, + "abb044ab-7e0f-4e95-9d53-95daf08ce16a": { + "direction": "input", + "names": [], + "primary_name": "GVDD12", + "swap_group": 0 + }, + "aceb0248-5804-47df-b537-61495aaea8f9": { + "direction": "input", + "names": [], + "primary_name": "RVDD12", + "swap_group": 0 + }, + "aef10367-d1c0-40f5-bb73-28b4bbf0847c": { + "direction": "input", + "names": [], + "primary_name": "RXD5", + "swap_group": 0 + }, + "b213b750-358f-4c46-955f-d8248d6f004b": { + "direction": "input", + "names": [], + "primary_name": "DVDD33", + "swap_group": 0 + }, + "c93ae5ae-d4b7-4be1-bb1d-cd672d783c08": { + "direction": "input", + "names": [], + "primary_name": "RXD4", + "swap_group": 0 + }, + "d19ef9a6-7cb2-4713-8291-d3d6d34df477": { + "direction": "input", + "names": [], + "primary_name": "RX_ER", + "swap_group": 0 + }, + "d2018171-55ec-4fa3-b6ec-2f7cebb052e7": { + "direction": "input", + "names": [], + "primary_name": "CVDD33", + "swap_group": 0 + }, + "d50b70a3-0588-4115-b8a7-8f3f027ea954": { + "direction": "input", + "names": [], + "primary_name": "RX_DV", + "swap_group": 0 + }, + "d6c5f003-421a-4c4c-96af-661ad2a9b131": { + "direction": "input", + "names": [], + "primary_name": "GPIO1", + "swap_group": 0 + }, + "d90ef6d0-4de5-419d-b05d-1900636318ad": { + "direction": "input", + "names": [], + "primary_name": "GVSS", + "swap_group": 0 + }, + "dbd9299f-e446-4336-bd1e-849d46d39bd0": { + "direction": "input", + "names": [], + "primary_name": "RDN", + "swap_group": 0 + }, + "de1db354-f196-451f-a7b8-19af8d7f1d1f": { + "direction": "input", + "names": [], + "primary_name": "TXD0", + "swap_group": 0 + }, + "e0dce230-3d16-4388-9deb-30e187aedb3a": { + "direction": "input", + "names": [], + "primary_name": "TXD2", + "swap_group": 0 + }, + "e23babb4-0b66-4db3-a9a0-7d21922e8568": { + "direction": "input", + "names": [], + "primary_name": "TEST2", + "swap_group": 0 + }, + "e4d55a0b-57b1-4132-b4e6-b84e7586d52c": { + "direction": "input", + "names": [], + "primary_name": "REFCLK", + "swap_group": 0 + }, + "e54cf492-fe60-4d0d-a8f4-4344708ba325": { + "direction": "input", + "names": [], + "primary_name": "TVSS", + "swap_group": 0 + }, + "e6631641-a0ea-476d-aeab-d0659ffe9d23": { + "direction": "input", + "names": [], + "primary_name": "TX_EN", + "swap_group": 0 + }, + "e7afacc6-8f2d-4d60-84f3-2558f9cf4a1d": { + "direction": "input", + "names": [], + "primary_name": "RVDD33", + "swap_group": 0 + }, + "f487077c-a021-4eda-b11c-12c90aad8e1e": { + "direction": "input", + "names": [], + "primary_name": "JTMS", + "swap_group": 0 + }, + "f89c1e65-a5e9-43f5-b146-d768d61ba7cd": { + "direction": "input", + "names": [], + "primary_name": "TVDD12", + "swap_group": 0 + }, + "fcc4791e-021d-435e-96d4-f1fd24dc99ca": { + "direction": "input", + "names": [], + "primary_name": "RXD2", + "swap_group": 0 + }, + "fde512ab-a468-4ecc-b64f-dfc15939b9e0": { + "direction": "input", + "names": [], + "primary_name": "JTRST_N", + "swap_group": 0 + }, + "ffc4ad83-ac23-4681-b857-2736c152da77": { + "direction": "input", + "names": [], + "primary_name": "TXD7/GPIO7", + "swap_group": 0 + }, + "ffe3b80c-c1fd-406a-bb18-86645ca0c9ab": { + "direction": "input", + "names": [], + "primary_name": "TX_ER", + "swap_group": 0 + } + }, + "type": "unit", + "uuid": "03f58e04-cd7b-4cbd-ad82-2b28306feb06" +} \ No newline at end of file diff --git a/pool/units/TLV62569.json b/pool/units/TLV62569.json new file mode 100644 index 0000000..e7083cb --- /dev/null +++ b/pool/units/TLV62569.json @@ -0,0 +1,38 @@ +{ + "manufacturer": "Texas Instruments", + "name": "TLV62569", + "pins": { + "3893dd75-1fff-4b1c-bff3-0038840937f8": { + "direction": "input", + "names": [], + "primary_name": "VIN", + "swap_group": 0 + }, + "3ef41288-ebe9-4d0f-86f4-fe73718227b1": { + "direction": "input", + "names": [], + "primary_name": "SW", + "swap_group": 0 + }, + "4bf1fc36-af28-47f1-ba40-bb638f5f0a72": { + "direction": "input", + "names": [], + "primary_name": "FB", + "swap_group": 0 + }, + "831abb7c-8ea4-4085-a593-5fb964a0ced7": { + "direction": "input", + "names": [], + "primary_name": "GND", + "swap_group": 0 + }, + "cbcb029f-94eb-4b2c-9c93-4c5780b06224": { + "direction": "input", + "names": [], + "primary_name": "EN", + "swap_group": 0 + } + }, + "type": "unit", + "uuid": "7c76439d-5754-4f0c-aa30-993dd6d1cde9" +} \ No newline at end of file diff --git a/pool/units/TMUXHS221.json b/pool/units/TMUXHS221.json new file mode 100644 index 0000000..acdb89b --- /dev/null +++ b/pool/units/TMUXHS221.json @@ -0,0 +1,68 @@ +{ + "manufacturer": "Texas Instruments", + "name": "TMUXHS221", + "pins": { + "2c39583e-54f5-44cb-b86f-987f2c023eb4": { + "direction": "input", + "names": [], + "primary_name": "GND", + "swap_group": 0 + }, + "5ddab6f2-a507-4c69-9b54-013cec152267": { + "direction": "input", + "names": [], + "primary_name": "DB+", + "swap_group": 0 + }, + "6505317a-d663-405c-9e86-07e911068d76": { + "direction": "input", + "names": [], + "primary_name": "D+", + "swap_group": 0 + }, + "8e4aa478-85df-412b-b0c2-9275d06cfe90": { + "direction": "input", + "names": [], + "primary_name": "SEL", + "swap_group": 0 + }, + "a707828b-b270-433b-92d0-8e961c00bdb7": { + "direction": "input", + "names": [], + "primary_name": "VCC", + "swap_group": 0 + }, + "b6f46738-7c74-4726-9407-90cb156448f5": { + "direction": "input", + "names": [], + "primary_name": "~OE", + "swap_group": 0 + }, + "d1d19fbe-c1dd-4460-b93d-2a4e3fa6680c": { + "direction": "input", + "names": [], + "primary_name": "DA-", + "swap_group": 0 + }, + "d5bb922a-9c97-46c6-8467-9061938875f0": { + "direction": "input", + "names": [], + "primary_name": "DA+", + "swap_group": 0 + }, + "d9fea946-e9cd-4a51-9b72-4314de901d16": { + "direction": "input", + "names": [], + "primary_name": "D-", + "swap_group": 0 + }, + "dc71145b-38e4-44d0-850f-7fa079dcbe11": { + "direction": "input", + "names": [], + "primary_name": "DB-", + "swap_group": 0 + } + }, + "type": "unit", + "uuid": "11ae45da-3ca3-4036-8240-c86bc985d8b4" +} \ No newline at end of file diff --git a/pool/units/TPS2116.json b/pool/units/TPS2116.json new file mode 100644 index 0000000..5c1fba4 --- /dev/null +++ b/pool/units/TPS2116.json @@ -0,0 +1,50 @@ +{ + "manufacturer": "Texas Instruments", + "name": "TPS2116", + "pins": { + "43686c42-1579-41fd-8be2-20084980259f": { + "direction": "input", + "names": [], + "primary_name": "VIN1", + "swap_group": 0 + }, + "666f640b-2e4b-4a2a-bede-50fb51d9149f": { + "direction": "input", + "names": [], + "primary_name": "GND", + "swap_group": 0 + }, + "87476395-025e-47e9-afa3-676979669329": { + "direction": "input", + "names": [], + "primary_name": "PR1", + "swap_group": 0 + }, + "b1703400-5bcb-4098-b00e-09a9c9c47765": { + "direction": "input", + "names": [], + "primary_name": "ST", + "swap_group": 0 + }, + "bad63e5a-0160-4f5a-96de-6b3891dd3586": { + "direction": "input", + "names": [], + "primary_name": "MODE", + "swap_group": 0 + }, + "e48a163d-21e7-4d00-89fc-948750288864": { + "direction": "input", + "names": [], + "primary_name": "VOUT", + "swap_group": 0 + }, + "fce2e1db-69b7-4d6e-b762-dd8dd8b22519": { + "direction": "input", + "names": [], + "primary_name": "VIN2", + "swap_group": 0 + } + }, + "type": "unit", + "uuid": "ddf46b73-6aa3-4b5f-9aab-ad470787e760" +} \ No newline at end of file diff --git a/pool/units/eeprom-i2c-3addr.json b/pool/units/eeprom-i2c-3addr.json new file mode 100644 index 0000000..a5ee3b9 --- /dev/null +++ b/pool/units/eeprom-i2c-3addr.json @@ -0,0 +1,56 @@ +{ + "manufacturer": "", + "name": "I2C EEPROM with 3 Address lines and write control", + "pins": { + "48046849-2109-4d41-a774-c8b3eaf70c2b": { + "direction": "open_collector", + "names": [], + "primary_name": "SDA", + "swap_group": 0 + }, + "57efbc1c-5a3e-453f-aa96-ec9d2b366f3b": { + "direction": "input", + "names": [], + "primary_name": "E1", + "swap_group": 0 + }, + "69881301-39b8-4e67-a20f-9d037c094ed2": { + "direction": "input", + "names": [], + "primary_name": "~WC", + "swap_group": 0 + }, + "6c230be5-987e-4b87-b4e2-4085f809627a": { + "direction": "input", + "names": [], + "primary_name": "E0", + "swap_group": 0 + }, + "88a59a9c-36d1-425b-a97b-282bfb26d29f": { + "direction": "power_input", + "names": [], + "primary_name": "VSS", + "swap_group": 0 + }, + "a6f94e2b-1183-49ce-818a-c47eced57c32": { + "direction": "open_collector", + "names": [], + "primary_name": "SCL", + "swap_group": 0 + }, + "c4419199-72c1-4caa-973d-d94ab9df937a": { + "direction": "input", + "names": [], + "primary_name": "E2", + "swap_group": 0 + }, + "f43f0760-136d-42eb-b29e-a904dff62fea": { + "direction": "power_input", + "names": [], + "primary_name": "VCC", + "swap_group": 0 + } + }, + "type": "unit", + "uuid": "6ca94e83-2e38-411b-b554-fabcfe1ca913" +} \ No newline at end of file diff --git a/sfp-usb-nic.hprj b/sfp-usb-nic.hprj new file mode 100644 index 0000000..b169720 --- /dev/null +++ b/sfp-usb-nic.hprj @@ -0,0 +1,22 @@ +{ + "blocks": [ + { + "block_filename": "top_block.json", + "is_top": true, + "schematic_filename": "top_schematic.json" + } + ], + "blocks_filename": "blocks.json", + "board_filename": "board.json", + "name": "", + "pictures_filename": "pictures", + "planes_filename": "planes.json", + "pool_cache_directory": "cache", + "pool_directory": "pool", + "pool_uuid": "6d752bc3-29b3-45df-8cf2-1e3aacefbcc6", + "title": "", + "type": "project", + "uuid": "e1d2b019-df08-43b3-84fa-5913f5633f1f", + "version": 3, + "vias_directory": "" +} \ No newline at end of file diff --git a/top_block.json b/top_block.json new file mode 100644 index 0000000..63f8e50 --- /dev/null +++ b/top_block.json @@ -0,0 +1,2965 @@ +{ + "block_instance_mappings": {}, + "block_instances": {}, + "bom_export_settings": { + "concrete_parts": {}, + "csv_settings": { + "columns": [ + "QTY", + "MPN", + "value", + "manufacturer", + "refdes" + ], + "order": "asc", + "sort_column": "refdes" + }, + "orderable_MPNs": {}, + "output_filename": "" + }, + "buses": {}, + "components": { + "04f5f15c-42c6-46f5-a45e-55c03a13a140": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "a1bb6414-328c-4317-9c24-a68ac98dd08f" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "898c240f-f01c-4c49-8eec-561ea02d5ef6" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "nopopulate": true, + "part": "d406eb02-7eb1-4561-b75f-547872fc7cd0", + "pin_names": {}, + "refdes": "R?", + "tag": "deaae11f-f188-4858-a91b-0e576fe9f137", + "value": "" + }, + "05af2569-c292-42fd-9726-50c5b5972422": { + "alt_pins": {}, + "connections": { + "3609517f-d116-4ada-999e-15f75c88a8b4/051941b7-01fd-44e2-b016-097a1d91f25d": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/2e70fab4-8333-41b2-8f2b-15137a37b71c": { + "net": "c22f3fef-3895-4fc3-adc3-89a24d043b63" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/3b61ec5f-184b-477f-9646-b46961852996": { + "net": "983d459f-ad76-4bd8-8e13-cee0aaa3e0ce" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/3de08db4-e12e-466a-b1d6-7d618a3b4774": { + "net": "abcd2475-acc0-4dc5-99b9-9dd1bfdc4481" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/3f431282-6975-4f7e-95e2-2cc18786c6b0": { + "net": "acc3b15d-7874-4f37-a910-f0cea73c13aa" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/43b9fdd8-db98-43aa-bb00-8fc24df9334e": { + "net": "a38da80e-9eba-4085-b682-5da2b10a106d" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/526a3980-ae9e-4116-a056-8d767763ce9a": { + "net": "857a74fd-5775-4e0a-b966-5172b87511a7" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/539851d4-1079-424a-afe8-d33965569eb9": { + "net": "5fb091df-29bb-4c3f-bdb2-8b409884fb2e" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/577db6d7-a9e5-4574-87cb-99a5075e35d3": { + "net": "efc39632-0806-4f0e-b9a5-892efdbb26bd" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/63416d86-5fc3-4002-bf35-1b950fb0bfaf": { + "net": "e7360abb-8d54-4c1d-b8f5-c2c86dcb23e8" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/6db63837-a793-4bec-9243-2ecd97f25d10": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/70065b00-6990-4948-bf9a-397db5bb7b1b": { + "net": "18137841-a8b3-4752-b7e3-0e145c71231a" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/771d155c-931b-4fc5-a9f7-8221795a0b9b": { + "net": "ddd41b14-8571-41d6-9ddd-90ba98fb2fa4" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/7cca1b20-c2d6-4fb1-bae3-4217dd9d485a": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/7e9333ee-7c74-4633-bd45-93523947dfc9": { + "net": "82d19d49-140d-4dff-8205-b4dcd0777c19" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/8c62de44-e2b8-4894-b28d-30898e9092d3": { + "net": "74a37ca8-ab23-4db4-8630-5bcb43494e68" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/9c719e22-78b5-441c-9d9d-6c80270653e0": { + "net": "48f9218a-ba55-4c91-9e84-960cdeb8c8ed" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/aedb035f-0038-4df4-aa81-391da37e04c2": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/c785322c-48c0-4e5e-af80-ff9ae6c74780": { + "net": "9f0bedcf-8b14-4e41-a4a0-0c903a6c8fd6" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/cf213af8-5c78-4666-b1cf-5d4285fafbe5": { + "net": "f65c0bed-5066-4415-a9eb-0b1286efdfb0" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/cfe0a00a-9e3e-4232-a83d-c3fabda8e4c3": { + "net": "2af8eed7-06cf-4cbd-9240-b039fb58629f" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/d0e007b4-0f3c-4705-a6cd-b2b16dbf4192": { + "net": "52a7bee6-23b8-4392-813c-a68ad5934aae" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/d1b03e65-0e95-4a90-9a91-4a21ed710333": { + "net": "3722a6cd-09f8-4ef8-b040-0db5c0a6d0fd" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/de617c1f-0176-43c0-9f64-31a55ed89125": { + "net": "d48ecc15-cd23-4b6a-94b3-fab675116a91" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/e72aee86-612c-4abe-94c0-580bc20e2564": { + "net": "bcf8866e-5918-48f5-83ee-9aac30b08759" + }, + "3609517f-d116-4ada-999e-15f75c88a8b4/f80cc6bc-7e07-4466-9f5c-e8750c503c2f": { + "net": "75a817e6-772d-43a6-baec-a5787cb24df6" + } + }, + "entity": "ddf96913-c0d7-4c07-abc9-b3a9a25aa186", + "group": "00000000-0000-0000-0000-000000000000", + "part": "29d8ecbe-4ee4-442a-9598-f9c001f92ec1", + "pin_names": {}, + "refdes": "U?", + "tag": "3728f6b3-cbce-4b93-9e09-b318115b61b7", + "value": "" + }, + "06ba28ad-a393-4a7b-bbfe-be5bf1a7cf88": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "d0f5f30a-2f6d-4166-95f1-7fcd32837f17" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "52a7bee6-23b8-4392-813c-a68ad5934aae" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "08afe811-fde9-44ca-a806-c9e1d3f69b79": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "18137841-a8b3-4752-b7e3-0e145c71231a" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "1167511b-0d3b-4812-9aeb-6f44032b83a5": { + "alt_pins": {}, + "connections": { + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/2c39583e-54f5-44cb-b86f-987f2c023eb4": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/5ddab6f2-a507-4c69-9b54-013cec152267": { + "net": "cb088cce-bd16-435e-abe9-9940cfef00b3" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/6505317a-d663-405c-9e86-07e911068d76": { + "net": "0ff3a69a-6bbf-47ee-9876-05c6f39b1e8c" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/8e4aa478-85df-412b-b0c2-9275d06cfe90": { + "net": "bd13fc87-c28f-46a8-851e-c6fd425ef7dd" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/a707828b-b270-433b-92d0-8e961c00bdb7": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/b6f46738-7c74-4726-9407-90cb156448f5": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/d1d19fbe-c1dd-4460-b93d-2a4e3fa6680c": { + "net": "a1bb6414-328c-4317-9c24-a68ac98dd08f" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/d5bb922a-9c97-46c6-8467-9061938875f0": { + "net": "e684dd81-939b-4dc0-aee4-fde31192b4ef" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/d9fea946-e9cd-4a51-9b72-4314de901d16": { + "net": "8064b9a3-7934-475f-b74c-487c0bcc7a3e" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/dc71145b-38e4-44d0-850f-7fa079dcbe11": { + "net": "898c240f-f01c-4c49-8eec-561ea02d5ef6" + } + }, + "entity": "b9a2edab-2585-4ea5-bf52-5f6064d383eb", + "group": "00000000-0000-0000-0000-000000000000", + "part": "6e0b3693-cbac-40d4-aaa6-ef0517bc87b0", + "pin_names": {}, + "refdes": "U?", + "tag": "f2966eee-114a-4fed-b019-3471e80cf94d", + "value": "" + }, + "142f219c-9a0c-4f62-8d65-448877b54955": { + "alt_pins": { + "1d29bd03-e092-4b71-a993-da3ff8c78042/0a88a5a1-9066-4ab4-a15b-5492fc9f4dda": { + "custom_direction": "bidirectional", + "custom_name": "", + "pin_names": [ + "bb4bb488-8cd0-5079-9672-764ea34a5f1a" + ], + "use_custom_name": false, + "use_primary_name": false + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/139166eb-d4c8-4d76-8875-8d0f3de3a516": { + "custom_direction": "bidirectional", + "custom_name": "", + "pin_names": [ + "9251d5a5-6c95-552f-b241-a22c61860edf" + ], + "use_custom_name": false, + "use_primary_name": false + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/19a58ace-b3c0-4311-95ac-29f9fbb47054": { + "custom_direction": "bidirectional", + "custom_name": "", + "pin_names": [ + "9251d5a5-6c95-552f-b241-a22c61860edf" + ], + "use_custom_name": false, + "use_primary_name": false + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/21d852e8-690e-47a7-ae16-961c4f3719eb": { + "custom_direction": "bidirectional", + "custom_name": "", + "pin_names": [ + "a009cd5a-1361-5e50-a98f-ef38fb25155c" + ], + "use_custom_name": false, + "use_primary_name": false + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/28a383ab-2dca-4b45-83d3-c77a9544c44d": { + "custom_direction": "bidirectional", + "custom_name": "", + "pin_names": [ + "9251d5a5-6c95-552f-b241-a22c61860edf" + ], + "use_custom_name": false, + "use_primary_name": false + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/557c473f-935c-4865-a869-cb40543cf617": { + "custom_direction": "bidirectional", + "custom_name": "", + "pin_names": [ + "bb4bb488-8cd0-5079-9672-764ea34a5f1a" + ], + "use_custom_name": false, + "use_primary_name": false + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/a290eed6-d918-4741-b7d4-38ce458d2f95": { + "custom_direction": "bidirectional", + "custom_name": "", + "pin_names": [ + "9251d5a5-6c95-552f-b241-a22c61860edf" + ], + "use_custom_name": false, + "use_primary_name": false + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/fcf53f6d-b179-4e1e-bd96-387138de08f8": { + "custom_direction": "bidirectional", + "custom_name": "", + "pin_names": [ + "6b7f8a59-dace-5671-946a-9dd6986973b1" + ], + "use_custom_name": false, + "use_primary_name": false + } + }, + "connections": { + "1d29bd03-e092-4b71-a993-da3ff8c78042/0a88a5a1-9066-4ab4-a15b-5492fc9f4dda": { + "net": "630634b0-e396-4928-bb99-a111831ad7c4" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/139166eb-d4c8-4d76-8875-8d0f3de3a516": { + "net": "7670fc5a-7f12-4b43-b63e-28da9903f2e1" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/16e28099-ccc2-4680-a164-1dc9cfd095da": { + "net": "59f4b9f3-964c-42f5-9873-40ef98fad86a" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/19a58ace-b3c0-4311-95ac-29f9fbb47054": { + "net": "cb088cce-bd16-435e-abe9-9940cfef00b3" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/1af4e7aa-521d-40c2-b1f0-da6415b20b63": { + "net": "7be7752f-1ab3-4ec9-b63a-5fd4ea47c983" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/21d852e8-690e-47a7-ae16-961c4f3719eb": { + "net": "97a670b4-8016-4e56-9606-d33916b78ae8" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/28a383ab-2dca-4b45-83d3-c77a9544c44d": { + "net": "898c240f-f01c-4c49-8eec-561ea02d5ef6" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/305c7d5f-7723-40df-bd91-8dbb548b1e14": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/33386602-3a79-452a-bff2-a87ba6f55632": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/4c3c8435-f884-4ef7-95c8-44ce0679cabf": { + "net": "a6398aa6-38a3-4b5d-bdb3-7a3be017061d" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/54dce7f2-a17a-4ec1-a881-f1645cbb1394": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/557c473f-935c-4865-a869-cb40543cf617": { + "net": "abcd2475-acc0-4dc5-99b9-9dd1bfdc4481" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/70c74885-cd8e-4423-853c-177f8bba21d3": { + "net": "bd13fc87-c28f-46a8-851e-c6fd425ef7dd" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/83d126f5-dfba-46da-92db-bd19ba1bd028": { + "net": "d48ecc15-cd23-4b6a-94b3-fab675116a91" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/93a0fc83-a841-4ff1-936a-ec255528c222": { + "net": "b41c5585-2e1b-418f-afa2-f0a2637d8c89" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/a0d2f5d6-239f-40dc-b646-4951fc3dc78d": { + "net": "5fb091df-29bb-4c3f-bdb2-8b409884fb2e" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/a134493c-f555-47ae-95e4-f6ce6e1539c4": { + "net": "7cde7e35-1d80-428d-8a82-91b4bed51370" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/a290eed6-d918-4741-b7d4-38ce458d2f95": { + "net": "75a817e6-772d-43a6-baec-a5787cb24df6" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/c1d9893a-6e7a-4bbb-b5c5-f81ef3682d4b": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/d0d8d4a7-fde5-41fc-9c20-45d1662ee655": { + "net": "5a760e38-a29b-4aa8-964a-40c8abaecda6" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/f80e0a42-e3c1-4271-bc0a-7ff9907f540f": { + "net": "5f8ceb30-a1fb-4b0c-9106-5ecda3932e0f" + }, + "1d29bd03-e092-4b71-a993-da3ff8c78042/fcf53f6d-b179-4e1e-bd96-387138de08f8": { + "net": "55691ed7-3a2c-4907-8492-eb31c4527609" + } + }, + "entity": "a2f13840-afc2-4c97-bd72-444dde0e8055", + "group": "00000000-0000-0000-0000-000000000000", + "part": "e33f49c9-d70c-46b3-920e-304916c7d206", + "pin_names": {}, + "refdes": "U?", + "tag": "4fe2d02a-f9f1-40ff-80ab-c1726d4f3175", + "value": "" + }, + "193904e3-d9f2-49df-a8bd-48a5bf268c37": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "ea43a6f0-d9c7-4c37-8da2-82c30a7083e5" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "50689e04-3ce3-4492-b82c-072e84c8a6bf" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "b58e3abe-027b-4526-8679-964af2c8a39e", + "value": "" + }, + "1af3e0e6-9d89-49b8-b62a-3fc385b1ebc0": { + "alt_pins": {}, + "connections": { + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/2c39583e-54f5-44cb-b86f-987f2c023eb4": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/5ddab6f2-a507-4c69-9b54-013cec152267": { + "net": "86dfbb6d-8520-4d59-b2fe-0f18f8313aaf" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/6505317a-d663-405c-9e86-07e911068d76": { + "net": "2518da4e-d8da-4ee9-ba9f-cf2413a762de" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/8e4aa478-85df-412b-b0c2-9275d06cfe90": { + "net": "a6398aa6-38a3-4b5d-bdb3-7a3be017061d" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/a707828b-b270-433b-92d0-8e961c00bdb7": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/b6f46738-7c74-4726-9407-90cb156448f5": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/d1d19fbe-c1dd-4460-b93d-2a4e3fa6680c": { + "net": "55691ed7-3a2c-4907-8492-eb31c4527609" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/d5bb922a-9c97-46c6-8467-9061938875f0": { + "net": "97a670b4-8016-4e56-9606-d33916b78ae8" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/d9fea946-e9cd-4a51-9b72-4314de901d16": { + "net": "1bebc7bc-fb5a-4c2e-9b96-96f83fdf37a3" + }, + "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a/dc71145b-38e4-44d0-850f-7fa079dcbe11": { + "net": "db7ac831-b50a-4ddb-a826-6434a7e7d8a6" + } + }, + "entity": "b9a2edab-2585-4ea5-bf52-5f6064d383eb", + "group": "00000000-0000-0000-0000-000000000000", + "part": "6e0b3693-cbac-40d4-aaa6-ef0517bc87b0", + "pin_names": {}, + "refdes": "U?", + "tag": "f2966eee-114a-4fed-b019-3471e80cf94d", + "value": "" + }, + "1efc8fde-e95f-4040-8071-61762a9c7d30": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "4eae11dd-ab23-45dd-accf-ed91aaeed31d" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "82d19d49-140d-4dff-8205-b4dcd0777c19" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "20a2457d-038c-45ac-9ba7-163ac1d083b0": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "0dde13ac-e8bd-4fdf-b80b-057729221feb" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "dc0147fb-e85e-43bf-8516-4ad1c0c6b1cc", + "pin_names": {}, + "refdes": "C?", + "tag": "f174e767-d8e6-4867-8d79-f611947ef866", + "value": "" + }, + "269fce1c-7226-4c5b-a1aa-22460e6d37e9": { + "alt_pins": {}, + "connections": { + "e5a9514f-66eb-440b-a25d-69a7de1657b8/3893dd75-1fff-4b1c-bff3-0038840937f8": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "e5a9514f-66eb-440b-a25d-69a7de1657b8/3ef41288-ebe9-4d0f-86f4-fe73718227b1": { + "net": "ff392888-ce3c-402a-94ec-01c868c1d385" + }, + "e5a9514f-66eb-440b-a25d-69a7de1657b8/4bf1fc36-af28-47f1-ba40-bb638f5f0a72": { + "net": "21c63ae3-5d54-4ba2-b298-63437ab2a647" + }, + "e5a9514f-66eb-440b-a25d-69a7de1657b8/831abb7c-8ea4-4085-a593-5fb964a0ced7": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "e5a9514f-66eb-440b-a25d-69a7de1657b8/cbcb029f-94eb-4b2c-9c93-4c5780b06224": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + } + }, + "entity": "2009b3a3-2f35-486e-a081-64d07a2d77b9", + "group": "00000000-0000-0000-0000-000000000000", + "part": "2258fb36-6046-42d3-a028-858fe7c28786", + "pin_names": {}, + "refdes": "U?", + "tag": "2d22af5d-80cc-40c1-bb1f-d63e2b728b80", + "value": "" + }, + "26d7b72c-d464-4fa4-a3c2-0400161fb3de": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "98a2f42b-6413-40e0-96b7-dd915bf6c044" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "6750c509-d96d-4dc8-8697-3a19714ee48c" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "b1ce65f2-049a-4670-9d1d-f57c5cf008f3", + "value": "" + }, + "3208a229-f60b-441a-85fd-f5ea892fd1e4": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "ff392888-ce3c-402a-94ec-01c868c1d385" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "bbf575b0-17b1-4421-b185-a2a877758901" + } + }, + "entity": "1d534e1d-704a-4d44-a6e6-c6106a2827ab", + "group": "00000000-0000-0000-0000-000000000000", + "part": "053d2861-b7a6-4962-a08e-8fd8dd9fdffd", + "pin_names": {}, + "refdes": "L?", + "tag": "b8bf54c5-9129-455a-aaf0-a4b289fc37dd", + "value": "" + }, + "3ded88f1-9ed4-4669-9833-505f7f307c3d": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "667b75f4-2158-4e83-af66-2e077ccd157f" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "41a1650b-0dd1-4528-b38e-e23a3d7f2803", + "pin_names": {}, + "refdes": "C?", + "tag": "902722df-492c-44af-8922-88c7e5b0938d", + "value": "" + }, + "47338d21-6e44-4c1c-931d-aadd991f401f": { + "alt_pins": {}, + "connections": { + "ab5e5821-17f1-4052-bde8-4791cb782b42/a48aebb4-3bc9-4931-aaa5-49c5dc594471": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "ab5e5821-17f1-4052-bde8-4791cb782b42/b249853f-f1b3-4128-9ff3-be7e5939dfdc": { + "net": "aadfd071-7d89-4d63-b013-3e9bc6f6ab89" + } + }, + "entity": "ac656848-2504-4c1e-9cee-c2d3a3320cca", + "group": "00000000-0000-0000-0000-000000000000", + "part": "68ecfab8-0428-44eb-9da3-f3562e21e0b4", + "pin_names": {}, + "refdes": "FB?", + "tag": "e95ad161-fd2d-4263-bc15-5455df1a0954", + "value": "" + }, + "47690702-2739-4074-a9c7-d8734ba490bd": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "18137841-a8b3-4752-b7e3-0e145c71231a" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "7be7752f-1ab3-4ec9-b63a-5fd4ea47c983" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "213579a9-6ce0-4183-aac3-46a9778739bf", + "pin_names": {}, + "refdes": "R?", + "tag": "94ae40c2-8ea0-4b2d-9716-124168ab6ef1", + "value": "" + }, + "5662a6c5-0327-4d41-8f06-8d638f001144": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "4b839ec4-24c6-45c9-ba86-3be755fee315" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "0dde13ac-e8bd-4fdf-b80b-057729221feb" + } + }, + "entity": "1d534e1d-704a-4d44-a6e6-c6106a2827ab", + "group": "00000000-0000-0000-0000-000000000000", + "part": "0d7a1804-46f0-4900-9d8c-de34fde7213b", + "pin_names": {}, + "refdes": "L?", + "tag": "9ff86aac-aa6e-4109-8bec-b09189395fe9", + "value": "" + }, + "59528f38-c73e-45d1-a151-7128271e2244": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "f19ebb49-5c11-4ce4-84ec-0b612b6f21e4" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "9926c3d3-b925-485c-8299-093c3235f83e" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "34f30580-0b54-4529-a87e-e995eeecc84c", + "value": "" + }, + "5973c751-0e41-4a42-a6f0-4d7c3dad3a79": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "87e92d16-2fc1-4a26-9e98-6e501a362d9a" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "213579a9-6ce0-4183-aac3-46a9778739bf", + "pin_names": {}, + "refdes": "R?", + "tag": "94ae40c2-8ea0-4b2d-9716-124168ab6ef1", + "value": "" + }, + "5a19a147-d501-4cdf-9138-227ab735492b": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "dd6ad3b8-ad21-4e33-9f85-ab8d39adecb5" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "f0a08bc9-f55a-4311-b741-4e4bcfa24124" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "b58e3abe-027b-4526-8679-964af2c8a39e", + "value": "" + }, + "5a91dad9-7140-4806-9242-a65434d79dd1": { + "alt_pins": {}, + "connections": { + "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6/1f147771-83e3-4d4b-9860-1dd35da5a261": { + "net": "18137841-a8b3-4752-b7e3-0e145c71231a" + }, + "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6/2b869117-e80c-4190-8558-0e24928b3f82": { + "net": "ca4431d7-c141-46a0-a81a-0b2d6382182f" + }, + "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6/9f32a805-b5d5-4966-a05e-c7a43dbb4ec6": { + "net": "18137841-a8b3-4752-b7e3-0e145c71231a" + }, + "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6/a50f9684-8f89-4388-b163-e25e4048ba7e": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6/ab0d2728-8b9d-4da9-9310-f8afab5af04d": { + "net": "3b9d2005-fdf6-40b3-878a-85b3899a20f5" + }, + "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6/ad011333-a979-4aac-8763-7e2989227421": { + "net": "cb469ba6-b51c-40db-a26c-dfba64a46810" + } + }, + "entity": "9493a42a-909f-45f9-9ed7-28695309f591", + "group": "00000000-0000-0000-0000-000000000000", + "part": "2922a302-3cdb-400e-899d-efe036e9f731", + "pin_names": {}, + "refdes": "U?", + "tag": "5e8a5366-b917-4d93-bc33-44d90631ffc4", + "value": "" + }, + "5b98367c-8b2f-4857-93df-a712f6217553": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "ca4431d7-c141-46a0-a81a-0b2d6382182f" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "cb469ba6-b51c-40db-a26c-dfba64a46810" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "5eea1baa-e609-4e5a-97c7-1d3cc2da4569": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "808d9fd9-405c-4ce0-b43a-4af2ec2dc87b" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "7b167d29-448c-46a9-883c-7f5d48242b7f" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "5f8083b8-c34b-4a36-bde4-c8405ec815c9": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "0aa65a8c-bfa9-4096-a69d-fe5adfce263e" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "8cf21cdb-9701-44c5-8e7b-baed16badd61" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "393a61a3-e8c3-4815-8fb7-07b657022cc0", + "value": "" + }, + "621682d9-d014-476d-a2d8-ab965e84166b": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "64441c3b-05e9-4d47-934d-feb11b13b179": { + "alt_pins": {}, + "connections": { + "68d7944b-de7b-4e29-a7ec-85044be94ff1/0adab283-4eee-4bd6-8efe-bf90b1af616a": { + "net": "2518da4e-d8da-4ee9-ba9f-cf2413a762de" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/1297cbe5-afc7-4237-88e7-f75b34c3db48": { + "net": "efc39632-0806-4f0e-b9a5-892efdbb26bd" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/2425f6cb-5049-49a0-8c71-1f2350f8d7fa": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/2b72006f-f36f-4c5b-a6a9-80a334470851": { + "net": "1bebc7bc-fb5a-4c2e-9b96-96f83fdf37a3" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/4617bf29-2a58-4321-9d32-f8c010e5e299": { + "net": "63ceacdd-704e-49d5-a281-9192b7a435bb" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/56a26ffa-d9be-44eb-bab6-bb499526f0fa": { + "net": "1bebc7bc-fb5a-4c2e-9b96-96f83fdf37a3" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/611bf37a-89c8-474d-9efd-18adc34d2e3d": { + "net": "f65c0bed-5066-4415-a9eb-0b1286efdfb0" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/64cfcd74-c158-42e6-8de4-3fc48890f20b": { + "net": "dc797692-acd1-4a8f-b780-bf181b18e45b" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/7664f530-432c-435e-9e5b-fddf7855d072": { + "net": "acc3b15d-7874-4f37-a910-f0cea73c13aa" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/863d7aa6-3286-405e-b88a-ca5d9743154e": { + "net": "2af8eed7-06cf-4cbd-9240-b039fb58629f" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/97eae241-c7ce-4389-aed9-f6f4b569949a": { + "net": "2518da4e-d8da-4ee9-ba9f-cf2413a762de" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/a3846d79-61b2-4efa-b01f-905e281ed727": { + "net": "4eae11dd-ab23-45dd-accf-ed91aaeed31d" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/c73dde4e-3441-4854-8c33-068029ca3200": { + "net": "d0f5f30a-2f6d-4166-95f1-7fcd32837f17" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/f7e05b2b-93ed-424a-8ded-f695578e7965": { + "net": "18137841-a8b3-4752-b7e3-0e145c71231a" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/fb9fbdb4-365a-4b6c-b065-aa89775d0644": { + "net": "a38da80e-9eba-4085-b682-5da2b10a106d" + }, + "68d7944b-de7b-4e29-a7ec-85044be94ff1/fcf65455-75b4-4998-a56b-3ec02808fd61": { + "net": "aadfd071-7d89-4d63-b013-3e9bc6f6ab89" + } + }, + "entity": "12c51a77-79ca-4cee-bb04-3e835955f3a0", + "group": "00000000-0000-0000-0000-000000000000", + "part": "9811772a-5501-4175-a31f-5e05e4fb9eab", + "pin_names": {}, + "refdes": "J?", + "tag": "8861355c-09d1-4ce7-9025-9e98b46064bb", + "value": "" + }, + "66aca9a9-a6de-4485-8c38-d592017cc4d2": { + "alt_pins": {}, + "connections": { + "83720524-7325-42b2-badc-c92b3ab1b4f4/48046849-2109-4d41-a774-c8b3eaf70c2b": { + "net": "8064b9a3-7934-475f-b74c-487c0bcc7a3e" + }, + "83720524-7325-42b2-badc-c92b3ab1b4f4/57efbc1c-5a3e-453f-aa96-ec9d2b366f3b": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "83720524-7325-42b2-badc-c92b3ab1b4f4/69881301-39b8-4e67-a20f-9d037c094ed2": { + "net": "5a760e38-a29b-4aa8-964a-40c8abaecda6" + }, + "83720524-7325-42b2-badc-c92b3ab1b4f4/6c230be5-987e-4b87-b4e2-4085f809627a": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "83720524-7325-42b2-badc-c92b3ab1b4f4/88a59a9c-36d1-425b-a97b-282bfb26d29f": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "83720524-7325-42b2-badc-c92b3ab1b4f4/a6f94e2b-1183-49ce-818a-c47eced57c32": { + "net": "0ff3a69a-6bbf-47ee-9876-05c6f39b1e8c" + }, + "83720524-7325-42b2-badc-c92b3ab1b4f4/c4419199-72c1-4caa-973d-d94ab9df937a": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "83720524-7325-42b2-badc-c92b3ab1b4f4/f43f0760-136d-42eb-b29e-a904dff62fea": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + } + }, + "entity": "d294bfb9-19e8-43a8-a1e4-b4d83884a323", + "group": "00000000-0000-0000-0000-000000000000", + "part": "ba5f05fb-e9ca-480e-b1d3-8ca74ba6dc02", + "pin_names": {}, + "refdes": "U?", + "tag": "a927ac4d-8e69-4adf-9c3b-5fc99c6b088b", + "value": "" + }, + "720fa1de-cc9d-4cf9-8b2e-fa0b101b09df": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "dc797692-acd1-4a8f-b780-bf181b18e45b" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "c22f3fef-3895-4fc3-adc3-89a24d043b63" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "7923b1fa-ab8d-4447-b878-bb21496294fb": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "ab91ad69-40c0-40b2-86b8-2184cab6837a" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "c677d362-e19d-4e59-b057-c81c728b70ff", + "pin_names": {}, + "refdes": "R?", + "tag": "251db17c-dea2-45c1-a3ed-6cfc06e81c78", + "value": "" + }, + "7b1e9f81-28c6-4db6-b206-242e1ed28783": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "ea7ef60f-b5d4-4a35-8707-cd4ae8a174b0" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "2b41877d-984f-4908-965b-2ccba64a1308" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "34f30580-0b54-4529-a87e-e995eeecc84c", + "value": "" + }, + "8247afcf-4053-42dd-a0fa-d557e1760b7c": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "2e0818bf-e444-43dc-bb6e-b5aabdb4b93f" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "213579a9-6ce0-4183-aac3-46a9778739bf", + "pin_names": {}, + "refdes": "R?", + "tag": "94ae40c2-8ea0-4b2d-9716-124168ab6ef1", + "value": "" + }, + "84497c68-2c50-4ac5-9b82-8793e7413d6d": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "d6d222c7-3a26-4106-be62-5a79be61d5bb" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "d2a64238-9d18-4989-b5d0-d33058e64784", + "pin_names": {}, + "refdes": "R?", + "tag": "9d9ae6bf-7d71-406a-9d83-f0d7bc5ee993", + "value": "" + }, + "85a6384d-1dd0-4d85-a09c-d726a71aa5b8": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "08068fe8-9c7e-40b0-8b8e-6744a8e3b82f" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "41a1650b-0dd1-4528-b38e-e23a3d7f2803", + "pin_names": {}, + "refdes": "C?", + "tag": "902722df-492c-44af-8922-88c7e5b0938d", + "value": "" + }, + "8629a3a8-9ac6-4042-8f6c-7f4c4bcf6a4c": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "21c63ae3-5d54-4ba2-b298-63437ab2a647" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "bbf575b0-17b1-4421-b185-a2a877758901" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "d2a64238-9d18-4989-b5d0-d33058e64784", + "pin_names": {}, + "refdes": "R?", + "tag": "9d9ae6bf-7d71-406a-9d83-f0d7bc5ee993", + "value": "" + }, + "8b04a81a-b709-4849-a252-66e7cc1016a6": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "5e5e521b-ae8b-400c-94ce-9d357dc1bed2" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "89234393-82fa-4d32-8651-d140a3ff5bd4" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "34f30580-0b54-4529-a87e-e995eeecc84c", + "value": "" + }, + "8b77f5a6-3085-4fbd-a5ef-1aec9dab8660": { + "alt_pins": {}, + "connections": { + "ab5e5821-17f1-4052-bde8-4791cb782b42/a48aebb4-3bc9-4931-aaa5-49c5dc594471": { + "net": "aaaa5677-cb28-4b2b-aa09-6d28b7715920" + }, + "ab5e5821-17f1-4052-bde8-4791cb782b42/b249853f-f1b3-4128-9ff3-be7e5939dfdc": { + "net": "0dde13ac-e8bd-4fdf-b80b-057729221feb" + } + }, + "entity": "ac656848-2504-4c1e-9cee-c2d3a3320cca", + "group": "00000000-0000-0000-0000-000000000000", + "part": "68ecfab8-0428-44eb-9da3-f3562e21e0b4", + "pin_names": {}, + "refdes": "FB?", + "tag": "f261f3cf-3938-4238-be9d-97535d944aea", + "value": "" + }, + "926f7776-4fe1-4686-a153-a0b68bc470b2": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "a57e8b3a-7da8-47d5-a3ff-68d5339e69da" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "7bba3171-2866-4f79-bae5-a1f7ec145213" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "95f9f0ed-4e8c-4554-91fb-6517feb792b1": { + "alt_pins": {}, + "connections": { + "7dc4a345-84a0-43af-8e7b-143c544e46b4/01b56951-e2cc-4953-a148-b707a3cda29d": { + "net": "c1e9d61d-76f8-40a0-9716-29836bbfd259" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/02fc2b62-5d00-40f4-bf22-d57f8f11c8c8": { + "net": "25ff431a-82f5-46f8-ab22-2c838be70772" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/1343c349-b8e9-4797-9655-c7e4ab33353d": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/13d96328-f112-426b-bfb4-e84a2d9a8a87": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/1f392410-4940-4e88-85ac-7430c1b5e58d": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/24fc403f-f4dd-4a35-b9e5-b89796d0de2b": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/2c931f86-f0f7-4022-a43f-36e379ee82bc": { + "net": "3f00090b-6e34-4bd9-a44b-7210ea451cb7" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/2dbdd606-5897-4792-b91b-82e87533135d": { + "net": "07fd5582-6569-4362-a7b1-17a7fd82bcf6" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/373e3fe6-0625-4465-a037-c59ac2060f86": { + "net": "bbf575b0-17b1-4421-b185-a2a877758901" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/44eec708-38ed-4fc0-a9ca-5bf0d5e4c9bb": { + "net": "50689e04-3ce3-4492-b82c-072e84c8a6bf" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/47270bdc-4628-4bf0-8927-63c828c11ae9": { + "net": "cb6b1e4c-4619-4821-b10d-e5e53dbbbbdb" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/4d29c0bc-cc58-40dc-a658-0516aad14ed8": { + "net": "7cde7e35-1d80-428d-8a82-91b4bed51370" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/4d34de4f-b9e2-4c3e-9410-3953e1833bdc": { + "net": "89234393-82fa-4d32-8651-d140a3ff5bd4" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/51b968c1-53af-412e-b25f-6d0ae9c574fc": { + "net": "bbf575b0-17b1-4421-b185-a2a877758901" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/53146f85-43c5-4c52-98fa-6ded500df6cc": { + "net": "a57e8b3a-7da8-47d5-a3ff-68d5339e69da" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/5e19dca4-3986-4d06-bdd7-7619df766e97": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/5ebf5674-9373-4412-b066-32993ede1216": { + "net": "6750c509-d96d-4dc8-8697-3a19714ee48c" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/5f815422-532b-4b70-bc74-a08a90b3ce81": { + "net": "1c480320-3a89-4aab-9116-51715a61b94e" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/6b0761b9-4dad-4083-a0c4-e48b4a965bc7": { + "net": "d6d222c7-3a26-4106-be62-5a79be61d5bb" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/7480220d-c95a-4d20-ac03-aa523d432a74": { + "net": "21c708b6-5d35-4b0d-acf8-17dae89fa84d" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/7792c841-dbc9-43dc-a9f7-66c4bcffa112": { + "net": "50f95811-5331-44f4-86f3-85a97ed3aa40" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/789adae7-b2df-4249-a0e8-94cf2f10f35d": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/7b7ebb7f-d476-4184-8b28-c1a566c3d897": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/7c150049-7bc6-42c4-ac92-59444395f73d": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/7f3c3eff-db03-42bb-b08d-67dc7c4353c5": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/9aa3bde4-31b7-44ed-9768-464f55992bca": { + "net": "e6552931-50ee-4337-9563-add49bd16381" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/9c81ff20-50bd-4cb9-a360-e2970d4b206a": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/9cac7167-5da4-4b88-a7c4-d381e5883ba1": { + "net": "2b41877d-984f-4908-965b-2ccba64a1308" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/a0e0ff43-5856-486d-9062-d1a24051a272": { + "net": "f39cca3d-cbd5-426a-94dd-c2496166be11" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/a87c482e-cdaf-40f0-9c27-7bcca63756fc": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/abb044ab-7e0f-4e95-9d53-95daf08ce16a": { + "net": "bbf575b0-17b1-4421-b185-a2a877758901" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/aceb0248-5804-47df-b537-61495aaea8f9": { + "net": "bbf575b0-17b1-4421-b185-a2a877758901" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/b213b750-358f-4c46-955f-d8248d6f004b": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/d2018171-55ec-4fa3-b6ec-2f7cebb052e7": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/d50b70a3-0588-4115-b8a7-8f3f027ea954": { + "net": "99ec7814-bae3-4581-8f61-1cf97d8c7ca2" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/d90ef6d0-4de5-419d-b05d-1900636318ad": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/dbd9299f-e446-4336-bd1e-849d46d39bd0": { + "net": "808d9fd9-405c-4ce0-b43a-4af2ec2dc87b" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/de1db354-f196-451f-a7b8-19af8d7f1d1f": { + "net": "8cf21cdb-9701-44c5-8e7b-baed16badd61" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/e0dce230-3d16-4388-9deb-30e187aedb3a": { + "net": "713d3dca-8a9e-4aa0-a50c-2aa051bbf368" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/e23babb4-0b66-4db3-a9a0-7d21922e8568": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/e4d55a0b-57b1-4132-b4e6-b84e7586d52c": { + "net": "f0a08bc9-f55a-4311-b741-4e4bcfa24124" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/e54cf492-fe60-4d0d-a8f4-4344708ba325": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/e6631641-a0ea-476d-aeab-d0659ffe9d23": { + "net": "a9bdccbf-a378-44d1-a39e-148a4778e193" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/e7afacc6-8f2d-4d60-84f3-2558f9cf4a1d": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/f487077c-a021-4eda-b11c-12c90aad8e1e": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/f89c1e65-a5e9-43f5-b146-d768d61ba7cd": { + "net": "bbf575b0-17b1-4421-b185-a2a877758901" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/fcc4791e-021d-435e-96d4-f1fd24dc99ca": { + "net": "9926c3d3-b925-485c-8299-093c3235f83e" + }, + "7dc4a345-84a0-43af-8e7b-143c544e46b4/fde512ab-a468-4ecc-b64f-dfc15939b9e0": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + } + }, + "entity": "1b6a6c95-a68a-43d3-99b1-d85ae189a7ba", + "group": "00000000-0000-0000-0000-000000000000", + "part": "dbda0739-eb1d-4be4-9e55-482ccaa543bc", + "pin_names": {}, + "refdes": "U?", + "tag": "efe21eed-6f32-41d3-837c-7d5e7aea644f", + "value": "" + }, + "985bc8c3-3276-4a66-ad18-91f65306cbd0": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "a0fe450f-77f0-4fbd-b42f-0cb795425c0a": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "21c63ae3-5d54-4ba2-b298-63437ab2a647" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "d2a64238-9d18-4989-b5d0-d33058e64784", + "pin_names": {}, + "refdes": "R?", + "tag": "9d9ae6bf-7d71-406a-9d83-f0d7bc5ee993", + "value": "" + }, + "a25c1238-c397-40ed-8e28-c7f4cbe47fea": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "a6baafcd-b181-4a6a-834d-00cf39ddb9ea": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "cb6b1e4c-4619-4821-b10d-e5e53dbbbbdb" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "d2a64238-9d18-4989-b5d0-d33058e64784", + "pin_names": {}, + "refdes": "R?", + "tag": "9d9ae6bf-7d71-406a-9d83-f0d7bc5ee993", + "value": "" + }, + "ac4c7ff9-e9b4-4fa5-b2f5-93f0528d92f3": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "c051c9e6-c3e1-4bad-a198-2a0bf07c56e6" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "b21f1760-3410-45e5-9bb2-8bc3ff03d37c", + "pin_names": {}, + "refdes": "R?", + "tag": "8f6772d5-75a6-48d9-a126-95c9ba887cef", + "value": "" + }, + "ac97d76f-f8fc-4253-926d-e33223f2ce06": { + "alt_pins": {}, + "connections": { + "ab5e5821-17f1-4052-bde8-4791cb782b42/a48aebb4-3bc9-4931-aaa5-49c5dc594471": { + "net": "23acc108-2e25-4c27-994f-dc3818beab07" + }, + "ab5e5821-17f1-4052-bde8-4791cb782b42/b249853f-f1b3-4128-9ff3-be7e5939dfdc": { + "net": "0dde13ac-e8bd-4fdf-b80b-057729221feb" + } + }, + "entity": "ac656848-2504-4c1e-9cee-c2d3a3320cca", + "group": "00000000-0000-0000-0000-000000000000", + "part": "68ecfab8-0428-44eb-9da3-f3562e21e0b4", + "pin_names": {}, + "refdes": "FB?", + "tag": "e9c94edd-4731-4075-98cb-eaa2860425c5", + "value": "" + }, + "b618a6ad-104d-4239-b7e3-e8d6f1c0c79f": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "75a817e6-772d-43a6-baec-a5787cb24df6" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "213579a9-6ce0-4183-aac3-46a9778739bf", + "pin_names": {}, + "refdes": "R?", + "tag": "94ae40c2-8ea0-4b2d-9716-124168ab6ef1", + "value": "" + }, + "b77328b6-77b0-4235-8793-2b74c1d9e85d": { + "alt_pins": {}, + "connections": { + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/08ccff74-544d-43de-af54-6e88b2438323": { + "net": "b41c5585-2e1b-418f-afa2-f0a2637d8c89" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/0a71efc9-02ac-4582-b3e4-b8741ead418d": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/143a8159-6206-4c26-a73d-d595caf5cf10": { + "net": "87e92d16-2fc1-4a26-9e98-6e501a362d9a" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/19c1ed7b-85b2-4a5d-90ea-71efe5c3db98": { + "net": "59f4b9f3-964c-42f5-9873-40ef98fad86a" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/240f32fa-8413-49f6-af6a-4c57224aa699": { + "net": "b41c5585-2e1b-418f-afa2-f0a2637d8c89" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/270551c9-a113-4c97-9406-27ff5dd5f937": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/53a21b03-f68c-45d4-b326-a94d9ac86088": { + "net": "806d6cf1-a5d9-473f-b7cc-363aa3d8d591" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/6b43d393-9784-40a1-ad5b-5776f38ce000": { + "net": "a1bb6414-328c-4317-9c24-a68ac98dd08f" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/6c797f0c-674e-4f4f-bc90-8b362cde6b2e": { + "net": "7b167d29-448c-46a9-883c-7f5d48242b7f" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/7fe1398d-63c6-4b14-b735-25814184837f": { + "net": "e684dd81-939b-4dc0-aee4-fde31192b4ef" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/9527e2f6-6aca-43d0-be91-b3d422c887db": { + "net": "53969c12-f3dc-43d5-b25f-96b0b6f2e217" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/981ab2a5-9182-430b-8ce0-c13faf87b7d1": { + "net": "7bba3171-2866-4f79-bae5-a1f7ec145213" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/a70e83e7-74cb-400f-97a3-f8adc93f4de2": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/b221b9fb-88ff-463e-9fd0-e3e226cbae44": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/b841c304-c259-44d0-a64f-29aafed4d0b6": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/e9917b33-b9fa-48d2-8b92-c0f42ec473de": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c/fffd9dcc-5792-40e5-9ef9-dc9055b604a8": { + "net": "2e0818bf-e444-43dc-bb6e-b5aabdb4b93f" + } + }, + "entity": "8b3bdf54-336c-485e-94d9-021ecf72a0d7", + "group": "00000000-0000-0000-0000-000000000000", + "part": "eb6e3977-4bae-4295-88b5-b2809cfde134", + "pin_names": {}, + "refdes": "J?", + "tag": "1f59f152-75d8-4586-a7b5-e68da71f4154", + "value": "" + }, + "b81e6936-e21a-403f-8d82-d16604ed913d": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "18137841-a8b3-4752-b7e3-0e145c71231a" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "983d459f-ad76-4bd8-8e13-cee0aaa3e0ce" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "0075cda0-ddc5-4b1f-a4de-15d8f7a7eeb4", + "pin_names": {}, + "refdes": "R?", + "tag": "f8712d22-321a-4ddc-a255-8ae1b5073b35", + "value": "" + }, + "b92dcd9d-c18c-4ab2-9331-a05e19655bb1": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "ca61e9d0-6cc8-4f0b-9765-90d9b8a29d83" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "e6552931-50ee-4337-9563-add49bd16381" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "b58e3abe-027b-4526-8679-964af2c8a39e", + "value": "" + }, + "b9a3c17d-8e64-4504-9976-fefaa90b8eda": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "63ceacdd-704e-49d5-a281-9192b7a435bb" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "e7360abb-8d54-4c1d-b8f5-c2c86dcb23e8" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "bb199221-a3d7-4930-b179-1d2a8dfa6206": { + "alt_pins": {}, + "connections": { + "b625d879-3c61-4aa4-83e7-524a13ab6d1a/43686c42-1579-41fd-8be2-20084980259f": { + "net": "3b9d2005-fdf6-40b3-878a-85b3899a20f5" + }, + "b625d879-3c61-4aa4-83e7-524a13ab6d1a/666f640b-2e4b-4a2a-bede-50fb51d9149f": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "b625d879-3c61-4aa4-83e7-524a13ab6d1a/bad63e5a-0160-4f5a-96de-6b3891dd3586": { + "net": "3b9d2005-fdf6-40b3-878a-85b3899a20f5" + }, + "b625d879-3c61-4aa4-83e7-524a13ab6d1a/e48a163d-21e7-4d00-89fc-948750288864": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "b625d879-3c61-4aa4-83e7-524a13ab6d1a/fce2e1db-69b7-4d6e-b762-dd8dd8b22519": { + "net": "b41c5585-2e1b-418f-afa2-f0a2637d8c89" + } + }, + "entity": "74d5a682-3a96-43e9-b034-e8db99ebd44d", + "group": "00000000-0000-0000-0000-000000000000", + "part": "a7705aae-753c-47b3-9274-f9c2e5b27c14", + "pin_names": {}, + "refdes": "U?", + "tag": "bcfd7607-f4fe-4c59-a070-1940d73a3238", + "value": "" + }, + "c63447e3-d091-4901-84b9-a80b6fef9487": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "ca191219-356c-4c55-9b1b-2dd5129b2fd5": { + "alt_pins": {}, + "connections": { + "ab5e5821-17f1-4052-bde8-4791cb782b42/a48aebb4-3bc9-4931-aaa5-49c5dc594471": { + "net": "8dd0ad75-0d3f-4335-ac60-5844d0523680" + }, + "ab5e5821-17f1-4052-bde8-4791cb782b42/b249853f-f1b3-4128-9ff3-be7e5939dfdc": { + "net": "0dde13ac-e8bd-4fdf-b80b-057729221feb" + } + }, + "entity": "ac656848-2504-4c1e-9cee-c2d3a3320cca", + "group": "00000000-0000-0000-0000-000000000000", + "part": "68ecfab8-0428-44eb-9da3-f3562e21e0b4", + "pin_names": {}, + "refdes": "FB?", + "tag": "e95ad161-fd2d-4263-bc15-5455df1a0954", + "value": "" + }, + "cc77b09e-e8a9-4b7c-b742-3c4c859bb762": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "74a37ca8-ab23-4db4-8630-5bcb43494e68" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "b21f1760-3410-45e5-9bb2-8bc3ff03d37c", + "pin_names": {}, + "refdes": "R?", + "tag": "8f6772d5-75a6-48d9-a126-95c9ba887cef", + "value": "" + }, + "cd0f5f9f-2311-46ab-b057-88debbdc5eec": { + "alt_pins": {}, + "connections": { + "11222ef3-f4e5-4cbb-8399-cff10206e00d/02d15c96-2754-4c99-a2d2-752f223a5fda": { + "net": "bcf8866e-5918-48f5-83ee-9aac30b08759" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/04848f3b-463f-4fb5-baa9-82acf6de1f14": { + "net": "db7ac831-b50a-4ddb-a826-6434a7e7d8a6" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/1c4a5793-23b7-480c-b938-1b9f9b0a72e6": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/1ec87705-2533-4964-9da9-f96ef0602258": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/213c4acc-f976-4b35-8b35-57f7cd159e77": { + "net": "857a74fd-5775-4e0a-b966-5172b87511a7" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/220308eb-6314-4b36-b642-b6dd1ed39468": { + "net": "0dde13ac-e8bd-4fdf-b80b-057729221feb" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/2480cfb3-78a7-495e-af6a-c8d80be3c984": { + "net": "4b839ec4-24c6-45c9-ba86-3be755fee315" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/249f4636-a7a8-4e00-9873-f41715209bf7": { + "net": "5e5e521b-ae8b-400c-94ce-9d357dc1bed2" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/24dc853b-4354-495b-b996-a3f5170f864c": { + "net": "ca61e9d0-6cc8-4f0b-9765-90d9b8a29d83" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/2ae074c3-412e-493f-afac-913f580f09cc": { + "net": "43f93221-d44e-46bf-994b-539d838daf86" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/2af76555-8ab4-4b0e-ac4b-973310eef60a": { + "net": "667b75f4-2158-4e83-af66-2e077ccd157f" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/2e2565c8-cd53-40c3-915e-1fb7b9f8c7ae": { + "net": "ab91ad69-40c0-40b2-86b8-2184cab6837a" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/3ee2951c-095e-4f3d-934a-067fa5ec09de": { + "net": "25ff431a-82f5-46f8-ab22-2c838be70772" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/4d08af8c-e27b-4d94-bc90-4e819dac76a1": { + "net": "f19ebb49-5c11-4ce4-84ec-0b612b6f21e4" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/51504b0f-9a58-489b-a1e7-4728f96d7f20": { + "net": "c051c9e6-c3e1-4bad-a198-2a0bf07c56e6" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/54012050-6e50-4aac-92d9-6b6f817db52a": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/5bd126c1-75a2-4064-807c-8b2e6b1941aa": { + "net": "aaaa5677-cb28-4b2b-aa09-6d28b7715920" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/5e4ec5d3-427d-438f-870c-6226cddc3439": { + "net": "98a2f42b-6413-40e0-96b7-dd915bf6c044" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/6603c541-46e4-4e5d-b887-da55ac42320c": { + "net": "ea43a6f0-d9c7-4c37-8da2-82c30a7083e5" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/7e58995a-a86c-4343-becd-1823e3877dae": { + "net": "3722a6cd-09f8-4ef8-b040-0db5c0a6d0fd" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/93add278-9e20-42bf-aaa9-2f08d032ba49": { + "net": "86dfbb6d-8520-4d59-b2fe-0f18f8313aaf" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/a1695328-12c2-4274-80c8-d728f5ff3c9a": { + "net": "c0b19505-a980-4530-8038-9f94a0808be1" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/af23cb63-6c53-423a-9e1f-eefa8f7f2c5e": { + "net": "08068fe8-9c7e-40b0-8b8e-6744a8e3b82f" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/b683ba0b-2c7a-4132-8a6c-6d606c94938a": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/ba79bfca-eb31-49c2-bded-e31c7facbe60": { + "net": "454f5965-f3ad-403f-929f-a36a952311fb" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/bb65c918-37fc-4fb9-a308-67fd7b394531": { + "net": "0dde13ac-e8bd-4fdf-b80b-057729221feb" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/bd6721d7-329a-47f2-a708-811d89352d82": { + "net": "50f95811-5331-44f4-86f3-85a97ed3aa40" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/c203353f-d2da-4e4f-85be-de03ee82272e": { + "net": "48f9218a-ba55-4c91-9e84-960cdeb8c8ed" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/c3b1436a-97e5-4485-b8be-682e28150948": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/c3d8dab4-9e4f-4791-9eca-95e810c83bba": { + "net": "ea7ef60f-b5d4-4a35-8707-cd4ae8a174b0" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/d58cd8ea-f25d-4d4c-9fea-7f2a039f45e1": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/d709898a-6176-4d3c-99b3-7ceee6fbef06": { + "net": "140f5795-6ffe-4251-8084-22bcf47772e9" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/d8fb3366-b728-4657-8890-e13d634843c5": { + "net": "2cf76adb-08e9-4292-8d4a-0199cbea41e9" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/d9d96951-0bb3-465d-a8fc-5906631aa389": { + "net": "0aa65a8c-bfa9-4096-a69d-fe5adfce263e" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/dd68c7cb-c571-4131-92f6-193a18ef0265": { + "net": "23acc108-2e25-4c27-994f-dc3818beab07" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/dff939d2-4806-4fea-b2f6-95e3d64594a5": { + "net": "53c9263b-dedd-4cfd-a234-41dff3a822ac" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/e66fbb42-7823-44b7-b15f-c4d015f099e8": { + "net": "71f8e7d0-0596-4ec5-a879-f7cdb99cf0d8" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/efded34a-545d-4fc9-8e77-a890f73eb5ad": { + "net": "641645be-644f-49fb-bf1a-7020529ec6d5" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/f087e5d1-25cf-45d5-9a3c-8a6ea1805cf8": { + "net": "8dd0ad75-0d3f-4335-ac60-5844d0523680" + }, + "11222ef3-f4e5-4cbb-8399-cff10206e00d/f25a3cc0-4a0c-432a-abed-795ade95427e": { + "net": "dd6ad3b8-ad21-4e33-9f85-ab8d39adecb5" + } + }, + "entity": "5db3702e-152d-420c-bb50-1dbbfe960afa", + "group": "00000000-0000-0000-0000-000000000000", + "part": "ae6f3852-5cbf-481d-8fde-21fb1a1e1dd1", + "pin_names": {}, + "refdes": "U?", + "tag": "902d102e-dbb2-4ce5-8a38-445eb55dc41b", + "value": "" + }, + "cd228913-03d7-4432-aae6-030eb8787fd5": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "9f0bedcf-8b14-4e41-a4a0-0c903a6c8fd6" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "8439f01d-874d-4335-944f-f97f140a024d", + "pin_names": {}, + "refdes": "R?", + "tag": "3c0ece71-f22a-4edc-9a0e-d66514476f78", + "value": "" + }, + "cd7f8f6b-b40e-4b84-83f1-426cfbd4fc1f": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "1c480320-3a89-4aab-9116-51715a61b94e" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "806d6cf1-a5d9-473f-b7cc-363aa3d8d591" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "d1617e2c-9fe0-4a2d-9a67-1ea0a225fa6b": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "d27fe3c8-c29f-4d1d-ae80-57964c7ce99f": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "cb469ba6-b51c-40db-a26c-dfba64a46810" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "3b9d2005-fdf6-40b3-878a-85b3899a20f5" + } + }, + "entity": "1d534e1d-704a-4d44-a6e6-c6106a2827ab", + "group": "00000000-0000-0000-0000-000000000000", + "part": "3253f96b-f198-4173-9fc0-742d282f569a", + "pin_names": {}, + "refdes": "L?", + "tag": "1bc05ddb-4a3a-47c4-92d8-442b2a9e1d42", + "value": "" + }, + "d3fbb097-074e-4975-8148-3cef459df71b": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "2cf76adb-08e9-4292-8d4a-0199cbea41e9" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "3f00090b-6e34-4bd9-a44b-7210ea451cb7" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "34f30580-0b54-4529-a87e-e995eeecc84c", + "value": "" + }, + "db6ae2b9-5f52-4692-8c91-92933b285849": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "21c708b6-5d35-4b0d-acf8-17dae89fa84d" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "d2a64238-9d18-4989-b5d0-d33058e64784", + "pin_names": {}, + "refdes": "R?", + "tag": "9d9ae6bf-7d71-406a-9d83-f0d7bc5ee993", + "value": "" + }, + "dc5ef435-6107-4761-8aa7-07904b53dc13": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "454f5965-f3ad-403f-929f-a36a952311fb" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "f39cca3d-cbd5-426a-94dd-c2496166be11" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "ff16bba3-85e5-4213-aadf-9c4843287591", + "value": "" + }, + "e8bd2475-51fa-4681-9fca-2d42b9623467": { + "alt_pins": {}, + "connections": { + "2a1bd72d-6d14-48c7-94d4-91d36e7a56c6/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "641645be-644f-49fb-bf1a-7020529ec6d5" + }, + "2a1bd72d-6d14-48c7-94d4-91d36e7a56c6/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "43f93221-d44e-46bf-994b-539d838daf86" + }, + "2a1bd72d-6d14-48c7-94d4-91d36e7a56c6/d118db9b-0850-4b8a-a5a0-5f50299fd232": { + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4" + } + }, + "entity": "03e9b2b2-36ee-4e93-a665-c9327c97cc89", + "group": "00000000-0000-0000-0000-000000000000", + "part": "969d716c-6f25-4476-bee0-53b5453f1d85", + "pin_names": {}, + "refdes": "Y?", + "tag": "20dea3f9-0c6a-4b93-9bed-df8886cf1b5d", + "value": "" + }, + "ec065a63-7638-40ce-a788-755a718302fd": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "c0b19505-a980-4530-8038-9f94a0808be1" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "c1e9d61d-76f8-40a0-9716-29836bbfd259" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "34f30580-0b54-4529-a87e-e995eeecc84c", + "value": "" + }, + "ecb6910a-cfad-4d62-9ab4-c06a0182470f": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "e8aee22a-dd84-4af8-91cb-a59265659087" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "abcd2475-acc0-4dc5-99b9-9dd1bfdc4481" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "213579a9-6ce0-4183-aac3-46a9778739bf", + "pin_names": {}, + "refdes": "R?", + "tag": "e96e77da-cba0-4bfe-87b3-faf839b93ed6", + "value": "" + }, + "ed296850-c6c0-4fc4-9550-a2b0682f5b6f": { + "alt_pins": {}, + "connections": { + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/29995253-b4b1-4c7c-a049-b6db2713ca7c": { + "net": "07fd5582-6569-4362-a7b1-17a7fd82bcf6" + }, + "9bfcf213-2a7e-444e-8312-ce57209fc9ec/852f1fe6-06dc-4661-8a14-61a9a6ebb26a": { + "net": "53969c12-f3dc-43d5-b25f-96b0b6f2e217" + } + }, + "entity": "ca83a84f-6183-4088-84b6-5d79b2a119d4", + "group": "00000000-0000-0000-0000-000000000000", + "part": "71f14800-1da6-4455-8c20-e4a60b1dc760", + "pin_names": {}, + "refdes": "C?", + "tag": "cada3060-76e8-46cd-bfbb-0226bf4faab1", + "value": "" + }, + "ef97db11-bdff-48b3-931d-1cd7a545f53b": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "53c9263b-dedd-4cfd-a234-41dff3a822ac" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "713d3dca-8a9e-4aa0-a50c-2aa051bbf368" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "8e20edee-38f4-4828-ab22-c3bc0cacd435", + "value": "" + }, + "f25d7d78-73cb-4b84-a25b-36d32d0c1151": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "140f5795-6ffe-4251-8084-22bcf47772e9" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "99ec7814-bae3-4581-8f61-1cf97d8c7ca2" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "34f30580-0b54-4529-a87e-e995eeecc84c", + "value": "" + }, + "f35b088f-944d-42c2-9130-e21ddec27c35": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "e684dd81-939b-4dc0-aee4-fde31192b4ef" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "cb088cce-bd16-435e-abe9-9940cfef00b3" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "nopopulate": true, + "part": "d406eb02-7eb1-4561-b75f-547872fc7cd0", + "pin_names": {}, + "refdes": "R?", + "tag": "88e6b16f-80c1-4ddf-86cf-fabbe883c926", + "value": "" + }, + "f3bebf76-219a-437a-b697-5c3aa5b9e246": { + "alt_pins": {}, + "connections": { + "48af78e5-730e-44eb-977a-cf188e4fcb39/6a44037c-65e2-4876-9359-42890048841d": { + "net": "71f8e7d0-0596-4ec5-a879-f7cdb99cf0d8" + }, + "48af78e5-730e-44eb-977a-cf188e4fcb39/dda0ec99-5d70-4fbe-a8db-897542e7554e": { + "net": "a9bdccbf-a378-44d1-a39e-148a4778e193" + } + }, + "entity": "3ce770af-7be0-4f72-b2af-2c8010911aaf", + "group": "00000000-0000-0000-0000-000000000000", + "part": "4c6cb2f0-b7bf-4e0d-b880-a8f94ef76244", + "pin_names": {}, + "refdes": "R?", + "tag": "34f30580-0b54-4529-a87e-e995eeecc84c", + "value": "" + } + }, + "group_names": {}, + "name": "Top", + "net_class_default": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "net_classes": { + "2820b2f0-c916-4daf-b2b7-597d64b5aeff": { + "name": "default" + } + }, + "nets": { + "07fd5582-6569-4362-a7b1-17a7fd82bcf6": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "08068fe8-9c7e-40b0-8b8e-6744a8e3b82f": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "0aa65a8c-bfa9-4096-a69d-fe5adfce263e": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "0dde13ac-e8bd-4fdf-b80b-057729221feb": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "0ff3a69a-6bbf-47ee-9876-05c6f39b1e8c": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "140f5795-6ffe-4251-8084-22bcf47772e9": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "18137841-a8b3-4752-b7e3-0e145c71231a": { + "is_port": false, + "is_power": true, + "name": "VBUS", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "antenna" + }, + "1bebc7bc-fb5a-4c2e-9b96-96f83fdf37a3": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "1c480320-3a89-4aab-9116-51715a61b94e": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "21c63ae3-5d54-4ba2-b298-63437ab2a647": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "21c708b6-5d35-4b0d-acf8-17dae89fa84d": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "23acc108-2e25-4c27-994f-dc3818beab07": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "2518da4e-d8da-4ee9-ba9f-cf2413a762de": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "25ff431a-82f5-46f8-ab22-2c838be70772": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "2af8eed7-06cf-4cbd-9240-b039fb58629f": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "2b41877d-984f-4908-965b-2ccba64a1308": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "2cf76adb-08e9-4292-8d4a-0199cbea41e9": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "2e0818bf-e444-43dc-bb6e-b5aabdb4b93f": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "3722a6cd-09f8-4ef8-b040-0db5c0a6d0fd": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "3b9d2005-fdf6-40b3-878a-85b3899a20f5": { + "is_port": false, + "is_power": true, + "name": "+3V3_USB", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "antenna" + }, + "3f00090b-6e34-4bd9-a44b-7210ea451cb7": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "43f93221-d44e-46bf-994b-539d838daf86": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "454f5965-f3ad-403f-929f-a36a952311fb": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "48f9218a-ba55-4c91-9e84-960cdeb8c8ed": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "4b839ec4-24c6-45c9-ba86-3be755fee315": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "4eae11dd-ab23-45dd-accf-ed91aaeed31d": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "50689e04-3ce3-4492-b82c-072e84c8a6bf": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "50f95811-5331-44f4-86f3-85a97ed3aa40": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "52a7bee6-23b8-4392-813c-a68ad5934aae": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "53969c12-f3dc-43d5-b25f-96b0b6f2e217": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "53c9263b-dedd-4cfd-a234-41dff3a822ac": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "55691ed7-3a2c-4907-8492-eb31c4527609": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "59f4b9f3-964c-42f5-9873-40ef98fad86a": { + "is_port": false, + "is_power": false, + "name": "SFP_RX_LOS", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "5a760e38-a29b-4aa8-964a-40c8abaecda6": { + "is_port": false, + "is_power": false, + "name": "EEP_WR", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "5e5e521b-ae8b-400c-94ce-9d357dc1bed2": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "5f8ceb30-a1fb-4b0c-9106-5ecda3932e0f": { + "is_port": false, + "is_power": false, + "name": "STM_~RST", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "5fb091df-29bb-4c3f-bdb2-8b409884fb2e": { + "is_port": false, + "is_power": false, + "name": "HD3_INTN", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "630634b0-e396-4928-bb99-a111831ad7c4": { + "is_port": false, + "is_power": false, + "name": "STM_SWDIO", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "63ceacdd-704e-49d5-a281-9192b7a435bb": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "641645be-644f-49fb-bf1a-7020529ec6d5": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "667b75f4-2158-4e83-af66-2e077ccd157f": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "6750c509-d96d-4dc8-8697-3a19714ee48c": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "713d3dca-8a9e-4aa0-a50c-2aa051bbf368": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "71f8e7d0-0596-4ec5-a879-f7cdb99cf0d8": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "74a37ca8-ab23-4db4-8630-5bcb43494e68": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "75a817e6-772d-43a6-baec-a5787cb24df6": { + "is_port": false, + "is_power": false, + "name": "SCL", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "7670fc5a-7f12-4b43-b63e-28da9903f2e1": { + "is_port": false, + "is_power": false, + "name": "STM_SWCLK", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "7b167d29-448c-46a9-883c-7f5d48242b7f": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "7bba3171-2866-4f79-bae5-a1f7ec145213": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "7be7752f-1ab3-4ec9-b63a-5fd4ea47c983": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "7cde7e35-1d80-428d-8a82-91b4bed51370": { + "is_port": false, + "is_power": false, + "name": "MAX_~RST", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "8064b9a3-7934-475f-b74c-487c0bcc7a3e": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "806d6cf1-a5d9-473f-b7cc-363aa3d8d591": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "808d9fd9-405c-4ce0-b43a-4af2ec2dc87b": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "82d19d49-140d-4dff-8205-b4dcd0777c19": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "857a74fd-5775-4e0a-b966-5172b87511a7": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "86dfbb6d-8520-4d59-b2fe-0f18f8313aaf": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "87e92d16-2fc1-4a26-9e98-6e501a362d9a": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "89234393-82fa-4d32-8651-d140a3ff5bd4": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "898c240f-f01c-4c49-8eec-561ea02d5ef6": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "8cf21cdb-9701-44c5-8e7b-baed16badd61": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "8dd0ad75-0d3f-4335-ac60-5844d0523680": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "97a670b4-8016-4e56-9606-d33916b78ae8": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "983d459f-ad76-4bd8-8e13-cee0aaa3e0ce": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "98a2f42b-6413-40e0-96b7-dd915bf6c044": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "9926c3d3-b925-485c-8299-093c3235f83e": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "99ec7814-bae3-4581-8f61-1cf97d8c7ca2": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "9f0bedcf-8b14-4e41-a4a0-0c903a6c8fd6": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "a1bb6414-328c-4317-9c24-a68ac98dd08f": { + "is_port": false, + "is_power": false, + "name": "SDA_SFP", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "a38da80e-9eba-4085-b682-5da2b10a106d": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "a57e8b3a-7da8-47d5-a3ff-68d5339e69da": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "a6398aa6-38a3-4b5d-bdb3-7a3be017061d": { + "is_port": false, + "is_power": false, + "name": "USB_SEL", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "a9bdccbf-a378-44d1-a39e-148a4778e193": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "aaaa5677-cb28-4b2b-aa09-6d28b7715920": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "aadfd071-7d89-4d63-b013-3e9bc6f6ab89": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "ab91ad69-40c0-40b2-86b8-2184cab6837a": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "abcd2475-acc0-4dc5-99b9-9dd1bfdc4481": { + "is_port": false, + "is_power": false, + "name": "SDA", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "acc3b15d-7874-4f37-a910-f0cea73c13aa": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "b41c5585-2e1b-418f-afa2-f0a2637d8c89": { + "is_port": false, + "is_power": true, + "name": "+3V3_SFP", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "antenna" + }, + "bbf575b0-17b1-4421-b185-a2a877758901": { + "is_port": false, + "is_power": true, + "name": "+1V2", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "antenna" + }, + "bcf8866e-5918-48f5-83ee-9aac30b08759": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "bd13fc87-c28f-46a8-851e-c6fd425ef7dd": { + "is_port": false, + "is_power": false, + "name": "EEP_SEL", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "c051c9e6-c3e1-4bad-a198-2a0bf07c56e6": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "c0b19505-a980-4530-8038-9f94a0808be1": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "c1e9d61d-76f8-40a0-9716-29836bbfd259": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "c22f3fef-3895-4fc3-adc3-89a24d043b63": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "ca4431d7-c141-46a0-a81a-0b2d6382182f": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "ca61e9d0-6cc8-4f0b-9765-90d9b8a29d83": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "cb088cce-bd16-435e-abe9-9940cfef00b3": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "cb469ba6-b51c-40db-a26c-dfba64a46810": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "cb6b1e4c-4619-4821-b10d-e5e53dbbbbdb": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "d0f5f30a-2f6d-4166-95f1-7fcd32837f17": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "d48ecc15-cd23-4b6a-94b3-fab675116a91": { + "is_port": false, + "is_power": false, + "name": "HD3_MUX_EN", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "d6d222c7-3a26-4106-be62-5a79be61d5bb": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "db7ac831-b50a-4ddb-a826-6434a7e7d8a6": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "dc797692-acd1-4a8f-b780-bf181b18e45b": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "dd6ad3b8-ad21-4e33-9f85-ab8d39adecb5": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "ddd41b14-8571-41d6-9ddd-90ba98fb2fa4": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "e6552931-50ee-4337-9563-add49bd16381": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "e684dd81-939b-4dc0-aee4-fde31192b4ef": { + "is_port": false, + "is_power": false, + "name": "SCL_SFP", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "e7360abb-8d54-4c1d-b8f5-c2c86dcb23e8": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "e8aee22a-dd84-4af8-91cb-a59265659087": { + "is_port": false, + "is_power": true, + "name": "+3V3", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "antenna" + }, + "ea43a6f0-d9c7-4c37-8da2-82c30a7083e5": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "ea7ef60f-b5d4-4a35-8707-cd4ae8a174b0": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "efc39632-0806-4f0e-b9a5-892efdbb26bd": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "f0a08bc9-f55a-4311-b741-4e4bcfa24124": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "f19ebb49-5c11-4ce4-84ec-0b612b6f21e4": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "f39cca3d-cbd5-426a-94dd-c2496166be11": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "f65c0bed-5066-4415-a9eb-0b1286efdfb0": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4": { + "is_port": false, + "is_power": true, + "name": "GND", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + }, + "ff392888-ce3c-402a-94ec-01c868c1d385": { + "is_port": false, + "is_power": false, + "name": "", + "net_class": "2820b2f0-c916-4daf-b2b7-597d64b5aeff", + "port_direction": "bidirectional", + "power_symbol_name_visible": true, + "power_symbol_style": "gnd" + } + }, + "project_meta": { + "author": "jaseg", + "date": "2024-12-31", + "project_name": "sfp-usb-nic", + "project_title": "sfp-usb-nic", + "rev": "1" + }, + "tag_names": { + "1bc05ddb-4a3a-47c4-92d8-442b2a9e1d42": "33", + "1f59f152-75d8-4586-a7b5-e68da71f4154": "20", + "20dea3f9-0c6a-4b93-9bed-df8886cf1b5d": "15", + "251db17c-dea2-45c1-a3ed-6cfc06e81c78": "9", + "2d22af5d-80cc-40c1-bb1f-d63e2b728b80": "34", + "34f30580-0b54-4529-a87e-e995eeecc84c": "23", + "3728f6b3-cbce-4b93-9e09-b318115b61b7": "12", + "393a61a3-e8c3-4815-8fb7-07b657022cc0": "24", + "3c0ece71-f22a-4edc-9a0e-d66514476f78": "15", + "4fe2d02a-f9f1-40ff-80ab-c1726d4f3175": "16", + "5e8a5366-b917-4d93-bc33-44d90631ffc4": "32", + "8861355c-09d1-4ce7-9025-9e98b46064bb": "13", + "88e6b16f-80c1-4ddf-86cf-fabbe883c926": "30", + "8e20edee-38f4-4828-ab22-c3bc0cacd435": "26", + "8f6772d5-75a6-48d9-a126-95c9ba887cef": "8", + "902722df-492c-44af-8922-88c7e5b0938d": "6", + "902d102e-dbb2-4ce5-8a38-445eb55dc41b": "12", + "94ae40c2-8ea0-4b2d-9716-124168ab6ef1": "18", + "9d9ae6bf-7d71-406a-9d83-f0d7bc5ee993": "28", + "9ff86aac-aa6e-4109-8bec-b09189395fe9": "5", + "a927ac4d-8e69-4adf-9c3b-5fc99c6b088b": "19", + "b1ce65f2-049a-4670-9d1d-f57c5cf008f3": "22", + "b58e3abe-027b-4526-8679-964af2c8a39e": "27", + "b8bf54c5-9129-455a-aaf0-a4b289fc37dd": "35", + "bcfd7607-f4fe-4c59-a070-1940d73a3238": "29", + "cada3060-76e8-46cd-bfbb-0226bf4faab1": "11", + "deaae11f-f188-4858-a91b-0e576fe9f137": "31", + "e95ad161-fd2d-4263-bc15-5455df1a0954": "2", + "e96e77da-cba0-4bfe-87b3-faf839b93ed6": "17", + "e9c94edd-4731-4075-98cb-eaa2860425c5": "3", + "efe21eed-6f32-41d3-837c-7d5e7aea644f": "1", + "f174e767-d8e6-4867-8d79-f611947ef866": "7", + "f261f3cf-3938-4238-be9d-97535d944aea": "4", + "f2966eee-114a-4fed-b019-3471e80cf94d": "21", + "f8712d22-321a-4ddc-a255-8ae1b5073b35": "14", + "ff16bba3-85e5-4213-aadf-9c4843287591": "25" + }, + "uuid": "9bf01de1-87e6-416e-a2d3-c4b616f1842e" +} \ No newline at end of file diff --git a/top_schematic.json b/top_schematic.json new file mode 100644 index 0000000..fdab8e6 --- /dev/null +++ b/top_schematic.json @@ -0,0 +1,11263 @@ +{ + "annotation": { + "fill_gaps": true, + "ignore_unknown": false, + "keep": true, + "mode": "sheet_100", + "order": "right_down" + }, + "block": "9bf01de1-87e6-416e-a2d3-c4b616f1842e", + "group_tag_visible": false, + "name": "", + "pdf_export_settings": { + "min_line_width": 0, + "output_filename": "" + }, + "rules": { + "connectivity": { + "enabled": true, + "include_unnamed": true, + "order": -1 + } + }, + "sheets": { + "1cef1ac7-9b5d-4c06-a595-3f2b7fc67ce1": { + "arcs": {}, + "block_symbols": {}, + "bus_labels": {}, + "bus_rippers": {}, + "index": 1, + "junctions": { + "00111f75-9195-4bf5-998b-5f6b81ba1c05": { + "position": [ + 408750000, + 215000000 + ] + }, + "018e8d3f-76b8-4373-9192-c212981de364": { + "position": [ + 332500000, + 215000000 + ] + }, + "01e15245-c1ef-4f4a-8442-c800528c7ae6": { + "position": [ + 267500000, + 247500000 + ] + }, + "01fd7347-2438-4ee8-b4f6-f3cbfc83e73b": { + "position": [ + 231250000, + 288750000 + ] + }, + "0234a8bf-1d12-4cfd-8b82-0c30552c429a": { + "position": [ + 2500000, + 211250000 + ] + }, + "0280cc0a-ef2d-48a1-b3f7-89c7515322b7": { + "position": [ + 345000000, + 356250000 + ] + }, + "02f566fd-cf15-4cc3-ae6f-7e6e7c26d133": { + "position": [ + 167500000, + 150000000 + ] + }, + "03560f71-3a6a-457d-8d77-42ef17a31cf0": { + "position": [ + 262500000, + 260000000 + ] + }, + "04467242-820d-431f-8505-0c798eb6efcd": { + "position": [ + -36250000, + 221250000 + ] + }, + "0511b3dc-5a74-4709-abf1-d0bc130a91d2": { + "position": [ + 151250000, + 351250000 + ] + }, + "052407e8-b6b0-48da-b9e1-dbe2c418b1ee": { + "position": [ + 53750000, + 243750000 + ] + }, + "05664e62-1cd2-4d64-8356-688b5cebc9cf": { + "position": [ + 576250000, + 188750000 + ] + }, + "0615f723-5943-40a3-8e88-b176543d18df": { + "position": [ + 416250000, + 247500000 + ] + }, + "0b0dc2c9-3b6d-4b38-9664-71189d23e204": { + "position": [ + 322500000, + 167500000 + ] + }, + "0c010f5a-54eb-41ef-a2d0-fc1beea60728": { + "position": [ + 292500000, + 361250000 + ] + }, + "0c46b74f-b32c-4f64-a738-2dcc6f7c9718": { + "position": [ + 353750000, + 346250000 + ] + }, + "0f7d0f73-7867-457a-a221-2de4b0a0a2da": { + "position": [ + -43750000, + 287500000 + ] + }, + "102cf2d7-6b5e-4e6c-bd3a-fcfaa9d5fced": { + "position": [ + 363750000, + 358750000 + ] + }, + "10ddfad7-5f76-4261-9b3d-6a57ff0e604f": { + "position": [ + 272500000, + 177500000 + ] + }, + "11453d99-9887-4fbf-ac60-444cb38c82b7": { + "position": [ + 602500000, + 365000000 + ] + }, + "11aa6d15-d00c-45c5-8221-8a2d98457b43": { + "position": [ + 163750000, + 305000000 + ] + }, + "11e636fb-64db-4bf6-bddb-5ea2f1d0ab23": { + "position": [ + 231250000, + 265000000 + ] + }, + "122a8d00-0762-4f7a-9ff8-bcb4e10ea1aa": { + "position": [ + 496250000, + 348750000 + ] + }, + "125954c0-5a16-4045-95d7-f70dc7a9a8ab": { + "position": [ + 417500000, + 202500000 + ] + }, + "127188aa-38cf-446c-b9f3-154ed9f545b6": { + "position": [ + 15000000, + 225000000 + ] + }, + "13d18531-4b38-45bd-b588-215595f3e8f7": { + "position": [ + 36250000, + 367500000 + ] + }, + "14d3a5c6-af9f-4fcf-942f-1f0271571be3": { + "position": [ + 277500000, + 170000000 + ] + }, + "17c1e756-0e4e-44e7-8f65-6e01d37c7900": { + "position": [ + 132500000, + 271250000 + ] + }, + "1888d2ea-c65b-4738-8a1f-815de02376b4": { + "position": [ + 233750000, + 358750000 + ] + }, + "190b2e75-18c6-4e54-b460-c1050ec38f54": { + "position": [ + 317500000, + 356250000 + ] + }, + "1a56edca-46dc-4b75-8aac-8589b67c6f98": { + "position": [ + 231250000, + 255000000 + ] + }, + "1bff479c-7ec4-49fa-983e-f705e182dede": { + "position": [ + 10000000, + 228750000 + ] + }, + "1c7d82ce-1cef-4c06-a07e-d3f01c7f4f58": { + "position": [ + 582500000, + 351250000 + ] + }, + "1d5b6424-bdda-436d-b5a1-434c415040a4": { + "position": [ + 111250000, + 187500000 + ] + }, + "1e9923e7-b4a3-410c-b079-ddefcab17919": { + "position": [ + 265000000, + 187500000 + ] + }, + "1ea55262-72c6-43da-a7ae-0d848351d69d": { + "position": [ + 566250000, + 198750000 + ] + }, + "1eb88e21-6449-40f9-a681-d3a52e5210ff": { + "position": [ + 408750000, + 220000000 + ] + }, + "1fb74106-c9e9-42bf-8f30-6bc0a2c25662": { + "position": [ + 233750000, + 378750000 + ] + }, + "2068e3c0-69c0-43bc-a28e-0c21968143a6": { + "position": [ + 252500000, + 346250000 + ] + }, + "20a29b78-6a85-4fa3-a526-c8da782e124d": { + "position": [ + 375000000, + 160000000 + ] + }, + "20ba7952-357e-45a5-a6de-d9612702fe5b": { + "position": [ + 573750000, + 232500000 + ] + }, + "211a6590-f580-4800-b7e3-cde2b27a06f1": { + "position": [ + 35000000, + 227500000 + ] + }, + "22896063-7890-4a7e-8a3b-9f42434525a9": { + "position": [ + 372500000, + 280000000 + ] + }, + "22e74c53-d8b4-4810-a39c-edacdab782ab": { + "position": [ + -22500000, + 187500000 + ] + }, + "2333c7de-18f3-49c8-a5a3-0c9eed509b78": { + "position": [ + 151250000, + 285000000 + ] + }, + "23541009-aee3-46e4-802d-fb81cde17741": { + "position": [ + 5000000, + 215000000 + ] + }, + "240479a1-8291-424a-99a5-dd8cc871a5f7": { + "position": [ + 145000000, + 225000000 + ] + }, + "24db75f0-b953-42f6-8b10-e3160e1a9ca5": { + "position": [ + 5000000, + 251250000 + ] + }, + "252dc3a3-7fba-40b5-a3ad-8475a3608aaf": { + "position": [ + -36250000, + 218750000 + ] + }, + "27013891-055b-4125-b29c-b686e64c7db2": { + "position": [ + 417500000, + 208750000 + ] + }, + "272e17f9-f624-46ca-8bc1-0ecc3f9cf151": { + "position": [ + 128750000, + 243750000 + ] + }, + "275ec1ae-e827-4456-885c-3236b6ccc9c6": { + "position": [ + 340000000, + 111250000 + ] + }, + "296123fb-107e-4c01-bc65-ccf3c3032452": { + "position": [ + 5000000, + 235000000 + ] + }, + "2a134abc-cc68-4361-99b1-1f6b36c72f80": { + "position": [ + 576250000, + 165000000 + ] + }, + "2aade63a-f03d-4bd9-9622-e407c7334317": { + "position": [ + 117500000, + 182500000 + ] + }, + "2aca1825-94ff-4e5c-8c00-8327e9ad17d2": { + "position": [ + -36250000, + 216250000 + ] + }, + "2b95c3af-13cb-463e-8014-574b86d9eb22": { + "position": [ + 186250000, + 361250000 + ] + }, + "2ba52ebd-e21e-49c1-b684-f2b6b91fbfce": { + "position": [ + 262500000, + 190000000 + ] + }, + "2c54f5d5-1ecf-4544-91d8-c6f7ed792e35": { + "position": [ + 250000000, + 250000000 + ] + }, + "2cac1094-63c1-4616-8e80-7cc64b507722": { + "position": [ + -36250000, + 223750000 + ] + }, + "2ce79243-3536-44c7-b647-9e26bfd3dd6e": { + "position": [ + 267500000, + 182500000 + ] + }, + "31102543-249d-4b08-a325-fb8690055795": { + "position": [ + 247500000, + 382500000 + ] + }, + "34b84243-4675-4012-af9e-523162a0e9e5": { + "position": [ + 551250000, + 348750000 + ] + }, + "34c4f30e-ac21-4e88-aa9c-36477d987f71": { + "position": [ + 37500000, + 360000000 + ] + }, + "34d27e0a-9b71-474b-ab31-4c928d96127f": { + "position": [ + 430000000, + 351250000 + ] + }, + "35e7a513-90ac-49a6-8929-b0d41012cfc8": { + "position": [ + 0, + 192500000 + ] + }, + "36520f48-b5a6-4257-8ce1-10992c7f6790": { + "position": [ + 247500000, + 386250000 + ] + }, + "365d4d57-f469-4b24-bc4c-6eba000c42cd": { + "position": [ + 183750000, + 361250000 + ] + }, + "36af9624-7ad5-40ff-ac28-65cb028001f9": { + "position": [ + 412500000, + 190000000 + ] + }, + "36dcc294-1c70-44f1-8514-f30c8aa3905f": { + "position": [ + 420000000, + 195000000 + ] + }, + "36e4ee5e-6975-4ed6-b743-9db1bbeb27f3": { + "position": [ + 581250000, + 167500000 + ] + }, + "3766455d-5998-447b-9dc4-1d4756e18c6f": { + "position": [ + 152500000, + 136250000 + ] + }, + "386ac05e-12b6-4cfd-b164-978d901b938e": { + "position": [ + 47500000, + 215000000 + ] + }, + "3912b265-2c1f-47c0-9fd1-1e369b04150b": { + "position": [ + 112500000, + 232500000 + ] + }, + "393b0e6b-c178-48cd-918d-6abd7635b7a6": { + "position": [ + 353750000, + 373750000 + ] + }, + "397b5c16-babe-4e97-b860-8020f7705cb2": { + "position": [ + -36250000, + 248750000 + ] + }, + "3a0d9d3f-8fc8-4400-a4bf-7cd3ff1d97be": { + "position": [ + 53750000, + 256250000 + ] + }, + "3a4404ad-2b50-4b57-bd92-8d7a1902a4d8": { + "position": [ + 10000000, + 212500000 + ] + }, + "3b60edae-db1a-4c0f-a5f2-b91726fc5c7d": { + "position": [ + 111250000, + 295000000 + ] + }, + "3bede582-753d-41bc-a2e8-1ec98e3327c4": { + "position": [ + 231250000, + 268750000 + ] + }, + "3cc4c5c4-7b4f-4178-83cb-a8b156010c53": { + "position": [ + 161250000, + 307500000 + ] + }, + "3e45d635-ba38-42cd-b066-bb18e63598ac": { + "position": [ + 217500000, + 386250000 + ] + }, + "3f1107ef-1448-4337-ae49-168493e9ad0e": { + "position": [ + 161250000, + 225000000 + ] + }, + "3fda070d-6859-4dc8-a382-40c677611369": { + "position": [ + 380000000, + 280000000 + ] + }, + "4156cdf1-37e6-4541-9926-aaa6993d1f5b": { + "position": [ + 26250000, + 185000000 + ] + }, + "431d7dc6-5973-4a39-9542-98c2562b7312": { + "position": [ + 368750000, + 160000000 + ] + }, + "438679f8-82c0-409a-b029-ae9dcf13cadd": { + "position": [ + 208750000, + 288750000 + ] + }, + "43c518d6-eb33-4b0e-969e-ed9abe31ae6a": { + "position": [ + 80000000, + 256250000 + ] + }, + "43d48857-c6d7-45ae-ba24-09a50ce151bc": { + "position": [ + 240000000, + 338750000 + ] + }, + "449c5a61-fb75-4c58-9295-34e925192884": { + "position": [ + 231250000, + 295000000 + ] + }, + "458e0c4c-8f1d-410f-9ac7-1900c7b92738": { + "position": [ + 277500000, + 296250000 + ] + }, + "45daff36-fad6-4226-a8df-a583636a4917": { + "position": [ + 317500000, + 346250000 + ] + }, + "46f6e314-0904-43ed-bbe6-34e5b9b9e924": { + "position": [ + 363750000, + 361250000 + ] + }, + "4702b58e-6739-402a-83da-2a9cf06a0db4": { + "position": [ + 211250000, + 125000000 + ] + }, + "4721d102-4fa3-4723-b8a1-85328ee30f59": { + "position": [ + 636250000, + 201250000 + ] + }, + "47232121-aca3-40d3-bf13-a0120d4f8fe3": { + "position": [ + 26250000, + 192500000 + ] + }, + "49b81a1d-6b58-4bf1-8c76-cf2b82c6d938": { + "position": [ + 252500000, + 326250000 + ] + }, + "4d0a341e-a610-4e07-b30f-e2b1fc7f6804": { + "position": [ + 517500000, + 365000000 + ] + }, + "4f47e101-2e3e-4758-8d23-3fdb4989ecae": { + "position": [ + 111250000, + 185000000 + ] + }, + "5201ad12-ec02-496d-99da-81bc745e8fe3": { + "position": [ + 152500000, + 155000000 + ] + }, + "5404d8ea-3115-4f18-9039-ca2f1c24ed79": { + "position": [ + 142500000, + 180000000 + ] + }, + "55ba6a5c-42c8-4e43-8c87-04002ca29888": { + "position": [ + 43750000, + 210000000 + ] + }, + "561c2c59-3b46-4b5b-9d64-8619317031c3": { + "position": [ + 335000000, + 210000000 + ] + }, + "56a12e33-6f34-448e-bf25-dd9662a0f56c": { + "position": [ + 62500000, + 205000000 + ] + }, + "56f51ad4-db01-43e5-a8c3-902b20e9a6b5": { + "position": [ + 381250000, + 160000000 + ] + }, + "570ce4e0-f532-46aa-8fba-b3cf1143c670": { + "position": [ + -36250000, + 231250000 + ] + }, + "57e13ff7-e5fe-4630-9ce8-4415ebe2d4ec": { + "position": [ + 233750000, + 366250000 + ] + }, + "5809bff9-6797-4fa4-8fd3-d7f192982766": { + "position": [ + 381250000, + 282500000 + ] + }, + "590553e0-a9ad-401b-8d49-893ba14b0fcd": { + "position": [ + 272500000, + 242500000 + ] + }, + "5a1cf9f0-c65b-4017-8376-87e58e86092e": { + "position": [ + 151250000, + 215000000 + ] + }, + "5d6d5280-2c28-47f0-a263-07569cc93682": { + "position": [ + 405000000, + 260000000 + ] + }, + "5df962d3-5231-4c3f-97af-4badf3533f8c": { + "position": [ + 582500000, + 341250000 + ] + }, + "5ebf584d-99a7-496a-8779-fe068303408e": { + "position": [ + 262500000, + 386250000 + ] + }, + "60150c3f-5806-4b0b-8ee8-4661fa751321": { + "position": [ + 571250000, + 167500000 + ] + }, + "6075973f-b050-4382-be7d-139572738c31": { + "position": [ + 327500000, + 235000000 + ] + }, + "608a89b5-30c0-47f4-97f8-64677e20ca46": { + "position": [ + 51250000, + 187500000 + ] + }, + "60aa1759-05bc-4815-acd4-1d71931c4e81": { + "position": [ + 215000000, + 333750000 + ] + }, + "618c111f-e320-41b8-9ef3-9e3b65c1f3ed": { + "position": [ + 250000000, + 252500000 + ] + }, + "61ff5469-e617-4653-87df-ba415c41ada6": { + "position": [ + 270000000, + 180000000 + ] + }, + "6315aa89-191f-4069-ae6d-630922901b7f": { + "position": [ + -43750000, + 223750000 + ] + }, + "632203f4-d553-42a6-8239-306c2c86982a": { + "position": [ + -38750000, + 228750000 + ] + }, + "632996d5-7189-4f0a-8e9f-db26da2cad2a": { + "position": [ + 420000000, + 205000000 + ] + }, + "63d45d18-84e7-499e-ba57-ebffc21eba33": { + "position": [ + 167500000, + 136250000 + ] + }, + "6453e2b0-3c06-47a0-a356-7a30292b5c16": { + "position": [ + 233750000, + 351250000 + ] + }, + "65af221d-4f3d-4910-9b16-b8890a5e7c1b": { + "position": [ + 132500000, + 297500000 + ] + }, + "65e7e2c8-74b0-44c2-a1a5-290b2ca28108": { + "position": [ + 233750000, + 363750000 + ] + }, + "6801da4b-cecc-4d2b-83a8-6e39fbd3a857": { + "position": [ + 612500000, + 186250000 + ] + }, + "695fd3da-82cc-405c-a12f-5ec5a2e828e2": { + "position": [ + 305000000, + 373750000 + ] + }, + "6c8623ff-5b91-4803-94fc-90da08dfaa2e": { + "position": [ + 337500000, + 113750000 + ] + }, + "6d6fe923-b685-4b3b-a3a5-dd08c40c2169": { + "position": [ + 413750000, + 363750000 + ] + }, + "6dd61df6-e9d7-4685-b720-cd4654749dec": { + "position": [ + 196250000, + 250000000 + ] + }, + "6edfb85e-b5c1-4ae9-99c7-7e5302fa7bb3": { + "position": [ + 5000000, + 207500000 + ] + }, + "6f853e9b-ed80-4f03-bd57-85c8b9babb20": { + "position": [ + 221250000, + 255000000 + ] + }, + "6faa1711-2962-4e6e-bde0-039346977566": { + "position": [ + 385000000, + 280000000 + ] + }, + "709c63aa-b501-4e29-aa0d-f427d8343c7b": { + "position": [ + 153750000, + 348750000 + ] + }, + "712c512c-3d21-4626-95ec-db194c900828": { + "position": [ + 317500000, + 235000000 + ] + }, + "72b235fa-94ff-4754-84e1-5031f02a7c47": { + "position": [ + 153750000, + 287500000 + ] + }, + "72b3ef48-70c3-49e8-8455-d0bce57c548e": { + "position": [ + 592500000, + 211250000 + ] + }, + "72c543eb-97c0-4248-a0e7-cd4796df38db": { + "position": [ + 480000000, + 363750000 + ] + }, + "72e6dcdf-6eb8-4b58-ae7d-81df82ad1b97": { + "position": [ + 115000000, + 255000000 + ] + }, + "72e853d6-32fd-4810-8bf9-6f4c19f15cc2": { + "position": [ + -38750000, + 251250000 + ] + }, + "75b6620b-3feb-4931-8d3e-97bfe86d9619": { + "position": [ + 7500000, + 217500000 + ] + }, + "77ccb259-033b-4eea-ba80-5f38f91496b9": { + "position": [ + 588750000, + 183750000 + ] + }, + "77e92d9a-31a6-4166-90a1-92eb965afdb6": { + "position": [ + 571250000, + 196250000 + ] + }, + "78f417e3-f6d8-4439-8a6b-037ce327ff23": { + "position": [ + 270000000, + 307500000 + ] + }, + "795f2452-6873-4123-8e6a-fc73ae525fcd": { + "position": [ + 215000000, + 388750000 + ] + }, + "79a1c6a5-8914-4bc2-96a3-458fbd1ca33c": { + "position": [ + 157500000, + 136250000 + ] + }, + "79e816e7-2643-4876-a3db-d01e6a37f46c": { + "position": [ + 153750000, + 280000000 + ] + }, + "7b02d5be-f0fa-4882-85dd-559247e35c28": { + "position": [ + 371250000, + 160000000 + ] + }, + "7b212f56-293f-42bd-aa59-380a1e81aa75": { + "position": [ + -2500000, + 217500000 + ] + }, + "7c60e097-daed-4e74-b967-02fbec6afbdc": { + "position": [ + 576250000, + 167500000 + ] + }, + "7cbdeb2f-dda2-4dfd-80bb-067c71d137c5": { + "position": [ + 377500000, + 280000000 + ] + }, + "7d124db9-afe3-4f1f-844f-68e10e44ed95": { + "position": [ + 63750000, + 197500000 + ] + }, + "7de8e087-b31d-4151-a73e-9e0cbe193591": { + "position": [ + 418750000, + 363750000 + ] + }, + "7f279d06-1aad-40af-8314-6e468bc0e7f5": { + "position": [ + 418750000, + 360000000 + ] + }, + "7f7daa04-7a48-45ba-8493-08e9bc1ce8f6": { + "position": [ + 132500000, + 295000000 + ] + }, + "820cd525-4dd9-47bf-9e8b-cfbc7b932f0e": { + "position": [ + 63750000, + 258750000 + ] + }, + "85ba28a1-f963-43a7-868f-3bacc95d176d": { + "position": [ + 250000000, + 333750000 + ] + }, + "86abc575-dd38-4666-a49f-1b0fd70dc485": { + "position": [ + 233750000, + 371250000 + ] + }, + "87ea94c1-b4c9-45cb-a1fe-2c68ad4e9ef1": { + "position": [ + 472500000, + 366250000 + ] + }, + "88a6784a-f226-47f6-b4fa-f8bfe8034db5": { + "position": [ + 332500000, + 371250000 + ] + }, + "8ae10715-4fbc-4057-9094-b6ffb0cbf0fa": { + "position": [ + 212500000, + 386250000 + ] + }, + "8be93a15-d01a-4827-8b14-731f12b9d38c": { + "position": [ + 292500000, + 363750000 + ] + }, + "8c381fe1-1e30-4a9e-8b17-ba25583b4aa7": { + "position": [ + 592500000, + 186250000 + ] + }, + "8c664667-4fe6-470e-80b8-f2f24908a366": { + "position": [ + 271250000, + 386250000 + ] + }, + "8ce82e7f-94da-469a-9135-a31c2de24448": { + "position": [ + 2500000, + 237500000 + ] + }, + "8eb9356d-c6a1-420a-8905-f6b91ff52859": { + "position": [ + 46250000, + 210000000 + ] + }, + "8f499b63-aefb-403b-a587-ee90c29a4b15": { + "position": [ + 262500000, + 356250000 + ] + }, + "90da292a-b805-4888-b380-e587ab61da32": { + "position": [ + 128750000, + 240000000 + ] + }, + "92661d89-15f3-4645-a2b3-88480669370d": { + "position": [ + 112500000, + 228750000 + ] + }, + "9351ef9d-dc60-44c7-abcf-1f3522e86b05": { + "position": [ + 283750000, + 368750000 + ] + }, + "935f81b9-e42a-4fbb-aa10-1842d4e48cab": { + "position": [ + 363750000, + 363750000 + ] + }, + "93bd65e6-dd49-4293-9512-4e2494a3de7f": { + "position": [ + 340000000, + 177500000 + ] + }, + "94291654-feb6-4268-a8df-5b3c1c5a5164": { + "position": [ + 332500000, + 373750000 + ] + }, + "9497f17e-9ac0-4c3c-82f8-59e7fb4ca4dc": { + "position": [ + 85000000, + 190000000 + ] + }, + "95f64c8f-402e-485f-97ed-95b4d5badb08": { + "position": [ + 153750000, + 217500000 + ] + }, + "96958141-67ac-4794-90df-862db055281d": { + "position": [ + 63750000, + 242500000 + ] + }, + "96ef19f9-010b-43bb-b51e-2a9e0d936c24": { + "position": [ + 265000000, + 255000000 + ] + }, + "973f7641-495b-464e-ad54-3074e639c118": { + "position": [ + 622500000, + 183750000 + ] + }, + "974cb0d1-26f9-4df8-bef0-5f521b9d361a": { + "position": [ + 275000000, + 240000000 + ] + }, + "97511794-040a-42d2-9129-1f806c7292aa": { + "position": [ + 111250000, + 292500000 + ] + }, + "978c6fa6-8c98-48e6-91f2-7fa5dee51b70": { + "position": [ + 472500000, + 363750000 + ] + }, + "9793f1ea-641e-4313-b7bd-e4cd4ffc1884": { + "position": [ + 538750000, + 362500000 + ] + }, + "98864cc3-c05c-417b-a317-574f03391b64": { + "position": [ + 620000000, + 191250000 + ] + }, + "99475f29-9fbd-4169-8c0f-0f301701a8f1": { + "position": [ + -15000000, + 185000000 + ] + }, + "9adacb6a-97ed-4255-8edb-b88f0bfbc64b": { + "position": [ + 283750000, + 371250000 + ] + }, + "9bbd374e-3e69-4116-afe5-7d40d95f7eea": { + "position": [ + 270000000, + 346250000 + ] + }, + "9bd91b8b-3d30-4763-beae-fe572a920761": { + "position": [ + 353750000, + 376250000 + ] + }, + "9dba91ca-81c6-46f6-863d-d29827f8d263": { + "position": [ + -18750000, + 242500000 + ] + }, + "9e9fbd61-137b-400d-8d47-f59d03dc9213": { + "position": [ + 335000000, + 207500000 + ] + }, + "9ee27891-d710-477b-a7d5-a92721e284d5": { + "position": [ + 375000000, + 157500000 + ] + }, + "9eea8cbb-10ea-437b-8399-cc048fbad90d": { + "position": [ + 517500000, + 362500000 + ] + }, + "9f296a19-210c-4d3b-999f-a3f682a4b5a2": { + "position": [ + 373750000, + 160000000 + ] + }, + "a1eb1282-889f-43d4-9e9e-9665090d4d54": { + "position": [ + 41250000, + 222500000 + ] + }, + "a227077c-623d-4ac9-afc3-922d3a798fff": { + "position": [ + 173750000, + 222500000 + ] + }, + "a2a867dc-de1b-4bc1-af70-eb6d13340987": { + "position": [ + 136250000, + 182500000 + ] + }, + "a2df1c9d-51aa-436a-922f-4f231428cee6": { + "position": [ + 35000000, + 220000000 + ] + }, + "a310122a-171a-4e29-8d70-8056ceb5d019": { + "position": [ + 183750000, + 358750000 + ] + }, + "a3838891-a0c0-41cc-8887-910b311b3ec6": { + "position": [ + 367500000, + 280000000 + ] + }, + "a459381c-8e6f-48aa-b93a-e715b6b64179": { + "position": [ + 240000000, + 326250000 + ] + }, + "a536140d-1d14-47c4-9178-36a60dec6273": { + "position": [ + 203750000, + 250000000 + ] + }, + "a55d9925-a7ad-495c-86b8-6c5ed6c2175e": { + "position": [ + 616250000, + 170000000 + ] + }, + "a571666c-a0f9-49f4-ae67-ef314ed0bb7b": { + "position": [ + 458750000, + 368750000 + ] + }, + "a6197d71-bf86-49be-8421-7a07647a45f9": { + "position": [ + -15000000, + 187500000 + ] + }, + "a6379c3d-b5b0-4134-bcf9-170e180482a3": { + "position": [ + 15000000, + 222500000 + ] + }, + "a6467eac-fc23-4795-886b-c0ce185794d1": { + "position": [ + 408750000, + 221250000 + ] + }, + "a659007c-e0ab-42d2-848e-403ac2aba02e": { + "position": [ + 476250000, + 373750000 + ] + }, + "a793379d-feb3-47cd-b893-cca5d68a5c1c": { + "position": [ + 196250000, + 343750000 + ] + }, + "a881295e-d122-4dfe-9320-a089c6bb00e1": { + "position": [ + 317500000, + 353750000 + ] + }, + "a9f42d99-1d45-46d2-9ea7-ac5e8f606724": { + "position": [ + 275000000, + 175000000 + ] + }, + "ab2f530f-a9c0-456e-9e25-ef6df6e148ae": { + "position": [ + 538750000, + 357500000 + ] + }, + "ab71e2be-b504-464d-907b-9d258f46d419": { + "position": [ + 305000000, + 346250000 + ] + }, + "abbb88d5-bd6c-4d14-999e-3ba6eed7aafb": { + "position": [ + 602500000, + 362500000 + ] + }, + "ac3ad319-4ad0-4eb9-8b2f-0507279a9d86": { + "position": [ + 588750000, + 203750000 + ] + }, + "acf4d09f-5b70-41e8-9723-09f05e353c79": { + "position": [ + 382500000, + 280000000 + ] + }, + "ad37a116-bc70-4efa-a6be-0c9f284542f3": { + "position": [ + 41250000, + 212500000 + ] + }, + "ad7a9901-3cc3-41a9-b738-24cc46c73464": { + "position": [ + 420000000, + 207500000 + ] + }, + "ada8e121-0b78-493a-bca5-88623bd82a7f": { + "position": [ + 367500000, + 282500000 + ] + }, + "ae16b9ff-37ee-4cc3-a5dc-c55ceaba8ed2": { + "position": [ + -46250000, + 285000000 + ] + }, + "aeca542d-a164-46a1-8ec2-21884940d006": { + "position": [ + 196250000, + 256250000 + ] + }, + "af012d01-26a0-400e-9d62-571fc6d95f1a": { + "position": [ + 2500000, + 195000000 + ] + }, + "af35b267-686c-496b-a4bb-5c8ff454d7c6": { + "position": [ + 408750000, + 211250000 + ] + }, + "b06e5c3d-2092-4392-8e04-ccfe53af2edf": { + "position": [ + 231250000, + 260000000 + ] + }, + "b0c53038-c9a5-4474-890d-c99bf7d81d9a": { + "position": [ + 332500000, + 210000000 + ] + }, + "b184d6ee-7bcc-47b5-92eb-69bb3db23dce": { + "position": [ + 38750000, + 225000000 + ] + }, + "b1f1712f-b6e6-4778-8f3d-99c99a98d985": { + "position": [ + 157500000, + 152500000 + ] + }, + "b2343cba-c921-4024-bb79-83cb9ed74f40": { + "position": [ + 45000000, + 217500000 + ] + }, + "b27c3f1a-1712-4914-a190-90b85450f4cd": { + "position": [ + 616250000, + 181250000 + ] + }, + "b57849b6-c8af-4d66-9162-08214c58b8f2": { + "position": [ + 2500000, + 248750000 + ] + }, + "b6e706ba-107f-4a73-8337-3c813f8f751c": { + "position": [ + 363750000, + 356250000 + ] + }, + "b6e71127-3cd3-4972-baa5-3d5937a43c27": { + "position": [ + 198750000, + 250000000 + ] + }, + "b6fdea61-bce1-431d-b4b6-e000429dcfeb": { + "position": [ + 51250000, + 202500000 + ] + }, + "b8832e43-2be3-452e-8f9d-c3b494fcf4e8": { + "position": [ + 271250000, + 353750000 + ] + }, + "b89eec77-36bf-4f32-acf0-51695d9587c5": { + "position": [ + 408750000, + 212500000 + ] + }, + "b8bf3285-32a4-4680-9044-5f87aa2f8f32": { + "position": [ + 250000000, + 343750000 + ] + }, + "b8fa6484-4c05-4657-a4d1-fe4fe536ec05": { + "position": [ + 120000000, + 277500000 + ] + }, + "ba882ecb-9b31-4f08-933f-db8b970c9ee4": { + "position": [ + 250000000, + 265000000 + ] + }, + "bba09640-059a-4fc4-8e44-b56d423c27d3": { + "position": [ + 12500000, + 231250000 + ] + }, + "bf8517e7-c505-4bd5-9611-bca2600fbcc3": { + "position": [ + 420000000, + 296250000 + ] + }, + "c212d0f5-05a1-4522-a35a-d2aaad81dc77": { + "position": [ + 573750000, + 181250000 + ] + }, + "c3c9ecbc-fb22-4d6f-8626-47736e5433d0": { + "position": [ + 576250000, + 227500000 + ] + }, + "c43dd66f-67b0-461c-86df-3542eda5d062": { + "position": [ + 201250000, + 250000000 + ] + }, + "c46ac4fe-2294-4562-8429-8ad7e85aa0c0": { + "position": [ + -46250000, + 218750000 + ] + }, + "c6d8fc42-5b1b-47ef-9831-fc7488fc2f12": { + "position": [ + 636250000, + 196250000 + ] + }, + "c787f124-9268-4ffa-b3f9-c5c3e7a79895": { + "position": [ + 226250000, + 252500000 + ] + }, + "c7bc444f-13dd-4394-a061-60fc55a2b26e": { + "position": [ + 620000000, + 225000000 + ] + }, + "c83e5b68-5aa3-4a88-b2ac-48ebafa9de30": { + "position": [ + 616250000, + 193750000 + ] + }, + "c89b94ac-a979-405e-9c90-2d1526f175c3": { + "position": [ + 305000000, + 371250000 + ] + }, + "ca6521a8-a32a-4e37-8a55-9145f56889ea": { + "position": [ + 322500000, + 217500000 + ] + }, + "cc7131df-e889-4094-aa2a-6522fa4d70c4": { + "position": [ + 337500000, + 175000000 + ] + }, + "cd1f442a-0274-4325-95cc-16f53863f5bd": { + "position": [ + 45000000, + 195000000 + ] + }, + "cd269dae-be66-4814-b531-4f3dbb6b6ad4": { + "position": [ + 37500000, + 357500000 + ] + }, + "cd4e7818-83fa-460a-8644-b292a5e8b617": { + "position": [ + 240000000, + 333750000 + ] + }, + "cdb48fc4-099d-4710-8e4e-1b7889952d15": { + "position": [ + 213750000, + 268750000 + ] + }, + "cdcdb90c-1a64-4fae-b4bb-fd2ffc53d2db": { + "position": [ + 90000000, + 261250000 + ] + }, + "cdfe67d3-627e-4e45-b6c0-b90f54ae34da": { + "position": [ + 408750000, + 217500000 + ] + }, + "ced25dd8-06ef-4f1d-af09-f579f2c8ea8c": { + "position": [ + 362500000, + 280000000 + ] + }, + "cf7a2ea6-1ff3-463d-9459-e027a864c5de": { + "position": [ + 157500000, + 125000000 + ] + }, + "cfa62be1-e53d-4c61-9205-d7eb8bff9f98": { + "position": [ + 90000000, + 255000000 + ] + }, + "d101c090-c738-467c-8409-02f2b18626c2": { + "position": [ + 0, + 208750000 + ] + }, + "d3a56c43-ebcd-4624-8b88-d14e67fa6977": { + "position": [ + 412500000, + 170000000 + ] + }, + "d410d31d-0aff-4098-83fc-fb883d2566ff": { + "position": [ + 215000000, + 386250000 + ] + }, + "d4838119-2654-4a38-84ba-59434989e506": { + "position": [ + 231250000, + 278750000 + ] + }, + "d4b94ef7-1b04-4447-b21b-7251635542e3": { + "position": [ + 327500000, + 225000000 + ] + }, + "d4d98f4d-2ec8-4196-8645-2949d42d8e70": { + "position": [ + 272500000, + 343750000 + ] + }, + "d536e822-ebb1-4d65-ac15-254e9154fa15": { + "position": [ + 37500000, + 350000000 + ] + }, + "d583d395-b78e-493c-8186-4a25800a0212": { + "position": [ + 480000000, + 366250000 + ] + }, + "d596cfe2-5178-4810-8e30-574dc38ee58f": { + "position": [ + 588750000, + 170000000 + ] + }, + "d6a049e0-f057-4d2e-93b9-191b3c387812": { + "position": [ + 106250000, + 237500000 + ] + }, + "d6fa17fb-503b-4226-8549-a8c895280bd3": { + "position": [ + 365000000, + 280000000 + ] + }, + "d9637513-5047-4474-b0e3-85da855ec3ce": { + "position": [ + 51250000, + 197500000 + ] + }, + "da8b9bc9-8131-450c-86a7-1c33caa27d64": { + "position": [ + 370000000, + 280000000 + ] + }, + "dad6a46a-1436-427f-847b-8a80046f4cf6": { + "position": [ + 211250000, + 278750000 + ] + }, + "dd761528-2c9b-4d5e-a6c1-42d31fe8b9cd": { + "position": [ + 576250000, + 351250000 + ] + }, + "dd90e64c-545b-4bfb-b6ce-4816fb7de843": { + "position": [ + 458750000, + 363750000 + ] + }, + "dea35283-d0be-4436-bbd4-672f3e9dc8c7": { + "position": [ + 413750000, + 366250000 + ] + }, + "dea91b48-8089-4823-8a95-2bc6121fe33e": { + "position": [ + 417500000, + 200000000 + ] + }, + "deadf1ec-84b4-41b4-a2e8-f497b12476e1": { + "position": [ + 186250000, + 365000000 + ] + }, + "df40f03e-42c1-4c8a-986e-80a39c8b1543": { + "position": [ + 15000000, + 220000000 + ] + }, + "df773a3f-0956-4d7a-aada-0d279d1ad4d5": { + "position": [ + 63750000, + 200000000 + ] + }, + "dfc0a5c7-8a3b-46f2-a54c-a92080e24704": { + "position": [ + 476250000, + 358750000 + ] + }, + "e01bb005-8959-432b-a448-27dbbaa6b0ed": { + "position": [ + 233750000, + 361250000 + ] + }, + "e049522d-1a75-4eb5-a153-09c17c49fb55": { + "position": [ + 588750000, + 191250000 + ] + }, + "e0547f5b-399d-4c46-a216-c4cf19967f8e": { + "position": [ + 151250000, + 277500000 + ] + }, + "e1d21929-d9ef-4a47-ab57-9df4ff99ed5c": { + "position": [ + 63750000, + 256250000 + ] + }, + "e1d28588-d6d2-45b2-afba-298153817062": { + "position": [ + 270000000, + 245000000 + ] + }, + "e30d8dfc-a365-486f-8587-a32ceee099c9": { + "position": [ + 272500000, + 305000000 + ] + }, + "e3a485ec-ab62-4e21-b42f-16edadf9498e": { + "position": [ + 420000000, + 255000000 + ] + }, + "e45ebdbe-0e3c-40cc-aded-7b08ae9b4c4e": { + "position": [ + 616250000, + 188750000 + ] + }, + "e5243a48-c7e5-4df8-b1ad-7140ad9b8a66": { + "position": [ + 7500000, + 210000000 + ] + }, + "e54d05a8-71e7-4881-a8c4-c3f259e0350a": { + "position": [ + 15000000, + 230000000 + ] + }, + "e5986a44-91fe-49c8-b065-bfcfdf581e07": { + "position": [ + 120000000, + 280000000 + ] + }, + "e5e595e9-ec7f-44d2-a140-7da5076860eb": { + "position": [ + 233750000, + 368750000 + ] + }, + "e5f61bd6-0238-4435-8442-d5b2f4be3656": { + "position": [ + 43750000, + 212500000 + ] + }, + "e60a642b-b996-451d-915c-907dcf0eebc1": { + "position": [ + 117500000, + 192500000 + ] + }, + "e90fcd95-66cd-404b-ab37-c17ec6eb4b5e": { + "position": [ + 140000000, + 182500000 + ] + }, + "ea308c49-2e84-4af5-a77b-fffbdcc21890": { + "position": [ + 416250000, + 246250000 + ] + }, + "eb869428-7520-4df9-9275-839f76e606ac": { + "position": [ + 576250000, + 357500000 + ] + }, + "edec0e02-85cf-44f4-bf61-527b185cb611": { + "position": [ + 142500000, + 113750000 + ] + }, + "ee906d7a-0a19-4782-ad8c-7ca45c59ccfa": { + "position": [ + 173750000, + 250000000 + ] + }, + "eeadc4a6-0db5-4f93-94a7-40b1c2ff0400": { + "position": [ + 140000000, + 111250000 + ] + }, + "f0254caa-7766-4206-9629-096526b48110": { + "position": [ + 612500000, + 211250000 + ] + }, + "f087f8b6-88ca-4f90-a238-0f4fd4a77398": { + "position": [ + 38750000, + 215000000 + ] + }, + "f0916399-0e6a-4e06-9fa1-e275a577d7f8": { + "position": [ + 582500000, + 362500000 + ] + }, + "f2f9bc72-62c1-48f0-a54e-54648abd2c5c": { + "position": [ + 12500000, + 215000000 + ] + }, + "f3126641-de43-4947-871f-370725422875": { + "position": [ + 145000000, + 222500000 + ] + }, + "f369c1de-a6bb-4053-81d5-3e34a45727de": { + "position": [ + 46250000, + 207500000 + ] + }, + "f3a45d78-c25d-4737-9091-351764fe3b10": { + "position": [ + 381250000, + 280000000 + ] + }, + "f49a9a86-ef25-4a1f-8bba-4a19fd25bf3d": { + "position": [ + 196250000, + 346250000 + ] + }, + "f6564e3c-b13e-47d2-a325-a34e815f55b9": { + "position": [ + 317500000, + 222500000 + ] + }, + "f690a1bf-3fe6-4337-a0aa-b78366e56c81": { + "position": [ + 218750000, + 260000000 + ] + }, + "f84060c2-f2be-4e8f-a0e5-a22ffe121e6b": { + "position": [ + 37500000, + 355000000 + ] + }, + "f875be91-09bf-4ae6-8948-5799f182029d": { + "position": [ + 376250000, + 160000000 + ] + }, + "f8ff7231-76ed-4f9c-b4cd-e7256dd61183": { + "position": [ + 472500000, + 358750000 + ] + }, + "fa8137fa-4b56-40b3-8cea-069654d709f4": { + "position": [ + 136250000, + 190000000 + ] + }, + "fa94992c-0bcc-4ab0-b6c1-18f8cfe633f5": { + "position": [ + 163750000, + 222500000 + ] + }, + "fb25d373-b330-4993-9416-2e75a4569195": { + "position": [ + 378750000, + 160000000 + ] + }, + "fc43563a-a126-459b-80d0-fbe8eabb38dc": { + "position": [ + 120000000, + 271250000 + ] + }, + "fcabaa2e-b50d-4dce-8b16-f5274c04d5d8": { + "position": [ + 581250000, + 193750000 + ] + }, + "fd2ed09f-72d9-4b90-a7f5-cce70eb1934d": { + "position": [ + 206250000, + 295000000 + ] + }, + "ff037d0f-18eb-410a-9080-8a4fbf241a27": { + "position": [ + 115000000, + 248750000 + ] + }, + "ff241bf8-f3ad-4017-88cb-0fc2a819bf52": { + "position": [ + 622500000, + 235000000 + ] + }, + "ff4a04a9-a436-42c6-a211-7732d5afb82c": { + "position": [ + 47500000, + 185000000 + ] + } + }, + "lines": {}, + "name": "First sheet", + "net_labels": { + "02080fb3-7859-49c4-aac7-8fcad8fdaf25": { + "junction": "4721d102-4fa3-4723-b8a1-85328ee30f59", + "last_net": "a1bb6414-328c-4317-9c24-a68ac98dd08f", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "2c5e576d-289a-473c-a5c1-8c7ea99c11cb": { + "junction": "5ebf584d-99a7-496a-8779-fe068303408e", + "last_net": "e684dd81-939b-4dc0-aee4-fde31192b4ef", + "offsheet_refs": true, + "orientation": "up", + "show_port": false, + "size": 1500000 + }, + "35d6551d-1703-4f05-b51e-a83bb844b8a8": { + "junction": "0280cc0a-ef2d-48a1-b3f7-89c7515322b7", + "last_net": "5a760e38-a29b-4aa8-964a-40c8abaecda6", + "offsheet_refs": true, + "orientation": "left", + "show_port": false, + "size": 1500000 + }, + "44089dc3-5d75-4a9d-9bc4-bf03826709fe": { + "junction": "e5986a44-91fe-49c8-b065-bfcfdf581e07", + "last_net": "a6398aa6-38a3-4b5d-bdb3-7a3be017061d", + "offsheet_refs": true, + "orientation": "left", + "show_port": false, + "size": 1500000 + }, + "507f4a06-6a13-4fe1-8b59-d3b008b5db01": { + "junction": "0c010f5a-54eb-41ef-a2d0-fc1beea60728", + "last_net": "a1bb6414-328c-4317-9c24-a68ac98dd08f", + "offsheet_refs": true, + "orientation": "left", + "show_port": false, + "size": 1500000 + }, + "6a351f3d-ba32-486e-bd18-eac1379f3165": { + "junction": "8c664667-4fe6-470e-80b8-f2f24908a366", + "last_net": "a1bb6414-328c-4317-9c24-a68ac98dd08f", + "offsheet_refs": true, + "orientation": "up", + "show_port": false, + "size": 1500000 + }, + "6cf1e2d4-70be-4bcb-ac1d-c3c88942d827": { + "junction": "57e13ff7-e5fe-4630-9ce8-4415ebe2d4ec", + "last_net": "5a760e38-a29b-4aa8-964a-40c8abaecda6", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "6f35703e-f351-42e6-951e-de4c3003d416": { + "junction": "c6d8fc42-5b1b-47ef-9831-fc7488fc2f12", + "last_net": "59f4b9f3-964c-42f5-9873-40ef98fad86a", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "7742b109-0933-48d5-9e4d-2a0ce68220cd": { + "junction": "e5e595e9-ec7f-44d2-a140-7da5076860eb", + "last_net": "5fb091df-29bb-4c3f-bdb2-8b409884fb2e", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "913b4816-6d32-41ca-b276-4b6c81e719b0": { + "junction": "d6a049e0-f057-4d2e-93b9-191b3c387812", + "last_net": "5fb091df-29bb-4c3f-bdb2-8b409884fb2e", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "9203455d-139d-42e6-8ab0-3cceb5445719": { + "junction": "1888d2ea-c65b-4738-8a1f-815de02376b4", + "last_net": "59f4b9f3-964c-42f5-9873-40ef98fad86a", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "94386135-7b2b-4940-93c0-3a119d12cbe8": { + "junction": "65e7e2c8-74b0-44c2-a1a5-290b2ca28108", + "last_net": "bd13fc87-c28f-46a8-851e-c6fd425ef7dd", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "96217633-77eb-468e-a255-c4df79cfeaf4": { + "junction": "1ea55262-72c6-43da-a7ae-0d848351d69d", + "last_net": "e684dd81-939b-4dc0-aee4-fde31192b4ef", + "offsheet_refs": true, + "orientation": "left", + "show_port": false, + "size": 1500000 + }, + "a0c3cd72-740f-429e-90ea-1ddfbb28def7": { + "junction": "190b2e75-18c6-4e54-b460-c1050ec38f54", + "last_net": "bd13fc87-c28f-46a8-851e-c6fd425ef7dd", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "a6be0bda-7df9-4d5f-b36e-5ebf3c8156cc": { + "junction": "240479a1-8291-424a-99a5-dd8cc871a5f7", + "last_net": "abcd2475-acc0-4dc5-99b9-9dd1bfdc4481", + "offsheet_refs": true, + "orientation": "up", + "show_port": false, + "size": 1500000 + }, + "a70e14b6-5335-449a-97c1-84cd7d5ce55f": { + "junction": "6453e2b0-3c06-47a0-a356-7a30292b5c16", + "last_net": "7cde7e35-1d80-428d-8a82-91b4bed51370", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "a8ce44b9-cc26-4ca8-afb9-9c470d0e5ea2": { + "junction": "a793379d-feb3-47cd-b893-cca5d68a5c1c", + "last_net": "7670fc5a-7f12-4b43-b63e-28da9903f2e1", + "offsheet_refs": true, + "orientation": "left", + "show_port": false, + "size": 1500000 + }, + "b8d5d855-dc83-4d6f-9133-adff8315ce9b": { + "junction": "56a12e33-6f34-448e-bf25-dd9662a0f56c", + "last_net": "d48ecc15-cd23-4b6a-94b3-fab675116a91", + "offsheet_refs": true, + "orientation": "left", + "show_port": false, + "size": 1500000 + }, + "bae54898-ee53-4225-a55b-a83f91d04e32": { + "junction": "f84060c2-f2be-4e8f-a0e5-a22ffe121e6b", + "last_net": "7670fc5a-7f12-4b43-b63e-28da9903f2e1", + "offsheet_refs": true, + "orientation": "left", + "show_port": false, + "size": 1500000 + }, + "c04981e8-cabc-4518-a2a8-455f7c555421": { + "junction": "8be93a15-d01a-4827-8b14-731f12b9d38c", + "last_net": "e684dd81-939b-4dc0-aee4-fde31192b4ef", + "offsheet_refs": true, + "orientation": "left", + "show_port": false, + "size": 1500000 + }, + "c331685e-ac52-4fc4-96f3-5296d26c5983": { + "junction": "190b2e75-18c6-4e54-b460-c1050ec38f54", + "last_net": "bd13fc87-c28f-46a8-851e-c6fd425ef7dd", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "c72b099f-9084-42b9-a551-8bcff579a1bc": { + "junction": "f49a9a86-ef25-4a1f-8bba-4a19fd25bf3d", + "last_net": "630634b0-e396-4928-bb99-a111831ad7c4", + "offsheet_refs": true, + "orientation": "left", + "show_port": false, + "size": 1500000 + }, + "d335015d-fc97-4513-9e92-f20cd768b034": { + "junction": "1fb74106-c9e9-42bf-8f30-6bc0a2c25662", + "last_net": "5f8ceb30-a1fb-4b0c-9106-5ecda3932e0f", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "d5620d69-57b0-4e7c-844a-b32acacaf685": { + "junction": "34c4f30e-ac21-4e88-aa9c-36477d987f71", + "last_net": "5f8ceb30-a1fb-4b0c-9106-5ecda3932e0f", + "offsheet_refs": true, + "orientation": "left", + "show_port": false, + "size": 1500000 + }, + "e4b6b152-9140-461c-94c3-9b07dd1c72ca": { + "junction": "f3126641-de43-4947-871f-370725422875", + "last_net": "75a817e6-772d-43a6-baec-a5787cb24df6", + "offsheet_refs": true, + "orientation": "down", + "show_port": false, + "size": 1500000 + }, + "f205fdc6-137e-4536-96c8-223e17db00ac": { + "junction": "cd269dae-be66-4814-b531-4f3dbb6b6ad4", + "last_net": "630634b0-e396-4928-bb99-a111831ad7c4", + "offsheet_refs": true, + "orientation": "left", + "show_port": false, + "size": 1500000 + }, + "f40fbd72-759e-4012-93bd-befeaab7c136": { + "junction": "5d6d5280-2c28-47f0-a263-07569cc93682", + "last_net": "7cde7e35-1d80-428d-8a82-91b4bed51370", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "f5822db9-be10-4d36-8144-74ad3ab42f82": { + "junction": "e01bb005-8959-432b-a448-27dbbaa6b0ed", + "last_net": "a6398aa6-38a3-4b5d-bdb3-7a3be017061d", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + }, + "f9175282-214b-430e-a8f1-a9f4244912bc": { + "junction": "86abc575-dd38-4666-a49f-1b0fd70dc485", + "last_net": "d48ecc15-cd23-4b6a-94b3-fab675116a91", + "offsheet_refs": true, + "orientation": "right", + "show_port": false, + "size": 1500000 + } + }, + "net_lines": { + "00354d09-c591-4d41-9fc4-074c72b2ea25": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/fcc4791e-021d-435e-96d4-f1fd24dc99ca", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "43f1b952-4197-4e36-81b9-6851b72618b7/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "003b76de-44a6-4712-b4c3-b366a759e918": { + "from": { + "bus_ripper": null, + "junc": "cdfe67d3-627e-4e45-b6c0-b90f54ae34da", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/5e19dca4-3986-4d06-bdd7-7619df766e97", + "port": null + } + }, + "005d5e08-8eb1-4154-a13e-7680ca5b33ce": { + "from": { + "bus_ripper": null, + "junc": "7d124db9-afe3-4f1f-844f-68e10e44ed95", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "df773a3f-0956-4d7a-aada-0d279d1ad4d5", + "pin": null, + "port": null + } + }, + "007b2b24-da62-4324-9b0f-9ce592f1cf63": { + "from": { + "bus_ripper": null, + "junc": "abbb88d5-bd6c-4d14-999e-3ba6eed7aafb", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "f0916399-0e6a-4e06-9fa1-e275a577d7f8", + "pin": null, + "port": null + } + }, + "007ff690-2f0a-4b0a-8a3e-4105f5de5809": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/9c719e22-78b5-441c-9d9d-6c80270653e0", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/c203353f-d2da-4e4f-85be-de03ee82272e", + "port": null + } + }, + "00d13bdb-655d-4e3d-8cc0-7cce9f4afafd": { + "from": { + "bus_ripper": null, + "junc": "9bd91b8b-3d30-4763-beae-fe572a920761", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "393b0e6b-c178-48cd-918d-6abd7635b7a6", + "pin": null, + "port": null + } + }, + "01a51f6a-a76b-433b-9068-43a8b3dee29d": { + "from": { + "bus_ripper": null, + "junc": "e0547f5b-399d-4c46-a216-c4cf19967f8e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "5a1cf9f0-c65b-4017-8376-87e58e86092e", + "pin": null, + "port": null + } + }, + "01b112d3-5c06-46b3-8874-7dd3777fa686": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "50692e18-bd98-4d0c-9c79-6b5423fc4e1e/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a2df1c9d-51aa-436a-922f-4f231428cee6", + "pin": null, + "port": null + } + }, + "01cb36a3-97f0-4916-b5bd-cbfd1105a665": { + "from": { + "bus_ripper": null, + "junc": "e5e595e9-ec7f-44d2-a140-7da5076860eb", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/a0d2f5d6-239f-40dc-b646-4951fc3dc78d", + "port": null + } + }, + "021a664b-1a55-42f7-a358-a276e4bda636": { + "from": { + "bus_ripper": null, + "junc": "05664e62-1cd2-4d64-8356-688b5cebc9cf", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/9527e2f6-6aca-43d0-be91-b3d422c887db", + "port": null + } + }, + "0289e2cb-2202-4f27-8637-9278afa5c68f": { + "from": { + "bus_ripper": null, + "junc": "f6564e3c-b13e-47d2-a325-a34e815f55b9", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "fcb7eee4-e3d4-42a9-a9f1-578e4dc576ad/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "031753fe-45c1-485e-8de6-03f5cb5d2094": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "ba7e1024-4bab-4682-99f8-c7d98480f6f5/a48aebb4-3bc9-4931-aaa5-49c5dc594471", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "cdb48fc4-099d-4710-8e4e-1b7889952d15", + "pin": null, + "port": null + } + }, + "03954880-1922-4980-a85b-58a43620d4ae": { + "from": { + "bus_ripper": null, + "junc": "5809bff9-6797-4fa4-8fd3-d7f192982766", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "f3a45d78-c25d-4737-9091-351764fe3b10", + "pin": null, + "port": null + } + }, + "03bbeffc-a781-4b18-a741-29e6cec3de54": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/e54cf492-fe60-4d0d-a8f4-4344708ba325", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "fb25d373-b330-4993-9416-2e75a4569195", + "pin": null, + "port": null + } + }, + "03cd4e3b-d65d-4ac5-a401-8378f0c94c81": { + "from": { + "bus_ripper": null, + "junc": "0234a8bf-1d12-4cfd-8b82-0c30552c429a", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "af012d01-26a0-400e-9d62-571fc6d95f1a", + "pin": null, + "port": null + } + }, + "03e4da98-c2d0-44c8-a373-8f30e1221f35": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "63b21e56-287d-4540-8156-16a46bc9d522/2c39583e-54f5-44cb-b86f-987f2c023eb4", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ab71e2be-b504-464d-907b-9d258f46d419", + "pin": null, + "port": null + } + }, + "03fd1691-b938-47c3-ae53-ffe638da36c7": { + "from": { + "bus_ripper": null, + "junc": "590553e0-a9ad-401b-8d49-893ba14b0fcd", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "10ddfad7-5f76-4261-9b3d-6a57ff0e604f", + "pin": null, + "port": null + } + }, + "040d542e-5b15-44d5-aa5a-67bbf4cf6bbf": { + "from": { + "bus_ripper": null, + "junc": "90da292a-b805-4888-b380-e587ab61da32", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "f1953e3d-ae80-444c-badd-b4bfad37746b/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "04378cfd-bb41-49d5-afb3-a49a624e7462": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/aceb0248-5804-47df-b537-61495aaea8f9", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "da8b9bc9-8131-450c-86a7-1c33caa27d64", + "pin": null, + "port": null + } + }, + "0509b342-b383-4407-b443-d52ca29e726d": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "250cf2b4-16f8-4538-aa18-e7360419099e/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/2dbdd606-5897-4792-b91b-82e87533135d", + "port": null + } + }, + "0516be69-0e19-484c-a25d-f9915deba7fd": { + "from": { + "bus_ripper": null, + "junc": "cc7131df-e889-4094-aa2a-6522fa4d70c4", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "6c8623ff-5b91-4803-94fc-90da08dfaa2e", + "pin": null, + "port": null + } + }, + "051f60d2-3c55-40a1-9370-06b5918281e0": { + "from": { + "bus_ripper": null, + "junc": "31102543-249d-4b08-a325-fb8690055795", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "36520f48-b5a6-4257-8ce1-10992c7f6790", + "pin": null, + "port": null + } + }, + "05669dec-864d-4074-be73-35e11bff75f5": { + "from": { + "bus_ripper": null, + "junc": "9adacb6a-97ed-4255-8edb-b88f0bfbc64b", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "b055ca43-2ed2-4dad-811b-590ca4a600af/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + } + }, + "057c0e70-eaf7-4df3-ab78-25508cadd9e0": { + "from": { + "bus_ripper": null, + "junc": "9ee27891-d710-477b-a7d5-a92721e284d5", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "20a29b78-6a85-4fa3-a526-c8da782e124d", + "pin": null, + "port": null + } + }, + "05870ad8-5f45-47f5-9f93-f4981b957142": { + "from": { + "bus_ripper": null, + "junc": "60aa1759-05bc-4815-acd4-1d71931c4e81", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/305c7d5f-7723-40df-bd91-8dbb548b1e14", + "port": null + } + }, + "059e2882-71fa-485b-91f0-185e078ebf4c": { + "from": { + "bus_ripper": null, + "junc": "3766455d-5998-447b-9dc4-1d4756e18c6f", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "79a1c6a5-8914-4bc2-96a3-458fbd1ca33c", + "pin": null, + "port": null + } + }, + "05f49a69-cc44-426e-ab6d-cef0b4610bec": { + "from": { + "bus_ripper": null, + "junc": "820cd525-4dd9-47bf-9e8b-cfbc7b932f0e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e1d21929-d9ef-4a47-ab57-9df4ff99ed5c", + "pin": null, + "port": null + } + }, + "0604f364-c4c7-49a6-917f-8c767f1dc5fc": { + "from": { + "bus_ripper": null, + "junc": "11453d99-9887-4fbf-ac60-444cb38c82b7", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "abbb88d5-bd6c-4d14-999e-3ba6eed7aafb", + "pin": null, + "port": null + } + }, + "062ba56a-a1e2-45a9-83cd-25c128fe8d0c": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/bb65c918-37fc-4fb9-a308-67fd7b394531", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "fd2ed09f-72d9-4b90-a7f5-cce70eb1934d", + "pin": null, + "port": null + } + }, + "063f56e6-c25b-40ff-b22e-c57ea4c83d2c": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "f1953e3d-ae80-444c-badd-b4bfad37746b/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/c785322c-48c0-4e5e-af80-ff9ae6c74780", + "port": null + } + }, + "08100f10-2b32-42a8-befa-1792badb49f1": { + "from": { + "bus_ripper": null, + "junc": "b89eec77-36bf-4f32-acf0-51695d9587c5", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/7f3c3eff-db03-42bb-b08d-67dc7c4353c5", + "port": null + } + }, + "083a974c-3753-40fb-be72-8df56cb823eb": { + "from": { + "bus_ripper": null, + "junc": "d9637513-5047-4474-b0e3-85da855ec3ce", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "608a89b5-30c0-47f4-97f8-64677e20ca46", + "pin": null, + "port": null + } + }, + "0936131e-6127-4925-ab55-817eb8eedd63": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "27b9d749-0933-4175-932d-9408a59b9a65/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/2c931f86-f0f7-4022-a43f-36e379ee82bc", + "port": null + } + }, + "096e333e-d817-4081-bbd3-541a000bee93": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "2f9866c5-3aaa-49ab-9996-6386f8f59de4/d118db9b-0850-4b8a-a5a0-5f50299fd232", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "1d5b6424-bdda-436d-b5a1-434c415040a4", + "pin": null, + "port": null + } + }, + "0992888a-238e-4f2f-93c8-6a691309326f": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/0a71efc9-02ac-4582-b3e4-b8741ead418d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "77ccb259-033b-4eea-ba80-5f38f91496b9", + "pin": null, + "port": null + } + }, + "0a3ae704-bb8d-4f9e-8bac-b249347b15ed": { + "from": { + "bus_ripper": null, + "junc": "72e853d6-32fd-4810-8bf9-6f4c19f15cc2", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "632203f4-d553-42a6-8239-306c2c86982a", + "pin": null, + "port": null + } + }, + "0a71f6f8-e2a6-4e22-9e83-e39e64cb5e32": { + "from": { + "bus_ripper": null, + "junc": "252dc3a3-7fba-40b5-a3ad-8475a3608aaf", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "c46ac4fe-2294-4562-8429-8ad7e85aa0c0", + "pin": null, + "port": null + } + }, + "0b645d5e-69d1-4ad2-b8cc-8bc84821d924": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "5f3bf712-0c79-468f-b10e-f7529ea27660/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "85ba28a1-f963-43a7-868f-3bacc95d176d", + "pin": null, + "port": null + } + }, + "0bd81952-eedf-4f72-893f-9cc1183b45f3": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/d58cd8ea-f25d-4d4c-9fea-7f2a039f45e1", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a536140d-1d14-47c4-9178-36a60dec6273", + "pin": null, + "port": null + } + }, + "0c510271-0cf2-422c-b2ad-83b7ee9f726d": { + "from": { + "bus_ripper": null, + "junc": "e01bb005-8959-432b-a448-27dbbaa6b0ed", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/4c3c8435-f884-4ef7-95c8-44ce0679cabf", + "port": null + } + }, + "0c80d977-8a50-4152-87f4-7c8457f1d165": { + "from": { + "bus_ripper": null, + "junc": "c3c9ecbc-fb22-4d6f-8626-47736e5433d0", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "05664e62-1cd2-4d64-8356-688b5cebc9cf", + "pin": null, + "port": null + } + }, + "0c81623e-cdb5-4cff-9972-81d86be2e174": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/6c797f0c-674e-4f4f-bc90-8b362cde6b2e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "98864cc3-c05c-417b-a317-574f03391b64", + "pin": null, + "port": null + } + }, + "0d19a3f7-d2a7-43cd-affd-b98b3961ea96": { + "from": { + "bus_ripper": null, + "junc": "570ce4e0-f532-46aa-8fba-b3cf1143c670", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "397b5c16-babe-4e97-b860-8020f7705cb2", + "pin": null, + "port": null + } + }, + "0d63a64b-545b-482b-aec3-89b892cb25e3": { + "from": { + "bus_ripper": null, + "junc": "1eb88e21-6449-40f9-a681-d3a52e5210ff", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/1343c349-b8e9-4797-9655-c7e4ab33353d", + "port": null + } + }, + "0dc7da35-8d84-477d-87d5-77b01bd6c0d3": { + "from": { + "bus_ripper": null, + "junc": "018e8d3f-76b8-4373-9192-c212981de364", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b0c53038-c9a5-4474-890d-c99bf7d81d9a", + "pin": null, + "port": null + } + }, + "0dff8cd2-4a3d-4107-9901-09dd83e6f3cb": { + "from": { + "bus_ripper": null, + "junc": "ee906d7a-0a19-4782-ad8c-7ca45c59ccfa", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a227077c-623d-4ac9-afc3-922d3a798fff", + "pin": null, + "port": null + } + }, + "0e516305-924f-4ddb-8cec-5b5a94ab6d41": { + "from": { + "bus_ripper": null, + "junc": "56f51ad4-db01-43e5-a8c3-902b20e9a6b5", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/13d96328-f112-426b-bfb4-e84a2d9a8a87", + "port": null + } + }, + "0f3493ab-81bb-46d8-8290-d9028b34b8f5": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/51b968c1-53af-412e-b25f-6d0ae9c574fc", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d6fa17fb-503b-4226-8549-a8c895280bd3", + "pin": null, + "port": null + } + }, + "0fd3b261-acc7-4cf1-bbb5-bb6f5e297890": { + "from": { + "bus_ripper": null, + "junc": "2ce79243-3536-44c7-b647-9e26bfd3dd6e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/249f4636-a7a8-4e00-9873-f41715209bf7", + "port": null + } + }, + "0ffe5228-3847-4516-898e-357dafa68849": { + "from": { + "bus_ripper": null, + "junc": "72c543eb-97c0-4248-a0e7-cd4796df38db", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "9c4e2237-ec64-4660-89b0-6c97de249ef3/43686c42-1579-41fd-8be2-20084980259f", + "port": null + } + }, + "105b0539-9dae-464b-9709-0e48fc39b54e": { + "from": { + "bus_ripper": null, + "junc": "438679f8-82c0-409a-b029-ae9dcf13cadd", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/f087e5d1-25cf-45d5-9a3c-8a6ea1805cf8", + "port": null + } + }, + "110fddd0-5822-4b18-8c0d-4a8f81532ddd": { + "from": { + "bus_ripper": null, + "junc": "b6e706ba-107f-4a73-8337-3c813f8f751c", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "102cf2d7-6b5e-4e6c-bd3a-fcfaa9d5fced", + "pin": null, + "port": null + } + }, + "11468dcf-ab53-4f97-8cab-28b8d6f39b98": { + "from": { + "bus_ripper": null, + "junc": "1bff479c-7ec4-49fa-983e-f705e182dede", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/863d7aa6-3286-405e-b88a-ca5d9743154e", + "port": null + } + }, + "116b8f26-c945-41f7-8155-279c040cc10d": { + "from": { + "bus_ripper": null, + "junc": "e45ebdbe-0e3c-40cc-aded-7b08ae9b4c4e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b27c3f1a-1712-4914-a190-90b85450f4cd", + "pin": null, + "port": null + } + }, + "121ba3d8-fd9a-4751-a895-72bc15951925": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "7c574b30-9a15-4867-bbb1-b90f2408f238/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a310122a-171a-4e29-8d70-8056ceb5d019", + "pin": null, + "port": null + } + }, + "1255ef21-2bb5-4eb9-81b9-ac6a87f8833a": { + "from": { + "bus_ripper": null, + "junc": "cfa62be1-e53d-4c61-9205-d7eb8bff9f98", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/051941b7-01fd-44e2-b016-097a1d91f25d", + "port": null + } + }, + "12635c58-75c1-4e1a-a7e1-281ee7f0b226": { + "from": { + "bus_ripper": null, + "junc": "5df962d3-5231-4c3f-97af-4badf3533f8c", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "2f16a566-9ae6-4adb-aa75-e99a0d4d357a/6a44037c-65e2-4876-9359-42890048841d", + "port": null + } + }, + "12e73b0d-ec6a-41f3-9e57-f5c4cd95105e": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/f80e0a42-e3c1-4271-bc0a-7ff9907f540f", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "1fb74106-c9e9-42bf-8f30-6bc0a2c25662", + "pin": null, + "port": null + } + }, + "12f1b12a-e9b7-4c6b-a0ec-55a6feddf4c2": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/d1b03e65-0e95-4a90-9a91-4a21ed710333", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/7e58995a-a86c-4343-becd-1823e3877dae", + "port": null + } + }, + "133aac6f-194c-44de-aa07-b811937bbf67": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "85cf9d2c-1333-4143-9c3a-78804e685111/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "c7bc444f-13dd-4394-a061-60fc55a2b26e", + "pin": null, + "port": null + } + }, + "14bf4c31-ffbf-4f4e-b6e9-0c2e5b9a421c": { + "from": { + "bus_ripper": null, + "junc": "acf4d09f-5b70-41e8-9723-09f05e353c79", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/e7afacc6-8f2d-4d60-84f3-2558f9cf4a1d", + "port": null + } + }, + "1575506b-ded9-4a6b-b8fe-9f6b641aa08c": { + "from": { + "bus_ripper": null, + "junc": "e60a642b-b996-451d-915c-907dcf0eebc1", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/2ae074c3-412e-493f-afac-913f580f09cc", + "port": null + } + }, + "157a121a-5ea3-4d23-aed1-91f183437508": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/e23babb4-0b66-4db3-a9a0-7d21922e8568", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "00111f75-9195-4bf5-998b-5f6b81ba1c05", + "pin": null, + "port": null + } + }, + "15b67898-03e0-4b03-a901-be5ce012a6d2": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "75fdc4eb-f5c7-4168-9ed5-f1129eb2b912/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/de1db354-f196-451f-a7b8-19af8d7f1d1f", + "port": null + } + }, + "1631341e-49e7-491f-bfc5-84b36703b430": { + "from": { + "bus_ripper": null, + "junc": "9e9fbd61-137b-400d-8d47-f59d03dc9213", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "561c2c59-3b46-4b5b-9d64-8619317031c3", + "pin": null, + "port": null + } + }, + "16909d60-38e4-4c5b-8950-0d0ca1fe39eb": { + "from": { + "bus_ripper": null, + "junc": "f3126641-de43-4947-871f-370725422875", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/f80cc6bc-7e07-4466-9f5c-e8750c503c2f", + "port": null + } + }, + "16ee7740-79b5-4587-917c-049a5d39109a": { + "from": { + "bus_ripper": null, + "junc": "f690a1bf-3fe6-4337-a0aa-b78366e56c81", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/2480cfb3-78a7-495e-af6a-c8d80be3c984", + "port": null + } + }, + "16ef08c0-f872-417d-aead-71b18746e418": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/70c74885-cd8e-4423-853c-177f8bba21d3", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "65e7e2c8-74b0-44c2-a1a5-290b2ca28108", + "pin": null, + "port": null + } + }, + "173ace06-9b2e-44f2-8646-b88dd92e863a": { + "from": { + "bus_ripper": null, + "junc": "e5986a44-91fe-49c8-b065-bfcfdf581e07", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "42d3c19d-9834-4d92-bed0-f9ea839025c7/8e4aa478-85df-412b-b0c2-9275d06cfe90", + "port": null + } + }, + "17b2e259-015f-4196-8f77-d98b30f57e14": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "77c70992-bb8b-4110-8cf8-bc92a3a5a8ba/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e54d05a8-71e7-4881-a8c4-c3f259e0350a", + "pin": null, + "port": null + } + }, + "18208900-5b32-4c66-bb23-abb1d811c12b": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/139166eb-d4c8-4d76-8875-8d0f3de3a516", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a793379d-feb3-47cd-b893-cca5d68a5c1c", + "pin": null, + "port": null + } + }, + "18360c32-2d1b-4012-814f-2eb166347487": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/526a3980-ae9e-4116-a056-8d767763ce9a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/213c4acc-f976-4b35-8b35-57f7cd159e77", + "port": null + } + }, + "187afcef-7e4a-414b-9438-c32fd8165163": { + "from": { + "bus_ripper": null, + "junc": "72b235fa-94ff-4754-84e1-5031f02a7c47", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "709c63aa-b501-4e29-aa0d-f427d8343c7b", + "pin": null, + "port": null + } + }, + "18ffe1b5-5bfe-4d9d-8433-f8cf44e7a03e": { + "from": { + "bus_ripper": null, + "junc": "01e15245-c1ef-4f4a-8442-c800528c7ae6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "2ce79243-3536-44c7-b647-9e26bfd3dd6e", + "pin": null, + "port": null + } + }, + "193159c0-9d9b-498c-ab11-38800f2fef0c": { + "from": { + "bus_ripper": null, + "junc": "ab2f530f-a9c0-456e-9e25-ef6df6e148ae", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca861462-2956-430a-96ae-87990e40efed/cbcb029f-94eb-4b2c-9c93-4c5780b06224", + "port": null + } + }, + "193c5058-9333-43c3-9dde-fc1d15ac490d": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "c380c1aa-5653-462e-82b9-c52bb794c9c3/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "393b0e6b-c178-48cd-918d-6abd7635b7a6", + "pin": null, + "port": null + } + }, + "1980d8f0-cba6-4870-a7a0-78290b69c417": { + "from": { + "bus_ripper": null, + "junc": "f49a9a86-ef25-4a1f-8bba-4a19fd25bf3d", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/0a88a5a1-9066-4ab4-a15b-5492fc9f4dda", + "port": null + } + }, + "19ed1cd2-ef57-4576-9249-015d7914780a": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "42d3c19d-9834-4d92-bed0-f9ea839025c7/d5bb922a-9c97-46c6-8467-9061938875f0", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "72b235fa-94ff-4754-84e1-5031f02a7c47", + "pin": null, + "port": null + } + }, + "1a67b6ae-d790-46d2-99b3-248dd8fe2317": { + "from": { + "bus_ripper": null, + "junc": "ca6521a8-a32a-4e37-8a55-9145f56889ea", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "0b0dc2c9-3b6d-4b38-9664-71189d23e204", + "pin": null, + "port": null + } + }, + "1a9f99b5-7df4-41c1-baf4-a67fd021428e": { + "from": { + "bus_ripper": null, + "junc": "211a6590-f580-4800-b7e3-cde2b27a06f1", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/7e9333ee-7c74-4633-bd45-93523947dfc9", + "port": null + } + }, + "1ac213ac-d3a3-4500-9d3e-6fc0cfad86bf": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "39f1f629-c8ca-403f-8857-ed838cba28d3/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "14d3a5c6-af9f-4fcf-942f-1f0271571be3", + "pin": null, + "port": null + } + }, + "1bee7b8f-657b-4c86-8c05-413440f065b1": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "e9f7071b-810c-4944-acc6-469a9d0c794f/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "dd90e64c-545b-4bfb-b6ce-4816fb7de843", + "pin": null, + "port": null + } + }, + "1c7219b6-a300-4896-a03a-8b1083be6d34": { + "from": { + "bus_ripper": null, + "junc": "125954c0-5a16-4045-95d7-f70dc7a9a8ab", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/f487077c-a021-4eda-b11c-12c90aad8e1e", + "port": null + } + }, + "1cc75a21-9748-42fd-82e4-b0a04eeeeb91": { + "from": { + "bus_ripper": null, + "junc": "6315aa89-191f-4069-ae6d-630922901b7f", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "2cac1094-63c1-4616-8e80-7cc64b507722", + "pin": null, + "port": null + } + }, + "1cf65ce9-a7d3-4957-84bd-fab5a4548e3c": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/abb044ab-7e0f-4e95-9d53-95daf08ce16a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a3838891-a0c0-41cc-8887-910b311b3ec6", + "pin": null, + "port": null + } + }, + "1d0aad3f-5abc-4c0a-a56b-722a285bf10c": { + "from": { + "bus_ripper": null, + "junc": "34b84243-4675-4012-af9e-523162a0e9e5", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca861462-2956-430a-96ae-87990e40efed/831abb7c-8ea4-4085-a593-5fb964a0ced7", + "port": null + } + }, + "1dab9e74-aac1-4c04-bbbd-3aaf6471b0c9": { + "from": { + "bus_ripper": null, + "junc": "ba882ecb-9b31-4f08-933f-db8b970c9ee4", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "618c111f-e320-41b8-9ef3-9e3b65c1f3ed", + "pin": null, + "port": null + } + }, + "1df51086-be08-4e0e-abb2-81dfb7bb8a61": { + "from": { + "bus_ripper": null, + "junc": "a459381c-8e6f-48aa-b93a-e715b6b64179", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "369f9258-f8d4-4501-a1e8-906186d4d3cf/6a44037c-65e2-4876-9359-42890048841d", + "port": null + } + }, + "1df9c545-be86-48df-9c00-8e74c63f4e30": { + "from": { + "bus_ripper": null, + "junc": "1ea55262-72c6-43da-a7ae-0d848351d69d", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/7fe1398d-63c6-4b14-b735-25814184837f", + "port": null + } + }, + "1e37f0bf-9ed4-4fb4-85ec-95dc31c977e5": { + "from": { + "bus_ripper": null, + "junc": "0280cc0a-ef2d-48a1-b3f7-89c7515322b7", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "85310e86-3028-427d-b11a-69f9ed2e668c/69881301-39b8-4e67-a20f-9d037c094ed2", + "port": null + } + }, + "1e43051e-9d1d-49eb-b52d-a7c9b94be7fd": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "63b21e56-287d-4540-8156-16a46bc9d522/d9fea946-e9cd-4a51-9b72-4314de901d16", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "85310e86-3028-427d-b11a-69f9ed2e668c/48046849-2109-4d41-a774-c8b3eaf70c2b", + "port": null + } + }, + "1f43c859-9259-489f-80e6-177e26120dfe": { + "from": { + "bus_ripper": null, + "junc": "a6379c3d-b5b0-4134-bcf9-170e180482a3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "df40f03e-42c1-4c8a-986e-80a39c8b1543", + "pin": null, + "port": null + } + }, + "1f587c3b-d55d-4b70-84d9-a65a24f15210": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/2b72006f-f36f-4c5b-a6a9-80a334470851", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "252dc3a3-7fba-40b5-a3ad-8475a3608aaf", + "pin": null, + "port": null + } + }, + "1f82e77d-26e3-40c4-bf66-5e92e7d83f64": { + "from": { + "bus_ripper": null, + "junc": "0f7d0f73-7867-457a-a221-2de4b0a0a2da", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "6315aa89-191f-4069-ae6d-630922901b7f", + "pin": null, + "port": null + } + }, + "20138a89-687c-4145-9b32-8ecbeea64be8": { + "from": { + "bus_ripper": null, + "junc": "bf8517e7-c505-4bd5-9611-bca2600fbcc3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e3a485ec-ab62-4e21-b42f-16edadf9498e", + "pin": null, + "port": null + } + }, + "20253439-36a2-49c3-92df-9f1b393e41a4": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "e2f50ac2-c97a-437a-8559-49591e0640e1/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "f0916399-0e6a-4e06-9fa1-e275a577d7f8", + "pin": null, + "port": null + } + }, + "21891e2a-f5b2-4309-813b-e44d0da9777c": { + "from": { + "bus_ripper": null, + "junc": "6edfb85e-b5c1-4ae9-99c7-7e5302fa7bb3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "23541009-aee3-46e4-802d-fb81cde17741", + "pin": null, + "port": null + } + }, + "2237dc98-3e16-45fa-b0a0-4e294599d8d3": { + "from": { + "bus_ripper": null, + "junc": "6c8623ff-5b91-4803-94fc-90da08dfaa2e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "edec0e02-85cf-44f4-bf61-527b185cb611", + "pin": null, + "port": null + } + }, + "2240d9e4-6f09-41a5-be4a-b48be6f4b598": { + "from": { + "bus_ripper": null, + "junc": "695fd3da-82cc-405c-a12f-5ec5a2e828e2", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "c89b94ac-a979-405e-9c90-2d1526f175c3", + "pin": null, + "port": null + } + }, + "22659ecf-8570-44a1-ba98-ff5d07389658": { + "from": { + "bus_ripper": null, + "junc": "da8b9bc9-8131-450c-86a7-1c33caa27d64", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "22896063-7890-4a7e-8a3b-9f42434525a9", + "pin": null, + "port": null + } + }, + "22ad03fc-2278-4354-8f84-c3880b6c04a9": { + "from": { + "bus_ripper": null, + "junc": "8eb9356d-c6a1-420a-8905-f6b91ff52859", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "f369c1de-a6bb-4053-81d5-3e34a45727de", + "pin": null, + "port": null + } + }, + "22e0ae02-9455-415e-8aea-f5ceae0891de": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4ed3aa94-dfad-42c3-9aad-38f34c9f8537/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "f690a1bf-3fe6-4337-a0aa-b78366e56c81", + "pin": null, + "port": null + } + }, + "235e9dbf-05a2-44ad-8208-a59ba0c6a01b": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "63b21e56-287d-4540-8156-16a46bc9d522/d1d19fbe-c1dd-4460-b93d-2a4e3fa6680c", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "0c010f5a-54eb-41ef-a2d0-fc1beea60728", + "pin": null, + "port": null + } + }, + "24555bac-c595-4b36-a6b9-378c8b100d7d": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "250cf2b4-16f8-4538-aa18-e7360419099e/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "c3c9ecbc-fb22-4d6f-8626-47736e5433d0", + "pin": null, + "port": null + } + }, + "2482b7a4-0b69-41ae-809c-68713c72984d": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/b213b750-358f-4c46-955f-d8248d6f004b", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3fda070d-6859-4dc8-a382-40c677611369", + "pin": null, + "port": null + } + }, + "24efe0e4-ec55-47b2-9cc6-a5511f7c850a": { + "from": { + "bus_ripper": null, + "junc": "e049522d-1a75-4eb5-a153-09c17c49fb55", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ac3ad319-4ad0-4eb9-8b2f-0507279a9d86", + "pin": null, + "port": null + } + }, + "253ef3bb-4a61-45bb-973c-b37e80b31b45": { + "from": { + "bus_ripper": null, + "junc": "9dba91ca-81c6-46f6-863d-d29827f8d263", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/f7e05b2b-93ed-424a-8ded-f695578e7965", + "port": null + } + }, + "256a7a02-2c26-451b-b2fc-a1b8a8465424": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/d9d96951-0bb3-465d-a8fc-5906631aa389", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "75fdc4eb-f5c7-4168-9ed5-f1129eb2b912/6a44037c-65e2-4876-9359-42890048841d", + "port": null + } + }, + "259ccc2f-0004-45a7-89e0-8cf052e799fe": { + "from": { + "bus_ripper": null, + "junc": "dea35283-d0be-4436-bbd4-672f3e9dc8c7", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "6d6fe923-b685-4b3b-a3a5-dd08c40c2169", + "pin": null, + "port": null + } + }, + "25e67155-2f7a-48f5-9853-8f6721be8a22": { + "from": { + "bus_ripper": null, + "junc": "a6197d71-bf86-49be-8421-7a07647a45f9", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/2425f6cb-5049-49a0-8c71-1f2350f8d7fa", + "port": null + } + }, + "25e6e0c0-3cee-4764-8114-a22b3ae671e9": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "b9a19e1b-79f4-463d-a10a-4732edfdebc5/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "63d45d18-84e7-499e-ba57-ebffc21eba33", + "pin": null, + "port": null + } + }, + "26ad0525-3fc5-4db2-bb74-50d6d33cc996": { + "from": { + "bus_ripper": null, + "junc": "c787f124-9268-4ffa-b3f9-c5c3e7a79895", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "b6f83248-3ac1-40e1-82cc-bc9dbd21d298/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + } + }, + "26de2d85-1873-4f7b-882e-3c86a8ac3d12": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "a01ab3b9-a339-4573-9bce-fb053512adc9/ad011333-a979-4aac-8763-7e2989227421", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "dd90e64c-545b-4bfb-b6ce-4816fb7de843", + "pin": null, + "port": null + } + }, + "272cca96-af44-4fcf-b856-b646c399e13e": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "53506a1a-5756-480f-9444-45972a14f726/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "a01ab3b9-a339-4573-9bce-fb053512adc9/2b869117-e80c-4190-8558-0e24928b3f82", + "port": null + } + }, + "276f67b3-10c1-4eaa-b7fd-9110daec2122": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "53d99f45-129b-4231-a4c9-68dcfecff69c/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "6075973f-b050-4382-be7d-139572738c31", + "pin": null, + "port": null + } + }, + "2787e80d-a455-4997-b01a-53632189ac84": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "87b07afb-1612-4d6b-9288-2d3a4efd3d53/b249853f-f1b3-4128-9ff3-be7e5939dfdc", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "01fd7347-2438-4ee8-b4f6-f3cbfc83e73b", + "pin": null, + "port": null + } + }, + "27aacb3f-8a2c-4dbe-a9fd-ebbbcdaeb01c": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "b7f92ac7-0890-4407-8cd7-d5300810194b/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3e45d635-ba38-42cd-b066-bb18e63598ac", + "pin": null, + "port": null + } + }, + "283eb227-c21f-4932-a64f-e6d6246409bc": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/789adae7-b2df-4249-a0e8-94cf2f10f35d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "f875be91-09bf-4ae6-8948-5799f182029d", + "pin": null, + "port": null + } + }, + "285e40ab-eff5-4a6e-8a73-c5b413a5f6b8": { + "from": { + "bus_ripper": null, + "junc": "86abc575-dd38-4666-a49f-1b0fd70dc485", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/83d126f5-dfba-46da-92db-bd19ba1bd028", + "port": null + } + }, + "28753238-fc3a-4086-a834-06af1adebf4e": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "85310e86-3028-427d-b11a-69f9ed2e668c/c4419199-72c1-4caa-973d-d94ab9df937a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "102cf2d7-6b5e-4e6c-bd3a-fcfaa9d5fced", + "pin": null, + "port": null + } + }, + "287ea4c0-2487-43d5-aa74-16a03d6c07d5": { + "from": { + "bus_ripper": null, + "junc": "449c5a61-fb75-4c58-9295-34e925192884", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "01fd7347-2438-4ee8-b4f6-f3cbfc83e73b", + "pin": null, + "port": null + } + }, + "28d54e08-cf85-4daf-968e-c190a809ce68": { + "from": { + "bus_ripper": null, + "junc": "7f279d06-1aad-40af-8314-6e468bc0e7f5", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "7de8e087-b31d-4151-a73e-9e0cbe193591", + "pin": null, + "port": null + } + }, + "29180cd2-8da2-4cf8-bd58-efadd929b2f9": { + "from": { + "bus_ripper": null, + "junc": "ad7a9901-3cc3-41a9-b738-24cc46c73464", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/fde512ab-a468-4ecc-b64f-dfc15939b9e0", + "port": null + } + }, + "29389b0e-8edb-4df5-ad37-9e2921301a3d": { + "from": { + "bus_ripper": null, + "junc": "dea91b48-8089-4823-8a95-2bc6121fe33e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "125954c0-5a16-4045-95d7-f70dc7a9a8ab", + "pin": null, + "port": null + } + }, + "2965dd6e-a846-4f6f-a003-dab2c67d8d53": { + "from": { + "bus_ripper": null, + "junc": "386ac05e-12b6-4cfd-b164-978d901b938e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ff4a04a9-a436-42c6-a211-7732d5afb82c", + "pin": null, + "port": null + } + }, + "2aa012fb-dc50-4beb-b31e-69ed5f4d8f12": { + "from": { + "bus_ripper": null, + "junc": "d3a56c43-ebcd-4624-8b88-d14e67fa6977", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "41bff166-e817-4805-9ab2-13ec8c6f9fae/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "2aeb8a9e-f14a-486f-a737-d04e92201cfb": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "7405b477-caba-4d36-886b-d6ce8bb90fa4/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/9cac7167-5da4-4b88-a7c4-d381e5883ba1", + "port": null + } + }, + "2aedf954-29d5-4479-a5ff-519fe2f3d6c6": { + "from": { + "bus_ripper": null, + "junc": "9f296a19-210c-4d3b-999f-a3f682a4b5a2", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "20a29b78-6a85-4fa3-a526-c8da782e124d", + "pin": null, + "port": null + } + }, + "2b7aeb3b-9065-4bfc-9255-ac1f73122563": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "c4aadddb-ff7d-4e8e-8249-38e6f48ca949/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "60150c3f-5806-4b0b-8ee8-4661fa751321", + "pin": null, + "port": null + } + }, + "2bc39c7a-44d4-49ee-a3aa-6b6f733cb156": { + "from": { + "bus_ripper": null, + "junc": "a659007c-e0ab-42d2-848e-403ac2aba02e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "dfc0a5c7-8a3b-46f2-a54c-a92080e24704", + "pin": null, + "port": null + } + }, + "2c6990c2-0d29-4ec5-b4ff-ebe7b3cf67cd": { + "from": { + "bus_ripper": null, + "junc": "d4d98f4d-2ec8-4196-8645-2949d42d8e70", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b8bf3285-32a4-4680-9044-5f87aa2f8f32", + "pin": null, + "port": null + } + }, + "2d25e44f-5c28-4ce0-b8bc-9d895c112d40": { + "from": { + "bus_ripper": null, + "junc": "61ff5469-e617-4653-87df-ba415c41ada6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e1d28588-d6d2-45b2-afba-298153817062", + "pin": null, + "port": null + } + }, + "2d644a2a-6277-4f47-bdfd-e73b2d1120e4": { + "from": { + "bus_ripper": null, + "junc": "22896063-7890-4a7e-8a3b-9f42434525a9", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/f89c1e65-a5e9-43f5-b146-d768d61ba7cd", + "port": null + } + }, + "2d7a06eb-82c5-41b5-9be7-c13f84772f3f": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "62af5585-8260-4ef6-b5b7-200eb2faaadb/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/e66fbb42-7823-44b7-b15f-c4d015f099e8", + "port": null + } + }, + "2da1e15a-09e8-437d-8d2e-7680928d1a10": { + "from": { + "bus_ripper": null, + "junc": "2ba52ebd-e21e-49c1-b684-f2b6b91fbfce", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/a1695328-12c2-4274-80c8-d728f5ff3c9a", + "port": null + } + }, + "2e1c1d3a-b17b-46d4-bb2e-843c7c5f9ba6": { + "from": { + "bus_ripper": null, + "junc": "11e636fb-64db-4bf6-bddb-5ea2f1d0ab23", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b06e5c3d-2092-4392-8e04-ccfe53af2edf", + "pin": null, + "port": null + } + }, + "2e29331d-8be2-4e5c-a2ff-9188ffb03b4f": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/6db63837-a793-4bec-9243-2ecd97f25d10", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b6fdea61-bce1-431d-b4b6-e000429dcfeb", + "pin": null, + "port": null + } + }, + "2e3203b0-bf72-4292-a7eb-58000d43d82b": { + "from": { + "bus_ripper": null, + "junc": "af012d01-26a0-400e-9d62-571fc6d95f1a", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "41d1a112-81fa-4aea-b345-e909362f09b9/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + } + }, + "2e3ed0be-ecc1-4a15-a191-970c34bc10d3": { + "from": { + "bus_ripper": null, + "junc": "fa8137fa-4b56-40b3-8cea-069654d709f4", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/efded34a-545d-4fc9-8e77-a890f73eb5ad", + "port": null + } + }, + "2ee2b911-8dc8-4a3d-9756-902544572a9e": { + "from": { + "bus_ripper": null, + "junc": "e54d05a8-71e7-4881-a8c4-c3f259e0350a", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "127188aa-38cf-446c-b9f3-154ed9f545b6", + "pin": null, + "port": null + } + }, + "2f042420-042d-4127-a7d3-cb37bfbd1158": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/a87c482e-cdaf-40f0-9c27-7bcca63756fc", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "632996d5-7189-4f0a-8e9f-db26da2cad2a", + "pin": null, + "port": null + } + }, + "2f60efc4-5f68-4db4-ab92-4ab9e8468e9e": { + "from": { + "bus_ripper": null, + "junc": "34d27e0a-9b71-474b-ab31-4c928d96127f", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "a01ab3b9-a339-4573-9bce-fb053512adc9/a50f9684-8f89-4388-b163-e25e4048ba7e", + "port": null + } + }, + "2fda3b51-9d53-4ec9-b04e-ddbf4bd54cd9": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/44eec708-38ed-4fc0-a9ca-5bf0d5e4c9bb", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "5a2ac1e8-339f-40c3-aa39-4a37f22dba79/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "301425d0-6f02-416a-819c-79924b3cafa1": { + "from": { + "bus_ripper": null, + "junc": "1e9923e7-b4a3-410c-b079-ddefcab17919", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "96ef19f9-010b-43bb-b51e-2a9e0d936c24", + "pin": null, + "port": null + } + }, + "30a072bb-ee78-4e04-9cc0-1042e99d1a75": { + "from": { + "bus_ripper": null, + "junc": "5201ad12-ec02-496d-99da-81bc745e8fe3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4ad7115b-0ac9-4754-8c49-a41f76970cc8/6a44037c-65e2-4876-9359-42890048841d", + "port": null + } + }, + "30f763bf-6325-481c-a837-d94844e3d195": { + "from": { + "bus_ripper": null, + "junc": "ced25dd8-06ef-4f1d-af09-f579f2c8ea8c", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d6fa17fb-503b-4226-8549-a8c895280bd3", + "pin": null, + "port": null + } + }, + "317b496c-0c29-40c2-9c88-9e817eff9285": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/cf213af8-5c78-4666-b1cf-5d4285fafbe5", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "296123fb-107e-4c01-bc65-ccf3c3032452", + "pin": null, + "port": null + } + }, + "31d3eca5-8e7f-481e-aafa-e67786943ed7": { + "from": { + "bus_ripper": null, + "junc": "974cb0d1-26f9-4df8-bef0-5f521b9d361a", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a9f42d99-1d45-46d2-9ea7-ac5e8f606724", + "pin": null, + "port": null + } + }, + "31fbe78d-cfae-4728-a52b-16f02be8a452": { + "from": { + "bus_ripper": null, + "junc": "77e92d9a-31a6-4166-90a1-92eb965afdb6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "c4aadddb-ff7d-4e8e-8249-38e6f48ca949/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "320b51f7-e1e2-4183-a730-ddd9b5ba06ed": { + "from": { + "bus_ripper": null, + "junc": "296123fb-107e-4c01-bc65-ccf3c3032452", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "24db75f0-b953-42f6-8b10-e3160e1a9ca5", + "pin": null, + "port": null + } + }, + "3254b5d8-ec70-42c2-9768-b76c3c3a4b98": { + "from": { + "bus_ripper": null, + "junc": "2a134abc-cc68-4361-99b1-1f6b36c72f80", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "7c60e097-daed-4e74-b967-02fbec6afbdc", + "pin": null, + "port": null + } + }, + "326cb93c-50f6-400e-85bb-ffa3119669b0": { + "from": { + "bus_ripper": null, + "junc": "4d0a341e-a610-4e07-b30f-e2b1fc7f6804", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "9eea8cbb-10ea-437b-8399-cc048fbad90d", + "pin": null, + "port": null + } + }, + "3285c3ee-2e9b-4b5e-97b5-f6891616ea0d": { + "from": { + "bus_ripper": null, + "junc": "fa94992c-0bcc-4ab0-b6c1-18f8cfe633f5", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "11aa6d15-d00c-45c5-8221-8a2d98457b43", + "pin": null, + "port": null + } + }, + "32cd27b3-b82b-4d4f-94f4-b1e461643472": { + "from": { + "bus_ripper": null, + "junc": "dd90e64c-545b-4bfb-b6ce-4816fb7de843", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a571666c-a0f9-49f4-ae67-ef314ed0bb7b", + "pin": null, + "port": null + } + }, + "33945534-5234-4f75-93b2-d8ff49932848": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/557c473f-935c-4865-a869-cb40543cf617", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "2068e3c0-69c0-43bc-a28e-0c21968143a6", + "pin": null, + "port": null + } + }, + "339763d6-b2ab-418f-a15c-c56e54c469d6": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "69d1a9dd-e001-4811-ac71-a56f1825be17/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/5e4ec5d3-427d-438f-870c-6226cddc3439", + "port": null + } + }, + "339ce1d1-9a55-4a74-899e-f91a19535448": { + "from": { + "bus_ripper": null, + "junc": "96958141-67ac-4794-90df-862db055281d", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/3b61ec5f-184b-477f-9646-b46961852996", + "port": null + } + }, + "33d16f2b-c13d-490a-81f2-ce2d1c0eb97d": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/54012050-6e50-4aac-92d9-6b6f817db52a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "4702b58e-6739-402a-83da-2a9cf06a0db4", + "pin": null, + "port": null + } + }, + "33ea3d0d-7ccb-4f6d-b3ec-64544f75bf8f": { + "from": { + "bus_ripper": null, + "junc": "1d5b6424-bdda-436d-b5a1-434c415040a4", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "4f47e101-2e3e-4758-8d23-3fdb4989ecae", + "pin": null, + "port": null + } + }, + "3416e350-2a02-449a-912e-5ed978ceff02": { + "from": { + "bus_ripper": null, + "junc": "a3838891-a0c0-41cc-8887-910b311b3ec6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ada8e121-0b78-493a-bca5-88623bd82a7f", + "pin": null, + "port": null + } + }, + "34fd5c4d-5c17-4e11-8822-f12780ab2814": { + "from": { + "bus_ripper": null, + "junc": "a881295e-d122-4dfe-9320-a089c6bb00e1", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "63b21e56-287d-4540-8156-16a46bc9d522/b6f46738-7c74-4726-9407-90cb156448f5", + "port": null + } + }, + "3549b32c-3c07-40e1-99cd-52aad0062db2": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "42d3c19d-9834-4d92-bed0-f9ea839025c7/5ddab6f2-a507-4c69-9b54-013cec152267", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "79e816e7-2643-4876-a3db-d01e6a37f46c", + "pin": null, + "port": null + } + }, + "36e5f60d-31e5-476f-85e2-8422bdb665aa": { + "from": { + "bus_ripper": null, + "junc": "b2343cba-c921-4024-bb79-83cb9ed74f40", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/d0e007b4-0f3c-4705-a6cd-b2b16dbf4192", + "port": null + } + }, + "373069c1-085a-419d-878d-cd36b62a8db4": { + "from": { + "bus_ripper": null, + "junc": "df40f03e-42c1-4c8a-986e-80a39c8b1543", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "50692e18-bd98-4d0c-9c79-6b5423fc4e1e/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + } + }, + "37f8add3-20b1-4b11-a947-6c84d5c30760": { + "from": { + "bus_ripper": null, + "junc": "c43dd66f-67b0-461c-86df-3542eda5d062", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b6e71127-3cd3-4972-baa5-3d5937a43c27", + "pin": null, + "port": null + } + }, + "382d1540-c701-4e60-ba02-db1a7a52131b": { + "from": { + "bus_ripper": null, + "junc": "cd1f442a-0274-4325-95cc-16f53863f5bd", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b2343cba-c921-4024-bb79-83cb9ed74f40", + "pin": null, + "port": null + } + }, + "383738e4-476b-49f2-922f-07970639c96b": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "f59b76ad-13ba-4e8f-91c2-bb7bdf543bce/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "8c664667-4fe6-470e-80b8-f2f24908a366", + "pin": null, + "port": null + } + }, + "38cf651f-6664-49a5-926d-4d2a76c3c70b": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "62af5585-8260-4ef6-b5b7-200eb2faaadb/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "9e9fbd61-137b-400d-8d47-f59d03dc9213", + "pin": null, + "port": null + } + }, + "38d1b631-c4a7-4e18-bd09-14da996c4422": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/2e2565c8-cd53-40c3-915e-1fb7b9f8c7ae", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "5201ad12-ec02-496d-99da-81bc745e8fe3", + "pin": null, + "port": null + } + }, + "3afab28a-eed2-444b-92bd-f2cd7d55ceeb": { + "from": { + "bus_ripper": null, + "junc": "e5243a48-c7e5-4df8-b1ad-7140ad9b8a66", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "55ba6a5c-42c8-4e43-8c87-04002ca29888", + "pin": null, + "port": null + } + }, + "3b3452b1-f547-4108-8b61-5f5d470717aa": { + "from": { + "bus_ripper": null, + "junc": "6faa1711-2962-4e6e-bde0-039346977566", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/7c150049-7bc6-42c4-ac92-59444395f73d", + "port": null + } + }, + "3b910840-3c04-499e-b312-cb6cc7d3a344": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "100e49c2-e4d3-4dc7-93e2-c58a9c53e00c/b249853f-f1b3-4128-9ff3-be7e5939dfdc", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/fcf65455-75b4-4998-a56b-3ec02808fd61", + "port": null + } + }, + "3be4c873-2a3d-49b0-a309-835cbb968c61": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "7405b477-caba-4d36-886b-d6ce8bb90fa4/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e1d28588-d6d2-45b2-afba-298153817062", + "pin": null, + "port": null + } + }, + "3c0ce286-2c3f-4921-9ba3-daa55c5c4cf0": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "361354e7-36ad-480e-a18a-61521136cddc/b249853f-f1b3-4128-9ff3-be7e5939dfdc", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d4838119-2654-4a38-84ba-59434989e506", + "pin": null, + "port": null + } + }, + "3c29eb87-9af5-42a5-b589-ee9d5737328f": { + "from": { + "bus_ripper": null, + "junc": "275ec1ae-e827-4456-885c-3236b6ccc9c6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "93bd65e6-dd49-4293-9512-4e2494a3de7f", + "pin": null, + "port": null + } + }, + "3dd5de84-8012-4118-9932-64e9b84cf88c": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/b221b9fb-88ff-463e-9fd0-e3e226cbae44", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e049522d-1a75-4eb5-a153-09c17c49fb55", + "pin": null, + "port": null + } + }, + "3e495be5-f42b-4cf8-92b9-4263dbf95894": { + "from": { + "bus_ripper": null, + "junc": "60150c3f-5806-4b0b-8ee8-4661fa751321", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "7c60e097-daed-4e74-b967-02fbec6afbdc", + "pin": null, + "port": null + } + }, + "3e85bfdc-334b-4c81-912a-aad26da9e3e1": { + "from": { + "bus_ripper": null, + "junc": "b8832e43-2be3-452e-8f9d-c3b494fcf4e8", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/28a383ab-2dca-4b45-83d3-c77a9544c44d", + "port": null + } + }, + "3e8a4f1c-f6ef-4ddb-a4b0-e813df71b622": { + "from": { + "bus_ripper": null, + "junc": "0f7d0f73-7867-457a-a221-2de4b0a0a2da", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "42d3c19d-9834-4d92-bed0-f9ea839025c7/6505317a-d663-405c-9e86-07e911068d76", + "port": null + } + }, + "3e8f611b-a69e-4ef8-953f-28440e7fc237": { + "from": { + "bus_ripper": null, + "junc": "87ea94c1-b4c9-45cb-a1fe-2c68ad4e9ef1", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "978c6fa6-8c98-48e6-91f2-7fa5dee51b70", + "pin": null, + "port": null + } + }, + "3ebcfee0-1142-45d1-99f8-992114a6fae2": { + "from": { + "bus_ripper": null, + "junc": "935f81b9-e42a-4fbb-aa10-1842d4e48cab", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "85310e86-3028-427d-b11a-69f9ed2e668c/57efbc1c-5a3e-453f-aa96-ec9d2b366f3b", + "port": null + } + }, + "3f3007a5-6512-4f56-939b-43db6b0e3e65": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "85310e86-3028-427d-b11a-69f9ed2e668c/a6f94e2b-1183-49ce-818a-c47eced57c32", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "63b21e56-287d-4540-8156-16a46bc9d522/6505317a-d663-405c-9e86-07e911068d76", + "port": null + } + }, + "3f8ed985-fb80-44c1-8322-562321d03f38": { + "from": { + "bus_ripper": null, + "junc": "a571666c-a0f9-49f4-ae67-ef314ed0bb7b", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "53506a1a-5756-480f-9444-45972a14f726/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + } + }, + "3f98958f-65dc-4fdf-bb53-0292ad45dd2c": { + "from": { + "bus_ripper": null, + "junc": "7b212f56-293f-42bd-aa59-380a1e81aa75", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "75b6620b-3feb-4931-8d3e-97bfe86d9619", + "pin": null, + "port": null + } + }, + "40216b91-a268-4e47-a7f2-99546c5ed29b": { + "from": { + "bus_ripper": null, + "junc": "b06e5c3d-2092-4392-8e04-ccfe53af2edf", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4ed3aa94-dfad-42c3-9aad-38f34c9f8537/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "404b4d9b-fa2f-46fb-8548-12c356795ab2": { + "from": { + "bus_ripper": null, + "junc": "2333c7de-18f3-49c8-a5a3-0c9eed509b78", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "42d3c19d-9834-4d92-bed0-f9ea839025c7/d1d19fbe-c1dd-4460-b93d-2a4e3fa6680c", + "port": null + } + }, + "404da142-320b-4d0e-828a-997fc83c7d4f": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4ad7115b-0ac9-4754-8c49-a41f76970cc8/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3766455d-5998-447b-9dc4-1d4756e18c6f", + "pin": null, + "port": null + } + }, + "41200ccc-78c2-46ea-914d-9a7b827dd00b": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/02d15c96-2754-4c99-a2d2-752f223a5fda", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/e72aee86-612c-4abe-94c0-580bc20e2564", + "port": null + } + }, + "4184a60d-da8d-4edb-a99d-407bcd44e01d": { + "from": { + "bus_ripper": null, + "junc": "e0547f5b-399d-4c46-a216-c4cf19967f8e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "42d3c19d-9834-4d92-bed0-f9ea839025c7/dc71145b-38e4-44d0-850f-7fa079dcbe11", + "port": null + } + }, + "41b7f289-c82f-4446-8de0-175fcc04a41e": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/1ec87705-2533-4964-9da9-f96ef0602258", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b6e71127-3cd3-4972-baa5-3d5937a43c27", + "pin": null, + "port": null + } + }, + "427fd6a7-5705-4519-aa1d-0fbd282dc5a3": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "42d3c19d-9834-4d92-bed0-f9ea839025c7/d9fea946-e9cd-4a51-9b72-4314de901d16", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ae16b9ff-37ee-4cc3-a5dc-c55ceaba8ed2", + "pin": null, + "port": null + } + }, + "42946cd3-1a72-4f09-9ece-47c825c51568": { + "from": { + "bus_ripper": null, + "junc": "b0c53038-c9a5-4474-890d-c99bf7d81d9a", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "69d1a9dd-e001-4811-ac71-a56f1825be17/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "42b89338-a8de-447b-a2a4-88d5f054ed65": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/d90ef6d0-4de5-419d-b05d-1900636318ad", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "9f296a19-210c-4d3b-999f-a3f682a4b5a2", + "pin": null, + "port": null + } + }, + "43288a8a-abb6-4135-bff9-a52e087f858c": { + "from": { + "bus_ripper": null, + "junc": "fcabaa2e-b50d-4dce-8b16-f5274c04d5d8", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "c1dcc5bd-f3f0-4607-9269-14acb0b68119/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "4328d272-24d3-4507-b13a-0f3228a42165": { + "from": { + "bus_ripper": null, + "junc": "49b81a1d-6b58-4bf1-8c76-cf2b82c6d938", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "369f9258-f8d4-4501-a1e8-906186d4d3cf/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "43294192-7188-47c9-95d5-cdb5a7ccd9bd": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/a3846d79-61b2-4efa-b01f-905e281ed727", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a6379c3d-b5b0-4134-bcf9-170e180482a3", + "pin": null, + "port": null + } + }, + "439da09c-3588-4883-8dca-15f73e1dd0a3": { + "from": { + "bus_ripper": null, + "junc": "11aa6d15-d00c-45c5-8221-8a2d98457b43", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e30d8dfc-a365-486f-8587-a32ceee099c9", + "pin": null, + "port": null + } + }, + "43aaf2f7-cdde-429d-bcb9-eadcf4702dc8": { + "from": { + "bus_ripper": null, + "junc": "f087f8b6-88ca-4f90-a238-0f4fd4a77398", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b184d6ee-7bcc-47b5-92eb-69bb3db23dce", + "pin": null, + "port": null + } + }, + "440a3a1c-4c65-4f97-a389-f0d81781eaba": { + "from": { + "bus_ripper": null, + "junc": "7f7daa04-7a48-45ba-8493-08e9bc1ce8f6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "42d3c19d-9834-4d92-bed0-f9ea839025c7/a707828b-b270-433b-92d0-8e961c00bdb7", + "port": null + } + }, + "45154fd8-fac0-4dc1-8fdb-baf814d4ef79": { + "from": { + "bus_ripper": null, + "junc": "0511b3dc-5a74-4709-abf1-d0bc130a91d2", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "2333c7de-18f3-49c8-a5a3-0c9eed509b78", + "pin": null, + "port": null + } + }, + "451ceff2-e08c-4a5a-963e-caef77d45bd7": { + "from": { + "bus_ripper": null, + "junc": "c46ac4fe-2294-4562-8429-8ad7e85aa0c0", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ae16b9ff-37ee-4cc3-a5dc-c55ceaba8ed2", + "pin": null, + "port": null + } + }, + "45614209-ca82-4265-a557-50c5e4e819f0": { + "from": { + "bus_ripper": null, + "junc": "c89b94ac-a979-405e-9c90-2d1526f175c3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "63b21e56-287d-4540-8156-16a46bc9d522/a707828b-b270-433b-92d0-8e961c00bdb7", + "port": null + } + }, + "4569dc53-ae68-430a-8410-4d1a1139e093": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/54dce7f2-a17a-4ec1-a881-f1645cbb1394", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3e45d635-ba38-42cd-b066-bb18e63598ac", + "pin": null, + "port": null + } + }, + "464d1194-efd6-4569-bc87-cd758f58e3c7": { + "from": { + "bus_ripper": null, + "junc": "0615f723-5943-40a3-8e88-b176543d18df", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/24fc403f-f4dd-4a35-b9e5-b89796d0de2b", + "port": null + } + }, + "471feef8-08fc-4222-b890-280018beee67": { + "from": { + "bus_ripper": null, + "junc": "9eea8cbb-10ea-437b-8399-cc048fbad90d", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "9793f1ea-641e-4313-b7bd-e4cd4ffc1884", + "pin": null, + "port": null + } + }, + "47798ece-e0c0-44bd-96d0-37e6ff50e32e": { + "from": { + "bus_ripper": null, + "junc": "a2df1c9d-51aa-436a-922f-4f231428cee6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "211a6590-f580-4800-b7e3-cde2b27a06f1", + "pin": null, + "port": null + } + }, + "48852d37-6c2c-4e8b-b202-836fd8033d3b": { + "from": { + "bus_ripper": null, + "junc": "d6fa17fb-503b-4226-8549-a8c895280bd3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a3838891-a0c0-41cc-8887-910b311b3ec6", + "pin": null, + "port": null + } + }, + "48886e30-23e5-4c91-8478-412695475e8c": { + "from": { + "bus_ripper": null, + "junc": "eeadc4a6-0db5-4f93-94a7-40b1c2ff0400", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "275ec1ae-e827-4456-885c-3236b6ccc9c6", + "pin": null, + "port": null + } + }, + "4ad3c223-fc23-4cd1-bfa6-2d77f79f36b6": { + "from": { + "bus_ripper": null, + "junc": "b57849b6-c8af-4d66-9162-08214c58b8f2", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "8ce82e7f-94da-469a-9135-a31c2de24448", + "pin": null, + "port": null + } + }, + "4c26b449-afac-4ecc-9f60-58389ba4c723": { + "from": { + "bus_ripper": null, + "junc": "4156cdf1-37e6-4541-9926-aaa6993d1f5b", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "47232121-aca3-40d3-bf13-a0120d4f8fe3", + "pin": null, + "port": null + } + }, + "4dbfc633-ccf6-4117-a776-6608b834c866": { + "from": { + "bus_ripper": null, + "junc": "632203f4-d553-42a6-8239-306c2c86982a", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/611bf37a-89c8-474d-9efd-18adc34d2e3d", + "port": null + } + }, + "4f1de1de-15b9-4507-a18e-38733b3c7f7f": { + "from": { + "bus_ripper": null, + "junc": "75b6620b-3feb-4931-8d3e-97bfe86d9619", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e5243a48-c7e5-4df8-b1ad-7140ad9b8a66", + "pin": null, + "port": null + } + }, + "4f5178f5-ff81-4f14-a812-a4ede2018ccb": { + "from": { + "bus_ripper": null, + "junc": "e3a485ec-ab62-4e21-b42f-16edadf9498e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/e4d55a0b-57b1-4132-b4e6-b84e7586d52c", + "port": null + } + }, + "4fa6ed70-05b4-4602-844c-e49bc252e0bf": { + "from": { + "bus_ripper": null, + "junc": "b89eec77-36bf-4f32-acf0-51695d9587c5", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "00111f75-9195-4bf5-998b-5f6b81ba1c05", + "pin": null, + "port": null + } + }, + "4fbeda1b-0aeb-4926-a606-4713605fedfc": { + "from": { + "bus_ripper": null, + "junc": "a2a867dc-de1b-4bc1-af70-eb6d13340987", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "2aade63a-f03d-4bd9-9622-e407c7334317", + "pin": null, + "port": null + } + }, + "501c6d58-4ebe-483c-97ac-60871ad9d5cc": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "7c574b30-9a15-4867-bbb1-b90f2408f238/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/1af4e7aa-521d-40c2-b1f0-da6415b20b63", + "port": null + } + }, + "50a5fef9-78f4-4ac5-86f8-73d878430d21": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/7480220d-c95a-4d20-ac03-aa523d432a74", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "f6564e3c-b13e-47d2-a325-a34e815f55b9", + "pin": null, + "port": null + } + }, + "50ce97d2-4caf-4529-9e85-09743c1a4f6a": { + "from": { + "bus_ripper": null, + "junc": "8f499b63-aefb-403b-a587-ee90c29a4b15", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "63b21e56-287d-4540-8156-16a46bc9d522/5ddab6f2-a507-4c69-9b54-013cec152267", + "port": null + } + }, + "511d32e9-4949-46ef-94c2-63ec70504a79": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/5f815422-532b-4b70-bc74-a08a90b3ce81", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "7ae68604-9f64-459c-89b6-ad54621e469d/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + } + }, + "516dece5-3e8d-4a2d-b9aa-50e5ad57e78a": { + "from": { + "bus_ripper": null, + "junc": "0b0dc2c9-3b6d-4b38-9664-71189d23e204", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/24dc853b-4354-495b-b996-a3f5170f864c", + "port": null + } + }, + "518d8db8-37bb-40a9-98d9-e7e6beb7b10d": { + "from": { + "bus_ripper": null, + "junc": "79e816e7-2643-4876-a3db-d01e6a37f46c", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "95f64c8f-402e-485f-97ed-95b4d5badb08", + "pin": null, + "port": null + } + }, + "52a072da-659b-4063-a00d-47f214138795": { + "from": { + "bus_ripper": null, + "junc": "f0254caa-7766-4206-9629-096526b48110", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "6801da4b-cecc-4d2b-83a8-6e39fbd3a857", + "pin": null, + "port": null + } + }, + "52b4a914-577b-43b7-94b0-bc3c6de3ba6a": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/c3d8dab4-9e4f-4791-9eca-95e810c83bba", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "61ff5469-e617-4653-87df-ba415c41ada6", + "pin": null, + "port": null + } + }, + "536ebd9f-8fb7-4b13-a4ef-b671fdbc68e5": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/56a26ffa-d9be-44eb-bab6-bb499526f0fa", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "2aca1825-94ff-4e5c-8c00-8327e9ad17d2", + "pin": null, + "port": null + } + }, + "549a75ac-1e6b-401c-8fb5-69fda8c6427c": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/93add278-9e20-42bf-aaa9-2f08d032ba49", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "95f64c8f-402e-485f-97ed-95b4d5badb08", + "pin": null, + "port": null + } + }, + "5634bc6b-717c-429c-bb75-caeb87d64b80": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "8eb0f600-6f95-4399-9ac6-60eb856a78a9/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "cfa62be1-e53d-4c61-9205-d7eb8bff9f98", + "pin": null, + "port": null + } + }, + "572aa67f-92ef-4068-a59e-dd22ba42ecbd": { + "from": { + "bus_ripper": null, + "junc": "02f566fd-cf15-4cc3-ae6f-7e6e7c26d133", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "b9a19e1b-79f4-463d-a10a-4732edfdebc5/6a44037c-65e2-4876-9359-42890048841d", + "port": null + } + }, + "57c28b52-dcf9-4115-8673-b43668449511": { + "from": { + "bus_ripper": null, + "junc": "98864cc3-c05c-417b-a317-574f03391b64", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "c7bc444f-13dd-4394-a061-60fc55a2b26e", + "pin": null, + "port": null + } + }, + "5916c762-bd51-4fbc-b6b6-2a54f29f1d7b": { + "from": { + "bus_ripper": null, + "junc": "5ebf584d-99a7-496a-8779-fe068303408e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "de6abd3a-f8ae-4760-9407-26d86de26b4d/6a44037c-65e2-4876-9359-42890048841d", + "port": null + } + }, + "595e5c3d-8b0f-41de-a467-23cb8844d9eb": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/b683ba0b-2c7a-4132-8a6c-6d606c94938a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "6dd61df6-e9d7-4685-b720-cd4654749dec", + "pin": null, + "port": null + } + }, + "5964a417-9cbd-42bd-8fbb-8c9de610a6d7": { + "from": { + "bus_ripper": null, + "junc": "b6fdea61-bce1-431d-b4b6-e000429dcfeb", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d9637513-5047-4474-b0e3-85da855ec3ce", + "pin": null, + "port": null + } + }, + "5a283f73-a1ad-4a83-9503-db6a4bc533ca": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "7ae68604-9f64-459c-89b6-ad54621e469d/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ff241bf8-f3ad-4017-88cb-0fc2a819bf52", + "pin": null, + "port": null + } + }, + "5ac18a97-3354-47a9-b35e-b25ae40cb7e8": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "b055ca43-2ed2-4dad-811b-590ca4a600af/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "c89b94ac-a979-405e-9c90-2d1526f175c3", + "pin": null, + "port": null + } + }, + "5b1d81f4-9d66-455b-b6d8-fa30a647906f": { + "from": { + "bus_ripper": null, + "junc": "17c1e756-0e4e-44e7-8f65-6e01d37c7900", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "42d3c19d-9834-4d92-bed0-f9ea839025c7/2c39583e-54f5-44cb-b86f-987f2c023eb4", + "port": null + } + }, + "5b9c5ebf-c232-4706-a53e-2222d66f163a": { + "from": { + "bus_ripper": null, + "junc": "20a29b78-6a85-4fa3-a526-c8da782e124d", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "f875be91-09bf-4ae6-8948-5799f182029d", + "pin": null, + "port": null + } + }, + "5bd8763a-441c-40f9-8e80-6eea5e58a7e8": { + "from": { + "bus_ripper": null, + "junc": "973f7641-495b-464e-ad54-3074e639c118", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ff241bf8-f3ad-4017-88cb-0fc2a819bf52", + "pin": null, + "port": null + } + }, + "5c8ab1a8-a5bf-48be-9501-0a5acb499aab": { + "from": { + "bus_ripper": null, + "junc": "88a6784a-f226-47f6-b4fa-f8bfe8034db5", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "94291654-feb6-4268-a8df-5b3c1c5a5164", + "pin": null, + "port": null + } + }, + "5cdb5866-9046-4dc5-b7a8-37ca42e74463": { + "from": { + "bus_ripper": null, + "junc": "190b2e75-18c6-4e54-b460-c1050ec38f54", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "63b21e56-287d-4540-8156-16a46bc9d522/8e4aa478-85df-412b-b0c2-9275d06cfe90", + "port": null + } + }, + "5d357e4a-1c6b-4a60-8f8a-7e1468420262": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/3f431282-6975-4f7e-95e2-2cc18786c6b0", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b184d6ee-7bcc-47b5-92eb-69bb3db23dce", + "pin": null, + "port": null + } + }, + "5e202e2f-49bb-4378-b771-2069755f7be8": { + "from": { + "bus_ripper": null, + "junc": "2068e3c0-69c0-43bc-a28e-0c21968143a6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "9bbd374e-3e69-4116-afe5-7d40d95f7eea", + "pin": null, + "port": null + } + }, + "5eecb6c6-7ecb-49a7-b004-a83975509eda": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/dbd9299f-e446-4336-bd1e-849d46d39bd0", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "85cf9d2c-1333-4143-9c3a-78804e685111/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + } + }, + "60d99aec-b05e-4488-bed1-40c8657fd13a": { + "from": { + "bus_ripper": null, + "junc": "92661d89-15f3-4645-a2b3-88480669370d", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3912b265-2c1f-47c0-9fd1-1e369b04150b", + "pin": null, + "port": null + } + }, + "6212285b-e25d-4370-b96c-2b0e2afed29a": { + "from": { + "bus_ripper": null, + "junc": "55ba6a5c-42c8-4e43-8c87-04002ca29888", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e5f61bd6-0238-4435-8442-d5b2f4be3656", + "pin": null, + "port": null + } + }, + "6227202d-88be-4307-87a8-8b993d4bc3a6": { + "from": { + "bus_ripper": null, + "junc": "03560f71-3a6a-457d-8d77-42ef17a31cf0", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "2ba52ebd-e21e-49c1-b684-f2b6b91fbfce", + "pin": null, + "port": null + } + }, + "624f6750-fb40-40a2-8642-1c5d961c065c": { + "from": { + "bus_ripper": null, + "junc": "3a4404ad-2b50-4b57-bd92-8d7a1902a4d8", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "1bff479c-7ec4-49fa-983e-f705e182dede", + "pin": null, + "port": null + } + }, + "6301962f-32e6-4eaa-881e-b78d5f7ea957": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "290802c5-89fa-43fc-81cc-3e027edf4d9b/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/e0dce230-3d16-4388-9deb-30e187aedb3a", + "port": null + } + }, + "631f9e44-2f1a-44f7-8136-85db3eeb98b0": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/220308eb-6314-4b36-b642-b6dd1ed39468", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "6f853e9b-ed80-4f03-bd57-85c8b9babb20", + "pin": null, + "port": null + } + }, + "63291c67-51eb-44da-b5ec-d9f6e46053f2": { + "from": { + "bus_ripper": null, + "junc": "fc43563a-a126-459b-80d0-fbe8eabb38dc", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b8fa6484-4c05-4657-a4d1-fe4fe536ec05", + "pin": null, + "port": null + } + }, + "6348cb69-9448-40b3-95e5-b49a8fd4a8de": { + "from": { + "bus_ripper": null, + "junc": "1c7d82ce-1cef-4c06-a07e-d3f01c7f4f58", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "dd761528-2c9b-4d5e-a6c1-42d31fe8b9cd", + "pin": null, + "port": null + } + }, + "639d5f38-710e-4c6f-86e1-9fbaef977da5": { + "from": { + "bus_ripper": null, + "junc": "65af221d-4f3d-4910-9b16-b8890a5e7c1b", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "7f7daa04-7a48-45ba-8493-08e9bc1ce8f6", + "pin": null, + "port": null + } + }, + "63f7755e-ff70-42be-aeba-12f194ed042b": { + "from": { + "bus_ripper": null, + "junc": "93bd65e6-dd49-4293-9512-4e2494a3de7f", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/7792c841-dbc9-43dc-a9f7-66c4bcffa112", + "port": null + } + }, + "6430a766-4ba6-4470-939a-6c2ec8a76752": { + "from": { + "bus_ripper": null, + "junc": "35e7a513-90ac-49a6-8929-b0d41012cfc8", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d101c090-c738-467c-8409-02f2b18626c2", + "pin": null, + "port": null + } + }, + "6488d0b0-fc7d-412f-8bb9-103dced51845": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/9c81ff20-50bd-4cb9-a360-e2970d4b206a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "431d7dc6-5973-4a39-9542-98c2562b7312", + "pin": null, + "port": null + } + }, + "648ddaef-c169-4284-9ac7-029e9f287fb0": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "39cb2f5d-bf77-4c2b-88d6-83221f10e941/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/01b56951-e2cc-4953-a148-b707a3cda29d", + "port": null + } + }, + "64c526c8-7ac1-4c8a-b3ce-3282e20494a7": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "39f1f629-c8ca-403f-8857-ed838cba28d3/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/f25a3cc0-4a0c-432a-abed-795ade95427e", + "port": null + } + }, + "65f91e90-8fcd-467f-9d77-51826c6bc7fd": { + "from": { + "bus_ripper": null, + "junc": "24db75f0-b953-42f6-8b10-e3160e1a9ca5", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "72e853d6-32fd-4810-8bf9-6f4c19f15cc2", + "pin": null, + "port": null + } + }, + "661e0ca1-7f77-47eb-8f87-9e9ba2ac9008": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/2e70fab4-8333-41b2-8f2b-15137a37b71c", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "77c70992-bb8b-4110-8cf8-bc92a3a5a8ba/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + } + }, + "66f3ad9e-b463-4732-bb20-b1d15e97fa7c": { + "from": { + "bus_ripper": null, + "junc": "fd2ed09f-72d9-4b90-a7f5-cce70eb1934d", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "449c5a61-fb75-4c58-9295-34e925192884", + "pin": null, + "port": null + } + }, + "67df0077-1714-47b4-b3bc-1c7ae0de2a77": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "53d99f45-129b-4231-a4c9-68dcfecff69c/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d4b94ef7-1b04-4447-b21b-7251635542e3", + "pin": null, + "port": null + } + }, + "68586ed8-600f-4db9-8da4-a12a21a618fc": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "b6f83248-3ac1-40e1-82cc-bc9dbd21d298/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "618c111f-e320-41b8-9ef3-9e3b65c1f3ed", + "pin": null, + "port": null + } + }, + "6880116b-9f76-4fea-8480-f522af116f67": { + "from": { + "bus_ripper": null, + "junc": "edec0e02-85cf-44f4-bf61-527b185cb611", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "5404d8ea-3115-4f18-9039-ca2f1c24ed79", + "pin": null, + "port": null + } + }, + "6887ec96-8d14-492e-aa1f-ec6e7bf1f57b": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "e5b180a0-f9ce-41d6-8b94-de828855b554/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/53146f85-43c5-4c52-98fa-6ded500df6cc", + "port": null + } + }, + "6888b78d-a273-4114-91f8-5ffe3d267e36": { + "from": { + "bus_ripper": null, + "junc": "2068e3c0-69c0-43bc-a28e-0c21968143a6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "49b81a1d-6b58-4bf1-8c76-cf2b82c6d938", + "pin": null, + "port": null + } + }, + "6a2a390a-34b9-4351-925f-8d11f10d1bea": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6f308ce8-b384-4139-83dd-83c4f348b6d3/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3a0d9d3f-8fc8-4400-a4bf-7cd3ff1d97be", + "pin": null, + "port": null + } + }, + "6aea736b-e311-4388-8a4e-597bb3b711dc": { + "from": { + "bus_ripper": null, + "junc": "bba09640-059a-4fc4-8e44-b56d423c27d3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "f2f9bc72-62c1-48f0-a54e-54648abd2c5c", + "pin": null, + "port": null + } + }, + "6b3296d5-0420-403a-b75d-edd5a3ce08d2": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/d8fb3366-b728-4657-8890-e13d634843c5", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a9f42d99-1d45-46d2-9ea7-ac5e8f606724", + "pin": null, + "port": null + } + }, + "6c22ec8d-94a3-4a72-a4bc-210c4a5d0edd": { + "from": { + "bus_ripper": null, + "junc": "712c512c-3d21-4626-95ec-db194c900828", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "fcb7eee4-e3d4-42a9-a9f1-578e4dc576ad/6a44037c-65e2-4876-9359-42890048841d", + "port": null + } + }, + "6c26ce91-5b81-4e9a-8033-97ce44eb363e": { + "from": { + "bus_ripper": null, + "junc": "45daff36-fad6-4226-a8df-a583636a4917", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a881295e-d122-4dfe-9320-a089c6bb00e1", + "pin": null, + "port": null + } + }, + "6d49964b-e3a8-40ab-ad0c-3b75470b9276": { + "from": { + "bus_ripper": null, + "junc": "a227077c-623d-4ac9-afc3-922d3a798fff", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/1c4a5793-23b7-480c-b938-1b9f9b0a72e6", + "port": null + } + }, + "6d66302b-106f-4605-9527-50ef6bd6f664": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4df6a0c3-2b12-4ff3-8698-4179ebcc438c/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/ba79bfca-eb31-49c2-bded-e31c7facbe60", + "port": null + } + }, + "6e70d3dd-f57f-4a37-9157-9810d94188a3": { + "from": { + "bus_ripper": null, + "junc": "14d3a5c6-af9f-4fcf-942f-1f0271571be3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "458e0c4c-8f1d-410f-9ac7-1900c7b92738", + "pin": null, + "port": null + } + }, + "6ece2b40-b409-4eaf-8a6b-1e7bb42fcf03": { + "from": { + "bus_ripper": null, + "junc": "c6d8fc42-5b1b-47ef-9831-fc7488fc2f12", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/19c1ed7b-85b2-4a5d-90ea-71efe5c3db98", + "port": null + } + }, + "6ef69ecb-0aa5-46b4-9543-11155fd091bd": { + "from": { + "bus_ripper": null, + "junc": "1888d2ea-c65b-4738-8a1f-815de02376b4", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/16e28099-ccc2-4680-a164-1dc9cfd095da", + "port": null + } + }, + "6f166907-7133-4034-8c25-9c7f5aba6d86": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "41bff166-e817-4805-9ab2-13ec8c6f9fae/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "36af9624-7ad5-40ff-ac28-65cb028001f9", + "pin": null, + "port": null + } + }, + "6f6c5a0b-47c6-4ff2-adb2-99757900d26a": { + "from": { + "bus_ripper": null, + "junc": "cd4e7818-83fa-460a-8644-b292a5e8b617", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a459381c-8e6f-48aa-b93a-e715b6b64179", + "pin": null, + "port": null + } + }, + "70079f4b-0244-4734-949c-b4dcbe366007": { + "from": { + "bus_ripper": null, + "junc": "72e6dcdf-6eb8-4b58-ae7d-81df82ad1b97", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "8eb0f600-6f95-4399-9ac6-60eb856a78a9/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + } + }, + "7071c6d8-7516-41d6-8f82-62419251a50f": { + "from": { + "bus_ripper": null, + "junc": "618c111f-e320-41b8-9ef3-9e3b65c1f3ed", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "2c54f5d5-1ecf-4544-91d8-c6f7ed792e35", + "pin": null, + "port": null + } + }, + "70d392e2-3d84-4aca-bf17-db97833c2127": { + "from": { + "bus_ripper": null, + "junc": "4721d102-4fa3-4723-b8a1-85328ee30f59", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/6b43d393-9784-40a1-ad5b-5776f38ce000", + "port": null + } + }, + "71027cde-f51d-4bd8-8ef8-f2e29aa712a5": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1fe1ac6c-dd90-43f4-bb07-b4591f8c57b5/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "7d124db9-afe3-4f1f-844f-68e10e44ed95", + "pin": null, + "port": null + } + }, + "714be22c-47af-485c-8780-3f73f2fd128b": { + "from": { + "bus_ripper": null, + "junc": "ea308c49-2e84-4af5-a77b-fffbdcc21890", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "0615f723-5943-40a3-8e88-b176543d18df", + "pin": null, + "port": null + } + }, + "7150f0b8-5fc8-43a7-b19f-9aedb2cf35a4": { + "from": { + "bus_ripper": null, + "junc": "e30d8dfc-a365-486f-8587-a32ceee099c9", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d4d98f4d-2ec8-4196-8645-2949d42d8e70", + "pin": null, + "port": null + } + }, + "72c09937-8b9d-4bfb-be3e-0f00282c5b32": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/373e3fe6-0625-4465-a037-c59ac2060f86", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ced25dd8-06ef-4f1d-af09-f579f2c8ea8c", + "pin": null, + "port": null + } + }, + "733a82cd-23bd-4d21-b1a3-770147dd793f": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/143a8159-6206-4c26-a73d-d595caf5cf10", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "fcabaa2e-b50d-4dce-8b16-f5274c04d5d8", + "pin": null, + "port": null + } + }, + "74960b2a-70f4-4464-a5ca-7db3e639a436": { + "from": { + "bus_ripper": null, + "junc": "10ddfad7-5f76-4261-9b3d-6a57ff0e604f", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/4d08af8c-e27b-4d94-bc90-4e819dac76a1", + "port": null + } + }, + "74d68208-954c-4d6d-ba5f-4ab36f293cd1": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/c73dde4e-3441-4854-8c33-068029ca3200", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "0234a8bf-1d12-4cfd-8b82-0c30552c429a", + "pin": null, + "port": null + } + }, + "75b997d8-694e-460e-946c-e2a96c455b42": { + "from": { + "bus_ripper": null, + "junc": "709c63aa-b501-4e29-aa0d-f427d8343c7b", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/21d852e8-690e-47a7-ae16-961c4f3719eb", + "port": null + } + }, + "75bcf31e-310d-49b4-b303-36ee5babb351": { + "from": { + "bus_ripper": null, + "junc": "27013891-055b-4125-b29c-b686e64c7db2", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "125954c0-5a16-4045-95d7-f70dc7a9a8ab", + "pin": null, + "port": null + } + }, + "75fbec84-d5f9-4803-b430-55a3b52a0a76": { + "from": { + "bus_ripper": null, + "junc": "fb25d373-b330-4993-9416-2e75a4569195", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "56f51ad4-db01-43e5-a8c3-902b20e9a6b5", + "pin": null, + "port": null + } + }, + "76718a44-d800-4382-b356-5b4423b62cb1": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/7664f530-432c-435e-9e5b-fddf7855d072", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "bba09640-059a-4fc4-8e44-b56d423c27d3", + "pin": null, + "port": null + } + }, + "76fcccc4-e7ff-4a12-a136-f8355381dd6c": { + "from": { + "bus_ripper": null, + "junc": "deadf1ec-84b4-41b4-a2e8-f497b12476e1", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "2b95c3af-13cb-463e-8014-574b86d9eb22", + "pin": null, + "port": null + } + }, + "77274a46-3050-4a0f-b7cc-e8b0ed97a21c": { + "from": { + "bus_ripper": null, + "junc": "122a8d00-0762-4f7a-9ff8-bcb4e10ea1aa", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "9c4e2237-ec64-4660-89b0-6c97de249ef3/666f640b-2e4b-4a2a-bede-50fb51d9149f", + "port": null + } + }, + "77685b1d-47d8-4ec7-b58f-cf8180a9570a": { + "from": { + "bus_ripper": null, + "junc": "a6467eac-fc23-4795-886b-c0ce185794d1", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "1eb88e21-6449-40f9-a681-d3a52e5210ff", + "pin": null, + "port": null + } + }, + "7790d91e-c4e1-4566-aa61-1c80e90b94ac": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/3de08db4-e12e-466a-b1d6-7d618a3b4774", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "240479a1-8291-424a-99a5-dd8cc871a5f7", + "pin": null, + "port": null + } + }, + "77d8d6e1-eff8-4b9d-af9a-d6d7ad115bb8": { + "from": { + "bus_ripper": null, + "junc": "eb869428-7520-4df9-9275-839f76e606ac", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca861462-2956-430a-96ae-87990e40efed/4bf1fc36-af28-47f1-ba40-bb638f5f0a72", + "port": null + } + }, + "781a95c0-ada3-453a-b980-732613be2813": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/cfe0a00a-9e3e-4232-a83d-c3fabda8e4c3", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a1eb1282-889f-43d4-9e9e-9665090d4d54", + "pin": null, + "port": null + } + }, + "78d68ec1-565a-448f-bbbf-0afd39175ab2": { + "from": { + "bus_ripper": null, + "junc": "20ba7952-357e-45a5-a6de-d9612702fe5b", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "e5b180a0-f9ce-41d6-8b94-de828855b554/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + } + }, + "78ef0774-ce7f-4c13-8bde-edc69eb2da4e": { + "from": { + "bus_ripper": null, + "junc": "397b5c16-babe-4e97-b860-8020f7705cb2", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b57849b6-c8af-4d66-9162-08214c58b8f2", + "pin": null, + "port": null + } + }, + "79a070bd-a181-4ec8-a3a7-4f2fb7f67a0d": { + "from": { + "bus_ripper": null, + "junc": "72c543eb-97c0-4248-a0e7-cd4796df38db", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "978c6fa6-8c98-48e6-91f2-7fa5dee51b70", + "pin": null, + "port": null + } + }, + "7a477b26-1f0f-401d-9401-0a9e69c1bb20": { + "from": { + "bus_ripper": null, + "junc": "e5f61bd6-0238-4435-8442-d5b2f4be3656", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/771d155c-931b-4fc5-a9f7-8221795a0b9b", + "port": null + } + }, + "7ab6d483-515a-4841-ad1e-656d7de4ea92": { + "from": { + "bus_ripper": null, + "junc": "d6a049e0-f057-4d2e-93b9-191b3c387812", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/539851d4-1079-424a-afe8-d33965569eb9", + "port": null + } + }, + "7bfa7e7d-fcc6-4392-bbec-8ab62580e43e": { + "from": { + "bus_ripper": null, + "junc": "df773a3f-0956-4d7a-aada-0d279d1ad4d5", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/8c62de44-e2b8-4894-b28d-30898e9092d3", + "port": null + } + }, + "7c10e41c-78fa-4d4b-afe8-134979fa515c": { + "from": { + "bus_ripper": null, + "junc": "1c7d82ce-1cef-4c06-a07e-d3f01c7f4f58", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "e2f50ac2-c97a-437a-8559-49591e0640e1/6a44037c-65e2-4876-9359-42890048841d", + "port": null + } + }, + "7c29ebe3-8130-4779-af22-68d771cb27fc": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "207321ea-fdf0-4938-8551-6f9aa70bc49c/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/9aa3bde4-31b7-44ed-9768-464f55992bca", + "port": null + } + }, + "7c4f7cb3-204b-4a53-862d-9d6fde979912": { + "from": { + "bus_ripper": null, + "junc": "57e13ff7-e5fe-4630-9ce8-4415ebe2d4ec", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/d0d8d4a7-fde5-41fc-9c20-45d1662ee655", + "port": null + } + }, + "7c72a658-6e9f-487c-813c-3b2d7958655c": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/de617c1f-0176-43c0-9f64-31a55ed89125", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "56a12e33-6f34-448e-bf25-dd9662a0f56c", + "pin": null, + "port": null + } + }, + "7d035bbf-8d4c-4d9f-9139-8e3d42e6ad95": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/fcf53f6d-b179-4e1e-bd96-387138de08f8", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "0511b3dc-5a74-4709-abf1-d0bc130a91d2", + "pin": null, + "port": null + } + }, + "7d345279-af53-4313-b255-a415fb7cca72": { + "from": { + "bus_ripper": null, + "junc": "2aca1825-94ff-4e5c-8c00-8327e9ad17d2", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "252dc3a3-7fba-40b5-a3ad-8475a3608aaf", + "pin": null, + "port": null + } + }, + "7d8eccd9-0729-4eeb-b5f7-161736c83440": { + "from": { + "bus_ripper": null, + "junc": "6453e2b0-3c06-47a0-a356-7a30292b5c16", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/a134493c-f555-47ae-95e4-f6ce6e1539c4", + "port": null + } + }, + "7dd4f70b-5b27-446b-a9cb-4d986a73a562": { + "from": { + "bus_ripper": null, + "junc": "23541009-aee3-46e4-802d-fb81cde17741", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/fb9fbdb4-365a-4b6c-b065-aa89775d0644", + "port": null + } + }, + "7ea5d5f7-ad6c-445d-808f-b83c0b040829": { + "from": { + "bus_ripper": null, + "junc": "b6e71127-3cd3-4972-baa5-3d5937a43c27", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "6dd61df6-e9d7-4685-b720-cd4654749dec", + "pin": null, + "port": null + } + }, + "8187ac1e-2a0a-4d50-973d-7a0ca75dd307": { + "from": { + "bus_ripper": null, + "junc": "e90fcd95-66cd-404b-ab37-c17ec6eb4b5e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "eeadc4a6-0db5-4f93-94a7-40b1c2ff0400", + "pin": null, + "port": null + } + }, + "81beef4f-ef91-4467-8b02-5e026cbaf9c6": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6c526738-14f6-4812-8635-2d1d24659d51/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/d50b70a3-0588-4115-b8a7-8f3f027ea954", + "port": null + } + }, + "81ed9e8a-949c-4e56-b1f1-a56d80a01205": { + "from": { + "bus_ripper": null, + "junc": "9eea8cbb-10ea-437b-8399-cc048fbad90d", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "9c4e2237-ec64-4660-89b0-6c97de249ef3/e48a163d-21e7-4d00-89fc-948750288864", + "port": null + } + }, + "8207c5f7-059c-42e1-94de-4c653ccfadc0": { + "from": { + "bus_ripper": null, + "junc": "00111f75-9195-4bf5-998b-5f6b81ba1c05", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "cdfe67d3-627e-4e45-b6c0-b90f54ae34da", + "pin": null, + "port": null + } + }, + "83620549-12e8-4f39-b830-b5b5b820cc1f": { + "from": { + "bus_ripper": null, + "junc": "3bede582-753d-41bc-a2e8-1ec98e3327c4", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "11e636fb-64db-4bf6-bddb-5ea2f1d0ab23", + "pin": null, + "port": null + } + }, + "8376bb80-7510-4036-beb0-3c2b9978b87c": { + "from": { + "bus_ripper": null, + "junc": "2b95c3af-13cb-463e-8014-574b86d9eb22", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/93a0fc83-a841-4ff1-936a-ec255528c222", + "port": null + } + }, + "83812f66-dc73-4a76-9307-f47cf35ac89e": { + "from": { + "bus_ripper": null, + "junc": "365d4d57-f469-4b24-bc4c-6eba000c42cd", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a310122a-171a-4e29-8d70-8056ceb5d019", + "pin": null, + "port": null + } + }, + "83a03b7d-dbd1-4703-8dda-b298dbe974d9": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "43f1b952-4197-4e36-81b9-6851b72618b7/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "590553e0-a9ad-401b-8d49-893ba14b0fcd", + "pin": null, + "port": null + } + }, + "83cd9437-9da2-451b-87a0-538684117faf": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/270551c9-a113-4c97-9406-27ff5dd5f937", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b27c3f1a-1712-4914-a190-90b85450f4cd", + "pin": null, + "port": null + } + }, + "8551368b-c7a6-4e0b-b42f-8b06b59a5b67": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "9c4e2237-ec64-4660-89b0-6c97de249ef3/bad63e5a-0160-4f5a-96de-6b3891dd3586", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d583d395-b78e-493c-8186-4a25800a0212", + "pin": null, + "port": null + } + }, + "86769d44-4f5e-48ac-88f8-6f53d0c94207": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "63b21e56-287d-4540-8156-16a46bc9d522/dc71145b-38e4-44d0-850f-7fa079dcbe11", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b8832e43-2be3-452e-8f9d-c3b494fcf4e8", + "pin": null, + "port": null + } + }, + "869b5fd6-5180-4829-9b03-53dd2d352f3f": { + "from": { + "bus_ripper": null, + "junc": "458e0c4c-8f1d-410f-9ac7-1900c7b92738", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "bf8517e7-c505-4bd5-9611-bca2600fbcc3", + "pin": null, + "port": null + } + }, + "86a591b6-57f6-4d5c-8feb-22012afe1ace": { + "from": { + "bus_ripper": null, + "junc": "a2a867dc-de1b-4bc1-af70-eb6d13340987", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "fa8137fa-4b56-40b3-8cea-069654d709f4", + "pin": null, + "port": null + } + }, + "8788f143-679d-4be4-be63-c25aa68124a1": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "2f16a566-9ae6-4adb-aa75-e99a0d4d357a/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "1c7d82ce-1cef-4c06-a07e-d3f01c7f4f58", + "pin": null, + "port": null + } + }, + "88506f50-7ba7-4952-a5ce-b39028d7a38e": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "39cb2f5d-bf77-4c2b-88d6-83221f10e941/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "03560f71-3a6a-457d-8d77-42ef17a31cf0", + "pin": null, + "port": null + } + }, + "8869f331-5c1f-4e39-ac1b-73bfa804a47a": { + "from": { + "bus_ripper": null, + "junc": "6dd61df6-e9d7-4685-b720-cd4654749dec", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "aeca542d-a164-46a1-8ec2-21884940d006", + "pin": null, + "port": null + } + }, + "89268f6e-83f2-41ce-b347-c2aad23cc43f": { + "from": { + "bus_ripper": null, + "junc": "9793f1ea-641e-4313-b7bd-e4cd4ffc1884", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ab2f530f-a9c0-456e-9e25-ef6df6e148ae", + "pin": null, + "port": null + } + }, + "89c96573-2486-467f-be7b-80d082ef14c4": { + "from": { + "bus_ripper": null, + "junc": "3cc4c5c4-7b4f-4178-83cb-a8b156010c53", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3f1107ef-1448-4337-ae49-168493e9ad0e", + "pin": null, + "port": null + } + }, + "8a82d487-1757-40a5-a91a-c6079a1b61b0": { + "from": { + "bus_ripper": null, + "junc": "d410d31d-0aff-4098-83fc-fb883d2566ff", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/33386602-3a79-452a-bff2-a87ba6f55632", + "port": null + } + }, + "8aa1800c-6c85-46f0-b6c9-705999f3abab": { + "from": { + "bus_ripper": null, + "junc": "a1eb1282-889f-43d4-9e9e-9665090d4d54", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ad37a116-bc70-4efa-a6be-0c9f284542f3", + "pin": null, + "port": null + } + }, + "8b712db1-680d-4373-ac22-1a389daddf42": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/b841c304-c259-44d0-a64f-29aafed4d0b6", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e45ebdbe-0e3c-40cc-aded-7b08ae9b4c4e", + "pin": null, + "port": null + } + }, + "8ba579dc-3597-47df-a149-9f774f52f911": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3e744c07-5974-4343-a7a0-78149c5a4e48/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca861462-2956-430a-96ae-87990e40efed/3ef41288-ebe9-4d0f-86f4-fe73718227b1", + "port": null + } + }, + "8c352099-a658-4b53-ba86-8dcbe21c4fd3": { + "from": { + "bus_ripper": null, + "junc": "dad6a46a-1436-427f-847b-8a80046f4cf6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "361354e7-36ad-480e-a18a-61521136cddc/a48aebb4-3bc9-4931-aaa5-49c5dc594471", + "port": null + } + }, + "8c705c70-bed5-4374-980c-be51569023b5": { + "from": { + "bus_ripper": null, + "junc": "b1f1712f-b6e6-4778-8f3d-99c99a98d985", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "36b78467-6984-40fc-a380-5a8d7d1cb484/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + } + }, + "8d171709-34c0-4a27-8174-8d1372e93786": { + "from": { + "bus_ripper": null, + "junc": "6f853e9b-ed80-4f03-bd57-85c8b9babb20", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "1a56edca-46dc-4b75-8aac-8589b67c6f98", + "pin": null, + "port": null + } + }, + "8d3f85bb-b230-4d6f-bf5c-efe281a32765": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6ab3ce0e-827e-44ea-bab1-90a67936970c/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e1d21929-d9ef-4a47-ab57-9df4ff99ed5c", + "pin": null, + "port": null + } + }, + "8ec288f9-3133-4aad-b440-b487caa011fb": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/dff939d2-4806-4fea-b2f6-95e3d64594a5", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "290802c5-89fa-43fc-81cc-3e027edf4d9b/6a44037c-65e2-4876-9359-42890048841d", + "port": null + } + }, + "91015d48-7f9c-41ec-a4ae-46d983883bfa": { + "from": { + "bus_ripper": null, + "junc": "36dcc294-1c70-44f1-8514-f30c8aa3905f", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "632996d5-7189-4f0a-8e9f-db26da2cad2a", + "pin": null, + "port": null + } + }, + "917c8814-fa6f-4e2c-8461-3d94a0102870": { + "from": { + "bus_ripper": null, + "junc": "d4b94ef7-1b04-4447-b21b-7251635542e3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/6b0761b9-4dad-4083-a0c4-e48b4a965bc7", + "port": null + } + }, + "9240b471-b2f7-40da-a6b8-f3206cc0ba7d": { + "from": { + "bus_ripper": null, + "junc": "94291654-feb6-4268-a8df-5b3c1c5a5164", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "c380c1aa-5653-462e-82b9-c52bb794c9c3/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + } + }, + "92464020-551c-4183-b980-d4b075658ff2": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/70065b00-6990-4948-bf9a-397db5bb7b1b", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "43c518d6-eb33-4b0e-969e-ed9abe31ae6a", + "pin": null, + "port": null + } + }, + "94062f4e-14e3-4aa2-aacb-0b6c2d88ffe7": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/c1d9893a-6e7a-4bbb-b5c5-f81ef3682d4b", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "8ae10715-4fbc-4057-9094-b6ffb0cbf0fa", + "pin": null, + "port": null + } + }, + "94982bb8-bac1-485b-a312-e09d3e820b6b": { + "from": { + "bus_ripper": null, + "junc": "5404d8ea-3115-4f18-9039-ca2f1c24ed79", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/3ee2951c-095e-4f3d-934a-067fa5ec09de", + "port": null + } + }, + "94c62d42-92c1-4ba4-bb28-160dc6f3b523": { + "from": { + "bus_ripper": null, + "junc": "561c2c59-3b46-4b5b-9d64-8619317031c3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/e6631641-a0ea-476d-aeab-d0659ffe9d23", + "port": null + } + }, + "96082faf-20b0-4144-b673-c815f36a6903": { + "from": { + "bus_ripper": null, + "junc": "5a1cf9f0-c65b-4017-8376-87e58e86092e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/04848f3b-463f-4fb5-baa9-82acf6de1f14", + "port": null + } + }, + "9729de6d-e013-4a21-bd43-ae2fec052ba8": { + "from": { + "bus_ripper": null, + "junc": "431d7dc6-5973-4a39-9542-98c2562b7312", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "7b02d5be-f0fa-4882-85dd-559247e35c28", + "pin": null, + "port": null + } + }, + "9796657c-4958-4b67-80f6-f7f599f089f4": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "5a2ac1e8-339f-40c3-aa39-4a37f22dba79/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/6603c541-46e4-4e5d-b887-da55ac42320c", + "port": null + } + }, + "97d2a27b-6a40-48f6-96b4-3365aa345d6d": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/5ebf5674-9373-4412-b066-32993ede1216", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "018e8d3f-76b8-4373-9192-c212981de364", + "pin": null, + "port": null + } + }, + "992e00f4-b859-4866-b74f-4ca41b7598af": { + "from": { + "bus_ripper": null, + "junc": "2cac1094-63c1-4616-8e80-7cc64b507722", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/0adab283-4eee-4bd6-8efe-bf90b1af616a", + "port": null + } + }, + "99c2a56e-f64e-4000-bc7c-16fdc1dca279": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "207321ea-fdf0-4938-8551-6f9aa70bc49c/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ca6521a8-a32a-4e37-8a55-9145f56889ea", + "pin": null, + "port": null + } + }, + "9a561199-64ec-4d52-ac0c-5b85120d6be1": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/a0e0ff43-5856-486d-9062-d1a24051a272", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4df6a0c3-2b12-4ff3-8698-4179ebcc438c/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "9a5a669e-d4c6-4dfc-9f3c-920d87c6f34a": { + "from": { + "bus_ripper": null, + "junc": "a536140d-1d14-47c4-9178-36a60dec6273", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "c43dd66f-67b0-461c-86df-3542eda5d062", + "pin": null, + "port": null + } + }, + "9b22b707-f236-4387-87cd-5d44ee41b6d3": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/97eae241-c7ce-4389-aed9-f6f4b569949a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "04467242-820d-431f-8505-0c798eb6efcd", + "pin": null, + "port": null + } + }, + "9bb8ada4-33e7-4413-889a-10eadec047f4": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "36b78467-6984-40fc-a380-5a8d7d1cb484/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "79a1c6a5-8914-4bc2-96a3-458fbd1ca33c", + "pin": null, + "port": null + } + }, + "9c378c8c-7341-432d-8c5e-d91eb44f5bb5": { + "from": { + "bus_ripper": null, + "junc": "2aade63a-f03d-4bd9-9622-e407c7334317", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "2f9866c5-3aaa-49ab-9996-6386f8f59de4/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + } + }, + "9dab4e54-2f02-4811-9e94-d64eb55aab40": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "a01ab3b9-a339-4573-9bce-fb053512adc9/9f32a805-b5d5-4966-a05e-c7a43dbb4ec6", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "7f279d06-1aad-40af-8314-6e468bc0e7f5", + "pin": null, + "port": null + } + }, + "9df258d5-33dd-4640-9dfc-ef2d17a9db25": { + "from": { + "bus_ripper": null, + "junc": "04467242-820d-431f-8505-0c798eb6efcd", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "2cac1094-63c1-4616-8e80-7cc64b507722", + "pin": null, + "port": null + } + }, + "9f9970a3-0bff-4474-ab76-c70749378923": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/19a58ace-b3c0-4311-95ac-29f9fbb47054", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "8f499b63-aefb-403b-a587-ee90c29a4b15", + "pin": null, + "port": null + } + }, + "9fa2419c-9801-4f39-a682-27786a74ce9f": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "ca861462-2956-430a-96ae-87990e40efed/3893dd75-1fff-4b1c-bff3-0038840937f8", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "9793f1ea-641e-4313-b7bd-e4cd4ffc1884", + "pin": null, + "port": null + } + }, + "9fb212ea-d746-4d59-a177-d28a9b904321": { + "from": { + "bus_ripper": null, + "junc": "f8ff7231-76ed-4f9c-b4cd-e7256dd61183", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "978c6fa6-8c98-48e6-91f2-7fa5dee51b70", + "pin": null, + "port": null + } + }, + "a04ecf18-25a2-45f7-8e29-511c6dd57d1a": { + "from": { + "bus_ripper": null, + "junc": "cdcdb90c-1a64-4fae-b4bb-fd2ffc53d2db", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "cfa62be1-e53d-4c61-9205-d7eb8bff9f98", + "pin": null, + "port": null + } + }, + "a08d0e9b-3f4e-486d-9dfd-91d30b25cc8b": { + "from": { + "bus_ripper": null, + "junc": "46f6e314-0904-43ed-bbe6-34e5b9b9e924", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "935f81b9-e42a-4fbb-aa10-1842d4e48cab", + "pin": null, + "port": null + } + }, + "a115f323-6a88-4488-beee-8a22e1ebf6f0": { + "from": { + "bus_ripper": null, + "junc": "97511794-040a-42d2-9129-1f806c7292aa", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3b60edae-db1a-4c0f-a5f2-b91726fc5c7d", + "pin": null, + "port": null + } + }, + "a121dfa3-55d6-4af8-a996-1c86654c87e9": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "85310e86-3028-427d-b11a-69f9ed2e668c/6c230be5-987e-4b87-b4e2-4085f809627a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "46f6e314-0904-43ed-bbe6-34e5b9b9e924", + "pin": null, + "port": null + } + }, + "a1920785-8fff-4c09-825d-d5e2b810c858": { + "from": { + "bus_ripper": null, + "junc": "3f1107ef-1448-4337-ae49-168493e9ad0e", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "240479a1-8291-424a-99a5-dd8cc871a5f7", + "pin": null, + "port": null + } + }, + "a1bc29dd-8433-426d-ba6e-1396ba68f65d": { + "from": { + "bus_ripper": null, + "junc": "102cf2d7-6b5e-4e6c-bd3a-fcfaa9d5fced", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "46f6e314-0904-43ed-bbe6-34e5b9b9e924", + "pin": null, + "port": null + } + }, + "a1f170d7-4b5f-4b64-8cb8-407fbdb57875": { + "from": { + "bus_ripper": null, + "junc": "127188aa-38cf-446c-b9f3-154ed9f545b6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/64cfcd74-c158-42e6-8de4-3fc48890f20b", + "port": null + } + }, + "a4774224-4605-4c53-9461-e8292eb108fc": { + "from": { + "bus_ripper": null, + "junc": "6dd61df6-e9d7-4685-b720-cd4654749dec", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ee906d7a-0a19-4782-ad8c-7ca45c59ccfa", + "pin": null, + "port": null + } + }, + "a4acb624-1950-485d-8578-1b3bfa8a3c88": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "68460180-2f40-44dc-8561-88561f4fdefc/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "11e636fb-64db-4bf6-bddb-5ea2f1d0ab23", + "pin": null, + "port": null + } + }, + "a5f5b5de-6dfb-4158-a0c6-2a1e9d78ccc7": { + "from": { + "bus_ripper": null, + "junc": "7cbdeb2f-dda2-4dfd-80bb-067c71d137c5", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3fda070d-6859-4dc8-a382-40c677611369", + "pin": null, + "port": null + } + }, + "a64ee425-050a-48ff-9158-6475f0201f34": { + "from": { + "bus_ripper": null, + "junc": "f2f9bc72-62c1-48f0-a54e-54648abd2c5c", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "f087f8b6-88ca-4f90-a238-0f4fd4a77398", + "pin": null, + "port": null + } + }, + "a6c8f61a-4066-4fc1-9d68-40f1c0e327c4": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/1297cbe5-afc7-4237-88e7-f75b34c3db48", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "570ce4e0-f532-46aa-8fba-b3cf1143c670", + "pin": null, + "port": null + } + }, + "a81e0fb1-5e8a-486c-b7cb-2fc0d1141c98": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1fe1ac6c-dd90-43f4-bb07-b4591f8c57b5/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d9637513-5047-4474-b0e3-85da855ec3ce", + "pin": null, + "port": null + } + }, + "a984eff6-2a08-4284-b091-4ae49c69f87e": { + "from": { + "bus_ripper": null, + "junc": "dfc0a5c7-8a3b-46f2-a54c-a92080e24704", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "9c4e2237-ec64-4660-89b0-6c97de249ef3/fce2e1db-69b7-4d6e-b762-dd8dd8b22519", + "port": null + } + }, + "a9871721-6c3a-4fbf-af42-041dd7cdcb51": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6ab3ce0e-827e-44ea-bab1-90a67936970c/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "96958141-67ac-4794-90df-862db055281d", + "pin": null, + "port": null + } + }, + "a9e8c260-ec3b-4cf0-a0c6-a9eb85b632bb": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/fffd9dcc-5792-40e5-9ef9-dc9055b604a8", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "77e92d9a-31a6-4166-90a1-92eb965afdb6", + "pin": null, + "port": null + } + }, + "ab1571e8-af40-40d3-82a3-b68e8f281f37": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/7b7ebb7f-d476-4184-8b28-c1a566c3d897", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "dea91b48-8089-4823-8a95-2bc6121fe33e", + "pin": null, + "port": null + } + }, + "ab3fd165-fd13-4f42-bc13-3015f0aa8410": { + "from": { + "bus_ripper": null, + "junc": "cdb48fc4-099d-4710-8e4e-1b7889952d15", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/dd68c7cb-c571-4131-92f6-193a18ef0265", + "port": null + } + }, + "ac6548ce-af7e-4fee-aa73-12ae9b1282ba": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "5f3bf712-0c79-468f-b10e-f7529ea27660/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "cd4e7818-83fa-460a-8644-b292a5e8b617", + "pin": null, + "port": null + } + }, + "ad789437-e502-47f6-a919-d4bdcbb7e3a5": { + "from": { + "bus_ripper": null, + "junc": "47232121-aca3-40d3-bf13-a0120d4f8fe3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "35e7a513-90ac-49a6-8929-b0d41012cfc8", + "pin": null, + "port": null + } + }, + "ae147795-dcf8-4de4-8a98-19e1c748105b": { + "from": { + "bus_ripper": null, + "junc": "1a56edca-46dc-4b75-8aac-8589b67c6f98", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b06e5c3d-2092-4392-8e04-ccfe53af2edf", + "pin": null, + "port": null + } + }, + "aee45017-db01-4339-8cf0-947fd5f667cf": { + "from": { + "bus_ripper": null, + "junc": "77ccb259-033b-4eea-ba80-5f38f91496b9", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e049522d-1a75-4eb5-a153-09c17c49fb55", + "pin": null, + "port": null + } + }, + "aef41bdf-97ec-4804-becd-7476edb516b8": { + "from": { + "bus_ripper": null, + "junc": "9497f17e-9ac0-4c3c-82f8-59e7fb4ca4dc", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/7cca1b20-c2d6-4fb1-bae3-4217dd9d485a", + "port": null + } + }, + "aef7c3b5-4159-41cb-8f1c-f5d3e5971dac": { + "from": { + "bus_ripper": null, + "junc": "63d45d18-84e7-499e-ba57-ebffc21eba33", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "79a1c6a5-8914-4bc2-96a3-458fbd1ca33c", + "pin": null, + "port": null + } + }, + "af4d3c0f-2b6b-4c88-b533-778664ebdfbe": { + "from": { + "bus_ripper": null, + "junc": "01fd7347-2438-4ee8-b4f6-f3cbfc83e73b", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d4838119-2654-4a38-84ba-59434989e506", + "pin": null, + "port": null + } + }, + "af82c4ea-407a-4e42-8c2e-0922bf4b372b": { + "from": { + "bus_ripper": null, + "junc": "5d6d5280-2c28-47f0-a263-07569cc93682", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/4d29c0bc-cc58-40dc-a658-0516aad14ed8", + "port": null + } + }, + "afb29a77-15dd-4763-ae3b-a06644ffbf4a": { + "from": { + "bus_ripper": null, + "junc": "d4838119-2654-4a38-84ba-59434989e506", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3bede582-753d-41bc-a2e8-1ec98e3327c4", + "pin": null, + "port": null + } + }, + "b0b10f20-04d7-4635-bbdb-eb31c1d49ada": { + "from": { + "bus_ripper": null, + "junc": "632996d5-7189-4f0a-8e9f-db26da2cad2a", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ad7a9901-3cc3-41a9-b738-24cc46c73464", + "pin": null, + "port": null + } + }, + "b13faf2f-04f1-4cde-a2b0-3bcf055f1389": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "f59b76ad-13ba-4e8f-91c2-bb7bdf543bce/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b8832e43-2be3-452e-8f9d-c3b494fcf4e8", + "pin": null, + "port": null + } + }, + "b1ec6367-dd10-4c48-b346-59868ea2cbec": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/4d34de4f-b9e2-4c3e-9410-3953e1833bdc", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "45fc488b-3696-4935-a606-6fd0d4b27a29/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "b31d62f3-4e16-4a19-a61c-fa1808947967": { + "from": { + "bus_ripper": null, + "junc": "d101c090-c738-467c-8409-02f2b18626c2", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea/4617bf29-2a58-4321-9d32-f8c010e5e299", + "port": null + } + }, + "b36ee0d7-a8ea-48d1-8bbc-976ae57b643b": { + "from": { + "bus_ripper": null, + "junc": "b8bf3285-32a4-4680-9044-5f87aa2f8f32", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "79c3c50d-1d08-4705-998f-5f6bbd32d17a/a290eed6-d918-4741-b7d4-38ce458d2f95", + "port": null + } + }, + "b48e95d4-393c-4271-abea-85bff1fc2a5e": { + "from": { + "bus_ripper": null, + "junc": "7c60e097-daed-4e74-b967-02fbec6afbdc", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "36e4ee5e-6975-4ed6-b743-9db1bbeb27f3", + "pin": null, + "port": null + } + }, + "b599acf5-0788-4ee5-8e51-8689e90e2a24": { + "from": { + "bus_ripper": null, + "junc": "85ba28a1-f963-43a7-868f-3bacc95d176d", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b8bf3285-32a4-4680-9044-5f87aa2f8f32", + "pin": null, + "port": null + } + }, + "b60c4d51-cd6a-4c67-be0a-4bf995b675c0": { + "from": { + "bus_ripper": null, + "junc": "ff037d0f-18eb-410a-9080-8a4fbf241a27", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "72e6dcdf-6eb8-4b58-ae7d-81df82ad1b97", + "pin": null, + "port": null + } + }, + "b6d66889-36d1-407c-b1fb-378441291b1e": { + "from": { + "bus_ripper": null, + "junc": "e1d21929-d9ef-4a47-ab57-9df4ff99ed5c", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3a0d9d3f-8fc8-4400-a4bf-7cd3ff1d97be", + "pin": null, + "port": null + } + }, + "b6d91414-f2e7-4471-be01-db8d8cdad56e": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/53a21b03-f68c-45d4-b326-a94d9ac86088", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "973f7641-495b-464e-ad54-3074e639c118", + "pin": null, + "port": null + } + }, + "b8c8d861-6858-4981-931e-8604e3ea890a": { + "from": { + "bus_ripper": null, + "junc": "b27c3f1a-1712-4914-a190-90b85450f4cd", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a55d9925-a7ad-495c-86b8-6c5ed6c2175e", + "pin": null, + "port": null + } + }, + "b9d742d3-532e-41b2-8e59-0bdcc47cdd8c": { + "from": { + "bus_ripper": null, + "junc": "acf4d09f-5b70-41e8-9723-09f05e353c79", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "6faa1711-2962-4e6e-bde0-039346977566", + "pin": null, + "port": null + } + }, + "ba716333-b263-4110-8abb-89c621e727e8": { + "from": { + "bus_ripper": null, + "junc": "c83e5b68-5aa3-4a88-b2ac-48ebafa9de30", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e45ebdbe-0e3c-40cc-aded-7b08ae9b4c4e", + "pin": null, + "port": null + } + }, + "ba93867b-aebe-4405-b32c-f1081019de70": { + "from": { + "bus_ripper": null, + "junc": "ac3ad319-4ad0-4eb9-8b2f-0507279a9d86", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/a70e83e7-74cb-400f-97a3-f8adc93f4de2", + "port": null + } + }, + "baca1d67-0c96-4a4f-8194-7032c4e42157": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/d709898a-6176-4d3c-99b3-7ceee6fbef06", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "1e9923e7-b4a3-410c-b079-ddefcab17919", + "pin": null, + "port": null + } + }, + "bc9786ff-5b92-4d97-8021-ae15d1e12dd0": { + "from": { + "bus_ripper": null, + "junc": "af35b267-686c-496b-a4bb-5c8ff454d7c6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b89eec77-36bf-4f32-acf0-51695d9587c5", + "pin": null, + "port": null + } + }, + "bd5af54b-7000-476f-945d-aa9fd9c0c217": { + "from": { + "bus_ripper": null, + "junc": "b8fa6484-4c05-4657-a4d1-fe4fe536ec05", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "42d3c19d-9834-4d92-bed0-f9ea839025c7/b6f46738-7c74-4726-9407-90cb156448f5", + "port": null + } + }, + "bd72ce23-ea46-4e13-8c70-57a523377fff": { + "from": { + "bus_ripper": null, + "junc": "7b02d5be-f0fa-4882-85dd-559247e35c28", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "9f296a19-210c-4d3b-999f-a3f682a4b5a2", + "pin": null, + "port": null + } + }, + "bda180ca-4f19-4540-827a-710384c7da02": { + "from": { + "bus_ripper": null, + "junc": "052407e8-b6b0-48da-b9e1-dbe2c418b1ee", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "6f308ce8-b384-4139-83dd-83c4f348b6d3/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + } + }, + "bdfc0c68-94ac-4efd-8b15-a9851766069a": { + "from": { + "bus_ripper": null, + "junc": "36e4ee5e-6975-4ed6-b743-9db1bbeb27f3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "c1dcc5bd-f3f0-4607-9269-14acb0b68119/6a44037c-65e2-4876-9359-42890048841d", + "port": null + } + }, + "beb8bf3c-dab2-47d2-95bb-508610fdf2f1": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "a01ab3b9-a339-4573-9bce-fb053512adc9/ab0d2728-8b9d-4da9-9310-f8afab5af04d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "f8ff7231-76ed-4f9c-b4cd-e7256dd61183", + "pin": null, + "port": null + } + }, + "bed414e7-42a6-4505-9713-efb9b999b044": { + "from": { + "bus_ripper": null, + "junc": "43c518d6-eb33-4b0e-969e-ed9abe31ae6a", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e1d21929-d9ef-4a47-ab57-9df4ff99ed5c", + "pin": null, + "port": null + } + }, + "bef07e98-b656-41e7-a1d1-67c3e422bcbe": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/63416d86-5fc3-4002-bf35-1b950fb0bfaf", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "386ac05e-12b6-4cfd-b164-978d901b938e", + "pin": null, + "port": null + } + }, + "bfb0a3ce-d61e-4717-8242-f87b691166c3": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/981ab2a5-9182-430b-8ce0-c13faf87b7d1", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "c212d0f5-05a1-4522-a35a-d2aaad81dc77", + "pin": null, + "port": null + } + }, + "bff5965e-2a8c-493d-a769-1628547442a1": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/43b9fdd8-db98-43aa-bb00-8fc24df9334e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "8eb9356d-c6a1-420a-8905-f6b91ff52859", + "pin": null, + "port": null + } + }, + "c08274ed-e0bc-47d5-9987-03fbea53eee5": { + "from": { + "bus_ripper": null, + "junc": "3912b265-2c1f-47c0-9fd1-1e369b04150b", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/aedb035f-0038-4df4-aa81-391da37e04c2", + "port": null + } + }, + "c082c481-c2a3-476f-a205-074f775114e8": { + "from": { + "bus_ripper": null, + "junc": "f369c1de-a6bb-4053-81d5-3e34a45727de", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "6edfb85e-b5c1-4ae9-99c7-7e5302fa7bb3", + "pin": null, + "port": null + } + }, + "c0da4d28-3d5c-41d8-9d96-b301d1717a4a": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/e9917b33-b9fa-48d2-8b92-c0f42ec473de", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "c83e5b68-5aa3-4a88-b2ac-48ebafa9de30", + "pin": null, + "port": null + } + }, + "c25e9a16-c855-423d-b082-ee7bd6a01973": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "45fc488b-3696-4935-a606-6fd0d4b27a29/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "01e15245-c1ef-4f4a-8442-c800528c7ae6", + "pin": null, + "port": null + } + }, + "c2a2f9d8-53ca-4310-ac5b-a544023e7cc8": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "487de682-3e51-4d04-8acc-b6db4da2b72e/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "4156cdf1-37e6-4541-9926-aaa6993d1f5b", + "pin": null, + "port": null + } + }, + "c4f59f7c-c5f5-498e-b8c4-ea6b6f0b8405": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/02fc2b62-5d00-40f4-bf22-d57f8f11c8c8", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "cc7131df-e889-4094-aa2a-6522fa4d70c4", + "pin": null, + "port": null + } + }, + "c6162cdd-f52c-42f2-a51f-05012a34a766": { + "from": { + "bus_ripper": null, + "junc": "0c46b74f-b32c-4f64-a738-2dcc6f7c9718", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "85310e86-3028-427d-b11a-69f9ed2e668c/88a59a9c-36d1-425b-a97b-282bfb26d29f", + "port": null + } + }, + "c6bbc620-175a-44d6-a3aa-6c5e526e7710": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "2f9866c5-3aaa-49ab-9996-6386f8f59de4/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e60a642b-b996-451d-915c-907dcf0eebc1", + "pin": null, + "port": null + } + }, + "c6c1f6fb-462f-4f39-9fbc-60d5c7df0516": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/af23cb63-6c53-423a-9e1f-eefa8f7f2c5e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "b1f1712f-b6e6-4778-8f3d-99c99a98d985", + "pin": null, + "port": null + } + }, + "c6d6018a-a5be-42d5-8234-4e354e9d1524": { + "from": { + "bus_ripper": null, + "junc": "f0916399-0e6a-4e06-9fa1-e275a577d7f8", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3e744c07-5974-4343-a7a0-78149c5a4e48/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "c7baa7b1-bbc5-4758-8d36-ec1735806fda": { + "from": { + "bus_ripper": null, + "junc": "ff4a04a9-a436-42c6-a211-7732d5afb82c", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "487de682-3e51-4d04-8acc-b6db4da2b72e/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + } + }, + "c85fd172-fe9c-40e5-9c59-26e948c6029d": { + "from": { + "bus_ripper": null, + "junc": "a6197d71-bf86-49be-8421-7a07647a45f9", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "22e74c53-d8b4-4810-a39c-edacdab782ab", + "pin": null, + "port": null + } + }, + "c8996047-53a5-4ae9-9279-07109aa5f746": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "27b9d749-0933-4175-932d-9408a59b9a65/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "974cb0d1-26f9-4df8-bef0-5f521b9d361a", + "pin": null, + "port": null + } + }, + "c8ed198b-4475-4323-a5a9-de1dd2366290": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/1f392410-4940-4e88-85ac-7430c1b5e58d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "7b02d5be-f0fa-4882-85dd-559247e35c28", + "pin": null, + "port": null + } + }, + "ca36735a-9fb8-430a-825a-050d1a21787f": { + "from": { + "bus_ripper": null, + "junc": "978c6fa6-8c98-48e6-91f2-7fa5dee51b70", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "e9f7071b-810c-4944-acc6-469a9d0c794f/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + } + }, + "cedcca26-7acd-408f-9ce8-67434d67bee4": { + "from": { + "bus_ripper": null, + "junc": "795f2452-6873-4123-8e6a-fc73ae525fcd", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d410d31d-0aff-4098-83fc-fb883d2566ff", + "pin": null, + "port": null + } + }, + "cee8889b-6280-44e4-af2a-01a953510111": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/5bd126c1-75a2-4064-807c-8b2e6b1941aa", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "dad6a46a-1436-427f-847b-8a80046f4cf6", + "pin": null, + "port": null + } + }, + "cf62e9e4-8f98-45fb-af1a-a014a644a9c8": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/c3b1436a-97e5-4485-b8be-682e28150948", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "c43dd66f-67b0-461c-86df-3542eda5d062", + "pin": null, + "port": null + } + }, + "d0acbb8c-5b2f-4ac9-b588-7f2b10865fc6": { + "from": { + "bus_ripper": null, + "junc": "3bede582-753d-41bc-a2e8-1ec98e3327c4", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "ba7e1024-4bab-4682-99f8-c7d98480f6f5/b249853f-f1b3-4128-9ff3-be7e5939dfdc", + "port": null + } + }, + "d0b3092d-5cb5-49e3-b3aa-80cbf4e53121": { + "from": { + "bus_ripper": null, + "junc": "d596cfe2-5178-4810-8e30-574dc38ee58f", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "77ccb259-033b-4eea-ba80-5f38f91496b9", + "pin": null, + "port": null + } + }, + "d1188515-b971-498e-b5ee-c46901af98cc": { + "from": { + "bus_ripper": null, + "junc": "3b60edae-db1a-4c0f-a5f2-b91726fc5c7d", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "5dc4ff69-c205-4fcc-aa8b-644dea832274/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + } + }, + "d15f464b-303a-46a0-ac72-5e728ddc8f8b": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/d2018171-55ec-4fa3-b6ec-2f7cebb052e7", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "7cbdeb2f-dda2-4dfd-80bb-067c71d137c5", + "pin": null, + "port": null + } + }, + "d37268d0-a00f-4bd0-abe0-60a42e7dd178": { + "from": { + "bus_ripper": null, + "junc": "6801da4b-cecc-4d2b-83a8-6e39fbd3a857", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/08ccff74-544d-43de-af54-6e88b2438323", + "port": null + } + }, + "d436cf25-2b42-4699-a578-c9116ceaa103": { + "from": { + "bus_ripper": null, + "junc": "78f417e3-f6d8-4439-8a6b-037ce327ff23", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3cc4c5c4-7b4f-4178-83cb-a8b156010c53", + "pin": null, + "port": null + } + }, + "d6ea9516-0b67-499e-bf2f-1b8af53616d8": { + "from": { + "bus_ripper": null, + "junc": "ad37a116-bc70-4efa-a6be-0c9f284542f3", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "3a4404ad-2b50-4b57-bd92-8d7a1902a4d8", + "pin": null, + "port": null + } + }, + "d7d17bf9-077f-42c2-8a5c-4898c43e0a88": { + "from": { + "bus_ripper": null, + "junc": "8ae10715-4fbc-4057-9094-b6ffb0cbf0fa", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d410d31d-0aff-4098-83fc-fb883d2566ff", + "pin": null, + "port": null + } + }, + "d8dea115-c712-4fe2-b716-37452887d39b": { + "from": { + "bus_ripper": null, + "junc": "8c381fe1-1e30-4a9e-8b17-ba25583b4aa7", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "72b3ef48-70c3-49e8-8455-d0bce57c548e", + "pin": null, + "port": null + } + }, + "d99cc168-e806-4964-9a89-9ba71f222b21": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "87b07afb-1612-4d6b-9288-2d3a4efd3d53/a48aebb4-3bc9-4931-aaa5-49c5dc594471", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "438679f8-82c0-409a-b029-ae9dcf13cadd", + "pin": null, + "port": null + } + }, + "d9daf6bf-6e92-4bcf-9751-db2eff413f4e": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/bd6721d7-329a-47f2-a708-811d89352d82", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "e90fcd95-66cd-404b-ab37-c17ec6eb4b5e", + "pin": null, + "port": null + } + }, + "da9db0cd-bf8f-4dd0-8dbf-9daf7da53c36": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "de6abd3a-f8ae-4760-9407-26d86de26b4d/dda0ec99-5d70-4fbe-a8db-897542e7554e", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "8f499b63-aefb-403b-a587-ee90c29a4b15", + "pin": null, + "port": null + } + }, + "db7d492f-0233-4887-92cd-5edda595cfa0": { + "from": { + "bus_ripper": null, + "junc": "dd761528-2c9b-4d5e-a6c1-42d31fe8b9cd", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "eb869428-7520-4df9-9275-839f76e606ac", + "pin": null, + "port": null + } + }, + "dc5a6479-9738-489c-a60d-b497e6b12d40": { + "from": { + "bus_ripper": null, + "junc": "99475f29-9fbd-4169-8c0f-0f301701a8f1", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "a6197d71-bf86-49be-8421-7a07647a45f9", + "pin": null, + "port": null + } + }, + "dc8c3ff6-1a18-4141-a908-2d10287d03a0": { + "from": { + "bus_ripper": null, + "junc": "6d6fe923-b685-4b3b-a3a5-dd08c40c2169", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "7de8e087-b31d-4151-a73e-9e0cbe193591", + "pin": null, + "port": null + } + }, + "e1a0b9ed-561d-4951-8214-ccbd61cfc1cd": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6aaeefa9-d071-4831-b627-02e6eb55315e/240f32fa-8413-49f6-af6a-4c57224aa699", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "8c381fe1-1e30-4a9e-8b17-ba25583b4aa7", + "pin": null, + "port": null + } + }, + "e1b7d95f-0c03-489a-be15-5ba3edf4aad8": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "5dc4ff69-c205-4fcc-aa8b-644dea832274/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "7f7daa04-7a48-45ba-8493-08e9bc1ce8f6", + "pin": null, + "port": null + } + }, + "e1e92c0d-e8e0-443c-9d76-924c73f7f6c2": { + "from": { + "bus_ripper": null, + "junc": "22e74c53-d8b4-4810-a39c-edacdab782ab", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "100e49c2-e4d3-4dc7-93e2-c58a9c53e00c/a48aebb4-3bc9-4931-aaa5-49c5dc594471", + "port": null + } + }, + "e3374aa6-4c1f-42e6-9d85-97ab08008312": { + "from": { + "bus_ripper": null, + "junc": "8ce82e7f-94da-469a-9135-a31c2de24448", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "1452e629-755b-42a7-afb4-af0804dc92cb/577db6d7-a9e5-4574-87cb-99a5075e35d3", + "port": null + } + }, + "e67b3fdc-0c1c-4df2-9f08-3df8709b1289": { + "from": { + "bus_ripper": null, + "junc": "c787f124-9268-4ffa-b3f9-c5c3e7a79895", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/2af76555-8ab4-4b0e-ac4b-973310eef60a", + "port": null + } + }, + "e772bc2d-22da-4f9f-87c7-ba00032d2e12": { + "from": { + "bus_ripper": null, + "junc": "79a1c6a5-8914-4bc2-96a3-458fbd1ca33c", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "cf7a2ea6-1ff3-463d-9459-e027a864c5de", + "pin": null, + "port": null + } + }, + "e7e45289-72ee-421e-9776-f97427b75f5f": { + "from": { + "bus_ripper": null, + "junc": "9bbd374e-3e69-4116-afe5-7d40d95f7eea", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "78f417e3-f6d8-4439-8a6b-037ce327ff23", + "pin": null, + "port": null + } + }, + "ea05996f-7912-4f60-8434-9805fe67b0d2": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "6c526738-14f6-4812-8635-2d1d24659d51/6a44037c-65e2-4876-9359-42890048841d", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "96ef19f9-010b-43bb-b51e-2a9e0d936c24", + "pin": null, + "port": null + } + }, + "eafc97f4-bcf8-4d15-b1d3-bedb0b401051": { + "from": { + "bus_ripper": null, + "junc": "7de8e087-b31d-4151-a73e-9e0cbe193591", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "a01ab3b9-a339-4573-9bce-fb053512adc9/1f147771-83e3-4d4b-9860-1dd35da5a261", + "port": null + } + }, + "efa4b8d3-3fd3-4173-8964-3df9555f4724": { + "from": { + "bus_ripper": null, + "junc": "36520f48-b5a6-4257-8ce1-10992c7f6790", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "b7f92ac7-0890-4407-8cd7-d5300810194b/29995253-b4b1-4c7c-a049-b6db2713ca7c", + "port": null + } + }, + "f0169c2e-7aaf-4267-a074-3b585d87d016": { + "from": { + "bus_ripper": null, + "junc": "43d48857-c6d7-45ae-ba24-09a50ce151bc", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "cd4e7818-83fa-460a-8644-b292a5e8b617", + "pin": null, + "port": null + } + }, + "f128affa-51af-4db8-a083-cf2c8911dd4d": { + "from": { + "bus_ripper": null, + "junc": "36af9624-7ad5-40ff-ac28-65cb028001f9", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "4accaf78-acb7-41ce-bf62-713fa8fee3e9/47270bdc-4628-4bf0-8927-63c828c11ae9", + "port": null + } + }, + "f2f79e0e-9894-4b47-bbac-945994b51238": { + "from": { + "bus_ripper": null, + "junc": "f875be91-09bf-4ae6-8948-5799f182029d", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "fb25d373-b330-4993-9416-2e75a4569195", + "pin": null, + "port": null + } + }, + "f32e6574-5e2f-483b-a922-90c1a5e53daf": { + "from": { + "bus_ripper": null, + "junc": "d583d395-b78e-493c-8186-4a25800a0212", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "72c543eb-97c0-4248-a0e7-cd4796df38db", + "pin": null, + "port": null + } + }, + "f3a4876d-a108-47e4-8a10-a08342328407": { + "from": { + "bus_ripper": null, + "junc": "393b0e6b-c178-48cd-918d-6abd7635b7a6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "85310e86-3028-427d-b11a-69f9ed2e668c/f43f0760-136d-42eb-b29e-a904dff62fea", + "port": null + } + }, + "f4384fb4-3893-4c43-b45d-d65db159eb5c": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "68460180-2f40-44dc-8561-88561f4fdefc/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "ba882ecb-9b31-4f08-933f-db8b970c9ee4", + "pin": null, + "port": null + } + }, + "f4865147-f3de-401b-bbe8-eb825d2bbd2f": { + "from": { + "bus_ripper": null, + "junc": "f3126641-de43-4947-871f-370725422875", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "fa94992c-0bcc-4ab0-b6c1-18f8cfe633f5", + "pin": null, + "port": null + } + }, + "f5448074-919a-428e-b99d-3793b6347023": { + "from": { + "bus_ripper": null, + "junc": "8be93a15-d01a-4827-8b14-731f12b9d38c", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": null, + "pin": "63b21e56-287d-4540-8156-16a46bc9d522/d5bb922a-9c97-46c6-8467-9061938875f0", + "port": null + } + }, + "f56372d8-040e-4083-a241-e0276b61b804": { + "from": { + "bus_ripper": null, + "junc": "9351ef9d-dc60-44c7-abcf-1f3522e86b05", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "9adacb6a-97ed-4255-8edb-b88f0bfbc64b", + "pin": null, + "port": null + } + }, + "f82f3e1f-6133-4989-a486-e514f36d9581": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a/51504b0f-9a58-489b-a1e7-4728f96d7f20", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "02f566fd-cf15-4cc3-ae6f-7e6e7c26d133", + "pin": null, + "port": null + } + }, + "f8698d75-9a75-4be7-a407-e78e64d4742a": { + "from": { + "bus_ripper": null, + "junc": "3fda070d-6859-4dc8-a382-40c677611369", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "f3a45d78-c25d-4737-9091-351764fe3b10", + "pin": null, + "port": null + } + }, + "fc049793-b3e7-49c6-ba9c-7589e84d894a": { + "from": { + "bus_ripper": null, + "junc": "272e17f9-f624-46ca-8bc1-0ecc3f9cf151", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "90da292a-b805-4888-b380-e587ab61da32", + "pin": null, + "port": null + } + }, + "fc3398b5-a657-4200-91a3-4d6d25249bd8": { + "from": { + "bus_ripper": null, + "junc": "3e45d635-ba38-42cd-b066-bb18e63598ac", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "d410d31d-0aff-4098-83fc-fb883d2566ff", + "pin": null, + "port": null + } + }, + "fd54895e-8a59-458c-b3e0-5226a0a132b5": { + "from": { + "bus_ripper": null, + "junc": "c212d0f5-05a1-4522-a35a-d2aaad81dc77", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "20ba7952-357e-45a5-a6de-d9612702fe5b", + "pin": null, + "port": null + } + }, + "fe5fe9f1-2366-4db9-b0a7-1c8b031a7893": { + "from": { + "bus_ripper": null, + "junc": "f3a45d78-c25d-4737-9091-351764fe3b10", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "acf4d09f-5b70-41e8-9723-09f05e353c79", + "pin": null, + "port": null + } + }, + "ff47b932-a76d-4c94-b7f2-e3c0f54f3662": { + "from": { + "bus_ripper": null, + "junc": null, + "pin": "41d1a112-81fa-4aea-b345-e909362f09b9/852f1fe6-06dc-4661-8a14-61a9a6ebb26a", + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "cd1f442a-0274-4325-95cc-16f53863f5bd", + "pin": null, + "port": null + } + }, + "ff998404-5946-44a0-8138-9b6793ec4463": { + "from": { + "bus_ripper": null, + "junc": "a3838891-a0c0-41cc-8887-910b311b3ec6", + "pin": null, + "port": null + }, + "to": { + "bus_ripper": null, + "junc": "da8b9bc9-8131-450c-86a7-1c33caa27d64", + "pin": null, + "port": null + } + } + }, + "power_symbols": { + "02ef8df9-c16a-4aca-9ce3-584b4126a162": { + "junction": "aeca542d-a164-46a1-8ec2-21884940d006", + "mirror": false, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "06092708-eb4b-4595-a5da-1538725dc897": { + "junction": "34b84243-4675-4012-af9e-523162a0e9e5", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "086dcc1d-a315-400c-a347-eede038cb385": { + "junction": "a55d9925-a7ad-495c-86b8-6c5ed6c2175e", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "0bc19d86-50e8-45f9-8f5e-af43b6d9d771": { + "junction": "45daff36-fad6-4226-a8df-a583636a4917", + "mirror": true, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "18e56d07-3908-4126-99c3-c1935ccb5676": { + "junction": "13d18531-4b38-45bd-b588-215595f3e8f7", + "mirror": true, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "1aabded9-8572-41d6-ae8d-cd216606e34c": { + "junction": "052407e8-b6b0-48da-b9e1-dbe2c418b1ee", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "1b3d7963-fe4b-43fa-aad0-c8f5b95aa406": { + "junction": "cdcdb90c-1a64-4fae-b4bb-fd2ffc53d2db", + "mirror": false, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "29097c88-1c9c-4dbc-bdbd-2d42c0759ee0": { + "junction": "4f47e101-2e3e-4758-8d23-3fdb4989ecae", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "2a75562d-44af-4d64-bede-a1917ecc3cf6": { + "junction": "2c54f5d5-1ecf-4544-91d8-c6f7ed792e35", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "2fa2423d-1312-40b0-b754-2383cb6b5087": { + "junction": "608a89b5-30c0-47f4-97f8-64677e20ca46", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "323c005b-5e50-4d8c-953d-882b9defa352": { + "junction": "ff037d0f-18eb-410a-9080-8a4fbf241a27", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "374ceb6e-6416-42ab-80e6-3281a9184921": { + "junction": "b6e706ba-107f-4a73-8337-3c813f8f751c", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "377c1a37-d292-4697-b7aa-58f6fac7230c": { + "junction": "365d4d57-f469-4b24-bc4c-6eba000c42cd", + "mirror": false, + "net": "18137841-a8b3-4752-b7e3-0e145c71231a", + "orientation": "up" + }, + "398a3b21-2d44-48a0-be2a-229c25d7642c": { + "junction": "9497f17e-9ac0-4c3c-82f8-59e7fb4ca4dc", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "3a046bf0-1e91-4d00-a691-5a248ea56f14": { + "junction": "820cd525-4dd9-47bf-9e8b-cfbc7b932f0e", + "mirror": false, + "net": "18137841-a8b3-4752-b7e3-0e145c71231a", + "orientation": "up" + }, + "3a838c01-db34-4b34-9670-077270380da2": { + "junction": "36dcc294-1c70-44f1-8514-f30c8aa3905f", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "3c136c52-a6ef-487a-86bd-4f9caf1565ab": { + "junction": "72b3ef48-70c3-49e8-8455-d0bce57c548e", + "mirror": false, + "net": "b41c5585-2e1b-418f-afa2-f0a2637d8c89", + "orientation": "up" + }, + "3c6af4c8-bb05-4d70-8ebd-c7970dcc8689": { + "junction": "f0254caa-7766-4206-9629-096526b48110", + "mirror": false, + "net": "b41c5585-2e1b-418f-afa2-f0a2637d8c89", + "orientation": "up" + }, + "3e4add6e-c675-42b7-a6e0-e7a9a548be0e": { + "junction": "fc43563a-a126-459b-80d0-fbe8eabb38dc", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "3f306904-eb55-44b4-82bb-f4f36e817244": { + "junction": "9ee27891-d710-477b-a7d5-a92721e284d5", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "423ea448-b731-4331-b9f2-9a57fe9c92a9": { + "junction": "31102543-249d-4b08-a325-fb8690055795", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "446e4538-ed89-4ef3-a0cf-34dd93dc69f1": { + "junction": "65af221d-4f3d-4910-9b16-b8890a5e7c1b", + "mirror": true, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "45c5409f-c79f-4733-8961-7f9cfe312eb3": { + "junction": "af35b267-686c-496b-a4bb-5c8ff454d7c6", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "46e73693-6449-4576-bf87-f5185b7fbde1": { + "junction": "d536e822-ebb1-4d65-ac15-254e9154fa15", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "47d23533-b385-4eec-bc37-2270f24b7574": { + "junction": "ab71e2be-b504-464d-907b-9d258f46d419", + "mirror": true, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "4e27eea0-d41c-49b3-8050-e396d66d75e8": { + "junction": "cf7a2ea6-1ff3-463d-9459-e027a864c5de", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "5057b0cc-c8e2-410f-9688-8a56f0a0fd31": { + "junction": "5809bff9-6797-4fa4-8fd3-d7f192982766", + "mirror": false, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "5483d48d-8972-4b15-86be-bed6de0a5d63": { + "junction": "88a6784a-f226-47f6-b4fa-f8bfe8034db5", + "mirror": true, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "566b9158-de7a-400b-b85b-13b560ae8024": { + "junction": "d3a56c43-ebcd-4624-8b88-d14e67fa6977", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "5ee7c00a-d076-4cc0-93d2-755850e48750": { + "junction": "99475f29-9fbd-4169-8c0f-0f301701a8f1", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "61d8a6dd-afad-4b79-bdb8-5dfab2f00797": { + "junction": "695fd3da-82cc-405c-a12f-5ec5a2e828e2", + "mirror": true, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "63e1bc56-c56d-4f79-9fff-caa135127b62": { + "junction": "60aa1759-05bc-4815-acd4-1d71931c4e81", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "72beb290-58cd-44b1-9e30-1c5cef0c9e01": { + "junction": "4d0a341e-a610-4e07-b30f-e2b1fc7f6804", + "mirror": false, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "7402d3d1-4ddc-46f8-8ff0-5d6a14c62269": { + "junction": "11453d99-9887-4fbf-ac60-444cb38c82b7", + "mirror": false, + "net": "bbf575b0-17b1-4421-b185-a2a877758901", + "orientation": "up" + }, + "76005223-243f-4111-ab8c-d738779f8e3e": { + "junction": "87ea94c1-b4c9-45cb-a1fe-2c68ad4e9ef1", + "mirror": false, + "net": "3b9d2005-fdf6-40b3-878a-85b3899a20f5", + "orientation": "up" + }, + "78dd9cec-1291-4995-8e8f-e407db47ec63": { + "junction": "9bd91b8b-3d30-4763-beae-fe572a920761", + "mirror": true, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "7d9a072f-ce32-4b61-9983-6e3b2f90c44b": { + "junction": "5df962d3-5231-4c3f-97af-4badf3533f8c", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "7faecbd7-1669-436e-8068-49d3f001bdd8": { + "junction": "43d48857-c6d7-45ae-ba24-09a50ce151bc", + "mirror": false, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "822854bf-4d04-4bfa-ab8a-5826001763d7": { + "junction": "27013891-055b-4125-b29c-b686e64c7db2", + "mirror": true, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "85c31da4-1f9b-4b2d-b053-5b085a4012ce": { + "junction": "a659007c-e0ab-42d2-848e-403ac2aba02e", + "mirror": false, + "net": "b41c5585-2e1b-418f-afa2-f0a2637d8c89", + "orientation": "up" + }, + "8bc6cfb0-6e6b-4d9b-95db-8c2e0a00e8dc": { + "junction": "0c46b74f-b32c-4f64-a738-2dcc6f7c9718", + "mirror": true, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "98028757-4890-4567-9f46-5bdb78b46807": { + "junction": "17c1e756-0e4e-44e7-8f65-6e01d37c7900", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "b2c9c17a-47b0-481f-8d0e-b97e1c069aef": { + "junction": "122a8d00-0762-4f7a-9ff8-bcb4e10ea1aa", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "b2e74bc6-93ff-47d0-9ebe-6ca9f6e9d9f6": { + "junction": "34d27e0a-9b71-474b-ab31-4c928d96127f", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "b4c3bfe4-ac97-41bc-ad09-88fa9a6e9e5a": { + "junction": "a6467eac-fc23-4795-886b-c0ce185794d1", + "mirror": false, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "b59cc553-eca9-4776-bc4a-300d9d1110a7": { + "junction": "deadf1ec-84b4-41b4-a2e8-f497b12476e1", + "mirror": false, + "net": "b41c5585-2e1b-418f-afa2-f0a2637d8c89", + "orientation": "up" + }, + "ba4bcf4a-75e7-4b98-9b68-e1d5e82a285b": { + "junction": "6075973f-b050-4382-be7d-139572738c31", + "mirror": false, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "bb411bf9-5ae2-49d3-a02e-50ebcfd4cfba": { + "junction": "272e17f9-f624-46ca-8bc1-0ecc3f9cf151", + "mirror": true, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "be3410f4-1e64-4ac4-ba8a-c9347ff30d96": { + "junction": "ada8e121-0b78-493a-bca5-88623bd82a7f", + "mirror": false, + "net": "bbf575b0-17b1-4421-b185-a2a877758901", + "orientation": "up" + }, + "c9986781-43fa-401d-b1be-a0cf03c342e3": { + "junction": "dea35283-d0be-4436-bbd4-672f3e9dc8c7", + "mirror": false, + "net": "18137841-a8b3-4752-b7e3-0e145c71231a", + "orientation": "up" + }, + "cad8c62b-0c19-4e7a-9484-e5441b7344c5": { + "junction": "712c512c-3d21-4626-95ec-db194c900828", + "mirror": false, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "cadf9faf-2451-4858-96af-8b46c050d3ee": { + "junction": "2a134abc-cc68-4361-99b1-1f6b36c72f80", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "d477fa90-1f86-4284-ba07-095c91829d7d": { + "junction": "9351ef9d-dc60-44c7-abcf-1f3522e86b05", + "mirror": true, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "dff6d8b2-de65-4dc5-bdc7-2e55c5339231": { + "junction": "4702b58e-6739-402a-83da-2a9cf06a0db4", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "e70e6a47-c249-4392-a698-d6941593987a": { + "junction": "92661d89-15f3-4645-a2b3-88480669370d", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "ef25c956-3096-4df5-a836-e1ec742c21c5": { + "junction": "9dba91ca-81c6-46f6-863d-d29827f8d263", + "mirror": false, + "net": "18137841-a8b3-4752-b7e3-0e145c71231a", + "orientation": "up" + }, + "ef5d874a-f50f-45fd-bfe5-92c30242a110": { + "junction": "97511794-040a-42d2-9129-1f806c7292aa", + "mirror": true, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "f02781d5-d8de-4df5-85bb-23b552aad4fa": { + "junction": "d596cfe2-5178-4810-8e30-574dc38ee58f", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + }, + "f3714d45-3b5e-4623-8f35-4c23a6f95567": { + "junction": "795f2452-6873-4123-8e6a-fc73ae525fcd", + "mirror": false, + "net": "e8aee22a-dd84-4af8-91cb-a59265659087", + "orientation": "up" + }, + "f8eacd71-7751-4897-88da-ee74de967935": { + "junction": "ea308c49-2e84-4af5-a77b-fffbdcc21890", + "mirror": false, + "net": "fb07fd86-f10a-4c22-95c9-aa5c7f90ccc4", + "orientation": "down" + } + }, + "symbols": { + "100e49c2-e4d3-4dc7-93e2-c58a9c53e00c": { + "component": "47338d21-6e44-4c1c-931d-aadd991f401f", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "ab5e5821-17f1-4052-bde8-4791cb782b42", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + -22500000, + 193750000 + ] + }, + "smashed": false, + "symbol": "282b24b5-4110-48b1-9de2-5ba445099674", + "texts": [] + }, + "1452e629-755b-42a7-afb4-af0804dc92cb": { + "component": "05af2569-c292-42fd-9726-50c5b5972422", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "3609517f-d116-4ada-999e-15f75c88a8b4", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 85000000, + 221250000 + ] + }, + "smashed": false, + "symbol": "6c268714-fb1d-41d3-bf13-f89e27ff99d3", + "texts": [] + }, + "1fe1ac6c-dd90-43f4-bb07-b4591f8c57b5": { + "component": "cc77b09e-e8a9-4b7c-b742-3c4c859bb762", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 58750000, + 197500000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "207321ea-fdf0-4938-8551-6f9aa70bc49c": { + "component": "b92dcd9d-c18c-4ab2-9331-a05e19655bb1", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 328750000, + 217500000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "250cf2b4-16f8-4538-aa18-e7360419099e": { + "component": "ed296850-c6c0-4fc4-9550-a2b0682f5b6f", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 443750000, + 227500000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "27b9d749-0933-4175-932d-9408a59b9a65": { + "component": "d3fbb097-074e-4975-8148-3cef459df71b", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 306250000, + 240000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "290802c5-89fa-43fc-81cc-3e027edf4d9b": { + "component": "ef97db11-bdff-48b3-931d-1cd7a545f53b", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 301250000, + 197500000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "2f16a566-9ae6-4adb-aa75-e99a0d4d357a": { + "component": "a0fe450f-77f0-4fbd-b42f-0cb795425c0a", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 16384, + "mirror": false, + "shift": [ + 582500000, + 346250000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "2f9866c5-3aaa-49ab-9996-6386f8f59de4": { + "component": "e8bd2475-51fa-4681-9fca-2d42b9623467", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "2a1bd72d-6d14-48c7-94d4-91d36e7a56c6", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 117500000, + 187500000 + ] + }, + "smashed": false, + "symbol": "ec35f271-ca0e-46f2-bb3b-d43b8dd17f47", + "texts": [] + }, + "361354e7-36ad-480e-a18a-61521136cddc": { + "component": "8b77f5a6-3085-4fbd-a5ef-1aec9dab8660", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "ab5e5821-17f1-4052-bde8-4791cb782b42", + "pin_display_mode": "selected_only", + "placement": { + "angle": 32768, + "mirror": false, + "shift": [ + 225000000, + 278750000 + ] + }, + "smashed": false, + "symbol": "282b24b5-4110-48b1-9de2-5ba445099674", + "texts": [] + }, + "369f9258-f8d4-4501-a1e8-906186d4d3cf": { + "component": "ecb6910a-cfad-4d62-9ab4-c06a0182470f", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 32768, + "mirror": true, + "shift": [ + 245000000, + 326250000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "36b78467-6984-40fc-a380-5a8d7d1cb484": { + "component": "85a6384d-1dd0-4d85-a09c-d726a71aa5b8", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 157500000, + 142500000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "39cb2f5d-bf77-4c2b-88d6-83221f10e941": { + "component": "ec065a63-7638-40ce-a788-755a718302fd", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 321250000, + 260000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "39f1f629-c8ca-403f-8857-ed838cba28d3": { + "component": "5a19a147-d501-4cdf-9138-227ab735492b", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 263750000, + 170000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "3d55bec8-3c9c-4533-9402-1e5f3c5ad45a": { + "component": "cd0f5f9f-2311-46ab-b057-88debbdc5eec", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "11222ef3-f4e5-4cbb-8399-cff10206e00d", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 211250000, + 187500000 + ] + }, + "smashed": false, + "symbol": "f180ef76-6ed4-45a7-9862-65a706499d0c", + "texts": [] + }, + "3e744c07-5974-4343-a7a0-78149c5a4e48": { + "component": "3208a229-f60b-441a-85fd-f5ea892fd1e4", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 567500000, + 362500000 + ] + }, + "smashed": false, + "symbol": "666d73e4-aa34-4314-9529-9ff9bebe8222", + "texts": [] + }, + "41bff166-e817-4805-9ab2-13ec8c6f9fae": { + "component": "a6baafcd-b181-4a6a-834d-00cf39ddb9ea", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": true, + "shift": [ + 412500000, + 176250000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "41d1a112-81fa-4aea-b345-e909362f09b9": { + "component": "06ba28ad-a393-4a7b-bbfe-be5bf1a7cf88", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 32500000, + 195000000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "42d3c19d-9834-4d92-bed0-f9ea839025c7": { + "component": "1af3e0e6-9d89-49b8-b62a-3fc385b1ebc0", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 132500000, + 282500000 + ] + }, + "smashed": false, + "symbol": "94393eef-332e-4e62-a363-224389452bc8", + "texts": [] + }, + "43f1b952-4197-4e36-81b9-6851b72618b7": { + "component": "59528f38-c73e-45d1-a151-7128271e2244", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 313750000, + 242500000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "45fc488b-3696-4935-a606-6fd0d4b27a29": { + "component": "8b04a81a-b709-4849-a252-66e7cc1016a6", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 328750000, + 247500000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "487de682-3e51-4d04-8acc-b6db4da2b72e": { + "component": "b9a3c17d-8e64-4504-9976-fefaa90b8eda", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 32500000, + 185000000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "4accaf78-acb7-41ce-bf62-713fa8fee3e9": { + "component": "95f9f0ed-4e8c-4554-91fb-6517feb792b1", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "7dc4a345-84a0-43af-8e7b-143c544e46b4", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 373750000, + 220000000 + ] + }, + "smashed": false, + "symbol": "26b94e97-00b2-455b-b0af-93ad7ddbfe0e", + "texts": [] + }, + "4ad7115b-0ac9-4754-8c49-a41f76970cc8": { + "component": "7923b1fa-ab8d-4447-b878-bb21496294fb", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 152500000, + 142500000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "4df6a0c3-2b12-4ff3-8698-4179ebcc438c": { + "component": "dc5ef435-6107-4761-8aa7-07904b53dc13", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 292500000, + 200000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "4ed3aa94-dfad-42c3-9aad-38f34c9f8537": { + "component": "5662a6c5-0327-4d41-8f06-8d638f001144", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 225000000, + 260000000 + ] + }, + "smashed": false, + "symbol": "666d73e4-aa34-4314-9529-9ff9bebe8222", + "texts": [] + }, + "50692e18-bd98-4d0c-9c79-6b5423fc4e1e": { + "component": "1efc8fde-e95f-4040-8071-61762a9c7d30", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 20000000, + 220000000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "53506a1a-5756-480f-9444-45972a14f726": { + "component": "5b98367c-8b2f-4857-93df-a712f6217553", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 445000000, + 368750000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "53d99f45-129b-4231-a4c9-68dcfecff69c": { + "component": "84497c68-2c50-4ac5-9b82-8793e7413d6d", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 327500000, + 230000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "5a2ac1e8-339f-40c3-aa39-4a37f22dba79": { + "component": "193904e3-d9f2-49df-a8bd-48a5bf268c37", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 310000000, + 195000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "5dc4ff69-c205-4fcc-aa8b-644dea832274": { + "component": "621682d9-d014-476d-a2d8-ab965e84166b", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 116250000, + 295000000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "5f3bf712-0c79-468f-b10e-f7529ea27660": { + "component": "b618a6ad-104d-4239-b7e3-e8d6f1c0c79f", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 32768, + "mirror": true, + "shift": [ + 245000000, + 333750000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "62af5585-8260-4ef6-b5b7-200eb2faaadb": { + "component": "f3bebf76-219a-437a-b697-5c3aa5b9e246", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 292500000, + 207500000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "63b21e56-287d-4540-8156-16a46bc9d522": { + "component": "1167511b-0d3b-4812-9aeb-6f44032b83a5", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "b1d93ad6-d9f9-4829-a4a0-23dcecd5e82a", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 305000000, + 358750000 + ] + }, + "smashed": true, + "symbol": "94393eef-332e-4e62-a363-224389452bc8", + "texts": [] + }, + "68460180-2f40-44dc-8561-88561f4fdefc": { + "component": "20a2457d-038c-45ac-9ba7-163ac1d083b0", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 243750000, + 265000000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "69d1a9dd-e001-4811-ac71-a56f1825be17": { + "component": "26d7b72c-d464-4fa4-a3c2-0400161fb3de", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 285000000, + 210000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "6aaeefa9-d071-4831-b627-02e6eb55315e": { + "component": "b77328b6-77b0-4235-8793-2b74c1d9e85d", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "1c0964c8-5ee9-4ab8-be72-da4e04fcdc2c", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 602500000, + 192500000 + ] + }, + "smashed": false, + "symbol": "1c80d9de-1371-4517-a9a2-cad0d9a1d337", + "texts": [] + }, + "6ab3ce0e-827e-44ea-bab1-90a67936970c": { + "component": "b81e6936-e21a-403f-8d82-d16604ed913d", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 63750000, + 250000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "6c526738-14f6-4812-8635-2d1d24659d51": { + "component": "f25d7d78-73cb-4b84-a25b-36d32d0c1151", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 328750000, + 255000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "6f308ce8-b384-4139-83dd-83c4f348b6d3": { + "component": "08afe811-fde9-44ca-a806-c9e1d3f69b79", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 32768, + "mirror": false, + "shift": [ + 53750000, + 250000000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "7405b477-caba-4d36-886b-d6ce8bb90fa4": { + "component": "7b1e9f81-28c6-4db6-b206-242e1ed28783", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 321250000, + 245000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "75fdc4eb-f5c7-4168-9ed5-f1129eb2b912": { + "component": "5f8083b8-c34b-4a36-bde4-c8405ec815c9", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 285000000, + 202500000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "77c70992-bb8b-4110-8cf8-bc92a3a5a8ba": { + "component": "720fa1de-cc9d-4cf9-8b2e-fa0b101b09df", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 20000000, + 230000000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "79c3c50d-1d08-4705-998f-5f6bbd32d17a": { + "component": "142f219c-9a0c-4f62-8d65-448877b54955", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "1d29bd03-e092-4b71-a993-da3ff8c78042", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 215000000, + 360000000 + ] + }, + "smashed": false, + "symbol": "09578e94-9498-4c43-9b66-997d414f8933", + "texts": [] + }, + "7ae68604-9f64-459c-89b6-ad54621e469d": { + "component": "cd7f8f6b-b40e-4b84-83f1-426cfbd4fc1f", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 443750000, + 235000000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "7c574b30-9a15-4867-bbb1-b90f2408f238": { + "component": "47690702-2739-4074-a9c7-d8734ba490bd", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 32768, + "mirror": true, + "shift": [ + 190000000, + 358750000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "85310e86-3028-427d-b11a-69f9ed2e668c": { + "component": "66aca9a9-a6de-4485-8c38-d592017cc4d2", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "83720524-7325-42b2-badc-c92b3ab1b4f4", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 353750000, + 362500000 + ] + }, + "smashed": true, + "symbol": "cf4c9a7b-a819-4f02-be22-e16694400564", + "texts": [ + "d24bec90-b741-4908-aef5-e9e020f7bdc8", + "f81f53d2-d43b-450f-92fe-9cde267f3752" + ] + }, + "85cf9d2c-1333-4143-9c3a-78804e685111": { + "component": "5eea1baa-e609-4e5a-97c7-1d3cc2da4569", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 461250000, + 225000000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "87b07afb-1612-4d6b-9288-2d3a4efd3d53": { + "component": "ca191219-356c-4c55-9b1b-2dd5129b2fd5", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "ab5e5821-17f1-4052-bde8-4791cb782b42", + "pin_display_mode": "selected_only", + "placement": { + "angle": 32768, + "mirror": false, + "shift": [ + 225000000, + 288750000 + ] + }, + "smashed": false, + "symbol": "282b24b5-4110-48b1-9de2-5ba445099674", + "texts": [] + }, + "8eb0f600-6f95-4399-9ac6-60eb856a78a9": { + "component": "985bc8c3-3276-4a66-ad18-91f65306cbd0", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 16384, + "mirror": true, + "shift": [ + 100000000, + 255000000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "9c4e2237-ec64-4660-89b0-6c97de249ef3": { + "component": "bb199221-a3d7-4930-b179-1d2a8dfa6206", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "b625d879-3c61-4aa4-83e7-524a13ab6d1a", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 496250000, + 362500000 + ] + }, + "smashed": false, + "symbol": "61fa16cd-b640-493d-a16e-7ef571c6616a", + "texts": [] + }, + "a01ab3b9-a339-4573-9bce-fb053512adc9": { + "component": "5a91dad9-7140-4806-9242-a65434d79dd1", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "fc9582e1-c4c5-4600-bd60-d2f2750f6fa6", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 430000000, + 363750000 + ] + }, + "smashed": false, + "symbol": "52195beb-45d2-4118-acae-e65fc6f6978e", + "texts": [] + }, + "b055ca43-2ed2-4dad-811b-590ca4a600af": { + "component": "c63447e3-d091-4901-84b9-a80b6fef9487", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 298750000, + 371250000 + ] + }, + "smashed": true, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [ + "70e6ecd6-2493-4a2c-bdab-804a98b1c83f", + "396ce1e9-e7b7-4d4d-b705-4d83c9454bcf" + ] + }, + "b6f83248-3ac1-40e1-82cc-bc9dbd21d298": { + "component": "3ded88f1-9ed4-4669-9833-505f7f307c3d", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 16384, + "mirror": false, + "shift": [ + 243750000, + 252500000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "b7f92ac7-0890-4407-8cd7-d5300810194b": { + "component": "a25c1238-c397-40ed-8e28-c7f4cbe47fea", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": true, + "shift": [ + 232500000, + 386250000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "b9a19e1b-79f4-463d-a10a-4732edfdebc5": { + "component": "ac4c7ff9-e9b4-4fa5-b2f5-93f0528d92f3", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": true, + "shift": [ + 167500000, + 142500000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "ba7e1024-4bab-4682-99f8-c7d98480f6f5": { + "component": "ac97d76f-f8fc-4253-926d-e33223f2ce06", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "ab5e5821-17f1-4052-bde8-4791cb782b42", + "pin_display_mode": "selected_only", + "placement": { + "angle": 32768, + "mirror": false, + "shift": [ + 225000000, + 268750000 + ] + }, + "smashed": false, + "symbol": "282b24b5-4110-48b1-9de2-5ba445099674", + "texts": [] + }, + "c1dcc5bd-f3f0-4607-9269-14acb0b68119": { + "component": "5973c751-0e41-4a42-a6f0-4d7c3dad3a79", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 16384, + "mirror": true, + "shift": [ + 581250000, + 172500000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "c380c1aa-5653-462e-82b9-c52bb794c9c3": { + "component": "d1617e2c-9fe0-4a2d-9a67-1ea0a225fa6b", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 347500000, + 373750000 + ] + }, + "smashed": true, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [ + "bbaac1b8-0d70-4b82-9b02-5549887ac9e1", + "2230db35-5e7e-4825-9d7c-0b79b660b2b3" + ] + }, + "c4aadddb-ff7d-4e8e-8249-38e6f48ca949": { + "component": "8247afcf-4053-42dd-a0fa-d557e1760b7c", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 16384, + "mirror": true, + "shift": [ + 571250000, + 172500000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "ca861462-2956-430a-96ae-87990e40efed": { + "component": "269fce1c-7226-4c5b-a1aa-22460e6d37e9", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "e5a9514f-66eb-440b-a25d-69a7de1657b8", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 551250000, + 360000000 + ] + }, + "smashed": false, + "symbol": "315d9622-5777-4439-b8a0-b6630656abb9", + "texts": [] + }, + "ca9d9193-39ae-43fb-8fa2-0ba749bd3cea": { + "component": "64441c3b-05e9-4d47-934d-feb11b13b179", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "68d7944b-de7b-4e29-a7ec-85044be94ff1", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + -18750000, + 220000000 + ] + }, + "smashed": false, + "symbol": "ae714667-eec9-4045-89ba-f021cb4fba6e", + "texts": [] + }, + "de6abd3a-f8ae-4760-9407-26d86de26b4d": { + "component": "f35b088f-944d-42c2-9130-e21ddec27c35", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 262500000, + 380000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "e2f50ac2-c97a-437a-8559-49591e0640e1": { + "component": "8629a3a8-9ac6-4042-8f6c-7f4c4bcf6a4c", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 16384, + "mirror": false, + "shift": [ + 582500000, + 356250000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "e5b180a0-f9ce-41d6-8b94-de828855b554": { + "component": "926f7776-4fe1-4686-a153-a0b68bc470b2", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "9bfcf213-2a7e-444e-8312-ce57209fc9ec", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 461250000, + 232500000 + ] + }, + "smashed": false, + "symbol": "1f176305-dbe6-4349-a3c0-fe0927faaec4", + "texts": [] + }, + "e9f7071b-810c-4944-acc6-469a9d0c794f": { + "component": "d27fe3c8-c29f-4d1d-ae80-57964c7ce99f", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 465000000, + 363750000 + ] + }, + "smashed": false, + "symbol": "666d73e4-aa34-4314-9529-9ff9bebe8222", + "texts": [] + }, + "f1953e3d-ae80-444c-badd-b4bfad37746b": { + "component": "cd228913-03d7-4432-aae6-030eb8787fd5", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 122500000, + 240000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "f59b76ad-13ba-4e8f-91c2-bb7bdf543bce": { + "component": "04f5f15c-42c6-46f5-a45e-55c03a13a140", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 271250000, + 380000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + }, + "fcb7eee4-e3d4-42a9-a9f1-578e4dc576ad": { + "component": "db6ae2b9-5f52-4692-8c91-92933b285849", + "display_all_pads": false, + "display_directions": false, + "expand": 0, + "gate": "48af78e5-730e-44eb-977a-cf188e4fcb39", + "pin_display_mode": "selected_only", + "placement": { + "angle": 49152, + "mirror": false, + "shift": [ + 317500000, + 230000000 + ] + }, + "smashed": false, + "symbol": "e2cde69b-9fa7-4332-ba8f-7e5b3ee8ad73", + "texts": [] + } + }, + "texts": { + "02aabec5-b1ec-4f4b-8781-83257fc03ab0": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 405000000, + 182500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "0c6f0825-c1f4-4823-9c74-18cf2ab9e5bd": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 342500000, + 185000000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "0cc905bc-23d6-40f6-b2c1-0436acea6614": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 342500000, + 192500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "1f7ecf35-8c65-4783-9699-78efaea6337e": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 32768, + "mirror": true, + "shift": [ + 105000000, + 230000000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "2230db35-5e7e-4825-9d7c-0b79b660b2b3": { + "font": "simplex", + "from_smash": true, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 343750000, + 377500000 + ] + }, + "size": 1500000, + "text": "$REFDES", + "width": 0 + }, + "225990a9-fd1b-4fcb-a206-1a267ac8334f": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 32768, + "mirror": true, + "shift": [ + 247500000, + 152500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "2cb8e7d5-8185-4eff-919a-998167a46149": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 405000000, + 185000000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "2d0e9c44-7a25-4e3a-9dae-e4c951824423": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 593750000, + 201250000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "396ce1e9-e7b7-4d4d-b705-4d83c9454bcf": { + "font": "simplex", + "from_smash": true, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 295000000, + 375000000 + ] + }, + "size": 1500000, + "text": "$REFDES", + "width": 0 + }, + "432ebf8a-288e-4f07-8d38-0014c06b3641": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 32768, + "mirror": true, + "shift": [ + 247500000, + 147500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "448b0490-9a5c-4526-965e-1d3567848a01": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 32768, + "mirror": true, + "shift": [ + 105000000, + 242500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "4d44bfe8-fa32-477d-a8b7-0bb70b9a93cb": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 570000000, + 160000000 + ] + }, + "size": 1500000, + "text": "Rate select", + "width": 0 + }, + "4dc4c4cc-e31b-45db-b29a-0e1a8bf37ec2": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 57500000, + 357500000 + ] + }, + "size": 1500000, + "text": "TODO: Add debug port", + "width": 0 + }, + "4ebacd4b-1099-43a0-b151-1ab3695fad93": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 405000000, + 240000000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "51313fa9-4698-43b8-a97f-3723ef829e2d": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 342500000, + 207500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "51bb9d61-c472-4e42-afbd-ac8b30dc6ad8": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 481250000, + 368750000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "52d09a5a-aeba-4746-ba1c-d0ab997bebe5": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 32768, + "mirror": true, + "shift": [ + 247500000, + 145000000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "5b7f35e6-05a4-429e-9c77-88d74d12f95e": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 32768, + "mirror": true, + "shift": [ + 247500000, + 150000000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "688499cf-867b-47f2-aae8-ea9d7c7bd21a": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 57500000, + 353750000 + ] + }, + "size": 1500000, + "text": "TODO: Check RGMII/SGMII interface config", + "width": 0 + }, + "6cc83ed1-28d3-40e9-a0c7-e93abd876210": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 57500000, + 365000000 + ] + }, + "size": 1500000, + "text": "TODO: Add power supply decoupling caps", + "width": 0 + }, + "70e6ecd6-2493-4a2c-bdab-804a98b1c83f": { + "font": "simplex", + "from_smash": true, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 295000000, + 367500000 + ] + }, + "size": 1500000, + "text": "$VALUE", + "width": 0 + }, + "77237557-ec41-4eaa-898c-d8b9e6e01a77": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 53750000, + 191250000 + ] + }, + "size": 1500000, + "text": "I2C Enabled, addr=0x47", + "width": 0 + }, + "8696eced-5a4f-4c4b-bdd8-33c0d19f25c3": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 611250000, + 198750000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "87b92512-5bea-4360-bf78-7c23e1323345": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 342500000, + 237500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "8c6ccc1c-9b69-4888-8149-27808e1736da": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 405000000, + 192500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "8dbc4472-5b45-4611-a9f3-9f57bbeff658": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 405000000, + 242500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "8fe5a8cc-bff1-4474-9652-155b56bb771e": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + -35000000, + 208750000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "91990c44-7392-45a8-9bdf-fdd33cc7ef47": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 611250000, + 203750000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "97c18bd8-a3dd-4d12-b8fe-bf7a6531e52c": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 342500000, + 235000000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "a3a43767-ec23-4c02-b7cf-2e75f9837b2f": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 342500000, + 232500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "af64cc26-ecca-4d62-95e9-077e1c621041": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 342500000, + 190000000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "b3c2db77-0d8b-4529-83b2-ca3679a126d7": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 57500000, + 361250000 + ] + }, + "size": 1500000, + "text": "TODO: Check all bus terminations", + "width": 0 + }, + "bbaac1b8-0d70-4b82-9b02-5549887ac9e1": { + "font": "simplex", + "from_smash": true, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 343750000, + 370000000 + ] + }, + "size": 1500000, + "text": "$VALUE", + "width": 0 + }, + "ceae520a-ee52-4fa6-8f5c-e45f84f5c875": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 57500000, + 350000000 + ] + }, + "size": 1500000, + "text": "TODO: Add status LEDs", + "width": 0 + }, + "cf1dcd03-6dd8-41af-9138-c1f74fea55d3": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 405000000, + 187500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "cf4c5e1f-612f-4083-a99a-f6d1ce51e952": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 342500000, + 252500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "d24bec90-b741-4908-aef5-e9e020f7bdc8": { + "font": "simplex", + "from_smash": true, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 356250000, + 370000000 + ] + }, + "size": 1500000, + "text": "$REFDES", + "width": 0 + }, + "dc4ea1c8-17c2-4419-a691-e8049aabcf67": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + -35000000, + 211250000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "e196513b-301e-4c03-a1fd-3aecb6bb1cbf": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 342500000, + 230000000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "ee6f9015-6eca-4f74-b676-13e1b9a76168": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": true, + "shift": [ + 342500000, + 187500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "f17fb471-75f4-4c38-8604-99b62d980f7e": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 32768, + "mirror": true, + "shift": [ + 105000000, + 235000000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "f183a273-81aa-45d8-9dad-dcc6242a13d5": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 405000000, + 197500000 + ] + }, + "size": 1500000, + "text": "DNC", + "width": 0 + }, + "f81f53d2-d43b-450f-92fe-9cde267f3752": { + "font": "simplex", + "from_smash": true, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 356250000, + 350000000 + ] + }, + "size": 1500000, + "text": "$VALUE", + "width": 0 + }, + "fccb666b-3bff-45aa-9230-0fbdc1104b4d": { + "font": "simplex", + "from_smash": false, + "layer": 0, + "origin": "center", + "placement": { + "angle": 0, + "mirror": false, + "shift": [ + 113750000, + 232500000 + ] + }, + "size": 1500000, + "text": "PORT=0 - Config as UFP", + "width": 0 + } + }, + "title_block_values": {} + } + }, + "title_block_values": { + "author": "jaseg", + "date": "2024-12-31", + "project_name": "sfp-usb-nic", + "project_title": "sfp-usb-nic", + "rev": "1" + }, + "type": "schematic_block", + "uuid": "bfe475c9-705f-4c2c-954d-c0e690819d63", + "version": 8 +} \ No newline at end of file