From 3ebad62dfa7f003b4dc8219a1fa9fac381ee7589 Mon Sep 17 00:00:00 2001 From: Zane Kaminski Date: Sun, 13 Feb 2022 03:24:45 -0500 Subject: [PATCH] Convert schematics to KiCAD 6 too --- 8chip-16MB-SOJ/MacIIfxRAMSIMM.kicad_pro | 238 +- 8chip-16MB-SOJ/MacIIfxRAMSIMM.kicad_sch | 2995 +++++++++++++++++++++++ 8chip-16MB-SOJ/MacIIfxRAMSIMM.sch | 989 -------- Adapter-30/Adapter-30.kicad_prl | 1 - Adapter-30/Adapter-30.kicad_pro | 238 +- Adapter-30/Adapter-30.kicad_sch | 2236 +++++++++++++++++ Adapter-30/Adapter-30.sch | 601 ----- 7 files changed, 5701 insertions(+), 1597 deletions(-) create mode 100644 8chip-16MB-SOJ/MacIIfxRAMSIMM.kicad_sch delete mode 100644 8chip-16MB-SOJ/MacIIfxRAMSIMM.sch create mode 100644 Adapter-30/Adapter-30.kicad_sch delete mode 100644 Adapter-30/Adapter-30.sch diff --git a/8chip-16MB-SOJ/MacIIfxRAMSIMM.kicad_pro b/8chip-16MB-SOJ/MacIIfxRAMSIMM.kicad_pro index 6b0a844..5857548 100644 --- a/8chip-16MB-SOJ/MacIIfxRAMSIMM.kicad_pro +++ b/8chip-16MB-SOJ/MacIIfxRAMSIMM.kicad_pro @@ -153,6 +153,211 @@ "cvpcb": { "equivalence_files": [] }, + "erc": { + "erc_exclusions": [], + "meta": { + "version": 0 + }, + "pin_map": [ + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 2 + ], + [ + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 1, + 2, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 1, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 2, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2 + ] + ], + "rule_severities": { + "bus_definition_conflict": "error", + "bus_entry_needed": "error", + "bus_label_syntax": "error", + "bus_to_bus_conflict": "error", + "bus_to_net_conflict": "error", + "different_unit_footprint": "error", + "different_unit_net": "error", + "duplicate_reference": "error", + "duplicate_sheet_names": "error", + "extra_units": "error", + "global_label_dangling": "warning", + "hier_label_mismatch": "error", + "label_dangling": "error", + "lib_symbol_issues": "warning", + "multiple_net_names": "warning", + "net_not_bus_member": "warning", + "no_connect_connected": "warning", + "no_connect_dangling": "warning", + "pin_not_connected": "error", + "pin_not_driven": "error", + "pin_to_pin": "warning", + "power_pin_not_driven": "error", + "similar_labels": "warning", + "unannotated": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, "libraries": { "pinned_footprint_libs": [], "pinned_symbol_libs": [] @@ -198,21 +403,48 @@ "page_layout_descr_file": "" }, "schematic": { + "annotate_start_num": 0, "drawing": { - "default_text_size": 50, + "default_line_thickness": 6.0, + "default_text_size": 50.0, + "field_names": [], + "intersheets_ref_own_page": false, + "intersheets_ref_prefix": "", + "intersheets_ref_short": false, + "intersheets_ref_show": false, + "intersheets_ref_suffix": "", + "junction_size_choice": 3, "label_size_ratio": 0.25, - "pin_symbol_size": 0, + "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, "legacy_lib_dir": "", "legacy_lib_list": [], + "meta": { + "version": 1 + }, "net_format_name": "Pcbnew", + "ngspice": { + "fix_include_paths": true, + "fix_passive_vals": false, + "meta": { + "version": 0 + }, + "model_mode": 0, + "workbook_filename": "" + }, "page_layout_descr_file": "", "plot_directory": "", "spice_adjust_passive_values": false, + "spice_external_command": "spice \"%I\"", "subpart_first_id": 65, "subpart_id_separator": 0 }, - "sheets": [], + "sheets": [ + [ + "a690fc6c-55d9-47e6-b533-faa4b67e20f3", + "" + ] + ], "text_variables": {} } diff --git a/8chip-16MB-SOJ/MacIIfxRAMSIMM.kicad_sch b/8chip-16MB-SOJ/MacIIfxRAMSIMM.kicad_sch new file mode 100644 index 0000000..2832338 --- /dev/null +++ b/8chip-16MB-SOJ/MacIIfxRAMSIMM.kicad_sch @@ -0,0 +1,2995 @@ +(kicad_sch (version 20211123) (generator eeschema) + + (uuid a690fc6c-55d9-47e6-b533-faa4b67e20f3) + + (paper "USLetter") + + (lib_symbols + (symbol "Connector_Generic:Conn_02x32_Counter_Clockwise" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at 1.27 40.64 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_02x32_Counter_Clockwise" (id 1) (at 1.27 -43.18 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Generic connector, double row, 02x32, counter clockwise pin numbering scheme (similar to DIP packge numbering), script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Conn_02x32_Counter_Clockwise_1_1" + (rectangle (start -1.27 -40.513) (end 0 -40.767) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -37.973) (end 0 -38.227) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -35.433) (end 0 -35.687) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -32.893) (end 0 -33.147) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -30.353) (end 0 -30.607) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -27.813) (end 0 -28.067) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -25.273) (end 0 -25.527) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -22.733) (end 0 -22.987) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -20.193) (end 0 -20.447) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -17.653) (end 0 -17.907) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -15.113) (end 0 -15.367) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -12.573) (end 0 -12.827) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -10.033) (end 0 -10.287) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -7.493) (end 0 -7.747) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -4.953) (end 0 -5.207) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -2.413) (end 0 -2.667) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 0.127) (end 0 -0.127) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 2.667) (end 0 2.413) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 5.207) (end 0 4.953) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 7.747) (end 0 7.493) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 10.287) (end 0 10.033) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 12.827) (end 0 12.573) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 15.367) (end 0 15.113) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 17.907) (end 0 17.653) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 20.447) (end 0 20.193) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 22.987) (end 0 22.733) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 25.527) (end 0 25.273) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 28.067) (end 0 27.813) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 30.607) (end 0 30.353) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 33.147) (end 0 32.893) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 35.687) (end 0 35.433) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 38.227) (end 0 37.973) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 39.37) (end 3.81 -41.91) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (rectangle (start 3.81 -40.513) (end 2.54 -40.767) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -37.973) (end 2.54 -38.227) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -35.433) (end 2.54 -35.687) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -32.893) (end 2.54 -33.147) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -30.353) (end 2.54 -30.607) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -27.813) (end 2.54 -28.067) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -25.273) (end 2.54 -25.527) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -22.733) (end 2.54 -22.987) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -20.193) (end 2.54 -20.447) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -17.653) (end 2.54 -17.907) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -15.113) (end 2.54 -15.367) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -12.573) (end 2.54 -12.827) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -10.033) (end 2.54 -10.287) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -7.493) (end 2.54 -7.747) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -4.953) (end 2.54 -5.207) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -2.413) (end 2.54 -2.667) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 0.127) (end 2.54 -0.127) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 2.667) (end 2.54 2.413) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 5.207) (end 2.54 4.953) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 7.747) (end 2.54 7.493) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 10.287) (end 2.54 10.033) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 12.827) (end 2.54 12.573) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 15.367) (end 2.54 15.113) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 17.907) (end 2.54 17.653) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 20.447) (end 2.54 20.193) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 22.987) (end 2.54 22.733) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 25.527) (end 2.54 25.273) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 28.067) (end 2.54 27.813) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 30.607) (end 2.54 30.353) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 33.147) (end 2.54 32.893) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 35.687) (end 2.54 35.433) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 38.227) (end 2.54 37.973) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin passive line (at -5.08 38.1 0) (length 3.81) + (name "Pin_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 15.24 0) (length 3.81) + (name "Pin_10" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 12.7 0) (length 3.81) + (name "Pin_11" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 10.16 0) (length 3.81) + (name "Pin_12" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 7.62 0) (length 3.81) + (name "Pin_13" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 5.08 0) (length 3.81) + (name "Pin_14" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 2.54 0) (length 3.81) + (name "Pin_15" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_16" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_17" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -5.08 0) (length 3.81) + (name "Pin_18" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -7.62 0) (length 3.81) + (name "Pin_19" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 35.56 0) (length 3.81) + (name "Pin_2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -10.16 0) (length 3.81) + (name "Pin_20" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -12.7 0) (length 3.81) + (name "Pin_21" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -15.24 0) (length 3.81) + (name "Pin_22" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -17.78 0) (length 3.81) + (name "Pin_23" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -20.32 0) (length 3.81) + (name "Pin_24" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -22.86 0) (length 3.81) + (name "Pin_25" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -25.4 0) (length 3.81) + (name "Pin_26" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -27.94 0) (length 3.81) + (name "Pin_27" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -30.48 0) (length 3.81) + (name "Pin_28" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -33.02 0) (length 3.81) + (name "Pin_29" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 33.02 0) (length 3.81) + (name "Pin_3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -35.56 0) (length 3.81) + (name "Pin_30" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -38.1 0) (length 3.81) + (name "Pin_31" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -40.64 0) (length 3.81) + (name "Pin_32" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -40.64 180) (length 3.81) + (name "Pin_33" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -38.1 180) (length 3.81) + (name "Pin_34" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -35.56 180) (length 3.81) + (name "Pin_35" (effects (font (size 1.27 1.27)))) + (number "35" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -33.02 180) (length 3.81) + (name "Pin_36" (effects (font (size 1.27 1.27)))) + (number "36" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -30.48 180) (length 3.81) + (name "Pin_37" (effects (font (size 1.27 1.27)))) + (number "37" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -27.94 180) (length 3.81) + (name "Pin_38" (effects (font (size 1.27 1.27)))) + (number "38" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -25.4 180) (length 3.81) + (name "Pin_39" (effects (font (size 1.27 1.27)))) + (number "39" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 30.48 0) (length 3.81) + (name "Pin_4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -22.86 180) (length 3.81) + (name "Pin_40" (effects (font (size 1.27 1.27)))) + (number "40" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -20.32 180) (length 3.81) + (name "Pin_41" (effects (font (size 1.27 1.27)))) + (number "41" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -17.78 180) (length 3.81) + (name "Pin_42" (effects (font (size 1.27 1.27)))) + (number "42" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -15.24 180) (length 3.81) + (name "Pin_43" (effects (font (size 1.27 1.27)))) + (number "43" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -12.7 180) (length 3.81) + (name "Pin_44" (effects (font (size 1.27 1.27)))) + (number "44" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -10.16 180) (length 3.81) + (name "Pin_45" (effects (font (size 1.27 1.27)))) + (number "45" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -7.62 180) (length 3.81) + (name "Pin_46" (effects (font (size 1.27 1.27)))) + (number "46" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -5.08 180) (length 3.81) + (name "Pin_47" (effects (font (size 1.27 1.27)))) + (number "47" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -2.54 180) (length 3.81) + (name "Pin_48" (effects (font (size 1.27 1.27)))) + (number "48" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 3.81) + (name "Pin_49" (effects (font (size 1.27 1.27)))) + (number "49" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 27.94 0) (length 3.81) + (name "Pin_5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 2.54 180) (length 3.81) + (name "Pin_50" (effects (font (size 1.27 1.27)))) + (number "50" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 5.08 180) (length 3.81) + (name "Pin_51" (effects (font (size 1.27 1.27)))) + (number "51" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 7.62 180) (length 3.81) + (name "Pin_52" (effects (font (size 1.27 1.27)))) + (number "52" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 10.16 180) (length 3.81) + (name "Pin_53" (effects (font (size 1.27 1.27)))) + (number "53" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 12.7 180) (length 3.81) + (name "Pin_54" (effects (font (size 1.27 1.27)))) + (number "54" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 15.24 180) (length 3.81) + (name "Pin_55" (effects (font (size 1.27 1.27)))) + (number "55" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 17.78 180) (length 3.81) + (name "Pin_56" (effects (font (size 1.27 1.27)))) + (number "56" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 20.32 180) (length 3.81) + (name "Pin_57" (effects (font (size 1.27 1.27)))) + (number "57" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 22.86 180) (length 3.81) + (name "Pin_58" (effects (font (size 1.27 1.27)))) + (number "58" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 25.4 180) (length 3.81) + (name "Pin_59" (effects (font (size 1.27 1.27)))) + (number "59" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 25.4 0) (length 3.81) + (name "Pin_6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 27.94 180) (length 3.81) + (name "Pin_60" (effects (font (size 1.27 1.27)))) + (number "60" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 30.48 180) (length 3.81) + (name "Pin_61" (effects (font (size 1.27 1.27)))) + (number "61" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 33.02 180) (length 3.81) + (name "Pin_62" (effects (font (size 1.27 1.27)))) + (number "62" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 35.56 180) (length 3.81) + (name "Pin_63" (effects (font (size 1.27 1.27)))) + (number "63" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 38.1 180) (length 3.81) + (name "Pin_64" (effects (font (size 1.27 1.27)))) + (number "64" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 22.86 0) (length 3.81) + (name "Pin_7" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 20.32 0) (length 3.81) + (name "Pin_8" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 17.78 0) (length 3.81) + (name "Pin_9" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_Small_0_1" + (polyline + (pts + (xy -1.524 -0.508) + (xy 1.524 -0.508) + ) + (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.524 0.508) + (xy 1.524 0.508) + ) + (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "C_Small_1_1" + (pin passive line (at 0 2.54 270) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "GW_RAM:DRAM-16Mx1-SOP-24" (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at 0 17.78 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "DRAM-16Mx1-SOP-24" (id 1) (at 0 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "stdpads:SOP-24-26-300mil" (id 2) (at 0 -17.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 -13.97 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOJ*10.16x23.49mm*P1.27mm*" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "DRAM-16Mx1-SOP-24_0_1" + (rectangle (start -7.62 16.51) (end 7.62 -16.51) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + (symbol "DRAM-16Mx1-SOP-24_1_1" + (pin power_in line (at 10.16 13.97 180) (length 2.54) + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 11.43 0) (length 2.54) + (name "A1" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 8.89 0) (length 2.54) + (name "A2" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 6.35 0) (length 2.54) + (name "A3" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 10.16 13.97 180) (length 2.54) hide + (name "VDD" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 10.16 -13.97 180) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 3.81 0) (length 2.54) + (name "A4" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 1.27 0) (length 2.54) + (name "A5" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 -1.27 0) (length 2.54) + (name "A6" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 -3.81 0) (length 2.54) + (name "A7" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 -6.35 0) (length 2.54) + (name "A8" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 10.16 11.43 180) (length 2.54) + (name "D" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 10.16 1.27 180) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 -8.89 0) (length 2.54) + (name "A9" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 10.16 0 180) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -6.35 180) (length 2.54) + (name "~{CAS}" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 10.16 -1.27 180) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 10.16 8.89 180) (length 2.54) + (name "Q" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 10.16 -13.97 180) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 10.16 3.81 180) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -11.43 180) (length 2.54) + (name "~{WE}" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 10.16 -8.89 180) (length 2.54) + (name "~{RAS}" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 -13.97 0) (length 2.54) + (name "A11" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 10.16 2.54 180) (length 2.54) hide + (name "NC" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 -11.43 0) (length 2.54) + (name "A10" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -10.16 13.97 0) (length 2.54) + (name "A0" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Mechanical:Fiducial" (in_bom yes) (on_board yes) + (property "Reference" "FID" (id 0) (at 0 5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Fiducial" (id 1) (at 0 3.175 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "fiducial marker" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Fiducial Marker" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Fiducial*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Fiducial_0_1" + (circle (center 0 0) (radius 1.27) + (stroke (width 0.508) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + ) + ) + (symbol "Mechanical:MountingHole_Pad" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "H" (id 0) (at 0 6.35 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "MountingHole_Pad" (id 1) (at 0 4.445 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "mounting hole" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Mounting Hole with connection" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "MountingHole*Pad*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "MountingHole_Pad_0_1" + (circle (center 0 1.27) (radius 1.27) + (stroke (width 1.27) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "MountingHole_Pad_1_1" + (pin input line (at 0 -2.54 90) (length 2.54) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "+5V_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+5V" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 0 -3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) + (xy 0 -1.27) + (xy 1.27 -1.27) + (xy 0 -2.54) + (xy -1.27 -1.27) + (xy 0 -1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "GND_1_1" + (pin power_in line (at 0 0 270) (length 0) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 242.57 153.67) (diameter 0) (color 0 0 0 0) + (uuid 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d) + ) + (junction (at 237.49 140.97) (diameter 0) (color 0 0 0 0) + (uuid 1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2) + ) + (junction (at 40.64 72.39) (diameter 0) (color 0 0 0 0) + (uuid 1d9cdadc-9036-4a95-b6db-fa7b3b74c869) + ) + (junction (at 242.57 148.59) (diameter 0) (color 0 0 0 0) + (uuid 230aca2e-6737-4dfd-993d-b4081570d690) + ) + (junction (at 201.93 153.67) (diameter 0) (color 0 0 0 0) + (uuid 275aa44a-b61f-489f-9e2a-819a0fe0d1eb) + ) + (junction (at 252.73 153.67) (diameter 0) (color 0 0 0 0) + (uuid 34a74736-156e-4bf3-9200-cd137cfa59da) + ) + (junction (at 191.77 153.67) (diameter 0) (color 0 0 0 0) + (uuid 37e8181c-a81e-498b-b2e2-0aef0c391059) + ) + (junction (at 252.73 140.97) (diameter 0) (color 0 0 0 0) + (uuid 3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7) + ) + (junction (at 201.93 148.59) (diameter 0) (color 0 0 0 0) + (uuid 57c0c267-8bf9-4cc7-b734-d71a239ac313) + ) + (junction (at 222.25 153.67) (diameter 0) (color 0 0 0 0) + (uuid 6595b9c7-02ee-4647-bde5-6b566e35163e) + ) + (junction (at 212.09 153.67) (diameter 0) (color 0 0 0 0) + (uuid 7cee474b-af8f-4832-b07a-c43c1ab0b464) + ) + (junction (at 181.61 148.59) (diameter 0) (color 0 0 0 0) + (uuid 8d9a3ecc-539f-41da-8099-d37cea9c28e7) + ) + (junction (at 232.41 153.67) (diameter 0) (color 0 0 0 0) + (uuid 965308c8-e014-459a-b9db-b8493a601c62) + ) + (junction (at 191.77 148.59) (diameter 0) (color 0 0 0 0) + (uuid b447dbb1-d38e-4a15-93cb-12c25382ea53) + ) + (junction (at 27.94 109.22) (diameter 0) (color 0 0 0 0) + (uuid babeabf2-f3b0-4ed5-8d9e-0215947e6cf3) + ) + (junction (at 245.11 140.97) (diameter 0) (color 0 0 0 0) + (uuid c0515cd2-cdaa-467e-8354-0f6eadfa35c9) + ) + (junction (at 212.09 148.59) (diameter 0) (color 0 0 0 0) + (uuid c7e7067c-5f5e-48d8-ab59-df26f9b35863) + ) + (junction (at 27.94 72.39) (diameter 0) (color 0 0 0 0) + (uuid cbd8faed-e1f8-4406-87c8-58b2c504a5d4) + ) + (junction (at 232.41 148.59) (diameter 0) (color 0 0 0 0) + (uuid ec31c074-17b2-48e1-ab01-071acad3fa04) + ) + (junction (at 222.25 148.59) (diameter 0) (color 0 0 0 0) + (uuid f3628265-0155-43e2-a467-c40ff783e265) + ) + + (wire (pts (xy 25.4 72.39) (xy 27.94 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 08a7c925-7fae-4530-b0c9-120e185cb318) + ) + (wire (pts (xy 245.11 140.97) (xy 252.73 140.97)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1bf544e3-5940-4576-9291-2464e95c0ee2) + ) + (wire (pts (xy 237.49 140.97) (xy 245.11 140.97)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 42713045-fffd-4b2d-ae1e-7232d705fb12) + ) + (wire (pts (xy 27.94 69.85) (xy 27.94 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4a4ec8d9-3d72-4952-83d4-808f65849a2b) + ) + (wire (pts (xy 201.93 148.59) (xy 212.09 148.59)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5ca4be1c-537e-4a4a-b344-d0c8ffde8546) + ) + (wire (pts (xy 222.25 153.67) (xy 232.41 153.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 60dcd1fe-7079-4cb8-b509-04558ccf5097) + ) + (wire (pts (xy 191.77 153.67) (xy 201.93 153.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 676efd2f-1c48-4786-9e4b-2444f1e8f6ff) + ) + (wire (pts (xy 40.64 69.85) (xy 40.64 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6bfe5804-2ef9-4c65-b2a7-f01e4014370a) + ) + (wire (pts (xy 201.93 153.67) (xy 212.09 153.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6c67e4f6-9d04-4539-b356-b76e915ce848) + ) + (wire (pts (xy 181.61 153.67) (xy 191.77 153.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 770ad51a-7219-4633-b24a-bd20feb0a6c5) + ) + (wire (pts (xy 229.87 140.97) (xy 237.49 140.97)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7aed3a71-054b-4aaa-9c0a-030523c32827) + ) + (wire (pts (xy 27.94 107.95) (xy 27.94 109.22)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 852dabbf-de45-4470-8176-59d37a754407) + ) + (wire (pts (xy 212.09 153.67) (xy 222.25 153.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 853ee787-6e2c-4f32-bc75-6c17337dd3d5) + ) + (wire (pts (xy 242.57 153.67) (xy 252.73 153.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 87d7448e-e139-4209-ae0b-372f805267da) + ) + (wire (pts (xy 242.57 148.59) (xy 252.73 148.59)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 994b6220-4755-4d84-91b3-6122ac1c2c5e) + ) + (wire (pts (xy 212.09 148.59) (xy 222.25 148.59)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 9cb12cc8-7f1a-4a01-9256-c119f11a8a02) + ) + (wire (pts (xy 232.41 153.67) (xy 242.57 153.67)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b1c649b1-f44d-46c7-9dea-818e75a1b87e) + ) + (wire (pts (xy 181.61 148.59) (xy 191.77 148.59)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b7199d9b-bebb-4100-9ad3-c2bd31e21d65) + ) + (wire (pts (xy 43.18 72.39) (xy 40.64 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c0eca5ed-bc5e-4618-9bcd-80945bea41ed) + ) + (wire (pts (xy 222.25 148.59) (xy 232.41 148.59)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c5eb1e4c-ce83-470e-8f32-e20ff1f886a3) + ) + (wire (pts (xy 232.41 148.59) (xy 242.57 148.59)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ca87f11b-5f48-4b57-8535-68d3ec2fe5a9) + ) + (wire (pts (xy 191.77 148.59) (xy 201.93 148.59)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cfa5c16e-7859-460d-a0b8-cea7d7ea629c) + ) + (wire (pts (xy 27.94 109.22) (xy 27.94 110.49)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e8c50f1b-c316-4110-9cce-5c24c65a1eaa) + ) + + (label "Q0" (at 27.94 80.01 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 003c2200-0632-4808-a662-8ddd5d30c768) + ) + (label "A1" (at 127 90.17 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 00e38d63-5436-49db-81f5-697421f168fc) + ) + (label "A8" (at 99.06 107.95 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 026ac84e-b8b2-4dd2-b675-8323c24fd778) + ) + (label "A10" (at 71.12 113.03 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 03c7f780-fc1b-487a-b30d-567d6c09fdc8) + ) + (label "D6" (at 40.64 110.49 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 03caada9-9e22-4e2d-9035-b15433dfbb17) + ) + (label "A8" (at 154.94 69.85 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 065b9982-55f2-4822-977e-07e8a06e7b35) + ) + (label "A9" (at 99.06 110.49 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 0bcafe80-ffba-4f1e-ae51-95a595b006db) + ) + (label "~{CAS}" (at 175.26 69.85 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 0cc45b5b-96b3-4284-9cae-a3a9e324a916) + ) + (label "~{W}0" (at 91.44 74.93 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 0ce8d3ab-2662-4158-8a2a-18b782908fc5) + ) + (label "~{W}6" (at 40.64 105.41 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 0ff508fd-18da-4ab7-9844-3c8a28c2587e) + ) + (label "A6" (at 154.94 102.87 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 1199146e-a60b-416a-b503-e77d6d2892f9) + ) + (label "A2" (at 27.94 100.33 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 12422a89-3d0c-485c-9386-f77121fd68fd) + ) + (label "~{W}7" (at 40.64 95.25 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 13c0ff76-ed71-4cd9-abb0-92c376825d5d) + ) + (label "~{W}5" (at 119.38 113.03 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 155b0b7c-70b4-4a26-a550-bac13cab0aa4) + ) + (label "A7" (at 71.12 67.31 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 15fe8f3d-6077-4e0e-81d0-8ec3f4538981) + ) + (label "A10" (at 99.06 74.93 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 173f6f06-e7d0-42ac-ab03-ce6b79b9eeee) + ) + (label "Q1" (at 27.94 95.25 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 1a6d2848-e78e-49fe-8978-e1890f07836f) + ) + (label "A7" (at 27.94 140.97 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 1e8701fc-ad24-40ea-846a-e3db538d6077) + ) + (label "Q6" (at 40.64 107.95 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 1f3003e6-dce5-420f-906b-3f1e92b67249) + ) + (label "A3" (at 71.12 95.25 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 1f8b2c0c-b042-4e2e-80f6-4959a27b238f) + ) + (label "~{RAS}" (at 119.38 110.49 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 1fa508ef-df83-4c99-846b-9acf535b3ad9) + ) + (label "A5" (at 127 62.23 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 20cca02e-4c4d-4961-b6b4-b40a1731b220) + ) + (label "A1" (at 127 52.07 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 240c10af-51b5-420e-a6f4-a2c8f5db1db5) + ) + (label "D0" (at 27.94 77.47 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 240e07e1-770b-4b27-894f-29fd601c924d) + ) + (label "~{W}7" (at 175.26 113.03 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 2454fd1b-3484-4838-8b7e-d26357238fe1) + ) + (label "A6" (at 27.94 135.89 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 25d545dc-8f50-4573-922c-35ef5a2a3a19) + ) + (label "A6" (at 154.94 64.77 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 25e5aa8e-2696-44a3-8d3c-c2c53f2923cf) + ) + (label "~{CAS}" (at 91.44 69.85 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 29195ea4-8218-44a1-b4bf-466bee0082e4) + ) + (label "A0" (at 127 49.53 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 2d697cf0-e02e-4ed1-a048-a704dab0ee43) + ) + (label "~{W}2" (at 147.32 74.93 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea) + ) + (label "A8" (at 99.06 69.85 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 2e842263-c0ba-46fd-a760-6624d4c78278) + ) + (label "A7" (at 99.06 67.31 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 309b3bff-19c8-41ec-a84d-63399c649f46) + ) + (label "A11" (at 99.06 115.57 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d) + ) + (label "A3" (at 99.06 95.25 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 34d03349-6d78-4165-a683-2d8b76f2bae8) + ) + (label "A3" (at 71.12 57.15 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 35a9f71f-ba35-47f6-814e-4106ac36c51e) + ) + (label "D7" (at 40.64 100.33 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 378af8b4-af3d-46e7-89ae-deff12ca9067) + ) + (label "A5" (at 99.06 100.33 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 37b6c6d6-3e12-4736-912a-ea6e2bf06721) + ) + (label "A3" (at 127 95.25 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 38a501e2-0ee8-439d-bd02-e9e90e7503e9) + ) + (label "~{CAS}" (at 119.38 107.95 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 399fc36a-ed5d-44b5-82f7-c6f83d9acc14) + ) + (label "Q0" (at 91.44 54.61 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 3fd54105-4b7e-4004-9801-76ec66108a22) + ) + (label "D2" (at 27.94 113.03 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 40165eda-4ba6-4565-9bb4-b9df6dbb08da) + ) + (label "A8" (at 40.64 138.43 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 40976bf0-19de-460f-ad64-224d4f51e16b) + ) + (label "~{W}1" (at 119.38 74.93 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 40b14a16-fb82-4b9d-89dd-55cd98abb5cc) + ) + (label "A1" (at 27.94 90.17 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 45008225-f50f-4d6b-b508-6730a9408caf) + ) + (label "~{CAS}" (at 175.26 107.95 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 45884597-7014-4461-83ee-9975c42b9a53) + ) + (label "A11" (at 99.06 77.47 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 4632212f-13ce-4392-bc68-ccb9ba333770) + ) + (label "A2" (at 154.94 92.71 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 477892a1-722e-4cda-bb6c-fcdb8ba5f93e) + ) + (label "~{W}2" (at 27.94 118.11 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 4780a290-d25c-4459-9579-eba3f7678762) + ) + (label "A4" (at 154.94 97.79 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 479331ff-c540-41f4-84e6-b48d65171e59) + ) + (label "A1" (at 71.12 90.17 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 4a850cb6-bb24-4274-a902-e49f34f0a0e3) + ) + (label "D4" (at 91.44 90.17 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 4b03e854-02fe-44cc-bece-f8268b7cae54) + ) + (label "A1" (at 154.94 90.17 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 4d586a18-26c5-441e-a9ff-8125ee516126) + ) + (label "A2" (at 127 54.61 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7) + ) + (label "A6" (at 127 64.77 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 5487601b-81d3-4c70-8f3d-cf9df9c63302) + ) + (label "A3" (at 127 57.15 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 592f25e6-a01b-47fd-8172-3da01117d00a) + ) + (label "A8" (at 127 69.85 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 597a11f2-5d2c-4a65-ac95-38ad106e1367) + ) + (label "A11" (at 127 77.47 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 59ec3156-036e-4049-89db-91a9dd07095f) + ) + (label "A2" (at 71.12 54.61 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 5b34a16c-5a14-4291-8242-ea6d6ac54372) + ) + (label "Q1" (at 119.38 54.61 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 5edcefbe-9766-42c8-9529-28d0ec865573) + ) + (label "A2" (at 154.94 54.61 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 609b9e1b-4e3b-42b7-ac76-a62ec4d0e7c7) + ) + (label "~{RAS}" (at 147.32 110.49 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 60ff6322-62e2-4602-9bc0-7a0f0a5ecfbf) + ) + (label "A6" (at 127 102.87 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 61fe4c73-be59-4519-98f1-a634322a841d) + ) + (label "Q5" (at 40.64 123.19 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 639c0e59-e95c-4114-bccd-2e7277505454) + ) + (label "~{RAS}" (at 119.38 72.39 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 658dad07-97fd-466c-8b49-21892ac96ea4) + ) + (label "A0" (at 71.12 49.53 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 6781326c-6e0d-4753-8f28-0f5c687e01f9) + ) + (label "PDCI" (at 40.64 74.93 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 68877d35-b796-44db-9124-b8e744e7412e) + ) + (label "A9" (at 127 110.49 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 699feae1-8cdd-4d2b-947f-f24849c73cdb) + ) + (label "A0" (at 71.12 87.63 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 6b7c1048-12b6-46b2-b762-fa3ad30472dd) + ) + (label "A5" (at 154.94 62.23 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2) + ) + (label "Q5" (at 119.38 92.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 6e435cd4-da2b-4602-a0aa-5dd988834dff) + ) + (label "D0" (at 91.44 52.07 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 6fd4442e-30b3-428b-9306-61418a63d311) + ) + (label "A4" (at 71.12 97.79 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 700e8b73-5976-423f-a3f3-ab3d9f3e9760) + ) + (label "A2" (at 127 92.71 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 70e4263f-d95a-4431-b3f3-cfc800c82056) + ) + (label "A0" (at 154.94 49.53 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 70fb572d-d5ec-41e7-9482-63d4578b4f47) + ) + (label "D1" (at 119.38 52.07 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 721d1be9-236e-470b-ba69-f1cc6c43faf9) + ) + (label "A6" (at 71.12 102.87 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 79e31048-072a-4a40-a625-26bb0b5f046b) + ) + (label "A1" (at 154.94 52.07 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 7afa54c4-2181-41d3-81f7-39efc497ecae) + ) + (label "Q3" (at 175.26 54.61 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7c04618d-9115-4179-b234-a8faf854ea92) + ) + (label "~{W}1" (at 27.94 97.79 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 7d34f6b1-ab31-49be-b011-c67fe67a8a56) + ) + (label "Q2" (at 27.94 115.57 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 7e023245-2c2b-4e2b-bfb9-5d35176e88f2) + ) + (label "A9" (at 71.12 72.39 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 814763c2-92e5-4a2c-941c-9bbd073f6e87) + ) + (label "A10" (at 71.12 74.93 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 82be7aae-5d06-4178-8c3e-98760c41b054) + ) + (label "~{RAS}" (at 40.64 87.63 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 8412992d-8754-44de-9e08-115cec1a3eff) + ) + (label "A6" (at 99.06 102.87 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 86dc7a78-7d51-4111-9eea-8a8f7977eb16) + ) + (label "A0" (at 99.06 87.63 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8) + ) + (label "~{W}4" (at 91.44 113.03 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 89c0bc4d-eee5-4a77-ac35-d30b35db5cbe) + ) + (label "A9" (at 99.06 72.39 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 8c0807a7-765b-4fa5-baaa-e09a2b610e6b) + ) + (label "~{W}4" (at 40.64 140.97 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 8c514922-ffe1-4e37-a260-e807409f2e0d) + ) + (label "A0" (at 27.94 85.09 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 8c6a821f-8e19-48f3-8f44-9b340f7689bc) + ) + (label "~{W}5" (at 40.64 120.65 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb) + ) + (label "A3" (at 27.94 105.41 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 8e06ba1f-e3ba-4eb9-a10e-887dffd566d6) + ) + (label "A0" (at 154.94 87.63 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 9186fd02-f30d-4e17-aa38-378ab73e3908) + ) + (label "A10" (at 127 74.93 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 926001fd-2747-4639-8c0f-4fc46ff7218d) + ) + (label "A11" (at 154.94 77.47 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 970e0f64-111f-41e3-9f5a-fb0d0f6fa101) + ) + (label "A10" (at 154.94 113.03 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 98b00c9d-9188-4bce-aa70-92d12dd9cf82) + ) + (label "A7" (at 154.94 105.41 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 997c2f12-73ba-4c01-9ee0-42e37cbab790) + ) + (label "A5" (at 71.12 62.23 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 9b3c58a7-a9b9-4498-abc0-f9f43e4f0292) + ) + (label "A11" (at 40.64 128.27 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid a15a7506-eae4-4933-84da-9ad754258706) + ) + (label "A11" (at 154.94 115.57 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid a24ce0e2-fdd3-4e6a-b754-5dee9713dd27) + ) + (label "A7" (at 154.94 67.31 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid a24ddb4f-c217-42ca-b6cb-d12da84fb2b9) + ) + (label "Q7" (at 40.64 97.79 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid a27eb049-c992-4f11-a026-1e6a8d9d0160) + ) + (label "A7" (at 127 67.31 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid a29f8df0-3fae-4edf-8d9c-bd5a875b13e3) + ) + (label "D1" (at 27.94 92.71 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid a544eb0a-75db-4baf-bf54-9ca21744343b) + ) + (label "A9" (at 154.94 72.39 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid a6ccc556-da88-4006-ae1a-cc35733efef3) + ) + (label "A1" (at 99.06 90.17 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid a7531a95-7ca1-4f34-955e-18120cec99e6) + ) + (label "~{CAS}" (at 147.32 107.95 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid aa130053-a451-4f12-97f7-3d4d891a5f83) + ) + (label "D3" (at 27.94 128.27 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid aca4de92-9c41-4c2b-9afa-540d02dafa1c) + ) + (label "~{RAS}" (at 175.26 110.49 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid ae77c3c8-1144-468e-ad5b-a0b4090735bd) + ) + (label "A11" (at 127 115.57 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid af347946-e3da-4427-87ab-77b747929f50) + ) + (label "A9" (at 154.94 110.49 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid afd38b10-2eca-4abe-aed1-a96fb07ffdbe) + ) + (label "~{RAS}" (at 91.44 72.39 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b0906e10-2fbc-4309-a8b4-6fc4cd1a5490) + ) + (label "A3" (at 154.94 95.25 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid b09666f9-12f1-4ee9-8877-2292c94258ca) + ) + (label "A5" (at 71.12 100.33 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid b4300db7-1220-431a-b7c3-2edbdf8fa6fc) + ) + (label "Q4" (at 91.44 92.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b5071759-a4d7-4769-be02-251f23cd4454) + ) + (label "A10" (at 127 113.03 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid b6cd701f-4223-4e72-a305-466869ccb250) + ) + (label "A4" (at 154.94 59.69 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid b7867831-ef82-4f33-a926-59e5c1c09b91) + ) + (label "A8" (at 71.12 107.95 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid b873bc5d-a9af-4bd9-afcb-87ce4d417120) + ) + (label "PDCO" (at 40.64 67.31 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b96fe6ac-3535-4455-ab88-ed77f5e46d6e) + ) + (label "A4" (at 99.06 97.79 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid bb4b1afc-c46e-451d-8dad-36b7dec82f26) + ) + (label "Q6" (at 147.32 92.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid bc0dbc57-3ae8-4ce5-a05c-2d6003bba475) + ) + (label "A6" (at 99.06 64.77 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid bd9595a1-04f3-4fda-8f1b-e65ad874edd3) + ) + (label "A5" (at 99.06 62.23 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid be645d0f-8568-47a0-a152-e3ddd33563eb) + ) + (label "A11" (at 71.12 115.57 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c04386e0-b49e-4fff-b380-675af13a62cb) + ) + (label "A4" (at 71.12 59.69 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c094494a-f6f7-43fc-a007-4951484ddf3a) + ) + (label "~{CAS}" (at 119.38 69.85 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c09938fd-06b9-4771-9f63-2311626243b3) + ) + (label "A4" (at 127 97.79 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f) + ) + (label "Q2" (at 147.32 54.61 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c106154f-d948-43e5-abfa-e1b96055d91b) + ) + (label "Q4" (at 40.64 143.51 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c25a772d-af9c-4ebc-96f6-0966738c13a8) + ) + (label "~{WWP}" (at 40.64 77.47 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c332fa55-4168-4f55-88a5-f82c7c21040b) + ) + (label "Q3" (at 27.94 130.81 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c43663ee-9a0d-4f27-a292-89ba89964065) + ) + (label "D7" (at 175.26 90.17 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c514e30c-e48e-4ca5-ab44-8b3afedef1f2) + ) + (label "A1" (at 71.12 52.07 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c701ee8e-1214-4781-a973-17bef7b6e3eb) + ) + (label "A7" (at 71.12 105.41 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c76d4423-ef1b-4a6f-8176-33d65f2877bb) + ) + (label "~{W}3" (at 27.94 133.35 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c830e3bc-dc64-4f65-8f47-3b106bae2807) + ) + (label "D6" (at 147.32 90.17 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c8b92953-cd23-44e6-85ce-083fb8c3f20f) + ) + (label "A10" (at 40.64 130.81 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c8c79177-94d4-43e2-a654-f0a5554fbb68) + ) + (label "A8" (at 154.94 107.95 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c8fd9dd3-06ad-4146-9239-0065013959ef) + ) + (label "A3" (at 99.06 57.15 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c9667181-b3c7-4b01-b8b4-baa29a9aea63) + ) + (label "A4" (at 127 59.69 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid cb614b23-9af3-4aec-bed8-c1374e001510) + ) + (label "A5" (at 154.94 100.33 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid cc15f583-a41b-43af-ba94-a75455506a96) + ) + (label "~{RAS}" (at 147.32 72.39 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid cf386a39-fc62-49dd-8ec5-e044f6bd67ce) + ) + (label "A1" (at 99.06 52.07 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid cff34251-839c-4da9-a0ad-85d0fc4e32af) + ) + (label "Q7" (at 175.26 92.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d0a0deb1-4f0f-4ede-b730-2c6d67cb9618) + ) + (label "A0" (at 99.06 49.53 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56) + ) + (label "~{RAS}" (at 91.44 110.49 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e) + ) + (label "D5" (at 40.64 125.73 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d3c11c8f-a73d-4211-934b-a6da255728ad) + ) + (label "D4" (at 27.94 143.51 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid d5641ac9-9be7-46bf-90b3-6c83d852b5ba) + ) + (label "A2" (at 99.06 54.61 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid d5b800ca-1ab6-4b66-b5f7-2dda5658b504) + ) + (label "A5" (at 27.94 125.73 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid d7269d2a-b8c0-422d-8f25-f79ea31bf75e) + ) + (label "A8" (at 127 107.95 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid d88958ac-68cd-4955-a63f-0eaa329dec86) + ) + (label "A10" (at 99.06 113.03 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid da25bf79-0abb-4fac-a221-ca5c574dfc29) + ) + (label "A10" (at 154.94 74.93 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid dc2801a1-d539-4721-b31f-fe196b9f13df) + ) + (label "PQ" (at 40.64 80.01 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid df32840e-2912-4088-b54c-9a85f64c0265) + ) + (label "A4" (at 27.94 120.65 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid df68c26a-03b5-4466-aecf-ba34b7dce6b7) + ) + (label "A11" (at 71.12 77.47 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid e1535036-5d36-405f-bb86-3819621c4f23) + ) + (label "~{CAS}" (at 91.44 107.95 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e1c30a32-820e-4b17-aec9-5cb8b76f0ccc) + ) + (label "A9" (at 40.64 133.35 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e21aa84b-970e-47cf-b64f-3b55ee0e1b51) + ) + (label "A7" (at 99.06 105.41 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid e32ee344-1030-4498-9cac-bfbf7540faf4) + ) + (label "A9" (at 127 72.39 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid e3fc1e69-a11c-4c84-8952-fefb9372474e) + ) + (label "A6" (at 71.12 64.77 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid e40e8cef-4fb0-4fc3-be09-3875b2cc8469) + ) + (label "D3" (at 175.26 52.07 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e502d1d5-04b0-4d4b-b5c3-8c52d09668e7) + ) + (label "A2" (at 71.12 92.71 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid e5203297-b913-4288-a576-12a92185cb52) + ) + (label "A3" (at 154.94 57.15 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid e54e5e19-1deb-49a9-8629-617db8e434c0) + ) + (label "A7" (at 127 105.41 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid e5864fe6-2a71-47f0-90ce-38c3f8901580) + ) + (label "A8" (at 71.12 69.85 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid e65b62be-e01b-4688-a999-1d1be370c4ae) + ) + (label "~{W}6" (at 147.32 113.03 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e7369115-d491-4ef3-be3d-f5298992c3e8) + ) + (label "~{CAS}" (at 147.32 69.85 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid eae0ab9f-65b2-44d3-aba7-873c3227fba7) + ) + (label "D5" (at 119.38 90.17 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid eae14f5f-515c-4a6f-ad0e-e8ef233d14bf) + ) + (label "A4" (at 99.06 59.69 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid ebd06df3-d52b-4cff-99a2-a771df6d3733) + ) + (label "~{W}0" (at 27.94 82.55 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid ee27d19c-8dca-4ac8-a760-6dfd54d28071) + ) + (label "~{RAS}" (at 175.26 72.39 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f1447ad6-651c-45be-a2d6-33bddf672c2c) + ) + (label "~{CAS}" (at 27.94 74.93 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid f2c93195-af12-4d3e-acdf-bdd0ff675c24) + ) + (label "D2" (at 147.32 52.07 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f449bd37-cc90-4487-aee6-2a20b8d2843a) + ) + (label "~{W}3" (at 175.26 74.93 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f6c644f4-3036-41a6-9e14-2c08c079c6cd) + ) + (label "A9" (at 71.12 110.49 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid f7667b23-296e-4362-a7e3-949632c8954b) + ) + (label "A2" (at 99.06 92.71 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid f8fc38ec-0b98-40bc-ae2f-e5cc29973bca) + ) + (label "A5" (at 127 100.33 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid f9c81c26-f253-4227-a69f-53e64841cfbe) + ) + (label "A0" (at 127 87.63 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00) + ) + (label "~{Q}B" (at 40.64 92.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid ffd175d1-912a-4224-be1e-a8198680f46b) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x32_Counter_Clockwise") (at 33.02 102.87 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005ebe7cab) + (property "Reference" "J1" (id 0) (at 34.29 62.23 0)) + (property "Value" "IIfxRAM" (id 1) (at 34.29 146.05 0)) + (property "Footprint" "stdpads:MacIIROMSIMM_Edge" (id 2) (at 33.02 102.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 33.02 102.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 64c9235c-b974-4e9f-91bf-d0be809e946f)) + (pin "10" (uuid 338e486b-0cb8-4604-bc83-d31db21cb60a)) + (pin "11" (uuid 2305c3ae-76ee-4b68-b650-ac69168a9dab)) + (pin "12" (uuid 8ddc3f9f-f722-4e39-bc10-51f0d1a1f6c7)) + (pin "13" (uuid 49314b92-1f8e-48a7-b3b0-ef67f08d7d1f)) + (pin "14" (uuid 31c91606-4222-4ed3-a608-f566458cbf64)) + (pin "15" (uuid 7aec4baf-54c8-4831-b803-419bf3029f9b)) + (pin "16" (uuid 12403202-7621-41e0-8412-7451d7b09aaa)) + (pin "17" (uuid 710590dc-e51a-42c2-99b8-86bc3ce2dea9)) + (pin "18" (uuid 20d1153c-b156-4270-9d27-1955fb09e020)) + (pin "19" (uuid 335fcae1-2483-4d16-8c4c-00ca2d597011)) + (pin "2" (uuid 6c39919e-5210-4b0a-9202-7f0116021d1a)) + (pin "20" (uuid 8e6e1a93-644c-4548-a1be-e79003770ab2)) + (pin "21" (uuid cb37a136-2bf0-45d0-b675-920df473fb40)) + (pin "22" (uuid 044870ef-514c-4978-869a-27a9f37a4eb7)) + (pin "23" (uuid 4158ab58-5ee3-4712-818a-0486a3681ccd)) + (pin "24" (uuid 7c2c20e4-bc09-4926-b783-17082342babf)) + (pin "25" (uuid 141f259a-1a56-46aa-bae6-6be390066d37)) + (pin "26" (uuid ea6b298e-3d12-4f74-a9db-95f07d7e81c3)) + (pin "27" (uuid 64214c60-4688-4f8a-938f-818105d18d53)) + (pin "28" (uuid fd728449-6ba6-4dc2-8fae-71310c1e2704)) + (pin "29" (uuid 10fdd6a1-f345-4f5c-8230-8ff1b223afc2)) + (pin "3" (uuid 457cd41c-f5d0-4b8e-bd41-ffbc7aa01bc8)) + (pin "30" (uuid 84eb973e-bad4-4d3c-8969-c1dd43ca4d97)) + (pin "31" (uuid db066797-b21c-4c1c-9591-8c7c549f8087)) + (pin "32" (uuid 81a0a986-adf1-4b06-8f68-9208105ebae6)) + (pin "33" (uuid 7aeda96c-46b8-4006-b414-502a4fefdd07)) + (pin "34" (uuid 89a87658-195a-430f-8d8a-159e5c95f2be)) + (pin "35" (uuid 0803f714-835c-4009-8d20-b29f6f624121)) + (pin "36" (uuid 2fe52f60-e7ce-4268-bf17-83e36c58cfd2)) + (pin "37" (uuid d9df4706-58da-4a90-a1fe-b2924e00b116)) + (pin "38" (uuid 5b71e831-7f85-4cb6-bf09-18cab396801c)) + (pin "39" (uuid ea5ba88c-15ab-44d8-97c4-6d7bf9237cb9)) + (pin "4" (uuid 4255abab-787c-46e3-9144-7ad5270c0729)) + (pin "40" (uuid 68982acb-f86f-4ab9-8624-63012d5de059)) + (pin "41" (uuid f65b5411-89e9-4701-81ca-54883ee13d4f)) + (pin "42" (uuid 1c8703b9-c4c9-4cd5-ae6c-c6e3c530c900)) + (pin "43" (uuid 49c15224-d063-46dc-8808-584c87466acb)) + (pin "44" (uuid 1e1d860f-ab47-4f7a-9706-99b24fb66d56)) + (pin "45" (uuid a73b1207-cc2c-4724-bfea-bd317a0f2435)) + (pin "46" (uuid dff41012-2ca5-46fa-8e52-3b24e923dcd0)) + (pin "47" (uuid 62fe2af2-7455-4a88-88d4-8788541bf0fe)) + (pin "48" (uuid 4680101b-0c08-4220-93e3-50f3f206eaf7)) + (pin "49" (uuid af4b9a35-5db1-4cb9-bede-6e17aa4a411b)) + (pin "5" (uuid bcad8cdc-98ad-4375-8b39-83a0ef53bdc1)) + (pin "50" (uuid 69f51366-e564-496e-bfad-408245cb8df2)) + (pin "51" (uuid 7a3c66fe-af0a-4686-8dbc-2565c40985ee)) + (pin "52" (uuid 255e7875-33fb-4909-9df6-404d8111bae8)) + (pin "53" (uuid 87e45c28-7989-4d51-8822-c8b9356a5531)) + (pin "54" (uuid 362dee7a-a93f-44ed-a2c4-feb603884fba)) + (pin "55" (uuid 48d6ecfb-1093-4149-bbd0-1768faea1691)) + (pin "56" (uuid e7b81188-d5b1-45b6-802a-c5e15290724c)) + (pin "57" (uuid 9551ab3e-3f41-44ad-ac87-372d32868b23)) + (pin "58" (uuid 86bbbd5f-76c5-420d-be00-fc0d4d906770)) + (pin "59" (uuid ebec24cc-4984-48b0-8ea4-00b8d405b549)) + (pin "6" (uuid 2a26625a-375a-4582-8bfa-eec3f831fedd)) + (pin "60" (uuid 40b6fa37-38d0-4f4b-8099-8a4c0cf857e5)) + (pin "61" (uuid 40356cff-d8ec-4cb2-8209-ccc7444ab33e)) + (pin "62" (uuid 6afe8c9e-0a90-4f9c-bd33-f71ea3f3b887)) + (pin "63" (uuid 3c0b5496-4434-4a20-8ed4-8b1917dcd203)) + (pin "64" (uuid e6c8127f-e282-4128-8744-05f7893bc3ec)) + (pin "7" (uuid f1cb5557-7e5b-4159-9575-fba45fd2768c)) + (pin "8" (uuid 24b5c9f7-542e-4a5e-b548-b99bbce6bbc7)) + (pin "9" (uuid 2baf912f-7f66-472f-93b9-411440649bc1)) + ) + + (symbol (lib_id "Mechanical:MountingHole_Pad") (at 245.11 138.43 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005edc8f09) + (property "Reference" "H3" (id 0) (at 247.65 138.3538 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" " " (id 1) (at 247.65 139.4968 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "stdpads:PasteHole_1.1mm_PTH" (id 2) (at 245.11 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 245.11 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5e88cabf-4637-408d-b3dc-5f21d460b323)) + ) + + (symbol (lib_id "Mechanical:MountingHole_Pad") (at 252.73 138.43 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005edc8f0f) + (property "Reference" "H4" (id 0) (at 255.27 138.3538 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" " " (id 1) (at 255.27 139.4968 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "stdpads:PasteHole_1.1mm_PTH" (id 2) (at 252.73 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 252.73 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 39bf1ce4-9ba6-4844-abdd-1956812a90a0)) + ) + + (symbol (lib_id "power:GND") (at 252.73 140.97 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005edc9f0c) + (property "Reference" "#PWR0145" (id 0) (at 252.73 147.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 252.73 144.78 0)) + (property "Footprint" "" (id 2) (at 252.73 140.97 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 252.73 140.97 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 11b9c881-63ff-4cd2-a042-58d58151c637)) + ) + + (symbol (lib_id "Mechanical:Fiducial") (at 219.71 144.78 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005edcc581) + (property "Reference" "FID1" (id 0) (at 221.869 143.6116 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Fiducial" (id 1) (at 221.869 145.923 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:Fiducial" (id 2) (at 219.71 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 219.71 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Mechanical:Fiducial") (at 232.41 144.78 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005edcca31) + (property "Reference" "FID2" (id 0) (at 234.569 143.6116 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Fiducial" (id 1) (at 234.569 145.923 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:Fiducial" (id 2) (at 232.41 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 232.41 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Mechanical:Fiducial") (at 191.77 144.78 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005edcccf0) + (property "Reference" "FID3" (id 0) (at 193.929 143.6116 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Fiducial" (id 1) (at 193.929 145.923 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:Fiducial" (id 2) (at 191.77 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 191.77 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Mechanical:Fiducial") (at 205.74 144.78 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005edccfc0) + (property "Reference" "FID4" (id 0) (at 207.899 143.6116 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Fiducial" (id 1) (at 207.899 145.923 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:Fiducial" (id 2) (at 205.74 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 205.74 144.78 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Mechanical:MountingHole_Pad") (at 229.87 138.43 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005ee01fe0) + (property "Reference" "H1" (id 0) (at 232.41 138.3538 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" " " (id 1) (at 232.41 139.4968 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "stdpads:PasteHole_1.1mm_PTH" (id 2) (at 229.87 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 229.87 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e15cedca-0c1c-4c6b-b473-17ab02d76cf9)) + ) + + (symbol (lib_id "Mechanical:MountingHole_Pad") (at 237.49 138.43 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005ee01fe6) + (property "Reference" "H2" (id 0) (at 240.03 138.3538 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" " " (id 1) (at 240.03 139.4968 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Footprint" "stdpads:PasteHole_1.1mm_PTH" (id 2) (at 237.49 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 237.49 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 361b431e-7a7b-4f9b-9283-f9bd5da20f70)) + ) + + (symbol (lib_id "power:GND") (at 27.94 64.77 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060bdde7d) + (property "Reference" "#PWR0101" (id 0) (at 27.94 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 27.94 60.96 0)) + (property "Footprint" "" (id 2) (at 27.94 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 27.94 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 148f8e77-bd10-4fe6-95a2-639e3f32824d)) + ) + + (symbol (lib_id "power:GND") (at 27.94 109.22 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060bde5f5) + (property "Reference" "#PWR0102" (id 0) (at 21.59 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 24.13 109.22 0)) + (property "Footprint" "" (id 2) (at 27.94 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 27.94 109.22 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 00157c31-bac4-4ea8-b017-e42f00f2e075)) + ) + + (symbol (lib_id "power:+5V") (at 25.4 72.39 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060bdf3d6) + (property "Reference" "#PWR0103" (id 0) (at 25.4 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 25.4 68.58 0)) + (property "Footprint" "" (id 2) (at 25.4 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 25.4 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid db19339a-499b-4c80-98e9-9ad76d970d18)) + ) + + (symbol (lib_id "power:GND") (at 40.64 64.77 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060be1609) + (property "Reference" "#PWR0104" (id 0) (at 40.64 58.42 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 40.64 60.96 0)) + (property "Footprint" "" (id 2) (at 40.64 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 40.64 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4142392e-b70b-4585-8f85-66f207e16610)) + ) + + (symbol (lib_id "power:+5V") (at 43.18 72.39 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060be1fc9) + (property "Reference" "#PWR0105" (id 0) (at 43.18 76.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 43.18 68.58 0)) + (property "Footprint" "" (id 2) (at 43.18 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 43.18 72.39 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 975821b5-9475-4819-aef1-629199b78618)) + ) + + (symbol (lib_id "power:GND") (at 40.64 113.03 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060be26b9) + (property "Reference" "#PWR0106" (id 0) (at 46.99 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 44.45 113.03 0)) + (property "Footprint" "" (id 2) (at 40.64 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 40.64 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 565e095c-da32-40b7-b0f6-b49033a682f9)) + ) + + (symbol (lib_id "power:+5V") (at 181.61 148.59 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060c0e969) + (property "Reference" "#PWR0112" (id 0) (at 181.61 152.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 181.61 144.78 0)) + (property "Footprint" "" (id 2) (at 181.61 148.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 181.61 148.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1c7cee09-d75c-450e-81db-90dbec975075)) + ) + + (symbol (lib_id "Device:C_Small") (at 232.41 151.13 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060c1314c) + (property "Reference" "C6" (id 0) (at 234.7468 149.9616 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 234.7468 152.273 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 232.41 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 232.41 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f053964b-24b4-4410-8cb9-c69ce7405b6c)) + (pin "2" (uuid 30e965b0-bf6d-431a-9321-548f5b5d1765)) + ) + + (symbol (lib_id "Device:C_Small") (at 222.25 151.13 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060c13161) + (property "Reference" "C5" (id 0) (at 224.5868 149.9616 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 224.5868 152.273 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 222.25 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 222.25 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 247ea6b8-ad43-4b00-ae09-28d5266a16d4)) + (pin "2" (uuid db966cb1-7007-4db5-a2c8-1769aa343712)) + ) + + (symbol (lib_id "Device:C_Small") (at 242.57 151.13 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060c1316b) + (property "Reference" "C7" (id 0) (at 244.9068 149.9616 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 244.9068 152.273 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 242.57 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 242.57 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid fafaaf9c-782e-46eb-b8b8-ec50999639f9)) + (pin "2" (uuid 67253d7a-9a5c-41bb-96c3-92719b2902e6)) + ) + + (symbol (lib_id "Device:C_Small") (at 191.77 151.13 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060c16bc7) + (property "Reference" "C2" (id 0) (at 194.1068 149.9616 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 194.1068 152.273 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 191.77 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 191.77 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1c533702-5c42-43b2-ba32-ef6bfb90dee2)) + (pin "2" (uuid de5f33e8-c731-47af-932a-e731d1669f68)) + ) + + (symbol (lib_id "Device:C_Small") (at 212.09 151.13 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060c16bcd) + (property "Reference" "C4" (id 0) (at 214.4268 149.9616 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 214.4268 152.273 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 212.09 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 212.09 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e8b3a258-02c1-4f90-bfd1-0f6d8b488495)) + (pin "2" (uuid 88eaf8d9-c084-419e-b7a9-c1bcfcab3ebf)) + ) + + (symbol (lib_id "Device:C_Small") (at 181.61 151.13 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060c16bd3) + (property "Reference" "C1" (id 0) (at 183.9468 149.9616 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 183.9468 152.273 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 181.61 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 181.61 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ca10adf8-e48b-4d4d-9a92-9612ea418ebb)) + (pin "2" (uuid 07a69e4a-869b-484f-aaaa-50e614867267)) + ) + + (symbol (lib_id "Device:C_Small") (at 201.93 151.13 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060c16bd9) + (property "Reference" "C3" (id 0) (at 204.2668 149.9616 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 204.2668 152.273 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 201.93 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 201.93 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3fac7dae-abdd-40be-a5ea-244d3aa94eec)) + (pin "2" (uuid 228a6da5-d93b-4ab5-8d2b-a04ff88d8283)) + ) + + (symbol (lib_id "power:GND") (at 252.73 153.67 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610df86c) + (property "Reference" "#PWR0107" (id 0) (at 252.73 160.02 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 252.73 157.48 0)) + (property "Footprint" "" (id 2) (at 252.73 153.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 252.73 153.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0ef05317-2d19-438f-92b4-ca19f08f08e7)) + ) + + (symbol (lib_id "Device:C_Small") (at 252.73 151.13 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610df873) + (property "Reference" "C8" (id 0) (at 255.0668 149.9616 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 255.0668 152.273 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 252.73 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 252.73 151.13 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 29f87db9-40d8-448f-b74f-fe5cd37f671e)) + (pin "2" (uuid bc13c2f5-00bb-437a-96f6-6387585b4fc9)) + ) + + (symbol (lib_id "GW_RAM:DRAM-16Mx1-SOP-24") (at 81.28 63.5 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610ecc1e) + (property "Reference" "U1" (id 0) (at 81.28 45.72 0)) + (property "Value" "KM41C16000" (id 1) (at 81.28 63.5 90)) + (property "Footprint" "stdpads:SOP-24-26-300mil" (id 2) (at 81.28 81.28 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 81.28 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 45ada385-3ef6-4a69-828a-ae8e6c1525eb)) + (pin "10" (uuid 9663bec3-3955-473a-b953-765530e95fef)) + (pin "11" (uuid 1d3f6624-e5bd-43c5-9fb3-00cc1d807901)) + (pin "12" (uuid 7118d326-9bde-4b51-a07d-03ac52a9a712)) + (pin "13" (uuid 37d06869-3136-469e-ad4c-a789057f3015)) + (pin "14" (uuid fb263579-0ecf-4e9a-988b-5ccab6c63bb2)) + (pin "15" (uuid 4258b50f-bc80-4028-8518-587947aeb20e)) + (pin "16" (uuid 86ff4d76-82e5-44c5-b0b1-db4e38cb5902)) + (pin "17" (uuid 25fb1bb6-5cd5-481b-9c07-26311c2af76d)) + (pin "18" (uuid 9cd4af5f-fac8-44ce-a116-5642ab44c3f5)) + (pin "19" (uuid da17c98c-6933-41fb-a89f-c1fa54da8e46)) + (pin "2" (uuid c8527055-461c-4973-9d22-fa4315185c10)) + (pin "20" (uuid 0f13c762-d0d4-44e6-a77e-23161d120b12)) + (pin "21" (uuid 626f4ea8-dcfd-4ee0-946d-e8aac239e47a)) + (pin "22" (uuid 865ccc24-8d76-40dd-b186-09e79726bf18)) + (pin "23" (uuid f1bd5f7d-edb4-4d35-97d5-194540778a1b)) + (pin "24" (uuid f79355d6-ac01-455f-9653-7343bfee6e40)) + (pin "25" (uuid 2ecaa060-e699-476c-8b43-ec2558b6ef7f)) + (pin "26" (uuid f1fcc67b-4b79-46ff-b827-f446a7ce2c07)) + (pin "3" (uuid 1de199df-3064-4e39-b18b-2aa0a1c37e41)) + (pin "4" (uuid 4918f682-66c8-4b2e-b553-10dfdce7f2dd)) + (pin "5" (uuid d0edba5d-8ba6-4116-9fab-35e82e8f8f28)) + (pin "6" (uuid c6ac2703-90fa-411e-ae67-0014f2573b21)) + (pin "7" (uuid c961f164-8bfd-48fd-adc7-cf96249a6d56)) + (pin "8" (uuid 02be2094-fd60-4d2f-9ad9-43f982c1e650)) + (pin "9" (uuid 233310b4-2758-4797-8026-b8e5fc52d590)) + ) + + (symbol (lib_id "power:GND") (at 91.44 77.47 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610ef0b2) + (property "Reference" "#PWR0108" (id 0) (at 91.44 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 91.44 81.28 0)) + (property "Footprint" "" (id 2) (at 91.44 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 91.44 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9d237819-b7ec-4e7b-ac76-afd416f6d255)) + ) + + (symbol (lib_id "power:+5V") (at 91.44 49.53 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610ef741) + (property "Reference" "#PWR0109" (id 0) (at 91.44 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 91.44 45.72 0)) + (property "Footprint" "" (id 2) (at 91.44 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 91.44 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5cf58c07-df2f-4f07-be0f-88b64e2ec553)) + ) + + (symbol (lib_id "power:GND") (at 119.38 77.47 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610f3012) + (property "Reference" "#PWR0110" (id 0) (at 119.38 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 119.38 81.28 0)) + (property "Footprint" "" (id 2) (at 119.38 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 119.38 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 446e23e9-e5dd-4223-8a09-7de2acb44fb5)) + ) + + (symbol (lib_id "power:+5V") (at 119.38 49.53 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610f3018) + (property "Reference" "#PWR0111" (id 0) (at 119.38 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 119.38 45.72 0)) + (property "Footprint" "" (id 2) (at 119.38 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 119.38 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0c1bd545-f7b7-468e-b76b-3cee99ad5220)) + ) + + (symbol (lib_id "GW_RAM:DRAM-16Mx1-SOP-24") (at 109.22 63.5 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610f3020) + (property "Reference" "U2" (id 0) (at 109.22 45.72 0)) + (property "Value" "KM41C16000" (id 1) (at 109.22 63.5 90)) + (property "Footprint" "stdpads:SOP-24-26-300mil" (id 2) (at 109.22 81.28 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 109.22 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f97d5837-b750-48a1-9a5f-7f88eef14aa0)) + (pin "10" (uuid 7d0ac5f4-6eac-47b0-84e3-0b37290a1b0a)) + (pin "11" (uuid 69cbe004-022b-4099-98d4-cde3fa15cc26)) + (pin "12" (uuid ac50ee15-9178-4e91-83d2-cc6dc0129d72)) + (pin "13" (uuid e2b7fa87-df8b-421a-9ffd-70a15db68b2e)) + (pin "14" (uuid 6c1e9e68-4e75-4eed-9712-c74d7eebfaa3)) + (pin "15" (uuid 441e4560-16e7-4eab-99c1-ed1fd5c702c4)) + (pin "16" (uuid 87aba1fa-c19f-40e9-8e9d-b92543a5dff6)) + (pin "17" (uuid 27edd497-eb57-4c05-8b8a-5b763c767c48)) + (pin "18" (uuid 5a5a7337-565c-494f-973c-49547247a8e4)) + (pin "19" (uuid 463add5c-4479-40be-aa2f-71bbecac9a15)) + (pin "2" (uuid 197e1a79-4496-43fd-861e-a6d24043de56)) + (pin "20" (uuid 84c5c42f-cc6d-44fa-ba9d-2af9764944be)) + (pin "21" (uuid 199c62d5-f161-467e-aac0-b122f3353d2a)) + (pin "22" (uuid b94ee3bb-9400-43cc-a324-ca6d75f88eed)) + (pin "23" (uuid db22a8a0-6163-41c8-a0d1-b6294fa27651)) + (pin "24" (uuid 8ca20e50-2491-4a9c-bbbc-070aecf9f418)) + (pin "25" (uuid 8d77ac6c-040d-4043-b9a0-a7ba91b70e83)) + (pin "26" (uuid 23248dce-24e3-4258-be9b-2c3226426482)) + (pin "3" (uuid 0b735e8e-3bc2-4f10-9b0f-fafed8289056)) + (pin "4" (uuid fd589ec0-9519-491b-82fb-acebbb131d67)) + (pin "5" (uuid 65d295bd-83e6-4c3c-8369-0d7bd6416dbb)) + (pin "6" (uuid 65153519-520b-4075-93bb-dee74795edb1)) + (pin "7" (uuid 2e020549-ef6d-4683-93ef-83addc1e8b5a)) + (pin "8" (uuid 92125758-6d25-4687-9662-3ee0a7b63316)) + (pin "9" (uuid 9c198d1e-fdfd-4fbc-a1b5-d7e73ad4200a)) + ) + + (symbol (lib_id "power:GND") (at 147.32 77.47 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610f68cc) + (property "Reference" "#PWR0113" (id 0) (at 147.32 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 147.32 81.28 0)) + (property "Footprint" "" (id 2) (at 147.32 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 147.32 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8e7e3b33-563a-4218-ab33-024758fa8b83)) + ) + + (symbol (lib_id "power:+5V") (at 147.32 49.53 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610f68d2) + (property "Reference" "#PWR0114" (id 0) (at 147.32 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 147.32 45.72 0)) + (property "Footprint" "" (id 2) (at 147.32 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 147.32 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 86673908-b552-4cdb-8072-f49acba908a7)) + ) + + (symbol (lib_id "GW_RAM:DRAM-16Mx1-SOP-24") (at 137.16 63.5 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610f68da) + (property "Reference" "U3" (id 0) (at 137.16 45.72 0)) + (property "Value" "KM41C16000" (id 1) (at 137.16 63.5 90)) + (property "Footprint" "stdpads:SOP-24-26-300mil" (id 2) (at 137.16 81.28 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 137.16 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 42e9ebd9-d764-452d-9ee1-66b81f6eec69)) + (pin "10" (uuid 0bafa49d-c8b6-4027-a3b2-3a64d3ab75ba)) + (pin "11" (uuid 443d84e4-2bd0-4ae5-a6e5-5c9093b0989b)) + (pin "12" (uuid 9a5585bc-b9a2-419c-b5e4-8e7eed41ac57)) + (pin "13" (uuid 43dce9d2-f701-4764-9853-5bb81454f74c)) + (pin "14" (uuid 719602d4-7a99-409f-9928-be2e82a92503)) + (pin "15" (uuid 7eebed3e-b075-4589-8b72-8ebc07c9edc3)) + (pin "16" (uuid f5cfcd68-d100-44f6-8cb8-9c6f876547e6)) + (pin "17" (uuid 4dc0972d-ad57-463b-8ba1-b0776695b8d0)) + (pin "18" (uuid aaa022bb-bd6d-4479-887e-1625445e6e8d)) + (pin "19" (uuid 23efd828-c3dd-4c72-bb3d-adc9ae35b986)) + (pin "2" (uuid 0a7bd530-308f-472e-a3a1-c6642f4cc8a9)) + (pin "20" (uuid 228af27e-af75-42e0-91a8-98a3616b945c)) + (pin "21" (uuid bc4f5fae-da94-4412-8649-32447c9ba5a4)) + (pin "22" (uuid 5d0bbc41-e409-416c-9d53-d476971687a8)) + (pin "23" (uuid 66c3346e-a484-4d11-87a7-59a768ce549a)) + (pin "24" (uuid 9a362b03-69ee-4b1f-b653-32a8ac132ea9)) + (pin "25" (uuid 576d1f38-6c0b-4ee9-a024-a6c2e1c6c615)) + (pin "26" (uuid 499ddd12-b834-47e8-a90d-0020d386d9a5)) + (pin "3" (uuid ab14e182-d201-4cd4-9daf-2c4aadbb0100)) + (pin "4" (uuid 684a8d97-44b4-4090-9326-90c0b2cd5ae5)) + (pin "5" (uuid 394ccae2-a191-4c33-9ac1-0cc59d111468)) + (pin "6" (uuid 17d04df1-74b9-4e01-9231-c6230df85917)) + (pin "7" (uuid dbd40e82-8eac-4561-aed1-5a215b72798b)) + (pin "8" (uuid 7aae7bbb-f3b0-417a-a688-21f03cf665fa)) + (pin "9" (uuid ec87b38c-ccc3-4d75-8258-c3f120b3528c)) + ) + + (symbol (lib_id "power:GND") (at 175.26 77.47 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610f68ef) + (property "Reference" "#PWR0115" (id 0) (at 175.26 83.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 175.26 81.28 0)) + (property "Footprint" "" (id 2) (at 175.26 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 175.26 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6ba8f097-4d08-435a-998c-d03147fff9a9)) + ) + + (symbol (lib_id "power:+5V") (at 175.26 49.53 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610f68f5) + (property "Reference" "#PWR0116" (id 0) (at 175.26 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 175.26 45.72 0)) + (property "Footprint" "" (id 2) (at 175.26 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 175.26 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e493a38d-8dbf-4f35-9897-14e31fad797a)) + ) + + (symbol (lib_id "GW_RAM:DRAM-16Mx1-SOP-24") (at 165.1 63.5 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610f68fd) + (property "Reference" "U4" (id 0) (at 165.1 45.72 0)) + (property "Value" "KM41C16000" (id 1) (at 165.1 63.5 90)) + (property "Footprint" "stdpads:SOP-24-26-300mil" (id 2) (at 165.1 81.28 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 165.1 77.47 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4125a107-e7a0-4aba-bd60-6ba0ae9b01c2)) + (pin "10" (uuid 667b9897-04bc-448b-82b2-de0fc864d076)) + (pin "11" (uuid 3a5b9a2c-8a61-4fb4-950d-2019a00cb66e)) + (pin "12" (uuid b7786dc8-7172-4d85-b26b-7d84c891be54)) + (pin "13" (uuid 0b4e5d23-da3f-42ed-b306-b72a783421e1)) + (pin "14" (uuid 5bd803d0-a1c4-418d-8427-0dde068d5c7b)) + (pin "15" (uuid 66a55649-7561-483e-a895-6a95c97ff43a)) + (pin "16" (uuid 58c4857b-b068-4140-8935-57de9b8c3c07)) + (pin "17" (uuid 9a458650-0bcb-4412-a227-64373438204a)) + (pin "18" (uuid 5a20a063-d5c5-4b0a-8aa1-2183075882ba)) + (pin "19" (uuid 36d09947-f050-4608-9081-007a72d09a60)) + (pin "2" (uuid 6a343d68-36ef-4c6f-bcf9-c594ba8d7d95)) + (pin "20" (uuid 65da33b6-71ac-432a-8bda-3dcc548dcc44)) + (pin "21" (uuid 8125a8db-8f90-408b-815a-1e37eccc42ca)) + (pin "22" (uuid 77ebc2e5-1f0f-4872-92a7-5d8ca6e9d738)) + (pin "23" (uuid 66b9f7f0-dc5f-46d1-a083-ee17d860ec7e)) + (pin "24" (uuid 0dbdb01d-78ed-4925-b70f-86666ccc7131)) + (pin "25" (uuid 181710ef-7f2a-4351-a3a6-56d2f8765ecc)) + (pin "26" (uuid da8cef22-8613-4e08-9b41-406c689b1603)) + (pin "3" (uuid b23e7dda-0fc1-45cd-97e8-f6b6cdf1d435)) + (pin "4" (uuid 406ca1f7-570d-41d2-a9fb-681fc68f82a6)) + (pin "5" (uuid 96ebedd2-a593-44cf-9e7c-96cec04f0067)) + (pin "6" (uuid 40dd2dfd-f557-499c-9a6b-d5d179ebf5ea)) + (pin "7" (uuid 4252f8ec-ac2f-46c4-8fe7-599d67a2364a)) + (pin "8" (uuid 6438d79c-9563-4eeb-b524-732b4537cc3c)) + (pin "9" (uuid 39688f14-86bd-423a-b18e-9696dcd1a60c)) + ) + + (symbol (lib_id "power:GND") (at 91.44 115.57 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610fe008) + (property "Reference" "#PWR0117" (id 0) (at 91.44 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 91.44 119.38 0)) + (property "Footprint" "" (id 2) (at 91.44 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 91.44 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2cbeee39-ac6c-4f66-95b6-6ac627b430f6)) + ) + + (symbol (lib_id "power:+5V") (at 91.44 87.63 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610fe00e) + (property "Reference" "#PWR0118" (id 0) (at 91.44 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 91.44 83.82 0)) + (property "Footprint" "" (id 2) (at 91.44 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 91.44 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 8e1e6717-49f5-4fea-8644-5ca4518ded68)) + ) + + (symbol (lib_id "GW_RAM:DRAM-16Mx1-SOP-24") (at 81.28 101.6 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610fe016) + (property "Reference" "U5" (id 0) (at 81.28 83.82 0)) + (property "Value" "KM41C16000" (id 1) (at 81.28 101.6 90)) + (property "Footprint" "stdpads:SOP-24-26-300mil" (id 2) (at 81.28 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 81.28 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d73851a0-3ec5-4873-a990-26462d3a5d12)) + (pin "10" (uuid a5f5ba7c-ec6a-4c33-9043-b51b8431a50d)) + (pin "11" (uuid 44d2b700-098f-40c3-858b-4ad13503f5ba)) + (pin "12" (uuid d01840d4-32a9-4b1b-a1b3-dca2f0c09621)) + (pin "13" (uuid 83bba456-cd50-4666-a759-d2f77ff16b8c)) + (pin "14" (uuid 5a2956f9-99e9-425b-9ae2-7c6aad4016b9)) + (pin "15" (uuid 6c4496c9-54f2-41f9-8c76-2bb345674183)) + (pin "16" (uuid 22e808d7-c67f-410e-aa1a-fa26a1357421)) + (pin "17" (uuid bfe4e68f-4cef-4b31-adff-8df094bc3870)) + (pin "18" (uuid b9bbc5a1-bd2a-4110-b886-5f45d3a70da9)) + (pin "19" (uuid f309c62d-0a65-43e4-a359-1fb50c68439c)) + (pin "2" (uuid 5f365b0c-2d6e-433e-b4ed-18fd70c7b60d)) + (pin "20" (uuid 5872624b-ecdf-4165-92b0-529e66cfb5e0)) + (pin "21" (uuid 9e686c5a-3e07-4771-89cd-93aec9f7aab9)) + (pin "22" (uuid 918edf6a-bfba-4735-aa02-989b0b3a9239)) + (pin "23" (uuid 51d91237-69bd-469b-96dd-3d1f64a686fd)) + (pin "24" (uuid abd78598-d672-4651-93d3-b4a31d387ae0)) + (pin "25" (uuid 70e928ea-28bc-418b-93be-253f7465f678)) + (pin "26" (uuid 7b20afe5-4ce8-4e8d-8a74-2526b57dc91e)) + (pin "3" (uuid 9975d1b4-169b-4b21-8b93-a814a844e78d)) + (pin "4" (uuid 264eacd5-e9fe-44aa-9afe-00a8f9d295ac)) + (pin "5" (uuid e7aa4c3e-f94b-40e5-ba02-d0c69155ee68)) + (pin "6" (uuid acdf2bae-82d9-4fe8-a511-026d1bb283b5)) + (pin "7" (uuid 14c29d36-5eba-4ba7-954f-69d94744ad26)) + (pin "8" (uuid 5bf5e658-02dc-4878-be4a-4080a49014d6)) + (pin "9" (uuid 5c9bbccf-ed21-4456-bdbf-6fe8b2b79c00)) + ) + + (symbol (lib_id "power:GND") (at 119.38 115.57 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610fe02b) + (property "Reference" "#PWR0119" (id 0) (at 119.38 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 119.38 119.38 0)) + (property "Footprint" "" (id 2) (at 119.38 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 119.38 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 180ad52e-2525-45e3-ac39-c09fc6a69aa9)) + ) + + (symbol (lib_id "power:+5V") (at 119.38 87.63 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610fe031) + (property "Reference" "#PWR0120" (id 0) (at 119.38 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 119.38 83.82 0)) + (property "Footprint" "" (id 2) (at 119.38 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 119.38 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 26ab6c8d-b0c6-4267-b0a5-b30ab2f665c2)) + ) + + (symbol (lib_id "GW_RAM:DRAM-16Mx1-SOP-24") (at 109.22 101.6 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610fe039) + (property "Reference" "U6" (id 0) (at 109.22 83.82 0)) + (property "Value" "KM41C16000" (id 1) (at 109.22 101.6 90)) + (property "Footprint" "stdpads:SOP-24-26-300mil" (id 2) (at 109.22 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 109.22 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cb485717-cc3c-478d-8743-f459eb24224d)) + (pin "10" (uuid 5931abef-eda7-4db3-a71c-c557bd951359)) + (pin "11" (uuid 15123786-3e83-49e8-a9ec-49fb679cb7e8)) + (pin "12" (uuid 2e53095c-e972-4333-922d-48e10f3ab743)) + (pin "13" (uuid c2ace39f-0a27-4c25-8150-aef1657a15c3)) + (pin "14" (uuid a126c83e-63c5-4afa-a20d-908d6ad91d71)) + (pin "15" (uuid 93fe6e52-2736-4706-a9c2-bc6359e96ac2)) + (pin "16" (uuid 911ffeb2-bcdc-4ae6-8867-fc258d3ea770)) + (pin "17" (uuid 41ddece0-dc92-48eb-9932-b733285bebc8)) + (pin "18" (uuid b2cd5d1f-ca21-48bf-babb-dc1a8f95ae47)) + (pin "19" (uuid 88aa238a-984c-4344-81e5-36d29bfb5cb4)) + (pin "2" (uuid 8ea9f877-423e-45c9-98b1-dedfc18f3443)) + (pin "20" (uuid 48ac447f-a32e-4720-9115-9b509273a31d)) + (pin "21" (uuid b8eaef8b-05f0-490a-a02c-e05f6b682ccb)) + (pin "22" (uuid 86404492-8ee4-4ce1-8d6f-80899bd99b1c)) + (pin "23" (uuid cf8673ff-e443-4be1-9717-72cc8ae83847)) + (pin "24" (uuid 710abe27-ce29-434f-9460-1c18893d781d)) + (pin "25" (uuid 49041697-4782-4bc7-abb6-e18d8981778e)) + (pin "26" (uuid 415f8cbf-1543-4dea-9365-14a5706895b5)) + (pin "3" (uuid d55a1b2c-622b-47de-9976-350c51dbccd6)) + (pin "4" (uuid 7076bd80-b559-4624-a298-c38500db90fb)) + (pin "5" (uuid 5f90097f-80ce-43b5-84c6-9249f1d8b40b)) + (pin "6" (uuid 61e1b904-8021-473d-a121-5b981dbe8bee)) + (pin "7" (uuid 2c80fb3a-0990-4332-b80d-5e5a74625151)) + (pin "8" (uuid 573d575c-17ea-4825-9928-a33c4415d1e6)) + (pin "9" (uuid 36215f5a-f38c-4996-ad88-227611aa5491)) + ) + + (symbol (lib_id "power:GND") (at 147.32 115.57 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610fe04e) + (property "Reference" "#PWR0121" (id 0) (at 147.32 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 147.32 119.38 0)) + (property "Footprint" "" (id 2) (at 147.32 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 147.32 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f4877c20-d0ed-485d-8283-1a850da29526)) + ) + + (symbol (lib_id "power:+5V") (at 147.32 87.63 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610fe054) + (property "Reference" "#PWR0122" (id 0) (at 147.32 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 147.32 83.82 0)) + (property "Footprint" "" (id 2) (at 147.32 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 147.32 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f249c2ca-9875-4c92-aeb9-3c4a8a5a3f2a)) + ) + + (symbol (lib_id "GW_RAM:DRAM-16Mx1-SOP-24") (at 137.16 101.6 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610fe05c) + (property "Reference" "U7" (id 0) (at 137.16 83.82 0)) + (property "Value" "KM41C16000" (id 1) (at 137.16 101.6 90)) + (property "Footprint" "stdpads:SOP-24-26-300mil" (id 2) (at 137.16 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 137.16 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 704c7396-e8ec-416e-9899-2d34278b4a54)) + (pin "10" (uuid cec5c445-cad6-4108-aedc-5c3dbc07730d)) + (pin "11" (uuid 22cf26dc-f41e-4e3e-bd6c-edbf7f2974ed)) + (pin "12" (uuid a5bba650-8884-44b6-a797-728282087074)) + (pin "13" (uuid 0ed67ac8-ea12-45f5-aee5-445fb49c7772)) + (pin "14" (uuid 2abb28ca-027d-43e0-9099-5a35e98674be)) + (pin "15" (uuid 1d86bb1e-861f-405b-a3ba-ce5c31bd330b)) + (pin "16" (uuid 06423581-cf14-4526-bcd7-128370651432)) + (pin "17" (uuid afd902dc-39cb-4a0e-88be-f30b1d47b9b9)) + (pin "18" (uuid f1cb96b3-5053-421f-94d8-94cd6e97e84f)) + (pin "19" (uuid 3171891b-4bbb-49cd-b89e-92dc5e7dcca5)) + (pin "2" (uuid d98afb68-1e23-4fef-a599-36918c776c74)) + (pin "20" (uuid 01edbfe1-966e-4241-882c-6eea6125a86d)) + (pin "21" (uuid 9e2067bb-5e3c-4446-b91e-1cdc11514704)) + (pin "22" (uuid 10f2abcd-c143-4ea4-b5b8-d04515818a8b)) + (pin "23" (uuid c962aba1-d9cf-4417-a258-e508751e8993)) + (pin "24" (uuid 2898ce23-265d-49af-94cb-9408683f97d0)) + (pin "25" (uuid 78101f60-e2e5-458c-ba88-b0670f8784ea)) + (pin "26" (uuid 83659874-3548-4a3d-ab47-3f166a5ac42a)) + (pin "3" (uuid bac6eb84-34ba-401c-a3e4-797c59f6d6b4)) + (pin "4" (uuid 26b8695b-65d8-44e2-94ba-48ee881d0955)) + (pin "5" (uuid fc4f0d73-8541-49fe-b3f7-20135b50eba9)) + (pin "6" (uuid cfea651c-582d-4806-bfd5-1ad540f2d1f5)) + (pin "7" (uuid d6527b55-c8c6-4aa7-b6f0-96d4d040e631)) + (pin "8" (uuid 3c2ce915-0738-45e4-9565-c540f9c15ced)) + (pin "9" (uuid 53afdeef-1c67-4034-bc72-7f3e16d277e1)) + ) + + (symbol (lib_id "power:GND") (at 175.26 115.57 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610fe071) + (property "Reference" "#PWR0123" (id 0) (at 175.26 121.92 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 175.26 119.38 0)) + (property "Footprint" "" (id 2) (at 175.26 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 175.26 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1091f243-d6a8-4e10-9a2c-22534d64bd8c)) + ) + + (symbol (lib_id "power:+5V") (at 175.26 87.63 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610fe077) + (property "Reference" "#PWR0124" (id 0) (at 175.26 91.44 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 175.26 83.82 0)) + (property "Footprint" "" (id 2) (at 175.26 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 175.26 87.63 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 043e1839-a8c1-4f2e-aa98-a6a015efcb7f)) + ) + + (symbol (lib_id "GW_RAM:DRAM-16Mx1-SOP-24") (at 165.1 101.6 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-0000610fe07f) + (property "Reference" "U8" (id 0) (at 165.1 83.82 0)) + (property "Value" "KM41C16000" (id 1) (at 165.1 101.6 90)) + (property "Footprint" "stdpads:SOP-24-26-300mil" (id 2) (at 165.1 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 165.1 115.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c32c1b54-ead2-449a-a061-f8ecc33a043e)) + (pin "10" (uuid 0449cd95-baa9-406d-8524-5c52044d8776)) + (pin "11" (uuid 3a4ce814-b529-422d-a165-920304182013)) + (pin "12" (uuid e3efff13-2e70-484d-bd9e-577b80b9d4a6)) + (pin "13" (uuid 9c74f755-6da3-425e-ac81-9c90b4bef476)) + (pin "14" (uuid 027cb513-ec66-4df8-8f63-1c9818c3d36d)) + (pin "15" (uuid b7ab34c8-2d25-4759-8078-6b1c3c48b0a7)) + (pin "16" (uuid 4022fc35-5894-40ea-a70f-f31d8a127ff9)) + (pin "17" (uuid 27657bad-e009-4803-bfa1-449a6cddb759)) + (pin "18" (uuid 8c1d788f-2195-44d7-a638-233c5cd4f386)) + (pin "19" (uuid 862404ad-623e-4a2f-ae2c-79c39541eefe)) + (pin "2" (uuid d922ea17-f4c9-4aab-8881-906b3a19d50e)) + (pin "20" (uuid bcccef9f-6ecb-433e-bbd3-49ff7c8c50bf)) + (pin "21" (uuid 090b21cd-062a-45f8-8e48-13a98b4741fc)) + (pin "22" (uuid e7fdfa74-3133-475c-8eff-69f67b5d6d96)) + (pin "23" (uuid 6b4bd903-61c5-441a-a9e7-2439d343e37d)) + (pin "24" (uuid 0f845457-83b1-4681-8432-1f0b6a56972d)) + (pin "25" (uuid 7c516d1c-50a2-44a2-8220-4d01906fc98e)) + (pin "26" (uuid 36760d4a-f556-46ce-84f1-a1c51caf80df)) + (pin "3" (uuid 562621b5-aaf4-4825-b4cc-f6f18d346218)) + (pin "4" (uuid 1612a5b0-134a-452a-95a8-7922964b9357)) + (pin "5" (uuid f9846810-4cbb-427f-8639-f3bc3c965923)) + (pin "6" (uuid 9b134edf-d643-481f-9970-5097e229522a)) + (pin "7" (uuid de1f754a-d87f-4f5d-9823-f0dbef38b3dd)) + (pin "8" (uuid f2cb3c9a-fa0c-4c6d-8dfa-ca64675da18d)) + (pin "9" (uuid af73e9c6-a65d-4560-b2f3-108a4495450f)) + ) + + (sheet_instances + (path "/" (page "1")) + ) + + (symbol_instances + (path "/00000000-0000-0000-0000-000060bdde7d" + (reference "#PWR0101") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060bde5f5" + (reference "#PWR0102") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060bdf3d6" + (reference "#PWR0103") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060be1609" + (reference "#PWR0104") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060be1fc9" + (reference "#PWR0105") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060be26b9" + (reference "#PWR0106") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610df86c" + (reference "#PWR0107") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610ef0b2" + (reference "#PWR0108") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610ef741" + (reference "#PWR0109") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610f3012" + (reference "#PWR0110") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610f3018" + (reference "#PWR0111") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060c0e969" + (reference "#PWR0112") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610f68cc" + (reference "#PWR0113") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610f68d2" + (reference "#PWR0114") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610f68ef" + (reference "#PWR0115") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610f68f5" + (reference "#PWR0116") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610fe008" + (reference "#PWR0117") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610fe00e" + (reference "#PWR0118") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610fe02b" + (reference "#PWR0119") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610fe031" + (reference "#PWR0120") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610fe04e" + (reference "#PWR0121") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610fe054" + (reference "#PWR0122") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610fe071" + (reference "#PWR0123") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-0000610fe077" + (reference "#PWR0124") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-00005edc9f0c" + (reference "#PWR0145") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060c16bd3" + (reference "C1") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-000060c16bc7" + (reference "C2") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-000060c16bd9" + (reference "C3") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-000060c16bcd" + (reference "C4") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-000060c13161" + (reference "C5") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-000060c1314c" + (reference "C6") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-000060c1316b" + (reference "C7") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-0000610df873" + (reference "C8") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-00005edcc581" + (reference "FID1") (unit 1) (value "Fiducial") (footprint "stdpads:Fiducial") + ) + (path "/00000000-0000-0000-0000-00005edcca31" + (reference "FID2") (unit 1) (value "Fiducial") (footprint "stdpads:Fiducial") + ) + (path "/00000000-0000-0000-0000-00005edcccf0" + (reference "FID3") (unit 1) (value "Fiducial") (footprint "stdpads:Fiducial") + ) + (path "/00000000-0000-0000-0000-00005edccfc0" + (reference "FID4") (unit 1) (value "Fiducial") (footprint "stdpads:Fiducial") + ) + (path "/00000000-0000-0000-0000-00005ee01fe0" + (reference "H1") (unit 1) (value " ") (footprint "stdpads:PasteHole_1.1mm_PTH") + ) + (path "/00000000-0000-0000-0000-00005ee01fe6" + (reference "H2") (unit 1) (value " ") (footprint "stdpads:PasteHole_1.1mm_PTH") + ) + (path "/00000000-0000-0000-0000-00005edc8f09" + (reference "H3") (unit 1) (value " ") (footprint "stdpads:PasteHole_1.1mm_PTH") + ) + (path "/00000000-0000-0000-0000-00005edc8f0f" + (reference "H4") (unit 1) (value " ") (footprint "stdpads:PasteHole_1.1mm_PTH") + ) + (path "/00000000-0000-0000-0000-00005ebe7cab" + (reference "J1") (unit 1) (value "IIfxRAM") (footprint "stdpads:MacIIROMSIMM_Edge") + ) + (path "/00000000-0000-0000-0000-0000610ecc1e" + (reference "U1") (unit 1) (value "KM41C16000") (footprint "stdpads:SOP-24-26-300mil") + ) + (path "/00000000-0000-0000-0000-0000610f3020" + (reference "U2") (unit 1) (value "KM41C16000") (footprint "stdpads:SOP-24-26-300mil") + ) + (path "/00000000-0000-0000-0000-0000610f68da" + (reference "U3") (unit 1) (value "KM41C16000") (footprint "stdpads:SOP-24-26-300mil") + ) + (path "/00000000-0000-0000-0000-0000610f68fd" + (reference "U4") (unit 1) (value "KM41C16000") (footprint "stdpads:SOP-24-26-300mil") + ) + (path "/00000000-0000-0000-0000-0000610fe016" + (reference "U5") (unit 1) (value "KM41C16000") (footprint "stdpads:SOP-24-26-300mil") + ) + (path "/00000000-0000-0000-0000-0000610fe039" + (reference "U6") (unit 1) (value "KM41C16000") (footprint "stdpads:SOP-24-26-300mil") + ) + (path "/00000000-0000-0000-0000-0000610fe05c" + (reference "U7") (unit 1) (value "KM41C16000") (footprint "stdpads:SOP-24-26-300mil") + ) + (path "/00000000-0000-0000-0000-0000610fe07f" + (reference "U8") (unit 1) (value "KM41C16000") (footprint "stdpads:SOP-24-26-300mil") + ) + ) +) diff --git a/8chip-16MB-SOJ/MacIIfxRAMSIMM.sch b/8chip-16MB-SOJ/MacIIfxRAMSIMM.sch deleted file mode 100644 index d0606d7..0000000 --- a/8chip-16MB-SOJ/MacIIfxRAMSIMM.sch +++ /dev/null @@ -1,989 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr USLetter 11000 8500 -encoding utf-8 -Sheet 1 1 -Title "" -Date "" -Rev "" -Comp "" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -$Comp -L Connector_Generic:Conn_02x32_Counter_Clockwise J1 -U 1 1 5EBE7CAB -P 1300 4050 -F 0 "J1" H 1350 5650 50 0000 C CNN -F 1 "IIfxRAM" H 1350 2350 50 0000 C CNN -F 2 "stdpads:MacIIROMSIMM_Edge" H 1300 4050 50 0001 C CNN -F 3 "~" H 1300 4050 50 0001 C CNN - 1 1300 4050 - 1 0 0 -1 -$EndComp -$Comp -L Mechanical:MountingHole_Pad H3 -U 1 1 5EDC8F09 -P 9650 5450 -F 0 "H3" H 9750 5453 50 0000 L CNN -F 1 " " H 9750 5408 50 0001 L CNN -F 2 "stdpads:PasteHole_1.1mm_PTH" H 9650 5450 50 0001 C CNN -F 3 "~" H 9650 5450 50 0001 C CNN - 1 9650 5450 - 1 0 0 -1 -$EndComp -$Comp -L Mechanical:MountingHole_Pad H4 -U 1 1 5EDC8F0F -P 9950 5450 -F 0 "H4" H 10050 5453 50 0000 L CNN -F 1 " " H 10050 5408 50 0001 L CNN -F 2 "stdpads:PasteHole_1.1mm_PTH" H 9950 5450 50 0001 C CNN -F 3 "~" H 9950 5450 50 0001 C CNN - 1 9950 5450 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR0145 -U 1 1 5EDC9F0C -P 9950 5550 -F 0 "#PWR0145" H 9950 5300 50 0001 C CNN -F 1 "GND" H 9950 5400 50 0000 C CNN -F 2 "" H 9950 5550 50 0001 C CNN -F 3 "" H 9950 5550 50 0001 C CNN - 1 9950 5550 - -1 0 0 -1 -$EndComp -$Comp -L Mechanical:MountingHole_Pad H2 -U 1 1 5EE01FE6 -P 9350 5450 -F 0 "H2" H 9450 5453 50 0000 L CNN -F 1 " " H 9450 5408 50 0001 L CNN -F 2 "stdpads:PasteHole_1.1mm_PTH" H 9350 5450 50 0001 C CNN -F 3 "~" H 9350 5450 50 0001 C CNN - 1 9350 5450 - 1 0 0 -1 -$EndComp -$Comp -L Mechanical:MountingHole_Pad H1 -U 1 1 5EE01FE0 -P 9050 5450 -F 0 "H1" H 9150 5453 50 0000 L CNN -F 1 " " H 9150 5408 50 0001 L CNN -F 2 "stdpads:PasteHole_1.1mm_PTH" H 9050 5450 50 0001 C CNN -F 3 "~" H 9050 5450 50 0001 C CNN - 1 9050 5450 - 1 0 0 -1 -$EndComp -Wire Wire Line - 9050 5550 9350 5550 -Connection ~ 9350 5550 -Wire Wire Line - 9350 5550 9650 5550 -Connection ~ 9650 5550 -Wire Wire Line - 9650 5550 9950 5550 -Connection ~ 9950 5550 -$Comp -L power:GND #PWR0101 -U 1 1 60BDDE7D -P 1100 2550 -F 0 "#PWR0101" H 1100 2300 50 0001 C CNN -F 1 "GND" H 1100 2400 50 0000 C CNN -F 2 "" H 1100 2550 50 0001 C CNN -F 3 "" H 1100 2550 50 0001 C CNN - 1 1100 2550 - -1 0 0 1 -$EndComp -$Comp -L power:GND #PWR0102 -U 1 1 60BDE5F5 -P 1100 4300 -F 0 "#PWR0102" H 1100 4050 50 0001 C CNN -F 1 "GND" H 1100 4150 50 0000 C CNN -F 2 "" H 1100 4300 50 0001 C CNN -F 3 "" H 1100 4300 50 0001 C CNN - 1 1100 4300 - 0 1 1 0 -$EndComp -Wire Wire Line - 1100 4250 1100 4300 -$Comp -L power:+5V #PWR0103 -U 1 1 60BDF3D6 -P 1000 2850 -F 0 "#PWR0103" H 1000 2700 50 0001 C CNN -F 1 "+5V" H 1000 3000 50 0000 C CNN -F 2 "" H 1000 2850 50 0001 C CNN -F 3 "" H 1000 2850 50 0001 C CNN - 1 1000 2850 - 1 0 0 -1 -$EndComp -Wire Wire Line - 1000 2850 1100 2850 -Wire Wire Line - 1100 2750 1100 2850 -Connection ~ 1100 2850 -Text Label 1100 2950 2 50 ~ 0 -~CAS~ -Text Label 1100 3050 2 50 ~ 0 -D0 -Text Label 1100 3150 2 50 ~ 0 -Q0 -Text Label 1100 3250 2 50 ~ 0 -~W~0 -$Comp -L power:GND #PWR0104 -U 1 1 60BE1609 -P 1600 2550 -F 0 "#PWR0104" H 1600 2300 50 0001 C CNN -F 1 "GND" H 1600 2400 50 0000 C CNN -F 2 "" H 1600 2550 50 0001 C CNN -F 3 "" H 1600 2550 50 0001 C CNN - 1 1600 2550 - -1 0 0 1 -$EndComp -$Comp -L power:+5V #PWR0105 -U 1 1 60BE1FC9 -P 1700 2850 -F 0 "#PWR0105" H 1700 2700 50 0001 C CNN -F 1 "+5V" H 1700 3000 50 0000 C CNN -F 2 "" H 1700 2850 50 0001 C CNN -F 3 "" H 1700 2850 50 0001 C CNN - 1 1700 2850 - -1 0 0 -1 -$EndComp -Wire Wire Line - 1700 2850 1600 2850 -Wire Wire Line - 1600 2750 1600 2850 -Connection ~ 1600 2850 -$Comp -L power:GND #PWR0106 -U 1 1 60BE26B9 -P 1600 4450 -F 0 "#PWR0106" H 1600 4200 50 0001 C CNN -F 1 "GND" H 1600 4300 50 0000 C CNN -F 2 "" H 1600 4450 50 0001 C CNN -F 3 "" H 1600 4450 50 0001 C CNN - 1 1600 4450 - 0 -1 -1 0 -$EndComp -Text Label 1100 3350 2 50 ~ 0 -A0 -Text Label 1100 3550 2 50 ~ 0 -A1 -Text Label 1100 3650 2 50 ~ 0 -D1 -Text Label 1100 3750 2 50 ~ 0 -Q1 -Text Label 1100 3850 2 50 ~ 0 -~W~1 -Text Label 1100 3950 2 50 ~ 0 -A2 -Text Label 1100 4150 2 50 ~ 0 -A3 -Text Label 1100 4450 2 50 ~ 0 -D2 -Text Label 1100 4550 2 50 ~ 0 -Q2 -Text Label 1100 4650 2 50 ~ 0 -~W~2 -Text Label 1100 4750 2 50 ~ 0 -A4 -Connection ~ 1100 4300 -Wire Wire Line - 1100 4300 1100 4350 -Text Label 1100 4950 2 50 ~ 0 -A5 -Text Label 1100 5050 2 50 ~ 0 -D3 -Text Label 1100 5150 2 50 ~ 0 -Q3 -Text Label 1100 5250 2 50 ~ 0 -~W~3 -Text Label 1100 5350 2 50 ~ 0 -A6 -Text Label 1100 5550 2 50 ~ 0 -A7 -Text Label 1100 5650 2 50 ~ 0 -D4 -Text Label 1600 5650 0 50 ~ 0 -Q4 -Text Label 1600 5550 0 50 ~ 0 -~W~4 -Text Label 1600 5450 0 50 ~ 0 -A8 -Text Label 1600 5250 0 50 ~ 0 -A9 -Text Label 1600 5150 0 50 ~ 0 -A10 -Text Label 1600 5050 0 50 ~ 0 -A11 -Text Label 1600 4950 0 50 ~ 0 -D5 -Text Label 1600 4850 0 50 ~ 0 -Q5 -Text Label 1600 4750 0 50 ~ 0 -~W~5 -Text Label 1600 4350 0 50 ~ 0 -D6 -Text Label 1600 4250 0 50 ~ 0 -Q6 -Text Label 1600 4150 0 50 ~ 0 -~W~6 -Text Label 1600 3950 0 50 ~ 0 -D7 -Text Label 1600 3850 0 50 ~ 0 -Q7 -Text Label 1600 3750 0 50 ~ 0 -~W~7 -Text Label 1600 3650 0 50 ~ 0 -~Q~B -Text Label 1600 3450 0 50 ~ 0 -~RAS~ -Text Label 1600 3150 0 50 ~ 0 -PQ -Text Label 1600 3050 0 50 ~ 0 -~WWP~ -Text Label 1600 2950 0 50 ~ 0 -PDCI -Text Label 1600 2650 0 50 ~ 0 -PDCO -$Comp -L power:+5V #PWR0112 -U 1 1 60C0E969 -P 7150 5850 -F 0 "#PWR0112" H 7150 5700 50 0001 C CNN -F 1 "+5V" H 7150 6000 50 0000 C CNN -F 2 "" H 7150 5850 50 0001 C CNN -F 3 "" H 7150 5850 50 0001 C CNN - 1 7150 5850 - -1 0 0 -1 -$EndComp -$Comp -L Device:C_Small C6 -U 1 1 60C1314C -P 9150 5950 -F 0 "C6" H 9242 5996 50 0000 L CNN -F 1 "2u2" H 9242 5905 50 0000 L CNN -F 2 "stdpads:C_0805" H 9150 5950 50 0001 C CNN -F 3 "~" H 9150 5950 50 0001 C CNN - 1 9150 5950 - 1 0 0 -1 -$EndComp -Connection ~ 9150 5850 -Wire Wire Line - 8750 6050 9150 6050 -Wire Wire Line - 8750 5850 9150 5850 -$Comp -L Device:C_Small C5 -U 1 1 60C13161 -P 8750 5950 -F 0 "C5" H 8842 5996 50 0000 L CNN -F 1 "2u2" H 8842 5905 50 0000 L CNN -F 2 "stdpads:C_0805" H 8750 5950 50 0001 C CNN -F 3 "~" H 8750 5950 50 0001 C CNN - 1 8750 5950 - 1 0 0 -1 -$EndComp -Wire Wire Line - 9150 5850 9550 5850 -$Comp -L Device:C_Small C7 -U 1 1 60C1316B -P 9550 5950 -F 0 "C7" H 9642 5996 50 0000 L CNN -F 1 "2u2" H 9642 5905 50 0000 L CNN -F 2 "stdpads:C_0805" H 9550 5950 50 0001 C CNN -F 3 "~" H 9550 5950 50 0001 C CNN - 1 9550 5950 - 1 0 0 -1 -$EndComp -Connection ~ 9150 6050 -Wire Wire Line - 9150 6050 9550 6050 -Connection ~ 8750 5850 -Connection ~ 8750 6050 -Wire Wire Line - 7150 5850 7550 5850 -Wire Wire Line - 7150 6050 7550 6050 -$Comp -L Device:C_Small C2 -U 1 1 60C16BC7 -P 7550 5950 -F 0 "C2" H 7642 5996 50 0000 L CNN -F 1 "2u2" H 7642 5905 50 0000 L CNN -F 2 "stdpads:C_0805" H 7550 5950 50 0001 C CNN -F 3 "~" H 7550 5950 50 0001 C CNN - 1 7550 5950 - 1 0 0 -1 -$EndComp -$Comp -L Device:C_Small C4 -U 1 1 60C16BCD -P 8350 5950 -F 0 "C4" H 8442 5996 50 0000 L CNN -F 1 "2u2" H 8442 5905 50 0000 L CNN -F 2 "stdpads:C_0805" H 8350 5950 50 0001 C CNN -F 3 "~" H 8350 5950 50 0001 C CNN - 1 8350 5950 - 1 0 0 -1 -$EndComp -$Comp -L Device:C_Small C1 -U 1 1 60C16BD3 -P 7150 5950 -F 0 "C1" H 7242 5996 50 0000 L CNN -F 1 "2u2" H 7242 5905 50 0000 L CNN -F 2 "stdpads:C_0805" H 7150 5950 50 0001 C CNN -F 3 "~" H 7150 5950 50 0001 C CNN - 1 7150 5950 - 1 0 0 -1 -$EndComp -$Comp -L Device:C_Small C3 -U 1 1 60C16BD9 -P 7950 5950 -F 0 "C3" H 8042 5996 50 0000 L CNN -F 1 "2u2" H 8042 5905 50 0000 L CNN -F 2 "stdpads:C_0805" H 7950 5950 50 0001 C CNN -F 3 "~" H 7950 5950 50 0001 C CNN - 1 7950 5950 - 1 0 0 -1 -$EndComp -Connection ~ 8350 5850 -Wire Wire Line - 8350 5850 8750 5850 -Connection ~ 8350 6050 -Wire Wire Line - 8350 6050 8750 6050 -Connection ~ 7950 5850 -Wire Wire Line - 7950 5850 8350 5850 -Connection ~ 7950 6050 -Wire Wire Line - 7950 6050 8350 6050 -Connection ~ 7550 5850 -Wire Wire Line - 7550 5850 7950 5850 -Connection ~ 7550 6050 -Wire Wire Line - 7550 6050 7950 6050 -Connection ~ 7150 5850 -$Comp -L Mechanical:Fiducial FID3 -U 1 1 5EDCCCF0 -P 7550 5700 -F 0 "FID3" H 7635 5746 50 0000 L CNN -F 1 "Fiducial" H 7635 5655 50 0000 L CNN -F 2 "stdpads:Fiducial" H 7550 5700 50 0001 C CNN -F 3 "~" H 7550 5700 50 0001 C CNN - 1 7550 5700 - 1 0 0 -1 -$EndComp -Connection ~ 9550 6050 -$Comp -L power:GND #PWR0107 -U 1 1 610DF86C -P 9950 6050 -F 0 "#PWR0107" H 9950 5800 50 0001 C CNN -F 1 "GND" H 9950 5900 50 0000 C CNN -F 2 "" H 9950 6050 50 0001 C CNN -F 3 "" H 9950 6050 50 0001 C CNN - 1 9950 6050 - 1 0 0 -1 -$EndComp -Wire Wire Line - 9550 5850 9950 5850 -$Comp -L Device:C_Small C8 -U 1 1 610DF873 -P 9950 5950 -F 0 "C8" H 10042 5996 50 0000 L CNN -F 1 "2u2" H 10042 5905 50 0000 L CNN -F 2 "stdpads:C_0805" H 9950 5950 50 0001 C CNN -F 3 "~" H 9950 5950 50 0001 C CNN - 1 9950 5950 - 1 0 0 -1 -$EndComp -Wire Wire Line - 9550 6050 9950 6050 -Connection ~ 9950 6050 -$Comp -L Mechanical:Fiducial FID1 -U 1 1 5EDCC581 -P 8650 5700 -F 0 "FID1" H 8735 5746 50 0000 L CNN -F 1 "Fiducial" H 8735 5655 50 0000 L CNN -F 2 "stdpads:Fiducial" H 8650 5700 50 0001 C CNN -F 3 "~" H 8650 5700 50 0001 C CNN - 1 8650 5700 - 1 0 0 -1 -$EndComp -$Comp -L Mechanical:Fiducial FID2 -U 1 1 5EDCCA31 -P 9150 5700 -F 0 "FID2" H 9235 5746 50 0000 L CNN -F 1 "Fiducial" H 9235 5655 50 0000 L CNN -F 2 "stdpads:Fiducial" H 9150 5700 50 0001 C CNN -F 3 "~" H 9150 5700 50 0001 C CNN - 1 9150 5700 - 1 0 0 -1 -$EndComp -$Comp -L Mechanical:Fiducial FID4 -U 1 1 5EDCCFC0 -P 8100 5700 -F 0 "FID4" H 8185 5746 50 0000 L CNN -F 1 "Fiducial" H 8185 5655 50 0000 L CNN -F 2 "stdpads:Fiducial" H 8100 5700 50 0001 C CNN -F 3 "~" H 8100 5700 50 0001 C CNN - 1 8100 5700 - 1 0 0 -1 -$EndComp -Text Label 2800 1950 2 50 ~ 0 -A0 -Text Label 2800 2050 2 50 ~ 0 -A1 -Text Label 2800 2150 2 50 ~ 0 -A2 -Text Label 2800 2250 2 50 ~ 0 -A3 -Text Label 2800 2350 2 50 ~ 0 -A4 -Text Label 2800 2450 2 50 ~ 0 -A5 -Text Label 2800 2550 2 50 ~ 0 -A6 -Text Label 2800 2650 2 50 ~ 0 -A7 -Text Label 2800 2850 2 50 ~ 0 -A9 -Text Label 2800 2750 2 50 ~ 0 -A8 -Text Label 2800 2950 2 50 ~ 0 -A10 -Text Label 2800 3050 2 50 ~ 0 -A11 -$Comp -L power:GND #PWR0108 -U 1 1 610EF0B2 -P 3600 3050 -F 0 "#PWR0108" H 3600 2800 50 0001 C CNN -F 1 "GND" H 3600 2900 50 0000 C CNN -F 2 "" H 3600 3050 50 0001 C CNN -F 3 "" H 3600 3050 50 0001 C CNN - 1 3600 3050 - 1 0 0 -1 -$EndComp -$Comp -L power:+5V #PWR0109 -U 1 1 610EF741 -P 3600 1950 -F 0 "#PWR0109" H 3600 1800 50 0001 C CNN -F 1 "+5V" H 3600 2100 50 0000 C CNN -F 2 "" H 3600 1950 50 0001 C CNN -F 3 "" H 3600 1950 50 0001 C CNN - 1 3600 1950 - -1 0 0 -1 -$EndComp -Text Label 3600 2050 0 50 ~ 0 -D0 -Text Label 3600 2150 0 50 ~ 0 -Q0 -$Comp -L GW_RAM:DRAM-16Mx1-SOP-24 U1 -U 1 1 610ECC1E -P 3200 2500 -F 0 "U1" H 3200 3200 50 0000 C CNN -F 1 "KM41C16000" V 3200 2500 50 0000 C CNN -F 2 "stdpads:SOP-24-26-300mil" H 3200 1800 50 0001 C CNN -F 3 "" H 3200 1950 50 0001 C CNN - 1 3200 2500 - 1 0 0 -1 -$EndComp -Text Label 3600 2850 0 50 ~ 0 -~RAS~ -Text Label 3600 2950 0 50 ~ 0 -~W~0 -Text Label 3600 2750 0 50 ~ 0 -~CAS~ -Text Label 3900 1950 2 50 ~ 0 -A0 -Text Label 3900 2050 2 50 ~ 0 -A1 -Text Label 3900 2150 2 50 ~ 0 -A2 -Text Label 3900 2250 2 50 ~ 0 -A3 -Text Label 3900 2350 2 50 ~ 0 -A4 -Text Label 3900 2450 2 50 ~ 0 -A5 -Text Label 3900 2550 2 50 ~ 0 -A6 -Text Label 3900 2650 2 50 ~ 0 -A7 -Text Label 3900 2850 2 50 ~ 0 -A9 -Text Label 3900 2750 2 50 ~ 0 -A8 -Text Label 3900 2950 2 50 ~ 0 -A10 -Text Label 3900 3050 2 50 ~ 0 -A11 -$Comp -L power:GND #PWR0110 -U 1 1 610F3012 -P 4700 3050 -F 0 "#PWR0110" H 4700 2800 50 0001 C CNN -F 1 "GND" H 4700 2900 50 0000 C CNN -F 2 "" H 4700 3050 50 0001 C CNN -F 3 "" H 4700 3050 50 0001 C CNN - 1 4700 3050 - 1 0 0 -1 -$EndComp -$Comp -L power:+5V #PWR0111 -U 1 1 610F3018 -P 4700 1950 -F 0 "#PWR0111" H 4700 1800 50 0001 C CNN -F 1 "+5V" H 4700 2100 50 0000 C CNN -F 2 "" H 4700 1950 50 0001 C CNN -F 3 "" H 4700 1950 50 0001 C CNN - 1 4700 1950 - -1 0 0 -1 -$EndComp -Text Label 4700 2050 0 50 ~ 0 -D1 -Text Label 4700 2150 0 50 ~ 0 -Q1 -$Comp -L GW_RAM:DRAM-16Mx1-SOP-24 U2 -U 1 1 610F3020 -P 4300 2500 -F 0 "U2" H 4300 3200 50 0000 C CNN -F 1 "KM41C16000" V 4300 2500 50 0000 C CNN -F 2 "stdpads:SOP-24-26-300mil" H 4300 1800 50 0001 C CNN -F 3 "" H 4300 1950 50 0001 C CNN - 1 4300 2500 - 1 0 0 -1 -$EndComp -Text Label 4700 2850 0 50 ~ 0 -~RAS~ -Text Label 4700 2950 0 50 ~ 0 -~W~1 -Text Label 4700 2750 0 50 ~ 0 -~CAS~ -Text Label 5000 1950 2 50 ~ 0 -A0 -Text Label 5000 2050 2 50 ~ 0 -A1 -Text Label 5000 2150 2 50 ~ 0 -A2 -Text Label 5000 2250 2 50 ~ 0 -A3 -Text Label 5000 2350 2 50 ~ 0 -A4 -Text Label 5000 2450 2 50 ~ 0 -A5 -Text Label 5000 2550 2 50 ~ 0 -A6 -Text Label 5000 2650 2 50 ~ 0 -A7 -Text Label 5000 2850 2 50 ~ 0 -A9 -Text Label 5000 2750 2 50 ~ 0 -A8 -Text Label 5000 2950 2 50 ~ 0 -A10 -Text Label 5000 3050 2 50 ~ 0 -A11 -$Comp -L power:GND #PWR0113 -U 1 1 610F68CC -P 5800 3050 -F 0 "#PWR0113" H 5800 2800 50 0001 C CNN -F 1 "GND" H 5800 2900 50 0000 C CNN -F 2 "" H 5800 3050 50 0001 C CNN -F 3 "" H 5800 3050 50 0001 C CNN - 1 5800 3050 - 1 0 0 -1 -$EndComp -$Comp -L power:+5V #PWR0114 -U 1 1 610F68D2 -P 5800 1950 -F 0 "#PWR0114" H 5800 1800 50 0001 C CNN -F 1 "+5V" H 5800 2100 50 0000 C CNN -F 2 "" H 5800 1950 50 0001 C CNN -F 3 "" H 5800 1950 50 0001 C CNN - 1 5800 1950 - -1 0 0 -1 -$EndComp -Text Label 5800 2050 0 50 ~ 0 -D2 -Text Label 5800 2150 0 50 ~ 0 -Q2 -$Comp -L GW_RAM:DRAM-16Mx1-SOP-24 U3 -U 1 1 610F68DA -P 5400 2500 -F 0 "U3" H 5400 3200 50 0000 C CNN -F 1 "KM41C16000" V 5400 2500 50 0000 C CNN -F 2 "stdpads:SOP-24-26-300mil" H 5400 1800 50 0001 C CNN -F 3 "" H 5400 1950 50 0001 C CNN - 1 5400 2500 - 1 0 0 -1 -$EndComp -Text Label 5800 2850 0 50 ~ 0 -~RAS~ -Text Label 5800 2950 0 50 ~ 0 -~W~2 -Text Label 5800 2750 0 50 ~ 0 -~CAS~ -Text Label 6100 1950 2 50 ~ 0 -A0 -Text Label 6100 2050 2 50 ~ 0 -A1 -Text Label 6100 2150 2 50 ~ 0 -A2 -Text Label 6100 2250 2 50 ~ 0 -A3 -Text Label 6100 2350 2 50 ~ 0 -A4 -Text Label 6100 2450 2 50 ~ 0 -A5 -Text Label 6100 2550 2 50 ~ 0 -A6 -Text Label 6100 2650 2 50 ~ 0 -A7 -Text Label 6100 2850 2 50 ~ 0 -A9 -Text Label 6100 2750 2 50 ~ 0 -A8 -Text Label 6100 2950 2 50 ~ 0 -A10 -Text Label 6100 3050 2 50 ~ 0 -A11 -$Comp -L power:GND #PWR0115 -U 1 1 610F68EF -P 6900 3050 -F 0 "#PWR0115" H 6900 2800 50 0001 C CNN -F 1 "GND" H 6900 2900 50 0000 C CNN -F 2 "" H 6900 3050 50 0001 C CNN -F 3 "" H 6900 3050 50 0001 C CNN - 1 6900 3050 - 1 0 0 -1 -$EndComp -$Comp -L power:+5V #PWR0116 -U 1 1 610F68F5 -P 6900 1950 -F 0 "#PWR0116" H 6900 1800 50 0001 C CNN -F 1 "+5V" H 6900 2100 50 0000 C CNN -F 2 "" H 6900 1950 50 0001 C CNN -F 3 "" H 6900 1950 50 0001 C CNN - 1 6900 1950 - -1 0 0 -1 -$EndComp -Text Label 6900 2050 0 50 ~ 0 -D3 -Text Label 6900 2150 0 50 ~ 0 -Q3 -$Comp -L GW_RAM:DRAM-16Mx1-SOP-24 U4 -U 1 1 610F68FD -P 6500 2500 -F 0 "U4" H 6500 3200 50 0000 C CNN -F 1 "KM41C16000" V 6500 2500 50 0000 C CNN -F 2 "stdpads:SOP-24-26-300mil" H 6500 1800 50 0001 C CNN -F 3 "" H 6500 1950 50 0001 C CNN - 1 6500 2500 - 1 0 0 -1 -$EndComp -Text Label 6900 2850 0 50 ~ 0 -~RAS~ -Text Label 6900 2950 0 50 ~ 0 -~W~3 -Text Label 6900 2750 0 50 ~ 0 -~CAS~ -Text Label 2800 3450 2 50 ~ 0 -A0 -Text Label 2800 3550 2 50 ~ 0 -A1 -Text Label 2800 3650 2 50 ~ 0 -A2 -Text Label 2800 3750 2 50 ~ 0 -A3 -Text Label 2800 3850 2 50 ~ 0 -A4 -Text Label 2800 3950 2 50 ~ 0 -A5 -Text Label 2800 4050 2 50 ~ 0 -A6 -Text Label 2800 4150 2 50 ~ 0 -A7 -Text Label 2800 4350 2 50 ~ 0 -A9 -Text Label 2800 4250 2 50 ~ 0 -A8 -Text Label 2800 4450 2 50 ~ 0 -A10 -Text Label 2800 4550 2 50 ~ 0 -A11 -$Comp -L power:GND #PWR0117 -U 1 1 610FE008 -P 3600 4550 -F 0 "#PWR0117" H 3600 4300 50 0001 C CNN -F 1 "GND" H 3600 4400 50 0000 C CNN -F 2 "" H 3600 4550 50 0001 C CNN -F 3 "" H 3600 4550 50 0001 C CNN - 1 3600 4550 - 1 0 0 -1 -$EndComp -$Comp -L power:+5V #PWR0118 -U 1 1 610FE00E -P 3600 3450 -F 0 "#PWR0118" H 3600 3300 50 0001 C CNN -F 1 "+5V" H 3600 3600 50 0000 C CNN -F 2 "" H 3600 3450 50 0001 C CNN -F 3 "" H 3600 3450 50 0001 C CNN - 1 3600 3450 - -1 0 0 -1 -$EndComp -Text Label 3600 3550 0 50 ~ 0 -D4 -Text Label 3600 3650 0 50 ~ 0 -Q4 -$Comp -L GW_RAM:DRAM-16Mx1-SOP-24 U5 -U 1 1 610FE016 -P 3200 4000 -F 0 "U5" H 3200 4700 50 0000 C CNN -F 1 "KM41C16000" V 3200 4000 50 0000 C CNN -F 2 "stdpads:SOP-24-26-300mil" H 3200 3300 50 0001 C CNN -F 3 "" H 3200 3450 50 0001 C CNN - 1 3200 4000 - 1 0 0 -1 -$EndComp -Text Label 3600 4350 0 50 ~ 0 -~RAS~ -Text Label 3600 4450 0 50 ~ 0 -~W~4 -Text Label 3600 4250 0 50 ~ 0 -~CAS~ -Text Label 3900 3450 2 50 ~ 0 -A0 -Text Label 3900 3550 2 50 ~ 0 -A1 -Text Label 3900 3650 2 50 ~ 0 -A2 -Text Label 3900 3750 2 50 ~ 0 -A3 -Text Label 3900 3850 2 50 ~ 0 -A4 -Text Label 3900 3950 2 50 ~ 0 -A5 -Text Label 3900 4050 2 50 ~ 0 -A6 -Text Label 3900 4150 2 50 ~ 0 -A7 -Text Label 3900 4350 2 50 ~ 0 -A9 -Text Label 3900 4250 2 50 ~ 0 -A8 -Text Label 3900 4450 2 50 ~ 0 -A10 -Text Label 3900 4550 2 50 ~ 0 -A11 -$Comp -L power:GND #PWR0119 -U 1 1 610FE02B -P 4700 4550 -F 0 "#PWR0119" H 4700 4300 50 0001 C CNN -F 1 "GND" H 4700 4400 50 0000 C CNN -F 2 "" H 4700 4550 50 0001 C CNN -F 3 "" H 4700 4550 50 0001 C CNN - 1 4700 4550 - 1 0 0 -1 -$EndComp -$Comp -L power:+5V #PWR0120 -U 1 1 610FE031 -P 4700 3450 -F 0 "#PWR0120" H 4700 3300 50 0001 C CNN -F 1 "+5V" H 4700 3600 50 0000 C CNN -F 2 "" H 4700 3450 50 0001 C CNN -F 3 "" H 4700 3450 50 0001 C CNN - 1 4700 3450 - -1 0 0 -1 -$EndComp -Text Label 4700 3550 0 50 ~ 0 -D5 -Text Label 4700 3650 0 50 ~ 0 -Q5 -$Comp -L GW_RAM:DRAM-16Mx1-SOP-24 U6 -U 1 1 610FE039 -P 4300 4000 -F 0 "U6" H 4300 4700 50 0000 C CNN -F 1 "KM41C16000" V 4300 4000 50 0000 C CNN -F 2 "stdpads:SOP-24-26-300mil" H 4300 3300 50 0001 C CNN -F 3 "" H 4300 3450 50 0001 C CNN - 1 4300 4000 - 1 0 0 -1 -$EndComp -Text Label 4700 4350 0 50 ~ 0 -~RAS~ -Text Label 4700 4450 0 50 ~ 0 -~W~5 -Text Label 4700 4250 0 50 ~ 0 -~CAS~ -Text Label 5000 3450 2 50 ~ 0 -A0 -Text Label 5000 3550 2 50 ~ 0 -A1 -Text Label 5000 3650 2 50 ~ 0 -A2 -Text Label 5000 3750 2 50 ~ 0 -A3 -Text Label 5000 3850 2 50 ~ 0 -A4 -Text Label 5000 3950 2 50 ~ 0 -A5 -Text Label 5000 4050 2 50 ~ 0 -A6 -Text Label 5000 4150 2 50 ~ 0 -A7 -Text Label 5000 4350 2 50 ~ 0 -A9 -Text Label 5000 4250 2 50 ~ 0 -A8 -Text Label 5000 4450 2 50 ~ 0 -A10 -Text Label 5000 4550 2 50 ~ 0 -A11 -$Comp -L power:GND #PWR0121 -U 1 1 610FE04E -P 5800 4550 -F 0 "#PWR0121" H 5800 4300 50 0001 C CNN -F 1 "GND" H 5800 4400 50 0000 C CNN -F 2 "" H 5800 4550 50 0001 C CNN -F 3 "" H 5800 4550 50 0001 C CNN - 1 5800 4550 - 1 0 0 -1 -$EndComp -$Comp -L power:+5V #PWR0122 -U 1 1 610FE054 -P 5800 3450 -F 0 "#PWR0122" H 5800 3300 50 0001 C CNN -F 1 "+5V" H 5800 3600 50 0000 C CNN -F 2 "" H 5800 3450 50 0001 C CNN -F 3 "" H 5800 3450 50 0001 C CNN - 1 5800 3450 - -1 0 0 -1 -$EndComp -Text Label 5800 3550 0 50 ~ 0 -D6 -Text Label 5800 3650 0 50 ~ 0 -Q6 -$Comp -L GW_RAM:DRAM-16Mx1-SOP-24 U7 -U 1 1 610FE05C -P 5400 4000 -F 0 "U7" H 5400 4700 50 0000 C CNN -F 1 "KM41C16000" V 5400 4000 50 0000 C CNN -F 2 "stdpads:SOP-24-26-300mil" H 5400 3300 50 0001 C CNN -F 3 "" H 5400 3450 50 0001 C CNN - 1 5400 4000 - 1 0 0 -1 -$EndComp -Text Label 5800 4350 0 50 ~ 0 -~RAS~ -Text Label 5800 4450 0 50 ~ 0 -~W~6 -Text Label 5800 4250 0 50 ~ 0 -~CAS~ -Text Label 6100 3450 2 50 ~ 0 -A0 -Text Label 6100 3550 2 50 ~ 0 -A1 -Text Label 6100 3650 2 50 ~ 0 -A2 -Text Label 6100 3750 2 50 ~ 0 -A3 -Text Label 6100 3850 2 50 ~ 0 -A4 -Text Label 6100 3950 2 50 ~ 0 -A5 -Text Label 6100 4050 2 50 ~ 0 -A6 -Text Label 6100 4150 2 50 ~ 0 -A7 -Text Label 6100 4350 2 50 ~ 0 -A9 -Text Label 6100 4250 2 50 ~ 0 -A8 -Text Label 6100 4450 2 50 ~ 0 -A10 -Text Label 6100 4550 2 50 ~ 0 -A11 -$Comp -L power:GND #PWR0123 -U 1 1 610FE071 -P 6900 4550 -F 0 "#PWR0123" H 6900 4300 50 0001 C CNN -F 1 "GND" H 6900 4400 50 0000 C CNN -F 2 "" H 6900 4550 50 0001 C CNN -F 3 "" H 6900 4550 50 0001 C CNN - 1 6900 4550 - 1 0 0 -1 -$EndComp -$Comp -L power:+5V #PWR0124 -U 1 1 610FE077 -P 6900 3450 -F 0 "#PWR0124" H 6900 3300 50 0001 C CNN -F 1 "+5V" H 6900 3600 50 0000 C CNN -F 2 "" H 6900 3450 50 0001 C CNN -F 3 "" H 6900 3450 50 0001 C CNN - 1 6900 3450 - -1 0 0 -1 -$EndComp -Text Label 6900 3650 0 50 ~ 0 -Q7 -$Comp -L GW_RAM:DRAM-16Mx1-SOP-24 U8 -U 1 1 610FE07F -P 6500 4000 -F 0 "U8" H 6500 4700 50 0000 C CNN -F 1 "KM41C16000" V 6500 4000 50 0000 C CNN -F 2 "stdpads:SOP-24-26-300mil" H 6500 3300 50 0001 C CNN -F 3 "" H 6500 3450 50 0001 C CNN - 1 6500 4000 - 1 0 0 -1 -$EndComp -Text Label 6900 4350 0 50 ~ 0 -~RAS~ -Text Label 6900 4450 0 50 ~ 0 -~W~7 -Text Label 6900 4250 0 50 ~ 0 -~CAS~ -Text Label 6900 3550 0 50 ~ 0 -D7 -$EndSCHEMATC diff --git a/Adapter-30/Adapter-30.kicad_prl b/Adapter-30/Adapter-30.kicad_prl index cbc62c5..41a3203 100644 --- a/Adapter-30/Adapter-30.kicad_prl +++ b/Adapter-30/Adapter-30.kicad_prl @@ -36,7 +36,6 @@ 8, 9, 10, - 11, 12, 13, 14, diff --git a/Adapter-30/Adapter-30.kicad_pro b/Adapter-30/Adapter-30.kicad_pro index 5a84b0c..1afeb67 100644 --- a/Adapter-30/Adapter-30.kicad_pro +++ b/Adapter-30/Adapter-30.kicad_pro @@ -148,6 +148,211 @@ "cvpcb": { "equivalence_files": [] }, + "erc": { + "erc_exclusions": [], + "meta": { + "version": 0 + }, + "pin_map": [ + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 2 + ], + [ + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 1, + 2, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 1, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 2, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2 + ] + ], + "rule_severities": { + "bus_definition_conflict": "error", + "bus_entry_needed": "error", + "bus_label_syntax": "error", + "bus_to_bus_conflict": "error", + "bus_to_net_conflict": "error", + "different_unit_footprint": "error", + "different_unit_net": "error", + "duplicate_reference": "error", + "duplicate_sheet_names": "error", + "extra_units": "error", + "global_label_dangling": "warning", + "hier_label_mismatch": "error", + "label_dangling": "error", + "lib_symbol_issues": "warning", + "multiple_net_names": "warning", + "net_not_bus_member": "warning", + "no_connect_connected": "warning", + "no_connect_dangling": "warning", + "pin_not_connected": "error", + "pin_not_driven": "error", + "pin_to_pin": "warning", + "power_pin_not_driven": "error", + "similar_labels": "warning", + "unannotated": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, "libraries": { "pinned_footprint_libs": [], "pinned_symbol_libs": [] @@ -193,21 +398,48 @@ "page_layout_descr_file": "" }, "schematic": { + "annotate_start_num": 0, "drawing": { - "default_text_size": 50, + "default_line_thickness": 6.0, + "default_text_size": 50.0, + "field_names": [], + "intersheets_ref_own_page": false, + "intersheets_ref_prefix": "", + "intersheets_ref_short": false, + "intersheets_ref_show": false, + "intersheets_ref_suffix": "", + "junction_size_choice": 3, "label_size_ratio": 0.25, - "pin_symbol_size": 0, + "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, "legacy_lib_dir": "", "legacy_lib_list": [], + "meta": { + "version": 1 + }, "net_format_name": "Pcbnew", + "ngspice": { + "fix_include_paths": true, + "fix_passive_vals": false, + "meta": { + "version": 0 + }, + "model_mode": 0, + "workbook_filename": "" + }, "page_layout_descr_file": "", "plot_directory": "", "spice_adjust_passive_values": false, + "spice_external_command": "spice \"%I\"", "subpart_first_id": 65, "subpart_id_separator": 0 }, - "sheets": [], + "sheets": [ + [ + "b918ddfe-0e0e-4001-86cc-aa1712f2cea8", + "" + ] + ], "text_variables": {} } diff --git a/Adapter-30/Adapter-30.kicad_sch b/Adapter-30/Adapter-30.kicad_sch new file mode 100644 index 0000000..abfd8e0 --- /dev/null +++ b/Adapter-30/Adapter-30.kicad_sch @@ -0,0 +1,2236 @@ +(kicad_sch (version 20211123) (generator eeschema) + + (uuid b918ddfe-0e0e-4001-86cc-aa1712f2cea8) + + (paper "USLetter") + + (title_block + (title "GW4192A") + (date "2021-06-19") + (rev "1.0") + (company "Garrett's Workshop") + ) + + (lib_symbols + (symbol "Connector_Generic:Conn_01x30" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at 0 38.1 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_01x30" (id 1) (at 0 -40.64 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Generic connector, single row, 01x30, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Conn_01x30_1_1" + (rectangle (start -1.27 -37.973) (end 0 -38.227) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -35.433) (end 0 -35.687) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -32.893) (end 0 -33.147) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -30.353) (end 0 -30.607) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -27.813) (end 0 -28.067) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -25.273) (end 0 -25.527) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -22.733) (end 0 -22.987) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -20.193) (end 0 -20.447) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -17.653) (end 0 -17.907) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -15.113) (end 0 -15.367) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -12.573) (end 0 -12.827) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -10.033) (end 0 -10.287) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -7.493) (end 0 -7.747) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -4.953) (end 0 -5.207) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -2.413) (end 0 -2.667) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 0.127) (end 0 -0.127) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 2.667) (end 0 2.413) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 5.207) (end 0 4.953) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 7.747) (end 0 7.493) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 10.287) (end 0 10.033) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 12.827) (end 0 12.573) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 15.367) (end 0 15.113) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 17.907) (end 0 17.653) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 20.447) (end 0 20.193) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 22.987) (end 0 22.733) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 25.527) (end 0 25.273) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 28.067) (end 0 27.813) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 30.607) (end 0 30.353) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 33.147) (end 0 32.893) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 35.687) (end 0 35.433) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 36.83) (end 1.27 -39.37) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (pin passive line (at -5.08 35.56 0) (length 3.81) + (name "Pin_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 12.7 0) (length 3.81) + (name "Pin_10" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 10.16 0) (length 3.81) + (name "Pin_11" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 7.62 0) (length 3.81) + (name "Pin_12" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 5.08 0) (length 3.81) + (name "Pin_13" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 2.54 0) (length 3.81) + (name "Pin_14" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_15" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_16" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -5.08 0) (length 3.81) + (name "Pin_17" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -7.62 0) (length 3.81) + (name "Pin_18" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -10.16 0) (length 3.81) + (name "Pin_19" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 33.02 0) (length 3.81) + (name "Pin_2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -12.7 0) (length 3.81) + (name "Pin_20" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -15.24 0) (length 3.81) + (name "Pin_21" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -17.78 0) (length 3.81) + (name "Pin_22" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -20.32 0) (length 3.81) + (name "Pin_23" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -22.86 0) (length 3.81) + (name "Pin_24" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -25.4 0) (length 3.81) + (name "Pin_25" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -27.94 0) (length 3.81) + (name "Pin_26" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -30.48 0) (length 3.81) + (name "Pin_27" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -33.02 0) (length 3.81) + (name "Pin_28" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -35.56 0) (length 3.81) + (name "Pin_29" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 30.48 0) (length 3.81) + (name "Pin_3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -38.1 0) (length 3.81) + (name "Pin_30" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 27.94 0) (length 3.81) + (name "Pin_4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 25.4 0) (length 3.81) + (name "Pin_5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 22.86 0) (length 3.81) + (name "Pin_6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 20.32 0) (length 3.81) + (name "Pin_7" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 17.78 0) (length 3.81) + (name "Pin_8" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 15.24 0) (length 3.81) + (name "Pin_9" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Connector_Generic:Conn_02x32_Counter_Clockwise" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at 1.27 40.64 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_02x32_Counter_Clockwise" (id 1) (at 1.27 -43.18 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "connector" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Generic connector, double row, 02x32, counter clockwise pin numbering scheme (similar to DIP packge numbering), script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Conn_02x32_Counter_Clockwise_1_1" + (rectangle (start -1.27 -40.513) (end 0 -40.767) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -37.973) (end 0 -38.227) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -35.433) (end 0 -35.687) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -32.893) (end 0 -33.147) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -30.353) (end 0 -30.607) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -27.813) (end 0 -28.067) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -25.273) (end 0 -25.527) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -22.733) (end 0 -22.987) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -20.193) (end 0 -20.447) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -17.653) (end 0 -17.907) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -15.113) (end 0 -15.367) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -12.573) (end 0 -12.827) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -10.033) (end 0 -10.287) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -7.493) (end 0 -7.747) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -4.953) (end 0 -5.207) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 -2.413) (end 0 -2.667) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 0.127) (end 0 -0.127) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 2.667) (end 0 2.413) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 5.207) (end 0 4.953) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 7.747) (end 0 7.493) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 10.287) (end 0 10.033) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 12.827) (end 0 12.573) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 15.367) (end 0 15.113) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 17.907) (end 0 17.653) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 20.447) (end 0 20.193) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 22.987) (end 0 22.733) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 25.527) (end 0 25.273) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 28.067) (end 0 27.813) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 30.607) (end 0 30.353) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 33.147) (end 0 32.893) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 35.687) (end 0 35.433) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 38.227) (end 0 37.973) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start -1.27 39.37) (end 3.81 -41.91) + (stroke (width 0.254) (type default) (color 0 0 0 0)) + (fill (type background)) + ) + (rectangle (start 3.81 -40.513) (end 2.54 -40.767) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -37.973) (end 2.54 -38.227) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -35.433) (end 2.54 -35.687) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -32.893) (end 2.54 -33.147) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -30.353) (end 2.54 -30.607) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -27.813) (end 2.54 -28.067) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -25.273) (end 2.54 -25.527) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -22.733) (end 2.54 -22.987) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -20.193) (end 2.54 -20.447) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -17.653) (end 2.54 -17.907) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -15.113) (end 2.54 -15.367) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -12.573) (end 2.54 -12.827) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -10.033) (end 2.54 -10.287) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -7.493) (end 2.54 -7.747) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -4.953) (end 2.54 -5.207) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 -2.413) (end 2.54 -2.667) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 0.127) (end 2.54 -0.127) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 2.667) (end 2.54 2.413) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 5.207) (end 2.54 4.953) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 7.747) (end 2.54 7.493) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 10.287) (end 2.54 10.033) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 12.827) (end 2.54 12.573) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 15.367) (end 2.54 15.113) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 17.907) (end 2.54 17.653) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 20.447) (end 2.54 20.193) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 22.987) (end 2.54 22.733) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 25.527) (end 2.54 25.273) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 28.067) (end 2.54 27.813) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 30.607) (end 2.54 30.353) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 33.147) (end 2.54 32.893) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 35.687) (end 2.54 35.433) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (rectangle (start 3.81 38.227) (end 2.54 37.973) + (stroke (width 0.1524) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin passive line (at -5.08 38.1 0) (length 3.81) + (name "Pin_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 15.24 0) (length 3.81) + (name "Pin_10" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 12.7 0) (length 3.81) + (name "Pin_11" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 10.16 0) (length 3.81) + (name "Pin_12" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 7.62 0) (length 3.81) + (name "Pin_13" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 5.08 0) (length 3.81) + (name "Pin_14" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 2.54 0) (length 3.81) + (name "Pin_15" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_16" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_17" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -5.08 0) (length 3.81) + (name "Pin_18" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -7.62 0) (length 3.81) + (name "Pin_19" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 35.56 0) (length 3.81) + (name "Pin_2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -10.16 0) (length 3.81) + (name "Pin_20" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -12.7 0) (length 3.81) + (name "Pin_21" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -15.24 0) (length 3.81) + (name "Pin_22" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -17.78 0) (length 3.81) + (name "Pin_23" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -20.32 0) (length 3.81) + (name "Pin_24" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -22.86 0) (length 3.81) + (name "Pin_25" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -25.4 0) (length 3.81) + (name "Pin_26" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -27.94 0) (length 3.81) + (name "Pin_27" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -30.48 0) (length 3.81) + (name "Pin_28" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -33.02 0) (length 3.81) + (name "Pin_29" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 33.02 0) (length 3.81) + (name "Pin_3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -35.56 0) (length 3.81) + (name "Pin_30" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -38.1 0) (length 3.81) + (name "Pin_31" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -40.64 0) (length 3.81) + (name "Pin_32" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -40.64 180) (length 3.81) + (name "Pin_33" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -38.1 180) (length 3.81) + (name "Pin_34" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -35.56 180) (length 3.81) + (name "Pin_35" (effects (font (size 1.27 1.27)))) + (number "35" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -33.02 180) (length 3.81) + (name "Pin_36" (effects (font (size 1.27 1.27)))) + (number "36" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -30.48 180) (length 3.81) + (name "Pin_37" (effects (font (size 1.27 1.27)))) + (number "37" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -27.94 180) (length 3.81) + (name "Pin_38" (effects (font (size 1.27 1.27)))) + (number "38" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -25.4 180) (length 3.81) + (name "Pin_39" (effects (font (size 1.27 1.27)))) + (number "39" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 30.48 0) (length 3.81) + (name "Pin_4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -22.86 180) (length 3.81) + (name "Pin_40" (effects (font (size 1.27 1.27)))) + (number "40" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -20.32 180) (length 3.81) + (name "Pin_41" (effects (font (size 1.27 1.27)))) + (number "41" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -17.78 180) (length 3.81) + (name "Pin_42" (effects (font (size 1.27 1.27)))) + (number "42" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -15.24 180) (length 3.81) + (name "Pin_43" (effects (font (size 1.27 1.27)))) + (number "43" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -12.7 180) (length 3.81) + (name "Pin_44" (effects (font (size 1.27 1.27)))) + (number "44" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -10.16 180) (length 3.81) + (name "Pin_45" (effects (font (size 1.27 1.27)))) + (number "45" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -7.62 180) (length 3.81) + (name "Pin_46" (effects (font (size 1.27 1.27)))) + (number "46" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -5.08 180) (length 3.81) + (name "Pin_47" (effects (font (size 1.27 1.27)))) + (number "47" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -2.54 180) (length 3.81) + (name "Pin_48" (effects (font (size 1.27 1.27)))) + (number "48" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 3.81) + (name "Pin_49" (effects (font (size 1.27 1.27)))) + (number "49" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 27.94 0) (length 3.81) + (name "Pin_5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 2.54 180) (length 3.81) + (name "Pin_50" (effects (font (size 1.27 1.27)))) + (number "50" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 5.08 180) (length 3.81) + (name "Pin_51" (effects (font (size 1.27 1.27)))) + (number "51" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 7.62 180) (length 3.81) + (name "Pin_52" (effects (font (size 1.27 1.27)))) + (number "52" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 10.16 180) (length 3.81) + (name "Pin_53" (effects (font (size 1.27 1.27)))) + (number "53" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 12.7 180) (length 3.81) + (name "Pin_54" (effects (font (size 1.27 1.27)))) + (number "54" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 15.24 180) (length 3.81) + (name "Pin_55" (effects (font (size 1.27 1.27)))) + (number "55" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 17.78 180) (length 3.81) + (name "Pin_56" (effects (font (size 1.27 1.27)))) + (number "56" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 20.32 180) (length 3.81) + (name "Pin_57" (effects (font (size 1.27 1.27)))) + (number "57" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 22.86 180) (length 3.81) + (name "Pin_58" (effects (font (size 1.27 1.27)))) + (number "58" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 25.4 180) (length 3.81) + (name "Pin_59" (effects (font (size 1.27 1.27)))) + (number "59" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 25.4 0) (length 3.81) + (name "Pin_6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 27.94 180) (length 3.81) + (name "Pin_60" (effects (font (size 1.27 1.27)))) + (number "60" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 30.48 180) (length 3.81) + (name "Pin_61" (effects (font (size 1.27 1.27)))) + (number "61" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 33.02 180) (length 3.81) + (name "Pin_62" (effects (font (size 1.27 1.27)))) + (number "62" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 35.56 180) (length 3.81) + (name "Pin_63" (effects (font (size 1.27 1.27)))) + (number "63" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 38.1 180) (length 3.81) + (name "Pin_64" (effects (font (size 1.27 1.27)))) + (number "64" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 22.86 0) (length 3.81) + (name "Pin_7" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 20.32 0) (length 3.81) + (name "Pin_8" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 17.78 0) (length 3.81) + (name "Pin_9" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (id 0) (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C_Small" (id 1) (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "capacitor cap" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Unpolarized capacitor, small symbol" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "C_Small_0_1" + (polyline + (pts + (xy -1.524 -0.508) + (xy 1.524 -0.508) + ) + (stroke (width 0.3302) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.524 0.508) + (xy 1.524 0.508) + ) + (stroke (width 0.3048) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "C_Small_1_1" + (pin passive line (at 0 2.54 270) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "H" (id 0) (at 0 5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "MountingHole" (id 1) (at 0 3.175 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "mounting hole" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Mounting Hole without connection" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "MountingHole*" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "MountingHole_0_1" + (circle (center 0 0) (radius 1.27) + (stroke (width 1.27) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + ) + (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (id 0) (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "+5V_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+5V" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (id 0) (at 0 -6.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 0 -3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "power-flag" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) + (xy 0 -1.27) + (xy 1.27 -1.27) + (xy 0 -2.54) + (xy -1.27 -1.27) + (xy 0 -1.27) + ) + (stroke (width 0) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + ) + (symbol "GND_1_1" + (pin power_in line (at 0 0 270) (length 0) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (junction (at 203.2 34.29) (diameter 0) (color 0 0 0 0) + (uuid 07df176f-ede2-4315-a7fa-9d7aaf2256a8) + ) + (junction (at 83.82 156.21) (diameter 0) (color 0 0 0 0) + (uuid 1956ba7e-0a93-45be-9c69-139634e97103) + ) + (junction (at 83.82 161.29) (diameter 0) (color 0 0 0 0) + (uuid 1b1772e2-413b-4e97-8684-8348c0908501) + ) + (junction (at 132.08 64.77) (diameter 0) (color 0 0 0 0) + (uuid 2c1a6f92-d5aa-4608-b557-bfe76d997c2f) + ) + (junction (at 73.66 156.21) (diameter 0) (color 0 0 0 0) + (uuid 300ec267-6c10-4bc4-9603-b6c3f72c2464) + ) + (junction (at 132.08 62.23) (diameter 0) (color 0 0 0 0) + (uuid 30997ff0-ad0c-444e-99e0-d62f541fc2a2) + ) + (junction (at 104.14 161.29) (diameter 0) (color 0 0 0 0) + (uuid 3323d52e-d9a8-434c-af9b-a534e5782c2d) + ) + (junction (at 132.08 57.15) (diameter 0) (color 0 0 0 0) + (uuid 39ec1e5e-297b-4a03-b7e3-ac2ae73ea25f) + ) + (junction (at 132.08 54.61) (diameter 0) (color 0 0 0 0) + (uuid 3cb7a9da-6c9d-47d8-8036-58ae8e432832) + ) + (junction (at 93.98 161.29) (diameter 0) (color 0 0 0 0) + (uuid 4cd02004-9c6e-4103-8a51-6cc183539955) + ) + (junction (at 132.08 67.31) (diameter 0) (color 0 0 0 0) + (uuid 755ab205-3a82-4874-95f2-5ca493709d15) + ) + (junction (at 114.3 156.21) (diameter 0) (color 0 0 0 0) + (uuid 7ffdfc26-c6bf-4d6f-835b-3b30e640b0b3) + ) + (junction (at 104.14 156.21) (diameter 0) (color 0 0 0 0) + (uuid 87c708f1-3b38-47c6-b863-6917999aab11) + ) + (junction (at 124.46 161.29) (diameter 0) (color 0 0 0 0) + (uuid 8ee96512-3f68-4bae-801d-8d5a52f9e457) + ) + (junction (at 132.08 69.85) (diameter 0) (color 0 0 0 0) + (uuid 93135e86-de04-4363-8253-83cb2ca9a148) + ) + (junction (at 114.3 161.29) (diameter 0) (color 0 0 0 0) + (uuid b50c2a25-004b-4dd0-a2db-157b6b915014) + ) + (junction (at 215.9 34.29) (diameter 0) (color 0 0 0 0) + (uuid b61c5df1-fccb-4fea-a6c0-928303306dc8) + ) + (junction (at 93.98 156.21) (diameter 0) (color 0 0 0 0) + (uuid b6ab9170-6666-40ff-bfb8-48c7a07e1c9f) + ) + (junction (at 203.2 71.12) (diameter 0) (color 0 0 0 0) + (uuid c4aab532-438e-48c5-96a3-46d009f65785) + ) + (junction (at 132.08 59.69) (diameter 0) (color 0 0 0 0) + (uuid cee780b2-d029-4e98-8379-2557c9e148e3) + ) + + (no_connect (at -43.18 44.45) (uuid b45eb1fd-4818-4caa-af4f-7cc37eee7393)) + + (wire (pts (xy 215.9 31.75) (xy 215.9 34.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 070569f3-8118-41a9-ae0d-9ac889645e9d) + ) + (wire (pts (xy 132.08 57.15) (xy 132.08 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 07407897-674b-44c6-b5cc-5d96a04bd2dc) + ) + (wire (pts (xy 124.46 156.21) (xy 114.3 156.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 0767f1bf-7fa5-49d2-a66d-5ce4df620bd8) + ) + (wire (pts (xy 184.15 80.01) (xy 179.07 80.01)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 08227d2e-ba4f-4e45-95fc-1fb4799c854b) + ) + (wire (pts (xy 179.07 52.07) (xy 184.15 52.07)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 106fd7cd-d313-436a-8162-1c863bf080d2) + ) + (wire (pts (xy 137.16 64.77) (xy 132.08 64.77)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 157ae8f7-0453-4f43-9eef-daaaccc743c7) + ) + (wire (pts (xy 132.08 72.39) (xy 137.16 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 173896c5-c723-4f60-9205-e33754495f15) + ) + (wire (pts (xy 73.66 156.21) (xy 83.82 156.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 1a2b02f4-8100-4af1-9bc2-33242c1a1c8b) + ) + (wire (pts (xy 132.08 67.31) (xy 137.16 67.31)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 22535919-a00d-4859-88bb-638b3b3c67c6) + ) + (wire (pts (xy 179.07 46.99) (xy 184.15 46.99)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 298cc6e2-8b2a-47f8-869a-4b503a7cf812) + ) + (wire (pts (xy 184.15 41.91) (xy 179.07 41.91)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2b3f76c2-0bd0-416e-a31d-468c7bfc38f9) + ) + (wire (pts (xy 104.14 156.21) (xy 93.98 156.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 2ff94d61-f918-44aa-8a44-9a3271fdcde2) + ) + (wire (pts (xy 184.15 72.39) (xy 184.15 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 304b3c54-bd37-476a-98f4-0f250816add9) + ) + (wire (pts (xy 132.08 62.23) (xy 137.16 62.23)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 37d19649-474b-4659-98c2-c47fd5c75163) + ) + (wire (pts (xy 184.15 52.07) (xy 184.15 54.61)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3c9fcff9-2ccd-404a-8b7d-bbda4f6b62ee) + ) + (wire (pts (xy 132.08 67.31) (xy 132.08 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 3dfdf198-c21d-46b3-b639-78cb9b94d306) + ) + (wire (pts (xy 184.15 62.23) (xy 184.15 64.77)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 45817af6-c058-44a0-8969-3b94799d8381) + ) + (wire (pts (xy 104.14 161.29) (xy 114.3 161.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4986b19b-de57-4cc1-ae4c-a81a78d9ba39) + ) + (wire (pts (xy 132.08 64.77) (xy 132.08 67.31)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 4a4ce045-c6d6-42bb-a485-1aff95e6f662) + ) + (wire (pts (xy 179.07 77.47) (xy 184.15 77.47)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 59b9144d-775e-4171-a862-812bb74554bb) + ) + (wire (pts (xy 179.07 44.45) (xy 184.15 44.45)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 5ae8f9f3-f7fb-4995-8579-85b9ab813b85) + ) + (wire (pts (xy 184.15 49.53) (xy 179.07 49.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 65cb3240-c489-495d-8920-93a8a906a5f0) + ) + (wire (pts (xy 184.15 59.69) (xy 179.07 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6cb264e9-a49e-4c5d-aadc-5b921358cbbb) + ) + (wire (pts (xy 203.2 69.85) (xy 203.2 71.12)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6d7c962d-9e3c-43f2-a8c3-718b2ec11278) + ) + (wire (pts (xy 184.15 77.47) (xy 184.15 80.01)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6eb67859-7e00-41c4-aec4-ced940227f93) + ) + (wire (pts (xy 184.15 46.99) (xy 184.15 49.53)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 6f800d37-0cde-4abf-bff7-90d6983699d8) + ) + (wire (pts (xy 132.08 57.15) (xy 137.16 57.15)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 78ae399a-e17c-4096-896e-3fbe289a74e4) + ) + (wire (pts (xy 132.08 62.23) (xy 132.08 64.77)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 78f6ad5e-0e34-45d8-b2ef-0f5b2a73a3cf) + ) + (wire (pts (xy 132.08 54.61) (xy 137.16 54.61)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 7aaf1a85-2b27-4071-b185-87835c1e6def) + ) + (wire (pts (xy 127 54.61) (xy 132.08 54.61)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 875220f7-451c-417c-9aa0-0488d51b4ef1) + ) + (wire (pts (xy 184.15 57.15) (xy 184.15 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 96bcb726-a1c5-4da8-a8e3-5916b74d04a0) + ) + (wire (pts (xy 132.08 69.85) (xy 132.08 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid 97305e49-1b96-4966-b854-97719491c98d) + ) + (wire (pts (xy 184.15 41.91) (xy 184.15 44.45)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ada37c7b-c131-4685-be07-7f65b67d6c12) + ) + (wire (pts (xy 83.82 161.29) (xy 73.66 161.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid af5862da-d23b-41c3-bf15-bfaf2e718e38) + ) + (wire (pts (xy 184.15 69.85) (xy 179.07 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b739d0b7-5050-4216-8a92-9623781dde7e) + ) + (wire (pts (xy 137.16 59.69) (xy 132.08 59.69)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b78ba45d-7b11-424a-a675-9c5980adbbe6) + ) + (wire (pts (xy 184.15 54.61) (xy 179.07 54.61)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b8be1f2f-844f-478e-8e16-a5c7ef4fdf6a) + ) + (wire (pts (xy 93.98 156.21) (xy 83.82 156.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid b9961a4e-995b-4c03-abbf-395bb72ef3e7) + ) + (wire (pts (xy 184.15 67.31) (xy 184.15 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid bc1921e9-aec8-48c1-9c0c-ee54f40457a1) + ) + (wire (pts (xy 137.16 69.85) (xy 132.08 69.85)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c1847f9e-5c74-4141-9ab3-0133a80933ce) + ) + (wire (pts (xy 179.07 67.31) (xy 184.15 67.31)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c6f643d0-65aa-4f21-9c8f-6891818a6c6e) + ) + (wire (pts (xy 218.44 34.29) (xy 215.9 34.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid cba89839-37a0-4372-82f7-e89098a49707) + ) + (wire (pts (xy 203.2 71.12) (xy 203.2 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid d17a13fe-7293-4b27-9cb1-10ec5351ae00) + ) + (wire (pts (xy 114.3 161.29) (xy 124.46 161.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid de22094c-8628-49c1-b5fe-32a92703a5d1) + ) + (wire (pts (xy 132.08 54.61) (xy 132.08 57.15)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid df2bc5b1-8420-4d9c-936b-e42e3b416681) + ) + (wire (pts (xy 184.15 74.93) (xy 179.07 74.93)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e15c0f99-bbd6-4c20-90a4-df3bffab0d22) + ) + (wire (pts (xy 200.66 34.29) (xy 203.2 34.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e3f679b6-5c5e-4ea3-84f1-038307cbf07d) + ) + (wire (pts (xy 179.07 57.15) (xy 184.15 57.15)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e7e709b1-e791-482e-928e-f1be1761bd12) + ) + (wire (pts (xy 179.07 62.23) (xy 184.15 62.23)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid e822e8e7-bc09-4ddf-ba69-82ad0545349f) + ) + (wire (pts (xy 184.15 64.77) (xy 179.07 64.77)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ec9d277a-2539-4943-a8e3-0f84fe9a0760) + ) + (wire (pts (xy 114.3 156.21) (xy 104.14 156.21)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid edcc2f6d-b625-427f-af10-763ca1c820f3) + ) + (wire (pts (xy 83.82 161.29) (xy 93.98 161.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ef01589f-baec-4edb-aa46-3c117e8344b8) + ) + (wire (pts (xy 179.07 72.39) (xy 184.15 72.39)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid ef2ee0c9-1d06-4033-bbfe-92ed872fe844) + ) + (wire (pts (xy 203.2 31.75) (xy 203.2 34.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f3582e9a-3b78-4a74-8f00-44a59803780c) + ) + (wire (pts (xy 93.98 161.29) (xy 104.14 161.29)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f83f0e4a-4141-4e80-be05-ce9c85fbd42a) + ) + (wire (pts (xy 132.08 59.69) (xy 132.08 62.23)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid fa38e787-7baa-4956-95a4-3e3292a80095) + ) + + (label "Q7" (at 215.9 59.69 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 00e639d6-142f-4e91-83d3-8dedf778c0b3) + ) + (label "Q2" (at 179.07 54.61 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 0182a3ec-0ccf-4343-b125-a25b266a3308) + ) + (label "A3" (at 203.2 67.31 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 036ca1d2-427e-4e04-9bae-c4f39a7c189c) + ) + (label "~{W}6" (at 215.9 67.31 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 06c61ae0-0946-43cd-b6f4-0ed435f0ca2c) + ) + (label "A0" (at 38.1 36.83 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 07373ddf-5b5b-41a0-9ed2-aceb082a520f) + ) + (label "~{W}4" (at 215.9 102.87 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 10ee9cb0-e25e-4cbb-92d0-80a6cd4cff09) + ) + (label "PDCI" (at 215.9 36.83 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 18a1ecfa-b6de-450f-b27c-e2324e3469f8) + ) + (label "~{W}7" (at 215.9 57.15 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 1df6bffc-de61-4d01-87d9-16f350714abc) + ) + (label "A11" (at 215.9 90.17 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 2157073a-ca91-4dec-940e-33a3cbaa1ee0) + ) + (label "D4" (at 179.07 62.23 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 26737003-8a55-4d04-a9b8-38401a2e0685) + ) + (label "A7" (at 203.2 102.87 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 274a6b7a-d909-474a-822b-b02d18bdc254) + ) + (label "D2" (at 179.07 52.07 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 2b27a905-a925-4872-bc99-2a3791cfe3bb) + ) + (label "Q3" (at 179.07 59.69 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 30efbf6d-8244-43c1-8494-57f0bd06c508) + ) + (label "D1" (at 179.07 46.99 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 3672b147-bfa4-46f4-8fc5-2fafe2b7a955) + ) + (label "PQ" (at 215.9 41.91 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 367a9191-3d04-46e6-84ff-c9554ef44296) + ) + (label "Q4" (at 215.9 105.41 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 39e0b56c-68d3-4cd8-a2a6-4d90bef3d662) + ) + (label "Q7" (at 179.07 80.01 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 406d38b5-abff-4154-ba42-96deaa8d192e) + ) + (label "Q1" (at 179.07 49.53 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 41327f1e-8894-48f0-9163-e0e5cce476a2) + ) + (label "D6" (at 215.9 72.39 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 43b55b67-700e-4da2-aacc-bad8681a1ef4) + ) + (label "Q4" (at 179.07 64.77 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 47c15225-a86f-4287-a837-c3b1d3a292a7) + ) + (label "D0" (at 179.07 41.91 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 486c2438-35de-4221-820a-52a255e440cd) + ) + (label "~{Q}B" (at 215.9 54.61 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 4abfb949-3309-404e-b1a1-c543ec56de87) + ) + (label "~{W}5" (at 215.9 82.55 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 4e523454-4ea6-40ef-9ad8-acd274e3485f) + ) + (label "~{W}1" (at 137.16 57.15 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 4f476ec9-9843-4521-b989-bd1b668db7c0) + ) + (label "A7" (at 38.1 64.77 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 51e057a9-be2d-4b00-8f4f-0cd7ddae7db3) + ) + (label "A6" (at 203.2 97.79 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 5322b014-503e-479b-92f3-c104137eb4a7) + ) + (label "D5" (at 215.9 87.63 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 5477f4ea-7cf5-4d72-b880-a3c62e7588ef) + ) + (label "~{W}4" (at 137.16 64.77 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 56ee1bb0-aba4-48bd-8782-3bffc1922033) + ) + (label "D3" (at 203.2 90.17 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 5c127e1d-9054-40de-b6da-6ff907316b45) + ) + (label "A4" (at 203.2 82.55 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 5e67fd59-cd40-4944-86ed-116074a90f19) + ) + (label "D6" (at 38.1 85.09 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 610ad44d-4ced-4959-8566-ef1141ed2590) + ) + (label "~{W}7" (at 137.16 72.39 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 6214db7d-79c2-46a6-8ac3-ba477466301e) + ) + (label "A8" (at 38.1 69.85 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 651f2a28-5b49-4f4a-ac5d-8d9f98eb3132) + ) + (label "~{RAS}" (at 215.9 49.53 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 65a435eb-068a-4a65-9034-93568a2d4d9f) + ) + (label "Q6" (at 179.07 74.93 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 677e4e53-d528-4e74-a409-2d3aa740bc7c) + ) + (label "D5" (at 38.1 77.47 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 6fa2bb5f-50c0-439f-a91a-96b926eb4989) + ) + (label "A9" (at 215.9 95.25 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7242d4f5-3562-4f56-b381-1e86c8171314) + ) + (label "~{W}2" (at 203.2 80.01 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 73cda140-f0f4-4a2d-9320-c4dedf55b894) + ) + (label "D7" (at 38.1 90.17 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 761339d8-d526-4317-8e37-6a6641c36d72) + ) + (label "A11" (at 38.1 87.63 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7a00a98e-e3a1-4554-96be-b4aef8c42ce0) + ) + (label "Q5" (at 179.07 69.85 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7a8bd6fa-f1df-4ebf-bfbc-7ac8a340abea) + ) + (label "D5" (at 179.07 67.31 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7ad46f83-5d9e-418e-9b70-26911b1e8010) + ) + (label "~{WE}" (at 38.1 80.01 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 7c419a52-f402-4bb4-853e-eb9f4066e929) + ) + (label "D1" (at 38.1 41.91 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 830a0dc4-dd22-41d3-b291-560d829548e6) + ) + (label "Q6" (at 215.9 69.85 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 838f58ce-4306-4344-87a0-d04f1a1f4779) + ) + (label "D4" (at 203.2 105.41 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 877bf59f-307f-4275-aba5-6fa32137ef84) + ) + (label "D2" (at 203.2 74.93 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 8aa2d23c-8a61-413e-a4ae-3a20eefa3368) + ) + (label "~{W}5" (at 137.16 67.31 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 8c8cbee0-34c6-4517-941e-47e69e940e39) + ) + (label "A1" (at 38.1 39.37 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 8ceeab2b-653e-4fbe-8b3f-ddbd085bd235) + ) + (label "~{W}0" (at 203.2 44.45 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid 92c7b59b-19ec-42d3-ad9f-8ee07813c4a9) + ) + (label "~{WWP}" (at 215.9 39.37 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 92cbcf93-974f-476f-bfa6-1ba370d74aaf) + ) + (label "PDCO" (at 215.9 29.21 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 932f9d3d-2cfc-4be9-98a2-3c0fbbe43e6f) + ) + (label "D3" (at 179.07 57.15 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 965abf3e-1a50-4836-864d-8fb32d3bb228) + ) + (label "A9" (at 38.1 72.39 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 9c210fed-68ab-402f-8183-9994a6bd4078) + ) + (label "A10" (at 215.9 92.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 9d405c5c-6321-40ba-81c9-91246fc1e677) + ) + (label "Q1" (at 203.2 57.15 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid a32ceccb-5255-42a1-b35a-5515a26ea9e8) + ) + (label "A5" (at 38.1 57.15 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid a4effbfe-7e96-484d-9208-240b36c6cbee) + ) + (label "Q0" (at 179.07 44.45 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid a8040beb-6c9f-4086-858e-d1281d0dc401) + ) + (label "A0" (at 203.2 46.99 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid a9a209a1-150f-46ff-bb48-a67db39b289c) + ) + (label "D3" (at 38.1 59.69 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid aa282235-af55-4ea0-9903-8456ca7b2a5e) + ) + (label "D0" (at 38.1 34.29 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid aa2c0dbe-01b9-459d-9d57-61135f755aea) + ) + (label "~{W}2" (at 137.16 59.69 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid ab79a2d8-9d16-447c-be02-a38a9d270d31) + ) + (label "~{CASP}" (at 38.1 97.79 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid ad542910-0dae-478c-b358-278d79ea7d06) + ) + (label "D6" (at 179.07 72.39 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid b0924ee8-742c-4c94-895d-32d756bc4fae) + ) + (label "Q3" (at 203.2 92.71 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid b1560ff8-e4c6-4919-add7-e56ea8adf393) + ) + (label "A5" (at 203.2 87.63 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid b6dabe76-0df3-4799-95ee-9fc7fcd92c01) + ) + (label "~{W}0" (at 137.16 54.61 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid ba29ac76-be07-4900-98d6-a73da451e228) + ) + (label "A1" (at 203.2 52.07 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid bb20566b-0d1f-440a-8118-f80088914882) + ) + (label "D0" (at 203.2 39.37 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid bb41a009-8dd3-4bd3-a441-7b1606ac769e) + ) + (label "~{RAS}" (at 38.1 95.25 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid bb42c9d1-6205-4a15-9e2b-093460c98023) + ) + (label "~{W}3" (at 203.2 95.25 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid bdf4c90f-e9e3-4c17-b8e7-f521e08d453c) + ) + (label "Q2" (at 203.2 77.47 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c0581ae2-f59c-4919-a5f7-afbf2b537c92) + ) + (label "A3" (at 38.1 46.99 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid c54472af-bb3a-451d-b74a-0fad1fea6063) + ) + (label "~{CAS}" (at 203.2 36.83 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c5c3e8ff-4faf-4d2f-9f70-b08aa5a931c8) + ) + (label "A2" (at 203.2 62.23 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c7567d1e-a2e5-4665-b011-f8afee8b4707) + ) + (label "~{W}6" (at 137.16 69.85 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid c8636129-ab0f-4064-9c90-cc444742a705) + ) + (label "~{W}1" (at 203.2 59.69 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid cb5cc1db-97af-4f94-b2d9-bd964a1628fe) + ) + (label "QP" (at 38.1 92.71 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid cc16a96b-0dad-4cfe-b8dc-c513388cc4ea) + ) + (label "A4" (at 38.1 54.61 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d24c8759-5cab-4353-b546-413b145d69bb) + ) + (label "DP" (at 38.1 100.33 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d297fc8b-a6ca-425d-b7b4-1be154861adc) + ) + (label "D7" (at 179.07 77.47 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d337ad34-ab8c-4047-8463-c1350341905e) + ) + (label "A6" (at 38.1 62.23 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d699fdcc-42f8-4ab5-9658-a576f92656a5) + ) + (label "~{WE}" (at 127 54.61 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid d86a617d-114d-4fd7-a3c8-43b5be3b3585) + ) + (label "D2" (at 38.1 52.07 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid db290428-d127-4826-8ab8-09587adb3c3b) + ) + (label "D7" (at 215.9 62.23 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid db8a8fd1-111b-4ac0-b6c1-bd52fa8e8661) + ) + (label "~{CAS}" (at 38.1 31.75 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e0cf8498-9980-4817-81f5-702c57cd9736) + ) + (label "A2" (at 38.1 44.45 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e10f07af-4175-4335-b7db-b246cb075d4f) + ) + (label "D4" (at 38.1 67.31 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e467d6da-5560-4400-a86a-c67848f7709b) + ) + (label "Q5" (at 215.9 85.09 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid e80b2b35-b6c0-4d41-bba7-6bc814b6444d) + ) + (label "A10" (at 38.1 74.93 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f3ab3212-75cd-4dd8-90d3-9c64b645f93a) + ) + (label "D1" (at 203.2 54.61 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid f7897c3f-7243-4d0d-9e70-18fde7cd87c1) + ) + (label "A8" (at 215.9 100.33 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid f84511ff-9f2d-4601-82ba-26c4e1a602ac) + ) + (label "~{W}3" (at 137.16 62.23 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid ff884bbf-2307-4666-bb57-d6068ce2f342) + ) + (label "Q0" (at 203.2 41.91 180) + (effects (font (size 1.27 1.27)) (justify right bottom)) + (uuid ffde31d3-db7c-4735-b03f-d3c28fa4a66b) + ) + + (symbol (lib_id "Connector_Generic:Conn_01x30") (at 33.02 64.77 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005c2e1e12) + (property "Reference" "J1" (id 0) (at 29.8704 66.1416 90)) + (property "Value" "DRAM-SIMM-30" (id 1) (at 27.559 66.1416 90)) + (property "Footprint" "stdpads:SIMM-30_Edge" (id 2) (at 33.02 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 33.02 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1b1548c2-b109-4fc4-95b0-2bb4a700f3ce)) + (pin "10" (uuid 82c511d0-3975-4ace-9105-d43d486600ef)) + (pin "11" (uuid 69e8710e-6218-4b6e-8db0-eaeab8478013)) + (pin "12" (uuid 61fa851c-0703-4688-bf0f-9cc32a6397f8)) + (pin "13" (uuid d33953f7-bc7b-4103-947a-59e9278f5423)) + (pin "14" (uuid e65148b4-eb46-42d9-b5f0-58ed22e50085)) + (pin "15" (uuid 20617b25-3b5f-49c0-83cd-5a2833d3a305)) + (pin "16" (uuid 8f216ee7-5fed-4361-8308-69733424c5c0)) + (pin "17" (uuid e6216877-0c92-4f6b-a438-f930d20ba9ba)) + (pin "18" (uuid ef6ca327-0b37-4042-a0ff-0eefae303b20)) + (pin "19" (uuid bc8ee4b6-7780-4d42-8cc3-136150254968)) + (pin "2" (uuid 64213eb0-4c81-4425-b639-aaa857275359)) + (pin "20" (uuid db35f27a-af77-4fd1-afe1-db6d6e1d9277)) + (pin "21" (uuid fa96c103-a249-4d74-a8f7-f53b2f60fbfe)) + (pin "22" (uuid 5806c078-0d32-4b71-9bbc-3ddaa984d634)) + (pin "23" (uuid d02cc305-cc9d-4a81-9683-c30ba7989ea7)) + (pin "24" (uuid e28ee848-67ce-467b-bd3c-f331d94b5071)) + (pin "25" (uuid 35cc42f8-0f04-4373-916c-2c16af92ab3d)) + (pin "26" (uuid 66d1cdc6-bf7f-48f1-8a37-5af3a38149c9)) + (pin "27" (uuid 75f772ec-5857-4ba5-b1f9-dfe7adfe3fc1)) + (pin "28" (uuid 34c86623-a13d-4ec3-b4c5-180de3d3079d)) + (pin "29" (uuid 7e2ecd0a-357a-4e2d-bb75-7a212342f378)) + (pin "3" (uuid ab3df288-ebd9-4f14-aceb-bb73716dd167)) + (pin "30" (uuid cf40f97c-b8ed-4c0c-a39d-62bf9224f924)) + (pin "4" (uuid 8ffa9520-5ba4-4ac1-a18d-174b008f8b80)) + (pin "5" (uuid 171f69b2-6980-4679-b0b7-87f4e081103d)) + (pin "6" (uuid 3371ecfc-1374-4030-93cb-a5ef376ac21e)) + (pin "7" (uuid 07419cff-d41a-4e8b-836c-b40a41883052)) + (pin "8" (uuid b3ff4ad8-3f41-41ce-8bbe-ff4510b172c5)) + (pin "9" (uuid 9524b06c-953c-4a20-943f-f03d2661394f)) + ) + + (symbol (lib_id "power:+5V") (at 38.1 102.87 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005c2e1ed2) + (property "Reference" "#PWR0101" (id 0) (at 34.29 102.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 41.91 102.87 0)) + (property "Footprint" "" (id 2) (at 38.1 102.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 38.1 102.87 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9d95b8f3-588c-423a-a07a-b95b70ba9d49)) + ) + + (symbol (lib_id "power:+5V") (at 38.1 29.21 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005c2e1f89) + (property "Reference" "#PWR0102" (id 0) (at 34.29 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 41.91 29.21 0)) + (property "Footprint" "" (id 2) (at 38.1 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 38.1 29.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0acaf939-8307-4f11-874e-a193f44a55ed)) + ) + + (symbol (lib_id "power:GND") (at 38.1 82.55 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005c2e2010) + (property "Reference" "#PWR0103" (id 0) (at 44.45 82.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 41.91 82.55 0)) + (property "Footprint" "" (id 2) (at 38.1 82.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 38.1 82.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 23ac6cb3-5e3d-4db5-aa6a-bff9fd850468)) + ) + + (symbol (lib_id "power:GND") (at 38.1 49.53 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005c2e2033) + (property "Reference" "#PWR0104" (id 0) (at 44.45 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 41.91 49.53 0)) + (property "Footprint" "" (id 2) (at 38.1 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 38.1 49.53 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0abc5d62-b78a-40f7-9340-f0462695a9d9)) + ) + + (symbol (lib_id "Device:C_Small") (at 73.66 158.75 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005c2e290a) + (property "Reference" "C1" (id 0) (at 75.9968 157.5816 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 75.9968 159.893 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 73.66 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 73.66 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4a254cfa-756d-4a64-871a-abf85f95be9f)) + (pin "2" (uuid b1207068-10aa-44f2-9526-6baa91a18194)) + ) + + (symbol (lib_id "Device:C_Small") (at 83.82 158.75 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005c2e296a) + (property "Reference" "C2" (id 0) (at 86.1568 157.5816 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 86.1568 159.893 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 83.82 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 83.82 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e47ce8d3-40b8-43b8-a4ea-d6136cf72842)) + (pin "2" (uuid 7d986bfe-1ce2-4135-bac0-ccf8ca415bf0)) + ) + + (symbol (lib_id "power:+5V") (at 73.66 156.21 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005c2e299d) + (property "Reference" "#PWR0113" (id 0) (at 73.66 160.02 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 73.66 152.4 0)) + (property "Footprint" "" (id 2) (at 73.66 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 73.66 156.21 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f2c7ee2b-c1f3-4524-b6b3-63bf4782962a)) + ) + + (symbol (lib_id "Device:C_Small") (at 93.98 158.75 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005c2edc35) + (property "Reference" "C3" (id 0) (at 96.3168 157.5816 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 96.3168 159.893 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 93.98 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 93.98 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid c7337743-ac3c-4cb5-b4c2-84cf3c1958da)) + (pin "2" (uuid 6533a3d7-5492-47d0-bd90-44480ae8d19a)) + ) + + (symbol (lib_id "Device:C_Small") (at 104.14 158.75 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005d1301a9) + (property "Reference" "C4" (id 0) (at 106.4768 157.5816 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 106.4768 159.893 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 104.14 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 104.14 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 07c494ef-cf96-4261-9c43-134fef1bf13f)) + (pin "2" (uuid 9bc834e5-60c5-4707-b711-9ff96db45049)) + ) + + (symbol (lib_id "Device:C_Small") (at 114.3 158.75 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005d3fc322) + (property "Reference" "C5" (id 0) (at 116.6368 157.5816 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 116.6368 159.893 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 114.3 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 114.3 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f03b2ce5-0156-4968-9d9b-1e4a349ba088)) + (pin "2" (uuid 2b2c3f7c-4352-411a-97c3-d84f0f9e9283)) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x32_Counter_Clockwise") (at 208.28 64.77 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-00005ebe7cab) + (property "Reference" "J2" (id 0) (at 209.55 24.13 0)) + (property "Value" "IIfxRAM" (id 1) (at 209.55 107.95 0)) + (property "Footprint" "stdpads:SIMM-64_Socket_TH_P1.27mm" (id 2) (at 208.28 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 208.28 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 49a590ae-9e29-4657-837a-97455d278cb1)) + (pin "10" (uuid a12bda84-cbba-45af-ac61-931b7feb8cb4)) + (pin "11" (uuid cb236765-2f36-45ef-aef4-4d53c8e8815b)) + (pin "12" (uuid fcdd3c40-f1df-4eda-9c59-e7b9537aa103)) + (pin "13" (uuid 5e113b49-30c2-4c92-a6e5-a73aa5905c47)) + (pin "14" (uuid fd73dd67-2076-4ce2-8acc-416f3fd36d1e)) + (pin "15" (uuid 3c255049-39e5-484c-aa32-328e6e7e7ca9)) + (pin "16" (uuid 93a6dd29-2c25-43a1-ac50-90ee71059ed3)) + (pin "17" (uuid d915f4ec-cdea-441c-a087-981ff2d5ffcc)) + (pin "18" (uuid a5b17a5d-d08e-4d33-a326-c65dcd010125)) + (pin "19" (uuid d408d5cd-52ec-4cc0-97ea-d991d3ce6053)) + (pin "2" (uuid 52774bbb-b5c7-426f-86a1-a34f358c97a6)) + (pin "20" (uuid 3bcff8ff-6534-4560-a490-f6fdfa01d72e)) + (pin "21" (uuid 4579f388-e375-4a96-ae85-f774cf52e92a)) + (pin "22" (uuid a4cd8c69-2e6c-4e06-9010-1acb722fbd46)) + (pin "23" (uuid 755ec021-528e-4493-99b4-197d8699447f)) + (pin "24" (uuid 4bf6affe-aadf-40e2-9239-0b6e863fccc3)) + (pin "25" (uuid cdd300ce-ab97-49d0-8ff2-69844eeb34a7)) + (pin "26" (uuid 3105bc32-e788-43b3-a7ed-5f4f539caf4e)) + (pin "27" (uuid f4fa4291-4134-4a5c-849d-95338b27bc47)) + (pin "28" (uuid d812fe9b-9621-4357-be7a-68fa2beb3d4e)) + (pin "29" (uuid f49488d7-402c-4d45-9e3a-7344a5f608e7)) + (pin "3" (uuid fb4e29bc-d501-4649-a3b6-79f3e083d49c)) + (pin "30" (uuid f8c3e7dc-be32-482b-b57f-339caf03f193)) + (pin "31" (uuid 8f9f0312-a6da-44a7-9598-9e2034eb733d)) + (pin "32" (uuid 7ba59bbf-c7d0-435d-8273-5aa1d7f3b8a2)) + (pin "33" (uuid 77578875-41ff-45eb-9039-fd8e3dea0d91)) + (pin "34" (uuid 22a7b55f-d92f-49f0-b145-20ab665b0425)) + (pin "35" (uuid 1410ac36-c047-4fe2-b20d-0b9f78d296a9)) + (pin "36" (uuid 1170ffd5-6942-4b0c-9623-eb4c074dc429)) + (pin "37" (uuid 46e158f9-2818-4c30-ad09-fb09761f1742)) + (pin "38" (uuid 4573e092-4d0f-4dae-90a1-fdd47ced0109)) + (pin "39" (uuid a105c9ae-fc02-4e82-8469-92c0c72c61e8)) + (pin "4" (uuid c834f39f-d372-4ed5-991f-ccb529fabb75)) + (pin "40" (uuid 08c1539f-2eea-4527-9c12-a134aa499aa2)) + (pin "41" (uuid 3dc5c785-50f6-4f05-bf08-35f8d0443700)) + (pin "42" (uuid dbb13b1e-989e-4557-9034-dc152cfe341e)) + (pin "43" (uuid 5a30ba7c-bc1e-4fda-91d0-69fdb034ba0c)) + (pin "44" (uuid 244e555f-4ba2-49b0-9ab3-1f451564f5a8)) + (pin "45" (uuid 19ef1831-113e-480a-ad10-2b3d5be1f5ec)) + (pin "46" (uuid 7e5bd7cb-c7c7-4ead-a77d-d4e3b3911348)) + (pin "47" (uuid fa9d0a4e-cfb6-4401-97dd-255de71601e3)) + (pin "48" (uuid 4078cd1e-3bfd-4833-9973-967baf421539)) + (pin "49" (uuid 35a62a6a-d780-4de6-8d8f-210f9f6c15eb)) + (pin "5" (uuid bd5571f1-4b78-4344-bcd5-aa3ffff83009)) + (pin "50" (uuid cda8fc21-59b6-465b-a1d4-90d2abe51335)) + (pin "51" (uuid 062ee35a-5f31-4622-864a-bf06c00bba84)) + (pin "52" (uuid b9f8fb5d-5874-42d3-929f-d87f78f25849)) + (pin "53" (uuid d7591539-35c0-438a-96e5-8bed233d8a47)) + (pin "54" (uuid 90269f7c-a94e-41a8-83bc-1361a8ac10b2)) + (pin "55" (uuid 0477862b-7d86-400f-b993-98eb4368169c)) + (pin "56" (uuid 78568a21-69c3-4dd8-97f1-d79d1150210e)) + (pin "57" (uuid 003d85f9-5fbc-49c6-a98b-4d3c5d95d9e0)) + (pin "58" (uuid f7895ea4-08ad-4223-b89d-a70771ab4c33)) + (pin "59" (uuid dd39d946-f9d2-413e-ba7a-925867401dbb)) + (pin "6" (uuid 947a523c-804a-4aca-8018-e13fcb45a2de)) + (pin "60" (uuid 32f5d8a4-5240-4bee-b64f-c1f65b9f8316)) + (pin "61" (uuid ba862392-d1fa-411a-94de-c86fb779578f)) + (pin "62" (uuid 8db3024a-ea8f-4cb8-8536-8010620bc38a)) + (pin "63" (uuid 1ba68122-4459-48a3-ba9c-66f2da3898b8)) + (pin "64" (uuid 02d3e726-20cf-430d-8aac-8aa1b9250c1c)) + (pin "7" (uuid 4c4ce25a-c013-43ad-a478-0c1440b21f2f)) + (pin "8" (uuid 2d65e6da-8909-4364-a8bd-f4553cb690e5)) + (pin "9" (uuid 57412ce3-ecb6-42cc-ae3b-e037e8cf969a)) + ) + + (symbol (lib_id "Mechanical:MountingHole") (at 222.25 128.27 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060bd711b) + (property "Reference" "H1" (id 0) (at 224.79 127.1016 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MountingHole" (id 1) (at 224.79 129.413 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:PasteHole_1.152mm_NPTH" (id 2) (at 222.25 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 222.25 128.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Mechanical:MountingHole") (at 222.25 133.35 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060bd7a89) + (property "Reference" "H2" (id 0) (at 224.79 132.1816 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MountingHole" (id 1) (at 224.79 134.493 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:PasteHole_1.152mm_NPTH" (id 2) (at 222.25 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 222.25 133.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Mechanical:MountingHole") (at 222.25 138.43 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060bdd2bc) + (property "Reference" "H3" (id 0) (at 224.79 137.2616 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MountingHole" (id 1) (at 224.79 139.573 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:PasteHole_1.152mm_NPTH" (id 2) (at 222.25 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 222.25 138.43 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "Mechanical:MountingHole") (at 222.25 143.51 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060bdd2c2) + (property "Reference" "H4" (id 0) (at 224.79 142.3416 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MountingHole" (id 1) (at 224.79 144.653 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:PasteHole_1.152mm_NPTH" (id 2) (at 222.25 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 222.25 143.51 0) + (effects (font (size 1.27 1.27)) hide) + ) + ) + + (symbol (lib_id "power:GND") (at 203.2 26.67 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060bdde7d) + (property "Reference" "#PWR0107" (id 0) (at 203.2 20.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 203.2 22.86 0)) + (property "Footprint" "" (id 2) (at 203.2 26.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 203.2 26.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid aa02eb66-9555-4f32-a6ad-4b2def725fb8)) + ) + + (symbol (lib_id "power:GND") (at 203.2 71.12 270) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060bde5f5) + (property "Reference" "#PWR0108" (id 0) (at 196.85 71.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 199.39 71.12 0)) + (property "Footprint" "" (id 2) (at 203.2 71.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 203.2 71.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2c479ec2-ab05-447a-a32e-0580a123df6b)) + ) + + (symbol (lib_id "power:+5V") (at 200.66 34.29 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060bdf3d6) + (property "Reference" "#PWR0109" (id 0) (at 200.66 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 200.66 30.48 0)) + (property "Footprint" "" (id 2) (at 200.66 34.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 200.66 34.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 74fbb114-dab7-4f80-871e-677a1d25d722)) + ) + + (symbol (lib_id "power:GND") (at 215.9 26.67 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060be1609) + (property "Reference" "#PWR0111" (id 0) (at 215.9 20.32 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 215.9 22.86 0)) + (property "Footprint" "" (id 2) (at 215.9 26.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 215.9 26.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 63eb3707-5808-4ca2-a468-45b642192112)) + ) + + (symbol (lib_id "power:+5V") (at 218.44 34.29 0) (mirror y) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060be1fc9) + (property "Reference" "#PWR0105" (id 0) (at 218.44 38.1 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+5V" (id 1) (at 218.44 30.48 0)) + (property "Footprint" "" (id 2) (at 218.44 34.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 218.44 34.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 038ab6de-e1f9-44ed-8282-f0f630ae0e2e)) + ) + + (symbol (lib_id "power:GND") (at 215.9 74.93 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000060be26b9) + (property "Reference" "#PWR0106" (id 0) (at 222.25 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 219.71 74.93 0)) + (property "Footprint" "" (id 2) (at 215.9 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 215.9 74.93 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 83b48755-0ed7-423b-8576-45d3e14c23c4)) + ) + + (symbol (lib_id "power:GND") (at 124.46 161.29 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000062ea79d6) + (property "Reference" "#PWR?" (id 0) (at 124.46 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (id 1) (at 124.46 165.1 0)) + (property "Footprint" "" (id 2) (at 124.46 161.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (id 3) (at 124.46 161.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 127a9e59-6f40-4867-8005-07ede1aa043b)) + ) + + (symbol (lib_id "Device:C_Small") (at 124.46 158.75 0) (unit 1) + (in_bom yes) (on_board yes) + (uuid 00000000-0000-0000-0000-000062ea79df) + (property "Reference" "C6" (id 0) (at 126.7968 157.5816 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "2u2" (id 1) (at 126.7968 159.893 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "stdpads:C_0805" (id 2) (at 124.46 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 124.46 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9ab45f16-0806-43cf-8bca-97aa13886543)) + (pin "2" (uuid 8cd502e3-a78c-4b2f-8c7f-c0f8cafe4ad6)) + ) + + (sheet_instances + (path "/" (page "1")) + ) + + (symbol_instances + (path "/00000000-0000-0000-0000-00005c2e1ed2" + (reference "#PWR0101") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-00005c2e1f89" + (reference "#PWR0102") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-00005c2e2010" + (reference "#PWR0103") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-00005c2e2033" + (reference "#PWR0104") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060be1fc9" + (reference "#PWR0105") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060be26b9" + (reference "#PWR0106") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060bdde7d" + (reference "#PWR0107") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060bde5f5" + (reference "#PWR0108") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060bdf3d6" + (reference "#PWR0109") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000060be1609" + (reference "#PWR0111") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-00005c2e299d" + (reference "#PWR0113") (unit 1) (value "+5V") (footprint "") + ) + (path "/00000000-0000-0000-0000-000062ea79d6" + (reference "#PWR?") (unit 1) (value "GND") (footprint "") + ) + (path "/00000000-0000-0000-0000-00005c2e290a" + (reference "C1") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-00005c2e296a" + (reference "C2") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-00005c2edc35" + (reference "C3") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-00005d1301a9" + (reference "C4") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-00005d3fc322" + (reference "C5") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-000062ea79df" + (reference "C6") (unit 1) (value "2u2") (footprint "stdpads:C_0805") + ) + (path "/00000000-0000-0000-0000-000060bd711b" + (reference "H1") (unit 1) (value "MountingHole") (footprint "stdpads:PasteHole_1.152mm_NPTH") + ) + (path "/00000000-0000-0000-0000-000060bd7a89" + (reference "H2") (unit 1) (value "MountingHole") (footprint "stdpads:PasteHole_1.152mm_NPTH") + ) + (path "/00000000-0000-0000-0000-000060bdd2bc" + (reference "H3") (unit 1) (value "MountingHole") (footprint "stdpads:PasteHole_1.152mm_NPTH") + ) + (path "/00000000-0000-0000-0000-000060bdd2c2" + (reference "H4") (unit 1) (value "MountingHole") (footprint "stdpads:PasteHole_1.152mm_NPTH") + ) + (path "/00000000-0000-0000-0000-00005c2e1e12" + (reference "J1") (unit 1) (value "DRAM-SIMM-30") (footprint "stdpads:SIMM-30_Edge") + ) + (path "/00000000-0000-0000-0000-00005ebe7cab" + (reference "J2") (unit 1) (value "IIfxRAM") (footprint "stdpads:SIMM-64_Socket_TH_P1.27mm") + ) + ) +) diff --git a/Adapter-30/Adapter-30.sch b/Adapter-30/Adapter-30.sch deleted file mode 100644 index dc17a6b..0000000 --- a/Adapter-30/Adapter-30.sch +++ /dev/null @@ -1,601 +0,0 @@ -EESchema Schematic File Version 4 -EELAYER 30 0 -EELAYER END -$Descr USLetter 11000 8500 -encoding utf-8 -Sheet 1 1 -Title "GW4192A" -Date "2021-06-19" -Rev "1.0" -Comp "Garrett's Workshop" -Comment1 "" -Comment2 "" -Comment3 "" -Comment4 "" -$EndDescr -$Comp -L Connector_Generic:Conn_01x30 J1 -U 1 1 5C2E1E12 -P 1300 2550 -F 0 "J1" V 1424 2496 50 0000 C CNN -F 1 "DRAM-SIMM-30" V 1515 2496 50 0000 C CNN -F 2 "stdpads:SIMM-30_Edge" H 1300 2550 50 0001 C CNN -F 3 "~" H 1300 2550 50 0001 C CNN - 1 1300 2550 - -1 0 0 -1 -$EndComp -$Comp -L power:+5V #PWR0101 -U 1 1 5C2E1ED2 -P 1500 4050 -F 0 "#PWR0101" H 1500 3900 50 0001 C CNN -F 1 "+5V" H 1500 4200 50 0000 C CNN -F 2 "" H 1500 4050 50 0001 C CNN -F 3 "" H 1500 4050 50 0001 C CNN - 1 1500 4050 - 0 1 1 0 -$EndComp -$Comp -L power:+5V #PWR0102 -U 1 1 5C2E1F89 -P 1500 1150 -F 0 "#PWR0102" H 1500 1000 50 0001 C CNN -F 1 "+5V" H 1500 1300 50 0000 C CNN -F 2 "" H 1500 1150 50 0001 C CNN -F 3 "" H 1500 1150 50 0001 C CNN - 1 1500 1150 - 0 1 1 0 -$EndComp -$Comp -L power:GND #PWR0103 -U 1 1 5C2E2010 -P 1500 3250 -F 0 "#PWR0103" H 1500 3000 50 0001 C CNN -F 1 "GND" H 1500 3100 50 0000 C CNN -F 2 "" H 1500 3250 50 0001 C CNN -F 3 "" H 1500 3250 50 0001 C CNN - 1 1500 3250 - 0 -1 -1 0 -$EndComp -$Comp -L power:GND #PWR0104 -U 1 1 5C2E2033 -P 1500 1950 -F 0 "#PWR0104" H 1500 1700 50 0001 C CNN -F 1 "GND" H 1500 1800 50 0000 C CNN -F 2 "" H 1500 1950 50 0001 C CNN -F 3 "" H 1500 1950 50 0001 C CNN - 1 1500 1950 - 0 -1 -1 0 -$EndComp -Text Label 1500 1250 0 50 ~ 0 -~CAS~ -Text Label 1500 1350 0 50 ~ 0 -D0 -Text Label 1500 1450 0 50 ~ 0 -A0 -Text Label 1500 1550 0 50 ~ 0 -A1 -Text Label 1500 1650 0 50 ~ 0 -D1 -Text Label 1500 1750 0 50 ~ 0 -A2 -Text Label 1500 1850 0 50 ~ 0 -A3 -Text Label 1500 2050 0 50 ~ 0 -D2 -Text Label 1500 2150 0 50 ~ 0 -A4 -Text Label 1500 2250 0 50 ~ 0 -A5 -Text Label 1500 2350 0 50 ~ 0 -D3 -Text Label 1500 2450 0 50 ~ 0 -A6 -Text Label 1500 2550 0 50 ~ 0 -A7 -Text Label 1500 2650 0 50 ~ 0 -D4 -Text Label 1500 2750 0 50 ~ 0 -A8 -Text Label 1500 2850 0 50 ~ 0 -A9 -Text Label 1500 2950 0 50 ~ 0 -A10 -Text Label 1500 3050 0 50 ~ 0 -D5 -Text Label 1500 3150 0 50 ~ 0 -~WE~ -Text Label 1500 3350 0 50 ~ 0 -D6 -Text Label 1500 3450 0 50 ~ 0 -A11 -Text Label 1500 3550 0 50 ~ 0 -D7 -Text Label 1500 3650 0 50 ~ 0 -QP -Text Label 1500 3750 0 50 ~ 0 -~RAS~ -Text Label 1500 3850 0 50 ~ 0 -~CASP~ -Text Label 1500 3950 0 50 ~ 0 -DP -$Comp -L Device:C_Small C1 -U 1 1 5C2E290A -P 2900 6250 -F 0 "C1" H 2992 6296 50 0000 L CNN -F 1 "2u2" H 2992 6205 50 0000 L CNN -F 2 "stdpads:C_0805" H 2900 6250 50 0001 C CNN -F 3 "~" H 2900 6250 50 0001 C CNN - 1 2900 6250 - 1 0 0 -1 -$EndComp -$Comp -L Device:C_Small C2 -U 1 1 5C2E296A -P 3300 6250 -F 0 "C2" H 3392 6296 50 0000 L CNN -F 1 "2u2" H 3392 6205 50 0000 L CNN -F 2 "stdpads:C_0805" H 3300 6250 50 0001 C CNN -F 3 "~" H 3300 6250 50 0001 C CNN - 1 3300 6250 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3300 6350 2900 6350 -$Comp -L power:+5V #PWR0113 -U 1 1 5C2E299D -P 2900 6150 -F 0 "#PWR0113" H 2900 6000 50 0001 C CNN -F 1 "+5V" H 2900 6300 50 0000 C CNN -F 2 "" H 2900 6150 50 0001 C CNN -F 3 "" H 2900 6150 50 0001 C CNN - 1 2900 6150 - 1 0 0 -1 -$EndComp -Connection ~ 2900 6150 -Wire Wire Line - 2900 6150 3300 6150 -$Comp -L Device:C_Small C3 -U 1 1 5C2EDC35 -P 3700 6250 -F 0 "C3" H 3792 6296 50 0000 L CNN -F 1 "2u2" H 3792 6205 50 0000 L CNN -F 2 "stdpads:C_0805" H 3700 6250 50 0001 C CNN -F 3 "~" H 3700 6250 50 0001 C CNN - 1 3700 6250 - 1 0 0 -1 -$EndComp -Wire Wire Line - 3700 6150 3300 6150 -Connection ~ 3300 6150 -Wire Wire Line - 3300 6350 3700 6350 -Connection ~ 3300 6350 -Connection ~ 3700 6350 -Wire Wire Line - 3700 6350 4100 6350 -Connection ~ 4100 6350 -Wire Wire Line - 4100 6150 3700 6150 -Connection ~ 3700 6150 -$Comp -L Device:C_Small C4 -U 1 1 5D1301A9 -P 4100 6250 -F 0 "C4" H 4192 6296 50 0000 L CNN -F 1 "2u2" H 4192 6205 50 0000 L CNN -F 2 "stdpads:C_0805" H 4100 6250 50 0001 C CNN -F 3 "~" H 4100 6250 50 0001 C CNN - 1 4100 6250 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4100 6350 4500 6350 -Connection ~ 4500 6350 -Wire Wire Line - 4500 6150 4100 6150 -$Comp -L Device:C_Small C5 -U 1 1 5D3FC322 -P 4500 6250 -F 0 "C5" H 4592 6296 50 0000 L CNN -F 1 "2u2" H 4592 6205 50 0000 L CNN -F 2 "stdpads:C_0805" H 4500 6250 50 0001 C CNN -F 3 "~" H 4500 6250 50 0001 C CNN - 1 4500 6250 - 1 0 0 -1 -$EndComp -$Comp -L Mechanical:MountingHole H1 -U 1 1 60BD711B -P 8750 5050 -F 0 "H1" H 8850 5096 50 0000 L CNN -F 1 "MountingHole" H 8850 5005 50 0000 L CNN -F 2 "stdpads:PasteHole_1.152mm_NPTH" H 8750 5050 50 0001 C CNN -F 3 "~" H 8750 5050 50 0001 C CNN - 1 8750 5050 - 1 0 0 -1 -$EndComp -$Comp -L Mechanical:MountingHole H2 -U 1 1 60BD7A89 -P 8750 5250 -F 0 "H2" H 8850 5296 50 0000 L CNN -F 1 "MountingHole" H 8850 5205 50 0000 L CNN -F 2 "stdpads:PasteHole_1.152mm_NPTH" H 8750 5250 50 0001 C CNN -F 3 "~" H 8750 5250 50 0001 C CNN - 1 8750 5250 - 1 0 0 -1 -$EndComp -$Comp -L Mechanical:MountingHole H3 -U 1 1 60BDD2BC -P 8750 5450 -F 0 "H3" H 8850 5496 50 0000 L CNN -F 1 "MountingHole" H 8850 5405 50 0000 L CNN -F 2 "stdpads:PasteHole_1.152mm_NPTH" H 8750 5450 50 0001 C CNN -F 3 "~" H 8750 5450 50 0001 C CNN - 1 8750 5450 - 1 0 0 -1 -$EndComp -$Comp -L Mechanical:MountingHole H4 -U 1 1 60BDD2C2 -P 8750 5650 -F 0 "H4" H 8850 5696 50 0000 L CNN -F 1 "MountingHole" H 8850 5605 50 0000 L CNN -F 2 "stdpads:PasteHole_1.152mm_NPTH" H 8750 5650 50 0001 C CNN -F 3 "~" H 8750 5650 50 0001 C CNN - 1 8750 5650 - 1 0 0 -1 -$EndComp -NoConn ~ -1700 1750 -Connection ~ 4100 6150 -$Comp -L Connector_Generic:Conn_02x32_Counter_Clockwise J2 -U 1 1 5EBE7CAB -P 8200 2550 -F 0 "J2" H 8250 4150 50 0000 C CNN -F 1 "IIfxRAM" H 8250 850 50 0000 C CNN -F 2 "stdpads:SIMM-64_Socket_TH_P1.27mm" H 8200 2550 50 0001 C CNN -F 3 "~" H 8200 2550 50 0001 C CNN - 1 8200 2550 - 1 0 0 -1 -$EndComp -$Comp -L power:GND #PWR0107 -U 1 1 60BDDE7D -P 8000 1050 -F 0 "#PWR0107" H 8000 800 50 0001 C CNN -F 1 "GND" H 8000 900 50 0000 C CNN -F 2 "" H 8000 1050 50 0001 C CNN -F 3 "" H 8000 1050 50 0001 C CNN - 1 8000 1050 - -1 0 0 1 -$EndComp -$Comp -L power:GND #PWR0108 -U 1 1 60BDE5F5 -P 8000 2800 -F 0 "#PWR0108" H 8000 2550 50 0001 C CNN -F 1 "GND" H 8000 2650 50 0000 C CNN -F 2 "" H 8000 2800 50 0001 C CNN -F 3 "" H 8000 2800 50 0001 C CNN - 1 8000 2800 - 0 1 1 0 -$EndComp -Wire Wire Line - 8000 2750 8000 2800 -$Comp -L power:+5V #PWR0109 -U 1 1 60BDF3D6 -P 7900 1350 -F 0 "#PWR0109" H 7900 1200 50 0001 C CNN -F 1 "+5V" H 7900 1500 50 0000 C CNN -F 2 "" H 7900 1350 50 0001 C CNN -F 3 "" H 7900 1350 50 0001 C CNN - 1 7900 1350 - 1 0 0 -1 -$EndComp -Wire Wire Line - 7900 1350 8000 1350 -Wire Wire Line - 8000 1250 8000 1350 -Connection ~ 8000 1350 -Text Label 8000 1450 2 50 ~ 0 -~CAS~ -Text Label 8000 1550 2 50 ~ 0 -D0 -Text Label 8000 1750 2 50 ~ 0 -~W~0 -$Comp -L power:GND #PWR0111 -U 1 1 60BE1609 -P 8500 1050 -F 0 "#PWR0111" H 8500 800 50 0001 C CNN -F 1 "GND" H 8500 900 50 0000 C CNN -F 2 "" H 8500 1050 50 0001 C CNN -F 3 "" H 8500 1050 50 0001 C CNN - 1 8500 1050 - -1 0 0 1 -$EndComp -$Comp -L power:+5V #PWR0105 -U 1 1 60BE1FC9 -P 8600 1350 -F 0 "#PWR0105" H 8600 1200 50 0001 C CNN -F 1 "+5V" H 8600 1500 50 0000 C CNN -F 2 "" H 8600 1350 50 0001 C CNN -F 3 "" H 8600 1350 50 0001 C CNN - 1 8600 1350 - -1 0 0 -1 -$EndComp -Wire Wire Line - 8600 1350 8500 1350 -Wire Wire Line - 8500 1250 8500 1350 -Connection ~ 8500 1350 -$Comp -L power:GND #PWR0106 -U 1 1 60BE26B9 -P 8500 2950 -F 0 "#PWR0106" H 8500 2700 50 0001 C CNN -F 1 "GND" H 8500 2800 50 0000 C CNN -F 2 "" H 8500 2950 50 0001 C CNN -F 3 "" H 8500 2950 50 0001 C CNN - 1 8500 2950 - 0 -1 -1 0 -$EndComp -Text Label 8000 1850 2 50 ~ 0 -A0 -Text Label 8000 2050 2 50 ~ 0 -A1 -Text Label 8000 2150 2 50 ~ 0 -D1 -Text Label 8000 2250 2 50 ~ 0 -Q1 -Text Label 8000 2350 2 50 ~ 0 -~W~1 -Text Label 8000 2450 2 50 ~ 0 -A2 -Text Label 8000 2650 2 50 ~ 0 -A3 -Text Label 8000 2950 2 50 ~ 0 -D2 -Text Label 8000 3050 2 50 ~ 0 -Q2 -Text Label 8000 3150 2 50 ~ 0 -~W~2 -Text Label 8000 3250 2 50 ~ 0 -A4 -Connection ~ 8000 2800 -Wire Wire Line - 8000 2800 8000 2850 -Text Label 8000 3450 2 50 ~ 0 -A5 -Text Label 8000 3550 2 50 ~ 0 -D3 -Text Label 8000 3650 2 50 ~ 0 -Q3 -Text Label 8000 3750 2 50 ~ 0 -~W~3 -Text Label 8000 3850 2 50 ~ 0 -A6 -Text Label 8000 4050 2 50 ~ 0 -A7 -Text Label 8000 4150 2 50 ~ 0 -D4 -Text Label 8500 4150 0 50 ~ 0 -Q4 -Text Label 8500 4050 0 50 ~ 0 -~W~4 -Text Label 8500 3950 0 50 ~ 0 -A8 -Text Label 8500 3750 0 50 ~ 0 -A9 -Text Label 8500 3650 0 50 ~ 0 -A10 -Text Label 8500 3550 0 50 ~ 0 -A11 -Text Label 8500 3450 0 50 ~ 0 -D5 -Text Label 8500 3350 0 50 ~ 0 -Q5 -Text Label 8500 3250 0 50 ~ 0 -~W~5 -Text Label 8500 2850 0 50 ~ 0 -D6 -Text Label 8500 2750 0 50 ~ 0 -Q6 -Text Label 8500 2650 0 50 ~ 0 -~W~6 -Text Label 8500 2450 0 50 ~ 0 -D7 -Text Label 8500 2350 0 50 ~ 0 -Q7 -Text Label 8500 2250 0 50 ~ 0 -~W~7 -Text Label 8500 2150 0 50 ~ 0 -~Q~B -Text Label 8500 1950 0 50 ~ 0 -~RAS~ -Text Label 8500 1650 0 50 ~ 0 -PQ -Text Label 8500 1550 0 50 ~ 0 -~WWP~ -Text Label 8500 1450 0 50 ~ 0 -PDCI -Text Label 8500 1150 0 50 ~ 0 -PDCO -Text Label 8000 1650 2 50 ~ 0 -Q0 -Text Label 7050 1650 0 50 ~ 0 -D0 -Text Label 7050 1750 0 50 ~ 0 -Q0 -Wire Wire Line - 7250 1650 7250 1750 -Text Label 7050 1850 0 50 ~ 0 -D1 -Text Label 7050 1950 0 50 ~ 0 -Q1 -Wire Wire Line - 7050 1750 7250 1750 -Wire Wire Line - 7250 1650 7050 1650 -Wire Wire Line - 7050 1850 7250 1850 -Wire Wire Line - 7250 1850 7250 1950 -Wire Wire Line - 7250 1950 7050 1950 -Text Label 7050 2050 0 50 ~ 0 -D2 -Text Label 7050 2150 0 50 ~ 0 -Q2 -Wire Wire Line - 7050 2050 7250 2050 -Wire Wire Line - 7250 2050 7250 2150 -Wire Wire Line - 7250 2150 7050 2150 -Text Label 7050 2250 0 50 ~ 0 -D3 -Text Label 7050 2350 0 50 ~ 0 -Q3 -Wire Wire Line - 7050 2250 7250 2250 -Wire Wire Line - 7250 2250 7250 2350 -Wire Wire Line - 7250 2350 7050 2350 -Text Label 7050 2450 0 50 ~ 0 -D4 -Wire Wire Line - 7050 2450 7250 2450 -Wire Wire Line - 7250 2450 7250 2550 -Wire Wire Line - 7250 2550 7050 2550 -Text Label 7050 2550 0 50 ~ 0 -Q4 -Text Label 7050 2650 0 50 ~ 0 -D5 -Text Label 7050 2750 0 50 ~ 0 -Q5 -Wire Wire Line - 7050 2650 7250 2650 -Wire Wire Line - 7250 2650 7250 2750 -Wire Wire Line - 7250 2750 7050 2750 -Text Label 7050 2850 0 50 ~ 0 -D6 -Text Label 7050 2950 0 50 ~ 0 -Q6 -Wire Wire Line - 7050 2850 7250 2850 -Wire Wire Line - 7250 2850 7250 2950 -Wire Wire Line - 7250 2950 7050 2950 -Text Label 7050 3050 0 50 ~ 0 -D7 -Text Label 7050 3150 0 50 ~ 0 -Q7 -Wire Wire Line - 7050 3050 7250 3050 -Wire Wire Line - 7250 3150 7050 3150 -Wire Wire Line - 7250 3050 7250 3150 -Text Label 5000 2150 0 50 ~ 0 -~WE~ -Text Label 5400 2150 2 50 ~ 0 -~W~0 -Text Label 5400 2250 2 50 ~ 0 -~W~1 -Text Label 5400 2350 2 50 ~ 0 -~W~2 -Text Label 5400 2450 2 50 ~ 0 -~W~3 -Text Label 5400 2550 2 50 ~ 0 -~W~4 -Text Label 5400 2650 2 50 ~ 0 -~W~5 -Text Label 5400 2750 2 50 ~ 0 -~W~6 -Text Label 5400 2850 2 50 ~ 0 -~W~7 -Wire Wire Line - 5000 2150 5200 2150 -Wire Wire Line - 5200 2850 5400 2850 -Connection ~ 5200 2150 -Wire Wire Line - 5200 2150 5400 2150 -Wire Wire Line - 5400 2750 5200 2750 -Wire Wire Line - 5200 2150 5200 2250 -Connection ~ 5200 2750 -Wire Wire Line - 5200 2750 5200 2850 -Wire Wire Line - 5200 2650 5400 2650 -Wire Wire Line - 5400 2550 5200 2550 -Wire Wire Line - 5200 2450 5400 2450 -Wire Wire Line - 5400 2350 5200 2350 -Wire Wire Line - 5200 2250 5400 2250 -Connection ~ 5200 2250 -Wire Wire Line - 5200 2250 5200 2350 -Connection ~ 5200 2350 -Wire Wire Line - 5200 2350 5200 2450 -Connection ~ 5200 2450 -Wire Wire Line - 5200 2450 5200 2550 -Connection ~ 5200 2550 -Wire Wire Line - 5200 2550 5200 2650 -Connection ~ 5200 2650 -Wire Wire Line - 5200 2650 5200 2750 -$Comp -L power:GND #PWR? -U 1 1 62EA79D6 -P 4900 6350 -F 0 "#PWR?" H 4900 6100 50 0001 C CNN -F 1 "GND" H 4900 6200 50 0000 C CNN -F 2 "" H 4900 6350 50 0001 C CNN -F 3 "" H 4900 6350 50 0001 C CNN - 1 4900 6350 - 1 0 0 -1 -$EndComp -Wire Wire Line - 4500 6350 4900 6350 -Connection ~ 4900 6350 -Wire Wire Line - 4900 6150 4500 6150 -$Comp -L Device:C_Small C6 -U 1 1 62EA79DF -P 4900 6250 -F 0 "C6" H 4992 6296 50 0000 L CNN -F 1 "2u2" H 4992 6205 50 0000 L CNN -F 2 "stdpads:C_0805" H 4900 6250 50 0001 C CNN -F 3 "~" H 4900 6250 50 0001 C CNN - 1 4900 6250 - 1 0 0 -1 -$EndComp -Connection ~ 4500 6150 -$EndSCHEMATC