mirror of
https://codeberg.org/hkzlab/TK2000_DiskInterface_REDUX.git
synced 2025-12-25 17:12:29 +11:00
Some tracing
This commit is contained in:
parent
2f4b6d8500
commit
9be49d1238
3 changed files with 2700 additions and 1103 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -51,7 +51,13 @@
|
|||
"min_clearance": 0.5
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [],
|
||||
"diff_pair_dimensions": [
|
||||
{
|
||||
"gap": 0.0,
|
||||
"via_gap": 0.0,
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
|
|
@ -180,7 +186,14 @@
|
|||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [],
|
||||
"track_widths": [
|
||||
0.0,
|
||||
0.3,
|
||||
0.4,
|
||||
0.5,
|
||||
0.6,
|
||||
0.8
|
||||
],
|
||||
"tuning_pattern_settings": {
|
||||
"diff_pair_defaults": {
|
||||
"corner_radius_percentage": 80,
|
||||
|
|
@ -207,7 +220,12 @@
|
|||
"spacing": 0.6
|
||||
}
|
||||
},
|
||||
"via_dimensions": [],
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"ipc2581": {
|
||||
|
|
@ -472,6 +490,20 @@
|
|||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"name": "POWER",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 0,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.6
|
||||
},
|
||||
{
|
||||
"name": "POWER_HI",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"priority": 1,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.8
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
|
|
@ -479,7 +511,24 @@
|
|||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": []
|
||||
"netclass_patterns": [
|
||||
{
|
||||
"netclass": "POWER_HI",
|
||||
"pattern": "+5V"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER_HI",
|
||||
"pattern": "GND"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "*12V"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "/VCC_SWITCHED_*"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
|
|
|
|||
|
|
@ -8559,107 +8559,6 @@
|
|||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
(symbol "power:PWR_FLAG"
|
||||
(power)
|
||||
(pin_numbers
|
||||
(hide yes)
|
||||
)
|
||||
(pin_names
|
||||
(offset 0)
|
||||
(hide yes)
|
||||
)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(property "Reference" "#FLG"
|
||||
(at 0 1.905 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "PWR_FLAG"
|
||||
(at 0 3.81 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "~"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" "Special symbol for telling ERC where power comes from"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "ki_keywords" "power-flag"
|
||||
(at 0 0 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(symbol "PWR_FLAG_0_0"
|
||||
(pin power_out line
|
||||
(at 0 0 90)
|
||||
(length 0)
|
||||
(name "pwr"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(number "1"
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "PWR_FLAG_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(fill
|
||||
(type none)
|
||||
)
|
||||
)
|
||||
)
|
||||
(embedded_fonts no)
|
||||
)
|
||||
)
|
||||
(text "DRIVE SELECT"
|
||||
(exclude_from_sim no)
|
||||
|
|
@ -8723,18 +8622,6 @@
|
|||
(color 0 0 0 0)
|
||||
(uuid "0a7b412f-70cb-4bdd-ac90-37c18fe81247")
|
||||
)
|
||||
(junction
|
||||
(at 113.665 139.065)
|
||||
(diameter 0)
|
||||
(color 0 0 0 0)
|
||||
(uuid "0d70563e-f092-45cc-a046-356b7b533eae")
|
||||
)
|
||||
(junction
|
||||
(at 128.905 34.29)
|
||||
(diameter 0)
|
||||
(color 0 0 0 0)
|
||||
(uuid "11855bad-6517-4f30-a89f-01fa51388bef")
|
||||
)
|
||||
(junction
|
||||
(at 85.725 149.225)
|
||||
(diameter 0)
|
||||
|
|
@ -8855,12 +8742,6 @@
|
|||
(color 0 0 0 0)
|
||||
(uuid "40c57ef4-872a-4933-bfac-3fad98a7faeb")
|
||||
)
|
||||
(junction
|
||||
(at 248.92 123.19)
|
||||
(diameter 0)
|
||||
(color 0 0 0 0)
|
||||
(uuid "411117a2-cbb1-4f78-ac10-4506435da1cc")
|
||||
)
|
||||
(junction
|
||||
(at 95.885 73.025)
|
||||
(diameter 0)
|
||||
|
|
@ -8939,12 +8820,6 @@
|
|||
(color 0 0 0 0)
|
||||
(uuid "6c2f69b3-9b7c-434c-bb20-a6baea35c014")
|
||||
)
|
||||
(junction
|
||||
(at 102.87 156.845)
|
||||
(diameter 0)
|
||||
(color 0 0 0 0)
|
||||
(uuid "73168b4e-2496-40f1-8c4e-8403ce5a783a")
|
||||
)
|
||||
(junction
|
||||
(at 104.14 237.49)
|
||||
(diameter 0)
|
||||
|
|
@ -9137,12 +9012,6 @@
|
|||
(color 0 0 0 0)
|
||||
(uuid "b3d6d337-68bb-4836-b7fe-89e885bcad7c")
|
||||
)
|
||||
(junction
|
||||
(at 107.95 200.025)
|
||||
(diameter 0)
|
||||
(color 0 0 0 0)
|
||||
(uuid "b43531cc-d855-47bf-9fda-9f8d05b34154")
|
||||
)
|
||||
(junction
|
||||
(at 370.84 64.77)
|
||||
(diameter 0)
|
||||
|
|
@ -9197,12 +9066,6 @@
|
|||
(color 0 0 0 0)
|
||||
(uuid "e44c4ffb-887d-4faa-822f-fe542d4a4c90")
|
||||
)
|
||||
(junction
|
||||
(at 137.795 139.065)
|
||||
(diameter 0)
|
||||
(color 0 0 0 0)
|
||||
(uuid "e76ea7fc-527b-4625-91f4-3cce4c59b318")
|
||||
)
|
||||
(junction
|
||||
(at 236.22 123.19)
|
||||
(diameter 0)
|
||||
|
|
@ -9795,16 +9658,6 @@
|
|||
)
|
||||
(uuid "19500551-9ab5-4760-9805-a118fda9c985")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 137.795 139.065) (xy 141.605 139.065)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "1aba3dc2-049b-4e21-8ae3-c106f809e894")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 305.435 105.41) (xy 287.02 105.41)
|
||||
|
|
@ -11165,16 +11018,6 @@
|
|||
)
|
||||
(uuid "60449197-1657-48b3-a33f-52ed6c48cf19")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 128.905 34.29) (xy 158.115 34.29)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "61c8b443-e7e6-4d1e-884d-8083d8236e60")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 27.94 224.79) (xy 104.14 224.79)
|
||||
|
|
@ -11327,7 +11170,7 @@
|
|||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 102.87 156.845) (xy 118.745 156.845)
|
||||
(xy 102.235 156.845) (xy 118.745 156.845)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
|
|
@ -11467,7 +11310,7 @@
|
|||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 107.95 200.025) (xy 118.745 200.025)
|
||||
(xy 106.68 200.025) (xy 118.745 200.025)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
|
|
@ -11475,16 +11318,6 @@
|
|||
)
|
||||
(uuid "75ff85ac-a4c5-4066-8a8d-dfbb4c35ebc0")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 106.68 200.025) (xy 107.95 200.025)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "7681ddee-2938-4e36-a2fd-18aef84be339")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 370.84 49.53) (xy 373.38 49.53)
|
||||
|
|
@ -11717,7 +11550,7 @@
|
|||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 110.49 34.29) (xy 128.905 34.29)
|
||||
(xy 110.49 34.29) (xy 158.115 34.29)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
|
|
@ -12225,26 +12058,6 @@
|
|||
)
|
||||
(uuid "a21b6d1f-6538-4a8e-8302-97b36ae238fd")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 109.22 139.065) (xy 113.665 139.065)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "a3711fb3-539e-4863-826b-049dd0da5289")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 248.92 123.19) (xy 294.64 123.19)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "a38337cd-202b-4e02-8195-a3e54a782d3f")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 279.4 52.705) (xy 279.4 80.01)
|
||||
|
|
@ -12977,7 +12790,7 @@
|
|||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 131.445 139.065) (xy 137.795 139.065)
|
||||
(xy 131.445 139.065) (xy 141.605 139.065)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
|
|
@ -12995,16 +12808,6 @@
|
|||
)
|
||||
(uuid "cadb880e-93ae-4607-b4d0-0cbaf6ba893b")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 102.235 156.845) (xy 102.87 156.845)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
(type default)
|
||||
)
|
||||
(uuid "cc1bc7cd-ffc8-4b13-9819-382813a200c0")
|
||||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 198.12 212.09) (xy 203.2 212.09)
|
||||
|
|
@ -13507,7 +13310,7 @@
|
|||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 241.3 123.19) (xy 248.92 123.19)
|
||||
(xy 241.3 123.19) (xy 294.64 123.19)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
|
|
@ -13987,7 +13790,7 @@
|
|||
)
|
||||
(wire
|
||||
(pts
|
||||
(xy 113.665 139.065) (xy 118.745 139.065)
|
||||
(xy 109.22 139.065) (xy 118.745 139.065)
|
||||
)
|
||||
(stroke
|
||||
(width 0)
|
||||
|
|
@ -13995,7 +13798,7 @@
|
|||
)
|
||||
(uuid "ffed7702-365e-4ccc-b46d-dcbed1319705")
|
||||
)
|
||||
(label "~{IOSEL}"
|
||||
(label "~{IOEN}"
|
||||
(at 26.67 29.845 0)
|
||||
(effects
|
||||
(font
|
||||
|
|
@ -14065,7 +13868,7 @@
|
|||
)
|
||||
(uuid "1c957e23-c830-44e2-b3d4-76315a8a97a5")
|
||||
)
|
||||
(label "~{IOSEL}"
|
||||
(label "~{IOEN}"
|
||||
(at 97.155 136.525 180)
|
||||
(effects
|
||||
(font
|
||||
|
|
@ -14075,7 +13878,7 @@
|
|||
)
|
||||
(uuid "2740b8cf-ea28-41eb-af00-3ad5922f649f")
|
||||
)
|
||||
(label "~{DEVSEL}"
|
||||
(label "~{DEVEN}"
|
||||
(at 27.94 232.41 0)
|
||||
(effects
|
||||
(font
|
||||
|
|
@ -14155,6 +13958,16 @@
|
|||
)
|
||||
(uuid "491d66bd-d608-4a01-a0bf-688465947cc4")
|
||||
)
|
||||
(label "VCC_SWITCHED_2"
|
||||
(at 243.205 123.19 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
(uuid "4c450d72-dd82-4950-ab0f-50d6526541cc")
|
||||
)
|
||||
(label "A0"
|
||||
(at 27.94 217.17 0)
|
||||
(effects
|
||||
|
|
@ -14405,7 +14218,7 @@
|
|||
)
|
||||
(uuid "9a88384f-1962-46a9-97fe-7415443c4cfc")
|
||||
)
|
||||
(label "~{DEVSEL}"
|
||||
(label "~{DEVEN}"
|
||||
(at 26.67 40.005 0)
|
||||
(effects
|
||||
(font
|
||||
|
|
@ -14555,7 +14368,7 @@
|
|||
)
|
||||
(uuid "c8e645b6-70da-435f-9d75-b007872ec66a")
|
||||
)
|
||||
(label "~{DEVSEL}"
|
||||
(label "~{DEVEN}"
|
||||
(at 97.155 173.355 180)
|
||||
(effects
|
||||
(font
|
||||
|
|
@ -14665,6 +14478,16 @@
|
|||
)
|
||||
(uuid "f8e58f52-f70c-4eb5-86d7-f2fc3b7b1c85")
|
||||
)
|
||||
(label "VCC_SWITCHED_1"
|
||||
(at 121.285 34.29 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(justify left bottom)
|
||||
)
|
||||
(uuid "fd7046f4-9a3b-419c-8892-bc9cfb7070e5")
|
||||
)
|
||||
(global_label "~{EXT_MEM}"
|
||||
(shape input)
|
||||
(at 116.84 154.305 180)
|
||||
|
|
@ -17048,7 +16871,7 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(property "Value" "1K - 4.7K ?"
|
||||
(property "Value" "1K - 10+K ?"
|
||||
(at 171.45 19.05 90)
|
||||
(effects
|
||||
(font
|
||||
|
|
@ -17806,71 +17629,6 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:PWR_FLAG")
|
||||
(at 128.905 34.29 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "45f6db25-e9a6-43af-9d2f-acf6ac139a11")
|
||||
(property "Reference" "#FLG04"
|
||||
(at 128.905 32.385 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "PWR_FLAG"
|
||||
(at 128.905 27.94 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 128.905 34.29 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "~"
|
||||
(at 128.905 34.29 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 128.905 34.29 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "de85f8ff-d4f8-4069-ada8-29316c0df37f")
|
||||
)
|
||||
(instances
|
||||
(project "TK2000_DiskInterface_REDUX"
|
||||
(path "/8d29f76a-632b-4d71-951f-82f85a7a70e9"
|
||||
(reference "#FLG04")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "Device:C_Small")
|
||||
(at 287.02 24.13 0)
|
||||
|
|
@ -18612,71 +18370,6 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:PWR_FLAG")
|
||||
(at 137.795 139.065 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "6912e214-1d5e-4e7f-ad76-26c3a353b2ec")
|
||||
(property "Reference" "#FLG05"
|
||||
(at 137.795 137.16 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "PWR_FLAG"
|
||||
(at 137.795 132.715 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 137.795 139.065 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "~"
|
||||
(at 137.795 139.065 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 137.795 139.065 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "2d515fbe-554b-4c5d-8c7b-573ec9ea3af0")
|
||||
)
|
||||
(instances
|
||||
(project "TK2000_DiskInterface_REDUX"
|
||||
(path "/8d29f76a-632b-4d71-951f-82f85a7a70e9"
|
||||
(reference "#FLG05")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "74xx:74LS132")
|
||||
(at 246.38 260.35 0)
|
||||
|
|
@ -19875,71 +19568,6 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:PWR_FLAG")
|
||||
(at 102.87 156.845 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "95217bfa-aced-4cd4-bc69-74db2108e1d1")
|
||||
(property "Reference" "#FLG01"
|
||||
(at 102.87 154.94 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "PWR_FLAG"
|
||||
(at 102.87 150.495 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 102.87 156.845 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "~"
|
||||
(at 102.87 156.845 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 102.87 156.845 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "f0220afb-ce2d-4cec-93ce-5e68440fdea9")
|
||||
)
|
||||
(instances
|
||||
(project "TK2000_DiskInterface_REDUX"
|
||||
(path "/8d29f76a-632b-4d71-951f-82f85a7a70e9"
|
||||
(reference "#FLG01")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "Connector_Generic:Conn_02x10_Odd_Even")
|
||||
(at 378.46 59.69 0)
|
||||
|
|
@ -20127,71 +19755,6 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:PWR_FLAG")
|
||||
(at 113.665 139.065 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(fields_autoplaced yes)
|
||||
(uuid "9cebb821-ac4f-4764-9fea-b7caffee4788")
|
||||
(property "Reference" "#FLG03"
|
||||
(at 113.665 137.16 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "PWR_FLAG"
|
||||
(at 113.665 132.715 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 113.665 139.065 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "~"
|
||||
(at 113.665 139.065 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 113.665 139.065 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "5c460802-c0f9-4523-9cf3-49c2b847e27f")
|
||||
)
|
||||
(instances
|
||||
(project "TK2000_DiskInterface_REDUX"
|
||||
(path "/8d29f76a-632b-4d71-951f-82f85a7a70e9"
|
||||
(reference "#FLG03")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "Connector_Generic:Conn_02x10_Odd_Even")
|
||||
(at 378.46 26.67 0)
|
||||
|
|
@ -21515,70 +21078,6 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:PWR_FLAG")
|
||||
(at 248.92 123.19 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(uuid "ba1b8abd-a344-43ba-a775-d29b3f3ba0be")
|
||||
(property "Reference" "#FLG06"
|
||||
(at 248.92 121.285 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "PWR_FLAG"
|
||||
(at 248.92 119.38 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 248.92 123.19 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "~"
|
||||
(at 248.92 123.19 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 248.92 123.19 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "898bbe4b-8354-49e9-b1ad-3a813e8dbb28")
|
||||
)
|
||||
(instances
|
||||
(project "TK2000_DiskInterface_REDUX"
|
||||
(path "/8d29f76a-632b-4d71-951f-82f85a7a70e9"
|
||||
(reference "#FLG06")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "Device:R_Small")
|
||||
(at 99.06 24.765 90)
|
||||
|
|
@ -22948,70 +22447,6 @@
|
|||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:PWR_FLAG")
|
||||
(at 107.95 200.025 0)
|
||||
(unit 1)
|
||||
(exclude_from_sim no)
|
||||
(in_bom yes)
|
||||
(on_board yes)
|
||||
(dnp no)
|
||||
(uuid "efb53d93-0e24-492f-a7c8-d304faedb007")
|
||||
(property "Reference" "#FLG02"
|
||||
(at 107.95 198.12 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Value" "PWR_FLAG"
|
||||
(at 102.87 195.834 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(property "Footprint" ""
|
||||
(at 107.95 200.025 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Datasheet" "~"
|
||||
(at 107.95 200.025 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
(hide yes)
|
||||
)
|
||||
)
|
||||
(property "Description" ""
|
||||
(at 107.95 200.025 0)
|
||||
(effects
|
||||
(font
|
||||
(size 1.27 1.27)
|
||||
)
|
||||
)
|
||||
)
|
||||
(pin "1"
|
||||
(uuid "7de92251-5c3e-4603-9c69-c14bce4c6b77")
|
||||
)
|
||||
(instances
|
||||
(project "TK2000_DiskInterface_REDUX"
|
||||
(path "/8d29f76a-632b-4d71-951f-82f85a7a70e9"
|
||||
(reference "#FLG02")
|
||||
(unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol
|
||||
(lib_id "power:+5V")
|
||||
(at 141.605 139.065 270)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue