mirror of
https://github.com/oresat/oresat-cfc-hardware.git
synced 2025-04-13 06:39:12 +00:00
Fixed wrong NPs in CFC sensor card OPD. Updated to KiCAD 7.
This commit is contained in:
parent
a05ea8491d
commit
a1c80cc55b
LOADING design file
@ -1,5 +1,6 @@
|
||||
{
|
||||
"board": {
|
||||
"3dviewports": [],
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"board_outline_line_width": 0.09999999999999999,
|
||||
@ -278,33 +279,15 @@
|
||||
161
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"viewports": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
"equivalence_files": []
|
||||
},
|
||||
"erc": {
|
||||
"erc_exclusions": [
|
||||
"global_label_dangling|482600|2286000|7ada94e5-897d-4f5b-b88c-b3e84c0112f2|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|482600|2311400|bddbb6aa-c5be-45c9-9488-bf62ae74964f|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|1371600|0f8b5b78-af97-44fa-af88-4b6e808a5879|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|1397000|030029ab-696f-4305-b64f-1104860d9a6f|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|1422400|de65a05a-f7a2-426b-965f-30b54df2d8f1|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|1447800|5d1fea33-2249-47fa-8621-4bbba35c5d56|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|1473200|6b0c8609-eeca-4b74-a486-ae6e8bf9b33b|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|1498600|23c0932d-5664-40d9-8afa-e0877d9f6a6e|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|1524000|ed08c782-1d5d-4e1b-a6d0-ad12be733374|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|1549400|668ec466-a280-47e3-a0e2-bf21201d086c|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|1574800|d9c16b8d-ee4b-4e91-a1bc-b9a1153e0d23|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|1600200|29584262-7731-49f8-b1a7-5239d4b73b1f|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|1879600|8aa99f6f-b8ec-462c-8efa-8e37562d1840|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|1905000|6b6e9c82-63ae-4027-bb18-765b405a3e6d|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|2133600|26b9b9d4-b59b-4fb5-8464-fe41d7dc8ee4|00000000-0000-0000-0000-000000000000",
|
||||
"global_label_dangling|609600|2159000|3206ebaf-65fe-4d37-81b6-ae1b22f3ba44|00000000-0000-0000-0000-000000000000",
|
||||
"lib_symbol_issues|965200|2108200|9d39aedc-d2f6-4a63-9e36-ad3d968abefa|00000000-0000-0000-0000-000000000000",
|
||||
"pin_to_pin|2641600|787400|ff3ae4c1-63d0-4ae1-82a9-53bd41f46e9f|5fd82367-a354-4e46-b9e3-819b54873281"
|
||||
],
|
||||
"erc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
@ -481,18 +464,23 @@
|
||||
"rule_severities": {
|
||||
"bus_definition_conflict": "error",
|
||||
"bus_entry_needed": "error",
|
||||
"bus_label_syntax": "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",
|
||||
@ -502,6 +490,7 @@
|
||||
"pin_to_pin": "error",
|
||||
"power_pin_not_driven": "ignore",
|
||||
"similar_labels": "warning",
|
||||
"simulation_model_issue": "ignore",
|
||||
"unannotated": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
@ -519,7 +508,7 @@
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12.0,
|
||||
"bus_width": 12,
|
||||
"clearance": 0.127,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
@ -533,10 +522,10 @@
|
||||
"track_width": 0.2032,
|
||||
"via_diameter": 0.4572,
|
||||
"via_drill": 0.254,
|
||||
"wire_width": 6.0
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"bus_width": 12.0,
|
||||
"bus_width": 12,
|
||||
"clearance": 0.508,
|
||||
"diff_pair_gap": 0.254,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
@ -545,21 +534,15 @@
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "diff",
|
||||
"nets": [
|
||||
"OUT1_N",
|
||||
"OUT1_P",
|
||||
"TXCLK_N",
|
||||
"TXCLK_P"
|
||||
],
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.381,
|
||||
"via_diameter": 0.4572,
|
||||
"via_drill": 0.254,
|
||||
"wire_width": 6.0
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"bus_width": 12.0,
|
||||
"bus_width": 12,
|
||||
"clearance": 0.127,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
@ -568,25 +551,57 @@
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "pirt_power",
|
||||
"nets": [
|
||||
"VDETCOM-2.9V",
|
||||
"VPH-3.3V",
|
||||
"VPL-1.6V",
|
||||
"VPOS-3.3V",
|
||||
"VPOUT-0.9V"
|
||||
],
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.508,
|
||||
"via_diameter": 0.8,
|
||||
"via_drill": 0.508,
|
||||
"wire_width": 6.0
|
||||
"wire_width": 6
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 2
|
||||
"version": 3
|
||||
},
|
||||
"net_colors": null
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": [
|
||||
{
|
||||
"netclass": "diff",
|
||||
"pattern": "OUT1_N"
|
||||
},
|
||||
{
|
||||
"netclass": "diff",
|
||||
"pattern": "OUT1_P"
|
||||
},
|
||||
{
|
||||
"netclass": "diff",
|
||||
"pattern": "TXCLK_N"
|
||||
},
|
||||
{
|
||||
"netclass": "diff",
|
||||
"pattern": "TXCLK_P"
|
||||
},
|
||||
{
|
||||
"netclass": "pirt_power",
|
||||
"pattern": "VDETCOM-2.9V"
|
||||
},
|
||||
{
|
||||
"netclass": "pirt_power",
|
||||
"pattern": "VPH-3.3V"
|
||||
},
|
||||
{
|
||||
"netclass": "pirt_power",
|
||||
"pattern": "VPL-1.6V"
|
||||
},
|
||||
{
|
||||
"netclass": "pirt_power",
|
||||
"pattern": "VPOS-3.3V"
|
||||
},
|
||||
{
|
||||
"netclass": "pirt_power",
|
||||
"pattern": "VPOUT-0.9V"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
@ -602,6 +617,8 @@
|
||||
"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": [],
|
||||
@ -633,7 +650,11 @@
|
||||
"page_layout_descr_file": "${ORESAT_LIBRARIES}/title-blocks/oresat-schematic-title-block.kicad_wks",
|
||||
"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
|
||||
},
|
||||
|
LOADING design file
LOADING design file
LOADING design file
LOADING design file
Loading…
Reference in New Issue
Block a user