wip pcb rev.A

This commit is contained in:
Eugene Lozovoy
2022-04-29 17:29:08 +03:00
parent c7a789445b
commit c631f7e266
6 changed files with 69585 additions and 23473 deletions

File diff suppressed because it is too large Load Diff

View File

@ -69,6 +69,7 @@
"drill_out_of_range": "error", "drill_out_of_range": "error",
"duplicate_footprints": "warning", "duplicate_footprints": "warning",
"extra_footprint": "warning", "extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error", "hole_clearance": "error",
"hole_near_hole": "error", "hole_near_hole": "error",
"invalid_outline": "error", "invalid_outline": "error",
@ -84,9 +85,10 @@
"padstack": "error", "padstack": "error",
"pth_inside_courtyard": "ignore", "pth_inside_courtyard": "ignore",
"shorting_items": "error", "shorting_items": "error",
"silk_over_copper": "error", "silk_over_copper": "ignore",
"silk_overlap": "error", "silk_overlap": "ignore",
"skew_out_of_range": "error", "skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error", "too_many_vias": "error",
"track_dangling": "warning", "track_dangling": "warning",
"track_width": "error", "track_width": "error",
@ -113,7 +115,8 @@
"min_via_annular_width": 0.15, "min_via_annular_width": 0.15,
"min_via_diameter": 0.44999999999999996, "min_via_diameter": 0.44999999999999996,
"solder_mask_clearance": 0.0, "solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0 "solder_mask_min_width": 0.0,
"use_height_for_length_calcs": true
}, },
"track_widths": [ "track_widths": [
0.0, 0.0,
@ -315,6 +318,7 @@
], ],
"rule_severities": { "rule_severities": {
"bus_definition_conflict": "error", "bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error", "bus_label_syntax": "error",
"bus_to_bus_conflict": "error", "bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error", "bus_to_net_conflict": "error",
@ -371,7 +375,7 @@
} }
], ],
"meta": { "meta": {
"version": 0 "version": 2
}, },
"net_colors": null "net_colors": null
}, },
@ -387,6 +391,7 @@
"page_layout_descr_file": "" "page_layout_descr_file": ""
}, },
"schematic": { "schematic": {
"annotate_start_num": 0,
"drawing": { "drawing": {
"default_bus_thickness": 12.0, "default_bus_thickness": 12.0,
"default_junction_size": 40.0, "default_junction_size": 40.0,
@ -400,20 +405,24 @@
"intersheets_ref_show": false, "intersheets_ref_show": false,
"intersheets_ref_suffix": "", "intersheets_ref_suffix": "",
"junction_size_choice": 3, "junction_size_choice": 3,
"label_size_ratio": 0.3,
"pin_symbol_size": 25.0, "pin_symbol_size": 25.0,
"text_offset_ratio": 0.3 "text_offset_ratio": 0.3
}, },
"legacy_lib_dir": "", "legacy_lib_dir": "",
"legacy_lib_list": [], "legacy_lib_list": [],
"meta": { "meta": {
"version": 0 "version": 1
}, },
"net_format_name": "", "net_format_name": "",
"ngspice": { "ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": { "meta": {
"version": 0 "version": 0
}, },
"model_mode": 0 "model_mode": 0,
"workbook_filename": ""
}, },
"page_layout_descr_file": "${MYLIBPATH}/mykicadws2.kicad_wks", "page_layout_descr_file": "${MYLIBPATH}/mykicadws2.kicad_wks",
"plot_directory": "", "plot_directory": "",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -69,6 +69,7 @@
"drill_out_of_range": "error", "drill_out_of_range": "error",
"duplicate_footprints": "warning", "duplicate_footprints": "warning",
"extra_footprint": "warning", "extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error", "hole_clearance": "error",
"hole_near_hole": "error", "hole_near_hole": "error",
"invalid_outline": "error", "invalid_outline": "error",
@ -84,9 +85,10 @@
"padstack": "error", "padstack": "error",
"pth_inside_courtyard": "ignore", "pth_inside_courtyard": "ignore",
"shorting_items": "error", "shorting_items": "error",
"silk_over_copper": "error", "silk_over_copper": "ignore",
"silk_overlap": "error", "silk_overlap": "ignore",
"skew_out_of_range": "error", "skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error", "too_many_vias": "error",
"track_dangling": "warning", "track_dangling": "warning",
"track_width": "error", "track_width": "error",
@ -113,12 +115,14 @@
"min_via_annular_width": 0.15, "min_via_annular_width": 0.15,
"min_via_diameter": 0.44999999999999996, "min_via_diameter": 0.44999999999999996,
"solder_mask_clearance": 0.0, "solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0 "solder_mask_min_width": 0.0,
"use_height_for_length_calcs": true
}, },
"track_widths": [ "track_widths": [
0.0, 0.0,
0.2, 0.2,
0.45, 0.4,
0.65,
0.9, 0.9,
1.4, 1.4,
2.0 2.0
@ -315,6 +319,7 @@
], ],
"rule_severities": { "rule_severities": {
"bus_definition_conflict": "error", "bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error", "bus_label_syntax": "error",
"bus_to_bus_conflict": "error", "bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error", "bus_to_net_conflict": "error",
@ -368,10 +373,38 @@
"via_diameter": 0.455, "via_diameter": 0.455,
"via_drill": 0.3, "via_drill": 0.3,
"wire_width": 6.0 "wire_width": 6.0
},
{
"bus_width": 6.0,
"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",
"nets": [
"+12V",
"+3V3",
"+5V",
"-12V",
"/AVDD1",
"/AVDD2",
"/AVDD_ES",
"/AVDD_OP",
"GND"
],
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.9,
"via_diameter": 0.6,
"via_drill": 0.4,
"wire_width": 6.0
} }
], ],
"meta": { "meta": {
"version": 0 "version": 2
}, },
"net_colors": null "net_colors": null
}, },
@ -387,6 +420,7 @@
"page_layout_descr_file": "" "page_layout_descr_file": ""
}, },
"schematic": { "schematic": {
"annotate_start_num": 0,
"drawing": { "drawing": {
"default_bus_thickness": 12.0, "default_bus_thickness": 12.0,
"default_junction_size": 40.0, "default_junction_size": 40.0,
@ -400,20 +434,24 @@
"intersheets_ref_show": false, "intersheets_ref_show": false,
"intersheets_ref_suffix": "", "intersheets_ref_suffix": "",
"junction_size_choice": 3, "junction_size_choice": 3,
"label_size_ratio": 0.3,
"pin_symbol_size": 25.0, "pin_symbol_size": 25.0,
"text_offset_ratio": 0.3 "text_offset_ratio": 0.3
}, },
"legacy_lib_dir": "", "legacy_lib_dir": "",
"legacy_lib_list": [], "legacy_lib_list": [],
"meta": { "meta": {
"version": 0 "version": 1
}, },
"net_format_name": "", "net_format_name": "",
"ngspice": { "ngspice": {
"fix_include_paths": true,
"fix_passive_vals": false,
"meta": { "meta": {
"version": 0 "version": 0
}, },
"model_mode": 0 "model_mode": 0,
"workbook_filename": ""
}, },
"page_layout_descr_file": "${MYLIBPATH}/mykicadws2.kicad_wks", "page_layout_descr_file": "${MYLIBPATH}/mykicadws2.kicad_wks",
"plot_directory": "", "plot_directory": "",

File diff suppressed because it is too large Load Diff