First release of adapter

This commit is contained in:
Philip Smart
2023-04-18 09:48:45 +01:00
parent d5fb6ca0d3
commit b5416e402c
25 changed files with 54978 additions and 0 deletions

59
.gitignore vendored Normal file
View File

@@ -0,0 +1,59 @@
*.i
*.s
*.ii
*.tmp
*.bak
*.hex
*.save
*.d
*.swn
*.swm
*.orig
.metadata
.dm
.gradle
/Releases
/.nb-gradle/
*.bin
*.dmp
*.elf
*.lss
*.map
*.rpt
*.srec
*.swp
*.zpu
*.log
*.done
*.smsg
*.summary
*.jdi
*.pin
*.out.sdc
*.sof
*.sld
*.rbf
*.qws
*.sav
*.pof
*.qdf
*.srf
*.swo
old/
*/old/
*/*/old/
*/*/*/old/
nohup.out
*.ses
*.dsn
*.rules
*preroute*
*.o
*bak
kicad/GAL26Adapter/GAL26Adapter-backups/
kicad/GAL26Adapter/GAL26Adapter-cache.lib
kicad/GAL26Adapter/GAL26Adapter.pretty/
kicad/GAL26Adapter/Graphic.pretty/
kicad/GAL26Adapter/fp-info-cache
kicad/GAL26Adapter/fp-lib-table
kicad/GAL26Adapter/sym-lib-table

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# perlblast / CSGBLAST
a Perl-Tk implementation of galblast/atfblast that uses the parport device (even via USB!)
A parallel/USB port GAL programmer which supports a wider range of GAL's than can be found in available commercial products. It has been written in Perl, runs on Linux/Windows/Mac (where the Perl eco system is available) and
along with a custom hardware design, CSGBlaster, which advances on the galblast/atfblast concept. The main project can be found on Kees Schoenmaker's repository: https://github.com/kees1948/perlblast.
This repository provides the design for an adapter to program GAL26V12 devices which being plentiful on Ebay (to say they went out of production a long time ago) but very little (ie. none) programmer support.

View File

@@ -0,0 +1,256 @@
(kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor)
(symbol "27C32" (in_bom yes) (on_board yes)
(property "Reference" "U" (at -7.62 24.13 0)
(effects (font (size 1.27 1.27)))
)
(property "Value" "27C32" (at -1.27 -6.35 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "Package_DIP:DIP-24_W15.24mm" (at -1.27 -22.86 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "OTP EPROM 64KiBit" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "OTP EPROM 64 KiBit, [Obsolete 2004-01]" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "DIP*W15.24mm*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "27C32_1_1"
(rectangle (start -7.62 22.86) (end 7.62 -17.78)
(stroke (width 0.254) (type default))
(fill (type background))
)
(pin input line (at -10.16 2.54 0) (length 2.54)
(name "A7" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 17.78 180) (length 2.54)
(name "D1" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 15.24 180) (length 2.54)
(name "D2" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 -20.32 90) (length 2.54)
(name "GND" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 12.7 180) (length 2.54)
(name "D3" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 10.16 180) (length 2.54)
(name "D4" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 7.62 180) (length 2.54)
(name "D5" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 5.08 180) (length 2.54)
(name "D6" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 2.54 180) (length 2.54)
(name "D7" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -15.24 0) (length 2.54)
(name "~{CE}" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -5.08 0) (length 2.54)
(name "A10" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 5.08 0) (length 2.54)
(name "A6" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -12.7 0) (length 2.54)
(name "~{OE}/VPP" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -7.62 0) (length 2.54)
(name "A11" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 -2.54 0) (length 2.54)
(name "A9" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 0 0) (length 2.54)
(name "A8" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 25.4 270) (length 2.54)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 7.62 0) (length 2.54)
(name "A5" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 10.16 0) (length 2.54)
(name "A4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 12.7 0) (length 2.54)
(name "A3" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 15.24 0) (length 2.54)
(name "A2" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 17.78 0) (length 2.54)
(name "A1" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin input line (at -10.16 20.32 0) (length 2.54)
(name "A0" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 10.16 20.32 180) (length 2.54)
(name "D0" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "GAL22V10" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U" (at -8.89 16.51 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Value" "GAL22V10" (at 1.27 16.51 0)
(effects (font (size 1.27 1.27)) (justify left))
)
(property "Footprint" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "GAL PLD 16V8" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Programmable Logic Array, DIP-20/SOIC-20/PLCC-20" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "DIP* PDIP* SOIC* SO* PLCC*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "GAL22V10_0_0"
(pin power_in line (at 0 -17.78 90) (length 3.81)
(name "GND" (effects (font (size 1.27 1.27))))
(number "12" (effects (font (size 1.27 1.27))))
)
(pin power_in line (at 0 17.78 270) (length 3.81)
(name "VCC" (effects (font (size 1.27 1.27))))
(number "24" (effects (font (size 1.27 1.27))))
)
)
(symbol "GAL22V10_0_1"
(rectangle (start -8.89 13.97) (end 8.89 -13.97)
(stroke (width 0.254) (type default))
(fill (type background))
)
)
(symbol "GAL22V10_1_1"
(pin input line (at -12.7 12.7 0) (length 3.81)
(name "I1/CLK" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -10.16 0) (length 3.81)
(name "I10" (effects (font (size 1.27 1.27))))
(number "10" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -12.7 0) (length 3.81)
(name "I11" (effects (font (size 1.27 1.27))))
(number "11" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -12.7 180) (length 3.81)
(name "IO11" (effects (font (size 1.27 1.27))))
(number "13" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -10.16 180) (length 3.81)
(name "IO10" (effects (font (size 1.27 1.27))))
(number "14" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -7.62 180) (length 3.81)
(name "IO9" (effects (font (size 1.27 1.27))))
(number "15" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -5.08 180) (length 3.81)
(name "IO8" (effects (font (size 1.27 1.27))))
(number "16" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 -2.54 180) (length 3.81)
(name "IO7" (effects (font (size 1.27 1.27))))
(number "17" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 0 180) (length 3.81)
(name "IO6" (effects (font (size 1.27 1.27))))
(number "18" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 2.54 180) (length 3.81)
(name "IO5" (effects (font (size 1.27 1.27))))
(number "19" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 10.16 0) (length 3.81)
(name "I2" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 5.08 180) (length 3.81)
(name "IO4" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 7.62 180) (length 3.81)
(name "I03" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 10.16 180) (length 3.81)
(name "IO2" (effects (font (size 1.27 1.27))))
(number "22" (effects (font (size 1.27 1.27))))
)
(pin tri_state line (at 12.7 12.7 180) (length 3.81)
(name "IO1" (effects (font (size 1.27 1.27))))
(number "23" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 7.62 0) (length 3.81)
(name "I3" (effects (font (size 1.27 1.27))))
(number "3" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 5.08 0) (length 3.81)
(name "I4" (effects (font (size 1.27 1.27))))
(number "4" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 2.54 0) (length 3.81)
(name "I5" (effects (font (size 1.27 1.27))))
(number "5" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 0 0) (length 3.81)
(name "I6" (effects (font (size 1.27 1.27))))
(number "6" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -2.54 0) (length 3.81)
(name "I7" (effects (font (size 1.27 1.27))))
(number "7" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -5.08 0) (length 3.81)
(name "I8" (effects (font (size 1.27 1.27))))
(number "8" (effects (font (size 1.27 1.27))))
)
(pin input line (at -12.7 -7.62 0) (length 3.81)
(name "I9" (effects (font (size 1.27 1.27))))
(number "9" (effects (font (size 1.27 1.27))))
)
)
)
)

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,78 @@
{
"board": {
"active_layer": 0,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,
"net_color_mode": 1,
"opacity": {
"images": 0.6,
"pads": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
},
"ratsnest_display_mode": 0,
"selection_filter": {
"dimensions": true,
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": true,
"otherItems": true,
"pads": true,
"text": true,
"tracks": true,
"vias": true,
"zones": true
},
"visible_items": [
0,
1,
2,
3,
4,
5,
8,
9,
10,
11,
12,
13,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
32,
33,
34,
35,
36,
39,
40
],
"visible_layers": "fffffff_ffffffff",
"zone_display_mode": 0
},
"meta": {
"filename": "GAL26Adapter.kicad_prl",
"version": 3
},
"project": {
"files": []
}
}

View File

@@ -0,0 +1,553 @@
{
"board": {
"3dviewports": [],
"design_settings": {
"defaults": {
"board_outline_line_width": 0.049999999999999996,
"copper_line_width": 0.19999999999999998,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
"arrow_length": 1270000,
"extension_offset": 500000,
"keep_text_aligned": true,
"suppress_zeroes": false,
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
"fab_text_thickness": 0.15,
"fab_text_upright": false,
"other_line_width": 0.09999999999999999,
"other_text_italic": false,
"other_text_size_h": 1.0,
"other_text_size_v": 1.0,
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
},
"silk_line_width": 0.12,
"silk_text_italic": false,
"silk_text_size_h": 1.0,
"silk_text_size_v": 1.0,
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": false,
"min_clearance": 0.0
}
},
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [],
"meta": {
"filename": "board_design_settings.json",
"version": 2
},
"rule_severities": {
"annular_width": "error",
"clearance": "error",
"connection_width": "warning",
"copper_edge_clearance": "error",
"copper_sliver": "warning",
"courtyards_overlap": "error",
"diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint": "error",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
"isolated_copper": "warning",
"item_on_disabled_layer": "error",
"items_not_allowed": "error",
"length_out_of_range": "error",
"lib_footprint_issues": "warning",
"lib_footprint_mismatch": "warning",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_edge_clearance": "warning",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"solder_mask_bridge": "error",
"starved_thermal": "error",
"text_height": "warning",
"text_thickness": "warning",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
"unresolved_variable": "error",
"via_dangling": "warning",
"zones_intersect": "error"
},
"rule_severitieslegacy_courtyards_overlap": true,
"rule_severitieslegacy_no_courtyard_defined": false,
"rules": {
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.0,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.024999999999999998,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_resolved_spokes": 2,
"min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.25,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.5,
"solder_mask_to_copper_clearance": 0.0,
"use_height_for_length_calcs": true
},
"teardrop_options": [
{
"td_allow_use_two_tracks": true,
"td_curve_segcount": 5,
"td_on_pad_in_zone": false,
"td_onpadsmd": true,
"td_onroundshapesonly": false,
"td_ontrackend": false,
"td_onviapad": true
}
],
"teardrop_parameters": [
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9
},
{
"td_curve_segcount": 0,
"td_height_ratio": 1.0,
"td_length_ratio": 0.5,
"td_maxheight": 2.0,
"td_maxlen": 1.0,
"td_target_name": "td_track_end",
"td_width_to_size_filter_ratio": 0.9
}
],
"track_widths": [
0.0,
0.1524,
0.2,
0.254,
0.381,
0.508,
0.8128
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
},
{
"diameter": 0.5,
"drill": 0.3
},
{
"diameter": 0.5,
"drill": 0.35
},
{
"diameter": 0.5,
"drill": 0.4
},
{
"diameter": 0.8,
"drill": 0.5
}
],
"zones_allow_external_fillets": false,
"zones_use_no_outline": true
},
"layer_presets": [],
"viewports": []
},
"boards": [],
"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_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
"conflicting_netclasses": "error",
"different_unit_footprint": "error",
"different_unit_net": "error",
"duplicate_reference": "error",
"duplicate_sheet_names": "error",
"endpoint_off_grid": "warning",
"extra_units": "error",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"lib_symbol_issues": "warning",
"missing_bidi_pin": "warning",
"missing_input_pin": "warning",
"missing_power_pin": "error",
"missing_unit": "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": "error",
"power_pin_not_driven": "error",
"similar_labels": "warning",
"simulation_model_issue": "error",
"unannotated": "error",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_symbol_libs": []
},
"meta": {
"filename": "GAL26Adapter.kicad_pro",
"version": 1
},
"net_settings": {
"classes": [
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.25,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Power",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
}
],
"meta": {
"version": 3
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": [
{
"netclass": "Power",
"pattern": "+5V"
},
{
"netclass": "Power",
"pattern": "GNDPWR"
}
]
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"specctra_dsn": "GAL26Adapter.dsn",
"step": "",
"vrml": ""
},
"page_layout_descr_file": ""
},
"schematic": {
"annotate_start_num": 0,
"drawing": {
"dashed_lines_dash_length_ratio": 12.0,
"dashed_lines_gap_length_ratio": 3.0,
"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.0,
"text_offset_ratio": 0.08
},
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
},
"net_format_name": "",
"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_current_sheet_as_root": false,
"spice_external_command": "spice \"%I\"",
"spice_model_current_sheet_as_root": true,
"spice_save_all_currents": false,
"spice_save_all_voltages": false,
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [
[
"418bd263-f0a9-42da-88ea-160d6eff482c",
""
]
],
"text_variables": {}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,122 @@
EESchema-LIBRARY Version 2.4
#encoding utf-8
#
# PAL12L6
#
DEF PAL12L6 U 0 40 Y Y 1 F N
F0 "U" -350 650 50 H V L CNN
F1 "PAL12L6" 50 700 50 H V L CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
DIP*
PDIP*
$ENDFPLIST
DRAW
S -350 600 300 -850 0 1 10 f
X GND 10 0 -1000 150 U 50 50 0 0 W
X VCC 20 0 750 150 D 50 50 0 0 W
X A0 1 -500 500 150 R 50 50 1 1 I
X ~WR 11 -500 -500 150 R 50 50 1 1 I
X ~RD 12 -500 -600 150 R 50 50 1 1 I
X ~BUS 13 450 400 150 L 50 50 1 1 O
X ~DRIVE 14 450 50 150 L 50 50 1 1 O
X ~RES 15 450 -350 150 L 50 50 1 1 O
X ~SIDE 16 450 -600 150 L 50 50 1 1 O
X ~DDEN 17 450 -150 150 L 50 50 1 1 O
X ~FDC 18 450 250 150 L 50 50 1 1 O
X ~IORQ 19 -500 -400 150 R 50 50 1 1 I
X A1 2 -500 400 150 R 50 50 1 1 I
X A2 3 -500 300 150 R 50 50 1 1 I
X A3 4 -500 200 150 R 50 50 1 1 I
X RESET 5 -500 -750 150 R 50 50 1 1 I
X A4 6 -500 100 150 R 50 50 1 1 I
X A5 7 -500 0 150 R 50 50 1 1 I
X A6 8 -500 -100 150 R 50 50 1 1 I
X A7 9 -500 -200 150 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# Connector_Generic_Conn_02x17_Odd_Even
#
DEF Connector_Generic_Conn_02x17_Odd_Even J 0 40 Y N 1 F N
F0 "J" 50 900 50 H V C CNN
F1 "Connector_Generic_Conn_02x17_Odd_Even" 50 -900 50 H V C CNN
F2 "" 0 0 50 H I C CNN
F3 "" 0 0 50 H I C CNN
$FPLIST
Connector*:*_2x??_*
$ENDFPLIST
DRAW
S -50 -795 0 -805 1 1 6 N
S -50 -695 0 -705 1 1 6 N
S -50 -595 0 -605 1 1 6 N
S -50 -495 0 -505 1 1 6 N
S -50 -395 0 -405 1 1 6 N
S -50 -295 0 -305 1 1 6 N
S -50 -195 0 -205 1 1 6 N
S -50 -95 0 -105 1 1 6 N
S -50 5 0 -5 1 1 6 N
S -50 105 0 95 1 1 6 N
S -50 205 0 195 1 1 6 N
S -50 305 0 295 1 1 6 N
S -50 405 0 395 1 1 6 N
S -50 505 0 495 1 1 6 N
S -50 605 0 595 1 1 6 N
S -50 705 0 695 1 1 6 N
S -50 805 0 795 1 1 6 N
S -50 850 150 -850 1 1 10 f
S 150 -795 100 -805 1 1 6 N
S 150 -695 100 -705 1 1 6 N
S 150 -595 100 -605 1 1 6 N
S 150 -495 100 -505 1 1 6 N
S 150 -395 100 -405 1 1 6 N
S 150 -295 100 -305 1 1 6 N
S 150 -195 100 -205 1 1 6 N
S 150 -95 100 -105 1 1 6 N
S 150 5 100 -5 1 1 6 N
S 150 105 100 95 1 1 6 N
S 150 205 100 195 1 1 6 N
S 150 305 100 295 1 1 6 N
S 150 405 100 395 1 1 6 N
S 150 505 100 495 1 1 6 N
S 150 605 100 595 1 1 6 N
S 150 705 100 695 1 1 6 N
S 150 805 100 795 1 1 6 N
X Pin_1 1 -200 800 150 R 50 50 1 1 P
X Pin_10 10 300 400 150 L 50 50 1 1 P
X Pin_11 11 -200 300 150 R 50 50 1 1 P
X Pin_12 12 300 300 150 L 50 50 1 1 P
X Pin_13 13 -200 200 150 R 50 50 1 1 P
X Pin_14 14 300 200 150 L 50 50 1 1 P
X Pin_15 15 -200 100 150 R 50 50 1 1 P
X Pin_16 16 300 100 150 L 50 50 1 1 P
X Pin_17 17 -200 0 150 R 50 50 1 1 P
X Pin_18 18 300 0 150 L 50 50 1 1 P
X Pin_19 19 -200 -100 150 R 50 50 1 1 P
X Pin_2 2 300 800 150 L 50 50 1 1 P
X Pin_20 20 300 -100 150 L 50 50 1 1 P
X Pin_21 21 -200 -200 150 R 50 50 1 1 P
X Pin_22 22 300 -200 150 L 50 50 1 1 P
X Pin_23 23 -200 -300 150 R 50 50 1 1 P
X Pin_24 24 300 -300 150 L 50 50 1 1 P
X Pin_25 25 -200 -400 150 R 50 50 1 1 P
X Pin_26 26 300 -400 150 L 50 50 1 1 P
X Pin_27 27 -200 -500 150 R 50 50 1 1 P
X Pin_28 28 300 -500 150 L 50 50 1 1 P
X Pin_29 29 -200 -600 150 R 50 50 1 1 P
X Pin_3 3 -200 700 150 R 50 50 1 1 P
X Pin_30 30 300 -600 150 L 50 50 1 1 P
X Pin_31 31 -200 -700 150 R 50 50 1 1 P
X Pin_32 32 300 -700 150 L 50 50 1 1 P
X Pin_33 33 -200 -800 150 R 50 50 1 1 P
X Pin_34 34 300 -800 150 L 50 50 1 1 P
X Pin_4 4 300 700 150 L 50 50 1 1 P
X Pin_5 5 -200 600 150 R 50 50 1 1 P
X Pin_6 6 300 600 150 L 50 50 1 1 P
X Pin_7 7 -200 500 150 R 50 50 1 1 P
X Pin_8 8 300 500 150 L 50 50 1 1 P
X Pin_9 9 -200 400 150 R 50 50 1 1 P
ENDDRAW
ENDDEF
#End Library

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,85 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-04-18T09:29:12+01:00*
G04 #@! TF.ProjectId,GAL26Adapter,47414c32-3641-4646-9170-7465722e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Bot*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-04-18 09:29:12*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10R,1.422400X1.422400*%
%ADD11C,1.422400*%
%ADD12R,1.700000X1.700000*%
%ADD13O,1.700000X1.700000*%
G04 APERTURE END LIST*
D10*
X139089999Y-109829999D03*
D11*
X136550000Y-107290000D03*
X136550000Y-109830000D03*
X134010000Y-107290000D03*
X131470000Y-109830000D03*
X134010000Y-109830000D03*
X131470000Y-112370000D03*
X134010000Y-112370000D03*
X131470000Y-114910000D03*
X134010000Y-114910000D03*
X131470000Y-117450000D03*
X134010000Y-119990000D03*
X134010000Y-117450000D03*
X136550000Y-119990000D03*
X136550000Y-117450000D03*
X139090000Y-119990000D03*
X139090000Y-117450000D03*
X141630000Y-119990000D03*
X144170000Y-117450000D03*
X141630000Y-117450000D03*
X144170000Y-114910000D03*
X141630000Y-114910000D03*
X144170000Y-112370000D03*
X141630000Y-112370000D03*
X144170000Y-109830000D03*
X141630000Y-107290000D03*
X141630000Y-109830000D03*
X139090000Y-107290000D03*
D12*
X128909999Y-80229999D03*
D13*
X128909999Y-82769999D03*
X131449999Y-80229999D03*
X131449999Y-82769999D03*
X133989999Y-80229999D03*
X133989999Y-82769999D03*
X136529999Y-80229999D03*
X136529999Y-82769999D03*
X139069999Y-80229999D03*
X139069999Y-82769999D03*
X141609999Y-80229999D03*
X141609999Y-82769999D03*
X144149999Y-80229999D03*
X144149999Y-82769999D03*
X146689999Y-80229999D03*
X146689999Y-82769999D03*
D12*
X128909999Y-143729999D03*
D13*
X128909999Y-146269999D03*
X131449999Y-143729999D03*
X131449999Y-146269999D03*
X133989999Y-143729999D03*
X133989999Y-146269999D03*
X136529999Y-143729999D03*
X136529999Y-146269999D03*
X139069999Y-143729999D03*
X139069999Y-146269999D03*
X141609999Y-143729999D03*
X141609999Y-146269999D03*
X144149999Y-143729999D03*
X144149999Y-146269999D03*
X146689999Y-143729999D03*
X146689999Y-146269999D03*
M02*

View File

@@ -0,0 +1,15 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-04-18T09:29:12+01:00*
G04 #@! TF.ProjectId,GAL26Adapter,47414c32-3641-4646-9170-7465722e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Bot*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-04-18 09:29:12*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

View File

@@ -0,0 +1,463 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-04-18T09:29:12+01:00*
G04 #@! TF.ProjectId,GAL26Adapter,47414c32-3641-4646-9170-7465722e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Legend,Bot*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-04-18 09:29:12*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.100000*%
%ADD11C,0.120000*%
G04 APERTURE END LIST*
D10*
X143701428Y-140937809D02*
X143777619Y-140975904D01*
X143777619Y-140975904D02*
X143930000Y-140975904D01*
X143930000Y-140975904D02*
X144006190Y-140937809D01*
X144006190Y-140937809D02*
X144044286Y-140861619D01*
X144044286Y-140861619D02*
X144044286Y-140556857D01*
X144044286Y-140556857D02*
X144006190Y-140480666D01*
X144006190Y-140480666D02*
X143930000Y-140442571D01*
X143930000Y-140442571D02*
X143777619Y-140442571D01*
X143777619Y-140442571D02*
X143701428Y-140480666D01*
X143701428Y-140480666D02*
X143663333Y-140556857D01*
X143663333Y-140556857D02*
X143663333Y-140633047D01*
X143663333Y-140633047D02*
X144044286Y-140709238D01*
X143320476Y-140442571D02*
X143320476Y-140975904D01*
X143320476Y-140518761D02*
X143282381Y-140480666D01*
X143282381Y-140480666D02*
X143206191Y-140442571D01*
X143206191Y-140442571D02*
X143091905Y-140442571D01*
X143091905Y-140442571D02*
X143015714Y-140480666D01*
X143015714Y-140480666D02*
X142977619Y-140556857D01*
X142977619Y-140556857D02*
X142977619Y-140975904D01*
X142253809Y-140442571D02*
X142253809Y-141090190D01*
X142253809Y-141090190D02*
X142291904Y-141166380D01*
X142291904Y-141166380D02*
X142330000Y-141204476D01*
X142330000Y-141204476D02*
X142406190Y-141242571D01*
X142406190Y-141242571D02*
X142520476Y-141242571D01*
X142520476Y-141242571D02*
X142596666Y-141204476D01*
X142253809Y-140937809D02*
X142330000Y-140975904D01*
X142330000Y-140975904D02*
X142482381Y-140975904D01*
X142482381Y-140975904D02*
X142558571Y-140937809D01*
X142558571Y-140937809D02*
X142596666Y-140899714D01*
X142596666Y-140899714D02*
X142634762Y-140823523D01*
X142634762Y-140823523D02*
X142634762Y-140594952D01*
X142634762Y-140594952D02*
X142596666Y-140518761D01*
X142596666Y-140518761D02*
X142558571Y-140480666D01*
X142558571Y-140480666D02*
X142482381Y-140442571D01*
X142482381Y-140442571D02*
X142330000Y-140442571D01*
X142330000Y-140442571D02*
X142253809Y-140480666D01*
X141872856Y-140975904D02*
X141872856Y-140442571D01*
X141872856Y-140175904D02*
X141910952Y-140214000D01*
X141910952Y-140214000D02*
X141872856Y-140252095D01*
X141872856Y-140252095D02*
X141834761Y-140214000D01*
X141834761Y-140214000D02*
X141872856Y-140175904D01*
X141872856Y-140175904D02*
X141872856Y-140252095D01*
X141491904Y-140442571D02*
X141491904Y-140975904D01*
X141491904Y-140518761D02*
X141453809Y-140480666D01*
X141453809Y-140480666D02*
X141377619Y-140442571D01*
X141377619Y-140442571D02*
X141263333Y-140442571D01*
X141263333Y-140442571D02*
X141187142Y-140480666D01*
X141187142Y-140480666D02*
X141149047Y-140556857D01*
X141149047Y-140556857D02*
X141149047Y-140975904D01*
X140463332Y-140937809D02*
X140539523Y-140975904D01*
X140539523Y-140975904D02*
X140691904Y-140975904D01*
X140691904Y-140975904D02*
X140768094Y-140937809D01*
X140768094Y-140937809D02*
X140806190Y-140861619D01*
X140806190Y-140861619D02*
X140806190Y-140556857D01*
X140806190Y-140556857D02*
X140768094Y-140480666D01*
X140768094Y-140480666D02*
X140691904Y-140442571D01*
X140691904Y-140442571D02*
X140539523Y-140442571D01*
X140539523Y-140442571D02*
X140463332Y-140480666D01*
X140463332Y-140480666D02*
X140425237Y-140556857D01*
X140425237Y-140556857D02*
X140425237Y-140633047D01*
X140425237Y-140633047D02*
X140806190Y-140709238D01*
X139777618Y-140937809D02*
X139853809Y-140975904D01*
X139853809Y-140975904D02*
X140006190Y-140975904D01*
X140006190Y-140975904D02*
X140082380Y-140937809D01*
X140082380Y-140937809D02*
X140120476Y-140861619D01*
X140120476Y-140861619D02*
X140120476Y-140556857D01*
X140120476Y-140556857D02*
X140082380Y-140480666D01*
X140082380Y-140480666D02*
X140006190Y-140442571D01*
X140006190Y-140442571D02*
X139853809Y-140442571D01*
X139853809Y-140442571D02*
X139777618Y-140480666D01*
X139777618Y-140480666D02*
X139739523Y-140556857D01*
X139739523Y-140556857D02*
X139739523Y-140633047D01*
X139739523Y-140633047D02*
X140120476Y-140709238D01*
X139396666Y-140975904D02*
X139396666Y-140442571D01*
X139396666Y-140594952D02*
X139358571Y-140518761D01*
X139358571Y-140518761D02*
X139320476Y-140480666D01*
X139320476Y-140480666D02*
X139244285Y-140442571D01*
X139244285Y-140442571D02*
X139168095Y-140442571D01*
X138939524Y-140937809D02*
X138863333Y-140975904D01*
X138863333Y-140975904D02*
X138710952Y-140975904D01*
X138710952Y-140975904D02*
X138634762Y-140937809D01*
X138634762Y-140937809D02*
X138596666Y-140861619D01*
X138596666Y-140861619D02*
X138596666Y-140823523D01*
X138596666Y-140823523D02*
X138634762Y-140747333D01*
X138634762Y-140747333D02*
X138710952Y-140709238D01*
X138710952Y-140709238D02*
X138825238Y-140709238D01*
X138825238Y-140709238D02*
X138901428Y-140671142D01*
X138901428Y-140671142D02*
X138939524Y-140594952D01*
X138939524Y-140594952D02*
X138939524Y-140556857D01*
X138939524Y-140556857D02*
X138901428Y-140480666D01*
X138901428Y-140480666D02*
X138825238Y-140442571D01*
X138825238Y-140442571D02*
X138710952Y-140442571D01*
X138710952Y-140442571D02*
X138634762Y-140480666D01*
X137758571Y-140594952D02*
X137796666Y-140556857D01*
X137796666Y-140556857D02*
X137872857Y-140518761D01*
X137872857Y-140518761D02*
X137949047Y-140518761D01*
X137949047Y-140518761D02*
X138025238Y-140556857D01*
X138025238Y-140556857D02*
X138063333Y-140594952D01*
X138063333Y-140594952D02*
X138101428Y-140671142D01*
X138101428Y-140671142D02*
X138101428Y-140747333D01*
X138101428Y-140747333D02*
X138063333Y-140823523D01*
X138063333Y-140823523D02*
X138025238Y-140861619D01*
X138025238Y-140861619D02*
X137949047Y-140899714D01*
X137949047Y-140899714D02*
X137872857Y-140899714D01*
X137872857Y-140899714D02*
X137796666Y-140861619D01*
X137796666Y-140861619D02*
X137758571Y-140823523D01*
X137758571Y-140518761D02*
X137758571Y-140823523D01*
X137758571Y-140823523D02*
X137720476Y-140861619D01*
X137720476Y-140861619D02*
X137682381Y-140861619D01*
X137682381Y-140861619D02*
X137606190Y-140823523D01*
X137606190Y-140823523D02*
X137568095Y-140747333D01*
X137568095Y-140747333D02*
X137568095Y-140556857D01*
X137568095Y-140556857D02*
X137644286Y-140442571D01*
X137644286Y-140442571D02*
X137758571Y-140366380D01*
X137758571Y-140366380D02*
X137910952Y-140328285D01*
X137910952Y-140328285D02*
X138063333Y-140366380D01*
X138063333Y-140366380D02*
X138177619Y-140442571D01*
X138177619Y-140442571D02*
X138253809Y-140556857D01*
X138253809Y-140556857D02*
X138291905Y-140709238D01*
X138291905Y-140709238D02*
X138253809Y-140861619D01*
X138253809Y-140861619D02*
X138177619Y-140975904D01*
X138177619Y-140975904D02*
X138063333Y-141052095D01*
X138063333Y-141052095D02*
X137910952Y-141090190D01*
X137910952Y-141090190D02*
X137758571Y-141052095D01*
X137758571Y-141052095D02*
X137644286Y-140975904D01*
X137301429Y-140442571D02*
X137149048Y-140975904D01*
X137149048Y-140975904D02*
X136996667Y-140594952D01*
X136996667Y-140594952D02*
X136844286Y-140975904D01*
X136844286Y-140975904D02*
X136691905Y-140442571D01*
X136272858Y-140975904D02*
X136349048Y-140937809D01*
X136349048Y-140937809D02*
X136387143Y-140899714D01*
X136387143Y-140899714D02*
X136425239Y-140823523D01*
X136425239Y-140823523D02*
X136425239Y-140594952D01*
X136425239Y-140594952D02*
X136387143Y-140518761D01*
X136387143Y-140518761D02*
X136349048Y-140480666D01*
X136349048Y-140480666D02*
X136272858Y-140442571D01*
X136272858Y-140442571D02*
X136158572Y-140442571D01*
X136158572Y-140442571D02*
X136082381Y-140480666D01*
X136082381Y-140480666D02*
X136044286Y-140518761D01*
X136044286Y-140518761D02*
X136006191Y-140594952D01*
X136006191Y-140594952D02*
X136006191Y-140823523D01*
X136006191Y-140823523D02*
X136044286Y-140899714D01*
X136044286Y-140899714D02*
X136082381Y-140937809D01*
X136082381Y-140937809D02*
X136158572Y-140975904D01*
X136158572Y-140975904D02*
X136272858Y-140975904D01*
X135663333Y-140975904D02*
X135663333Y-140442571D01*
X135663333Y-140594952D02*
X135625238Y-140518761D01*
X135625238Y-140518761D02*
X135587143Y-140480666D01*
X135587143Y-140480666D02*
X135510952Y-140442571D01*
X135510952Y-140442571D02*
X135434762Y-140442571D01*
X135168095Y-140975904D02*
X135168095Y-140175904D01*
X135091905Y-140671142D02*
X134863333Y-140975904D01*
X134863333Y-140442571D02*
X135168095Y-140747333D01*
X134078572Y-140252095D02*
X134040476Y-140214000D01*
X134040476Y-140214000D02*
X133964286Y-140175904D01*
X133964286Y-140175904D02*
X133773810Y-140175904D01*
X133773810Y-140175904D02*
X133697619Y-140214000D01*
X133697619Y-140214000D02*
X133659524Y-140252095D01*
X133659524Y-140252095D02*
X133621429Y-140328285D01*
X133621429Y-140328285D02*
X133621429Y-140404476D01*
X133621429Y-140404476D02*
X133659524Y-140518761D01*
X133659524Y-140518761D02*
X134116667Y-140975904D01*
X134116667Y-140975904D02*
X133621429Y-140975904D01*
X133126190Y-140175904D02*
X133050000Y-140175904D01*
X133050000Y-140175904D02*
X132973809Y-140214000D01*
X132973809Y-140214000D02*
X132935714Y-140252095D01*
X132935714Y-140252095D02*
X132897619Y-140328285D01*
X132897619Y-140328285D02*
X132859524Y-140480666D01*
X132859524Y-140480666D02*
X132859524Y-140671142D01*
X132859524Y-140671142D02*
X132897619Y-140823523D01*
X132897619Y-140823523D02*
X132935714Y-140899714D01*
X132935714Y-140899714D02*
X132973809Y-140937809D01*
X132973809Y-140937809D02*
X133050000Y-140975904D01*
X133050000Y-140975904D02*
X133126190Y-140975904D01*
X133126190Y-140975904D02*
X133202381Y-140937809D01*
X133202381Y-140937809D02*
X133240476Y-140899714D01*
X133240476Y-140899714D02*
X133278571Y-140823523D01*
X133278571Y-140823523D02*
X133316667Y-140671142D01*
X133316667Y-140671142D02*
X133316667Y-140480666D01*
X133316667Y-140480666D02*
X133278571Y-140328285D01*
X133278571Y-140328285D02*
X133240476Y-140252095D01*
X133240476Y-140252095D02*
X133202381Y-140214000D01*
X133202381Y-140214000D02*
X133126190Y-140175904D01*
X132554762Y-140252095D02*
X132516666Y-140214000D01*
X132516666Y-140214000D02*
X132440476Y-140175904D01*
X132440476Y-140175904D02*
X132250000Y-140175904D01*
X132250000Y-140175904D02*
X132173809Y-140214000D01*
X132173809Y-140214000D02*
X132135714Y-140252095D01*
X132135714Y-140252095D02*
X132097619Y-140328285D01*
X132097619Y-140328285D02*
X132097619Y-140404476D01*
X132097619Y-140404476D02*
X132135714Y-140518761D01*
X132135714Y-140518761D02*
X132592857Y-140975904D01*
X132592857Y-140975904D02*
X132097619Y-140975904D01*
X131830952Y-140175904D02*
X131335714Y-140175904D01*
X131335714Y-140175904D02*
X131602380Y-140480666D01*
X131602380Y-140480666D02*
X131488095Y-140480666D01*
X131488095Y-140480666D02*
X131411904Y-140518761D01*
X131411904Y-140518761D02*
X131373809Y-140556857D01*
X131373809Y-140556857D02*
X131335714Y-140633047D01*
X131335714Y-140633047D02*
X131335714Y-140823523D01*
X131335714Y-140823523D02*
X131373809Y-140899714D01*
X131373809Y-140899714D02*
X131411904Y-140937809D01*
X131411904Y-140937809D02*
X131488095Y-140975904D01*
X131488095Y-140975904D02*
X131716666Y-140975904D01*
X131716666Y-140975904D02*
X131792857Y-140937809D01*
X131792857Y-140937809D02*
X131830952Y-140899714D01*
D11*
X148020000Y-78900000D02*
X148020000Y-84100000D01*
X130180000Y-78900000D02*
X148020000Y-78900000D01*
X130180000Y-78900000D02*
X130180000Y-81500000D01*
X128910000Y-78900000D02*
X127580000Y-78900000D01*
X127580000Y-78900000D02*
X127580000Y-80230000D01*
X130180000Y-81500000D02*
X127580000Y-81500000D01*
X127580000Y-81500000D02*
X127580000Y-84100000D01*
X127580000Y-84100000D02*
X148020000Y-84100000D01*
X148020000Y-142400000D02*
X148020000Y-147600000D01*
X130180000Y-142400000D02*
X148020000Y-142400000D01*
X130180000Y-142400000D02*
X130180000Y-145000000D01*
X128910000Y-142400000D02*
X127580000Y-142400000D01*
X127580000Y-142400000D02*
X127580000Y-143730000D01*
X130180000Y-145000000D02*
X127580000Y-145000000D01*
X127580000Y-145000000D02*
X127580000Y-147600000D01*
X127580000Y-147600000D02*
X148020000Y-147600000D01*
M02*

View File

@@ -0,0 +1,26 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-04-18T09:29:12+01:00*
G04 #@! TF.ProjectId,GAL26Adapter,47414c32-3641-4646-9170-7465722e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Profile,NP*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-04-18 09:29:12*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 #@! TA.AperFunction,Profile*
%ADD10C,0.050000*%
G04 #@! TD*
G04 APERTURE END LIST*
D10*
X126500000Y-77690000D02*
X126500000Y-148810000D01*
X149233000Y-77690000D02*
X149233000Y-148810000D01*
X126500000Y-148810000D02*
X149233000Y-148810000D01*
X126500000Y-77690000D02*
X149233000Y-77690000D01*
M02*

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,160 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-04-18T09:29:12+01:00*
G04 #@! TF.ProjectId,GAL26Adapter,47414c32-3641-4646-9170-7465722e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Soldermask,Top*
G04 #@! TF.FilePolarity,Negative*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-04-18 09:29:12*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD11RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*%
%ADD12RoundRect,0.218750X-0.256250X0.218750X-0.256250X-0.218750X0.256250X-0.218750X0.256250X0.218750X0*%
%ADD13RoundRect,0.218750X0.256250X-0.218750X0.256250X0.218750X-0.256250X0.218750X-0.256250X-0.218750X0*%
%ADD14R,1.422400X1.422400*%
%ADD15C,1.422400*%
%ADD16RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
%ADD17R,1.700000X1.700000*%
%ADD18O,1.700000X1.700000*%
G04 APERTURE END LIST*
D10*
X146620000Y-99570000D03*
X146620000Y-97745000D03*
D11*
X131870000Y-97745000D03*
X131870000Y-99570000D03*
X137800000Y-127347500D03*
X137800000Y-129172500D03*
D10*
X131370000Y-89130000D03*
X131370000Y-87305000D03*
D12*
X137680000Y-92695000D03*
X137680000Y-94270000D03*
D13*
X142270000Y-94230000D03*
X142270000Y-92655000D03*
D11*
X134820000Y-97745000D03*
X134820000Y-99570000D03*
X128920000Y-97745000D03*
X128920000Y-99570000D03*
X128950000Y-127347500D03*
X128950000Y-129172500D03*
D13*
X133090000Y-94230000D03*
X133090000Y-92655000D03*
D11*
X143700000Y-127347500D03*
X143700000Y-129172500D03*
D10*
X140720000Y-99570000D03*
X140720000Y-97745000D03*
X143670000Y-99570000D03*
X143670000Y-97745000D03*
D11*
X134850000Y-127347500D03*
X134850000Y-129172500D03*
D14*
X139089999Y-109829999D03*
D15*
X136550000Y-107290000D03*
X136550000Y-109830000D03*
X134010000Y-107290000D03*
X131470000Y-109830000D03*
X134010000Y-109830000D03*
X131470000Y-112370000D03*
X134010000Y-112370000D03*
X131470000Y-114910000D03*
X134010000Y-114910000D03*
X131470000Y-117450000D03*
X134010000Y-119990000D03*
X134010000Y-117450000D03*
X136550000Y-119990000D03*
X136550000Y-117450000D03*
X139090000Y-119990000D03*
X139090000Y-117450000D03*
X141630000Y-119990000D03*
X144170000Y-117450000D03*
X141630000Y-117450000D03*
X144170000Y-114910000D03*
X141630000Y-114910000D03*
X144170000Y-112370000D03*
X141630000Y-112370000D03*
X144170000Y-109830000D03*
X141630000Y-107290000D03*
X141630000Y-109830000D03*
X139090000Y-107290000D03*
D10*
X137770000Y-99570000D03*
X137770000Y-97745000D03*
D11*
X146650000Y-127347500D03*
X146650000Y-129172500D03*
X140750000Y-127347500D03*
X140750000Y-129172500D03*
D16*
X143170000Y-88220000D03*
X145070000Y-88220000D03*
D11*
X131900000Y-127347500D03*
X131900000Y-129172500D03*
D17*
X128909999Y-80229999D03*
D18*
X128909999Y-82769999D03*
X131449999Y-80229999D03*
X131449999Y-82769999D03*
X133989999Y-80229999D03*
X133989999Y-82769999D03*
X136529999Y-80229999D03*
X136529999Y-82769999D03*
X139069999Y-80229999D03*
X139069999Y-82769999D03*
X141609999Y-80229999D03*
X141609999Y-82769999D03*
X144149999Y-80229999D03*
X144149999Y-82769999D03*
X146689999Y-80229999D03*
X146689999Y-82769999D03*
D17*
X128909999Y-143729999D03*
D18*
X128909999Y-146269999D03*
X131449999Y-143729999D03*
X131449999Y-146269999D03*
X133989999Y-143729999D03*
X133989999Y-146269999D03*
X136529999Y-143729999D03*
X136529999Y-146269999D03*
X139069999Y-143729999D03*
X139069999Y-146269999D03*
X141609999Y-143729999D03*
X141609999Y-146269999D03*
X144149999Y-143729999D03*
X144149999Y-146269999D03*
X146689999Y-143729999D03*
X146689999Y-146269999D03*
M02*

View File

@@ -0,0 +1,90 @@
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(7.0.0-0)*
G04 #@! TF.CreationDate,2023-04-18T09:29:12+01:00*
G04 #@! TF.ProjectId,GAL26Adapter,47414c32-3641-4646-9170-7465722e6b69,rev?*
G04 #@! TF.SameCoordinates,Original*
G04 #@! TF.FileFunction,Paste,Top*
G04 #@! TF.FilePolarity,Positive*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW (7.0.0-0)) date 2023-04-18 09:29:12*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD11RoundRect,0.250000X-0.450000X0.262500X-0.450000X-0.262500X0.450000X-0.262500X0.450000X0.262500X0*%
%ADD12RoundRect,0.218750X-0.256250X0.218750X-0.256250X-0.218750X0.256250X-0.218750X0.256250X0.218750X0*%
%ADD13RoundRect,0.218750X0.256250X-0.218750X0.256250X0.218750X-0.256250X0.218750X-0.256250X-0.218750X0*%
%ADD14RoundRect,0.250000X-0.250000X-0.475000X0.250000X-0.475000X0.250000X0.475000X-0.250000X0.475000X0*%
G04 APERTURE END LIST*
D10*
X146620000Y-99570000D03*
X146620000Y-97745000D03*
D11*
X131870000Y-97745000D03*
X131870000Y-99570000D03*
X137800000Y-127347500D03*
X137800000Y-129172500D03*
D10*
X131370000Y-89130000D03*
X131370000Y-87305000D03*
D12*
X137680000Y-92695000D03*
X137680000Y-94270000D03*
D13*
X142270000Y-94230000D03*
X142270000Y-92655000D03*
D11*
X134820000Y-97745000D03*
X134820000Y-99570000D03*
X128920000Y-97745000D03*
X128920000Y-99570000D03*
X128950000Y-127347500D03*
X128950000Y-129172500D03*
D13*
X133090000Y-94230000D03*
X133090000Y-92655000D03*
D11*
X143700000Y-127347500D03*
X143700000Y-129172500D03*
D10*
X140720000Y-99570000D03*
X140720000Y-97745000D03*
X143670000Y-99570000D03*
X143670000Y-97745000D03*
D11*
X134850000Y-127347500D03*
X134850000Y-129172500D03*
D10*
X137770000Y-99570000D03*
X137770000Y-97745000D03*
D11*
X146650000Y-127347500D03*
X146650000Y-129172500D03*
X140750000Y-127347500D03*
X140750000Y-129172500D03*
D14*
X143170000Y-88220000D03*
X145070000Y-88220000D03*
D11*
X131900000Y-127347500D03*
X131900000Y-129172500D03*
M02*

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,13 @@
M48
; DRILL file {KiCad (7.0.0-0)} date Tuesday, 18 April 2023 at 09:29:17
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2023-04-18T09:29:17+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(7.0.0-0)
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
METRIC
%
G90
G05
T0
M30

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,94 @@
M48
; DRILL file {KiCad (7.0.0-0)} date Tuesday, 18 April 2023 at 09:29:17
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2023-04-18T09:29:17+01:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,(7.0.0-0)
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.400
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.800
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T3C1.000
%
G90
G05
T1
X129.25Y-117.28
X129.9Y-121.62
X130.36Y-106.11
X133.481Y-124.004
X134.37Y-132.03
X134.63Y-139.31
X136.21Y-113.29
X137.63Y-103.82
X139.575Y-130.669
X139.62Y-113.37
X140.435Y-132.591
X142.42Y-126.77
T2
X131.47Y-109.83
X131.47Y-112.37
X131.47Y-114.91
X131.47Y-117.45
X134.01Y-107.29
X134.01Y-109.83
X134.01Y-112.37
X134.01Y-114.91
X134.01Y-117.45
X134.01Y-119.99
X136.55Y-107.29
X136.55Y-109.83
X136.55Y-117.45
X136.55Y-119.99
X139.09Y-107.29
X139.09Y-109.83
X139.09Y-117.45
X139.09Y-119.99
X141.63Y-107.29
X141.63Y-109.83
X141.63Y-112.37
X141.63Y-114.91
X141.63Y-117.45
X141.63Y-119.99
X144.17Y-109.83
X144.17Y-112.37
X144.17Y-114.91
X144.17Y-117.45
T3
X128.91Y-80.23
X128.91Y-82.77
X128.91Y-143.73
X128.91Y-146.27
X131.45Y-80.23
X131.45Y-82.77
X131.45Y-143.73
X131.45Y-146.27
X133.99Y-80.23
X133.99Y-82.77
X133.99Y-143.73
X133.99Y-146.27
X136.53Y-80.23
X136.53Y-82.77
X136.53Y-143.73
X136.53Y-146.27
X139.07Y-80.23
X139.07Y-82.77
X139.07Y-143.73
X139.07Y-146.27
X141.61Y-80.23
X141.61Y-82.77
X141.61Y-143.73
X141.61Y-146.27
X144.15Y-80.23
X144.15Y-82.77
X144.15Y-143.73
X144.15Y-146.27
X146.69Y-80.23
X146.69Y-82.77
X146.69Y-143.73
X146.69Y-146.27
T0
M30

File diff suppressed because one or more lines are too long

Binary file not shown.