| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,418 @@ |
| 1 |
+{
|
|
| 2 |
+ "board": {
|
|
| 3 |
+ "design_settings": {
|
|
| 4 |
+ "defaults": {
|
|
| 5 |
+ "board_outline_line_width": 0.049999999999999996, |
|
| 6 |
+ "copper_line_width": 0.19999999999999998, |
|
| 7 |
+ "copper_text_italic": false, |
|
| 8 |
+ "copper_text_size_h": 1.5, |
|
| 9 |
+ "copper_text_size_v": 1.5, |
|
| 10 |
+ "copper_text_thickness": 0.3, |
|
| 11 |
+ "copper_text_upright": false, |
|
| 12 |
+ "courtyard_line_width": 0.049999999999999996, |
|
| 13 |
+ "dimension_precision": 4, |
|
| 14 |
+ "dimension_units": 3, |
|
| 15 |
+ "dimensions": {
|
|
| 16 |
+ "arrow_length": 1270000, |
|
| 17 |
+ "extension_offset": 500000, |
|
| 18 |
+ "keep_text_aligned": true, |
|
| 19 |
+ "suppress_zeroes": false, |
|
| 20 |
+ "text_position": 0, |
|
| 21 |
+ "units_format": 1 |
|
| 22 |
+ }, |
|
| 23 |
+ "fab_line_width": 0.09999999999999999, |
|
| 24 |
+ "fab_text_italic": false, |
|
| 25 |
+ "fab_text_size_h": 1.0, |
|
| 26 |
+ "fab_text_size_v": 1.0, |
|
| 27 |
+ "fab_text_thickness": 0.15, |
|
| 28 |
+ "fab_text_upright": false, |
|
| 29 |
+ "other_line_width": 0.09999999999999999, |
|
| 30 |
+ "other_text_italic": false, |
|
| 31 |
+ "other_text_size_h": 1.0, |
|
| 32 |
+ "other_text_size_v": 1.0, |
|
| 33 |
+ "other_text_thickness": 0.15, |
|
| 34 |
+ "other_text_upright": false, |
|
| 35 |
+ "pads": {
|
|
| 36 |
+ "drill": 0.0, |
|
| 37 |
+ "height": 3.0, |
|
| 38 |
+ "width": 3.0 |
|
| 39 |
+ }, |
|
| 40 |
+ "silk_line_width": 0.12, |
|
| 41 |
+ "silk_text_italic": false, |
|
| 42 |
+ "silk_text_size_h": 1.0, |
|
| 43 |
+ "silk_text_size_v": 1.0, |
|
| 44 |
+ "silk_text_thickness": 0.15, |
|
| 45 |
+ "silk_text_upright": false, |
|
| 46 |
+ "zones": {
|
|
| 47 |
+ "45_degree_only": false, |
|
| 48 |
+ "min_clearance": 0.508 |
|
| 49 |
+ } |
|
| 50 |
+ }, |
|
| 51 |
+ "diff_pair_dimensions": [], |
|
| 52 |
+ "drc_exclusions": [], |
|
| 53 |
+ "meta": {
|
|
| 54 |
+ "version": 2 |
|
| 55 |
+ }, |
|
| 56 |
+ "rule_severities": {
|
|
| 57 |
+ "annular_width": "error", |
|
| 58 |
+ "clearance": "error", |
|
| 59 |
+ "copper_edge_clearance": "error", |
|
| 60 |
+ "courtyards_overlap": "error", |
|
| 61 |
+ "diff_pair_gap_out_of_range": "error", |
|
| 62 |
+ "diff_pair_uncoupled_length_too_long": "error", |
|
| 63 |
+ "drill_out_of_range": "error", |
|
| 64 |
+ "duplicate_footprints": "warning", |
|
| 65 |
+ "extra_footprint": "warning", |
|
| 66 |
+ "footprint_type_mismatch": "error", |
|
| 67 |
+ "hole_clearance": "error", |
|
| 68 |
+ "hole_near_hole": "error", |
|
| 69 |
+ "invalid_outline": "error", |
|
| 70 |
+ "item_on_disabled_layer": "error", |
|
| 71 |
+ "items_not_allowed": "error", |
|
| 72 |
+ "length_out_of_range": "error", |
|
| 73 |
+ "malformed_courtyard": "error", |
|
| 74 |
+ "microvia_drill_out_of_range": "error", |
|
| 75 |
+ "missing_courtyard": "ignore", |
|
| 76 |
+ "missing_footprint": "warning", |
|
| 77 |
+ "net_conflict": "warning", |
|
| 78 |
+ "npth_inside_courtyard": "ignore", |
|
| 79 |
+ "padstack": "error", |
|
| 80 |
+ "pth_inside_courtyard": "ignore", |
|
| 81 |
+ "shorting_items": "error", |
|
| 82 |
+ "silk_over_copper": "warning", |
|
| 83 |
+ "silk_overlap": "warning", |
|
| 84 |
+ "skew_out_of_range": "error", |
|
| 85 |
+ "through_hole_pad_without_hole": "error", |
|
| 86 |
+ "too_many_vias": "error", |
|
| 87 |
+ "track_dangling": "warning", |
|
| 88 |
+ "track_width": "error", |
|
| 89 |
+ "tracks_crossing": "error", |
|
| 90 |
+ "unconnected_items": "error", |
|
| 91 |
+ "unresolved_variable": "error", |
|
| 92 |
+ "via_dangling": "warning", |
|
| 93 |
+ "zone_has_empty_net": "error", |
|
| 94 |
+ "zones_intersect": "error" |
|
| 95 |
+ }, |
|
| 96 |
+ "rules": {
|
|
| 97 |
+ "allow_blind_buried_vias": false, |
|
| 98 |
+ "allow_microvias": false, |
|
| 99 |
+ "max_error": 0.005, |
|
| 100 |
+ "min_clearance": 0.0, |
|
| 101 |
+ "min_copper_edge_clearance": 0.01, |
|
| 102 |
+ "min_hole_clearance": 0.25, |
|
| 103 |
+ "min_hole_to_hole": 0.25, |
|
| 104 |
+ "min_microvia_diameter": 0.19999999999999998, |
|
| 105 |
+ "min_microvia_drill": 0.09999999999999999, |
|
| 106 |
+ "min_silk_clearance": 0.0, |
|
| 107 |
+ "min_through_hole_diameter": 0.3, |
|
| 108 |
+ "min_track_width": 0.19999999999999998, |
|
| 109 |
+ "min_via_annular_width": 0.049999999999999996, |
|
| 110 |
+ "min_via_diameter": 0.39999999999999997, |
|
| 111 |
+ "use_height_for_length_calcs": true |
|
| 112 |
+ }, |
|
| 113 |
+ "track_widths": [], |
|
| 114 |
+ "via_dimensions": [], |
|
| 115 |
+ "zones_allow_external_fillets": false, |
|
| 116 |
+ "zones_use_no_outline": true |
|
| 117 |
+ }, |
|
| 118 |
+ "layer_presets": [] |
|
| 119 |
+ }, |
|
| 120 |
+ "boards": [], |
|
| 121 |
+ "cvpcb": {
|
|
| 122 |
+ "equivalence_files": [] |
|
| 123 |
+ }, |
|
| 124 |
+ "erc": {
|
|
| 125 |
+ "erc_exclusions": [], |
|
| 126 |
+ "meta": {
|
|
| 127 |
+ "version": 0 |
|
| 128 |
+ }, |
|
| 129 |
+ "pin_map": [ |
|
| 130 |
+ [ |
|
| 131 |
+ 0, |
|
| 132 |
+ 0, |
|
| 133 |
+ 0, |
|
| 134 |
+ 0, |
|
| 135 |
+ 0, |
|
| 136 |
+ 0, |
|
| 137 |
+ 1, |
|
| 138 |
+ 0, |
|
| 139 |
+ 0, |
|
| 140 |
+ 0, |
|
| 141 |
+ 0, |
|
| 142 |
+ 2 |
|
| 143 |
+ ], |
|
| 144 |
+ [ |
|
| 145 |
+ 0, |
|
| 146 |
+ 2, |
|
| 147 |
+ 0, |
|
| 148 |
+ 1, |
|
| 149 |
+ 0, |
|
| 150 |
+ 0, |
|
| 151 |
+ 1, |
|
| 152 |
+ 0, |
|
| 153 |
+ 2, |
|
| 154 |
+ 2, |
|
| 155 |
+ 2, |
|
| 156 |
+ 2 |
|
| 157 |
+ ], |
|
| 158 |
+ [ |
|
| 159 |
+ 0, |
|
| 160 |
+ 0, |
|
| 161 |
+ 0, |
|
| 162 |
+ 0, |
|
| 163 |
+ 0, |
|
| 164 |
+ 0, |
|
| 165 |
+ 1, |
|
| 166 |
+ 0, |
|
| 167 |
+ 1, |
|
| 168 |
+ 0, |
|
| 169 |
+ 1, |
|
| 170 |
+ 2 |
|
| 171 |
+ ], |
|
| 172 |
+ [ |
|
| 173 |
+ 0, |
|
| 174 |
+ 1, |
|
| 175 |
+ 0, |
|
| 176 |
+ 0, |
|
| 177 |
+ 0, |
|
| 178 |
+ 0, |
|
| 179 |
+ 1, |
|
| 180 |
+ 1, |
|
| 181 |
+ 2, |
|
| 182 |
+ 1, |
|
| 183 |
+ 1, |
|
| 184 |
+ 2 |
|
| 185 |
+ ], |
|
| 186 |
+ [ |
|
| 187 |
+ 0, |
|
| 188 |
+ 0, |
|
| 189 |
+ 0, |
|
| 190 |
+ 0, |
|
| 191 |
+ 0, |
|
| 192 |
+ 0, |
|
| 193 |
+ 1, |
|
| 194 |
+ 0, |
|
| 195 |
+ 0, |
|
| 196 |
+ 0, |
|
| 197 |
+ 0, |
|
| 198 |
+ 2 |
|
| 199 |
+ ], |
|
| 200 |
+ [ |
|
| 201 |
+ 0, |
|
| 202 |
+ 0, |
|
| 203 |
+ 0, |
|
| 204 |
+ 0, |
|
| 205 |
+ 0, |
|
| 206 |
+ 0, |
|
| 207 |
+ 0, |
|
| 208 |
+ 0, |
|
| 209 |
+ 0, |
|
| 210 |
+ 0, |
|
| 211 |
+ 0, |
|
| 212 |
+ 2 |
|
| 213 |
+ ], |
|
| 214 |
+ [ |
|
| 215 |
+ 1, |
|
| 216 |
+ 1, |
|
| 217 |
+ 1, |
|
| 218 |
+ 1, |
|
| 219 |
+ 1, |
|
| 220 |
+ 0, |
|
| 221 |
+ 1, |
|
| 222 |
+ 1, |
|
| 223 |
+ 1, |
|
| 224 |
+ 1, |
|
| 225 |
+ 1, |
|
| 226 |
+ 2 |
|
| 227 |
+ ], |
|
| 228 |
+ [ |
|
| 229 |
+ 0, |
|
| 230 |
+ 0, |
|
| 231 |
+ 0, |
|
| 232 |
+ 1, |
|
| 233 |
+ 0, |
|
| 234 |
+ 0, |
|
| 235 |
+ 1, |
|
| 236 |
+ 0, |
|
| 237 |
+ 0, |
|
| 238 |
+ 0, |
|
| 239 |
+ 0, |
|
| 240 |
+ 2 |
|
| 241 |
+ ], |
|
| 242 |
+ [ |
|
| 243 |
+ 0, |
|
| 244 |
+ 2, |
|
| 245 |
+ 1, |
|
| 246 |
+ 2, |
|
| 247 |
+ 0, |
|
| 248 |
+ 0, |
|
| 249 |
+ 1, |
|
| 250 |
+ 0, |
|
| 251 |
+ 2, |
|
| 252 |
+ 2, |
|
| 253 |
+ 2, |
|
| 254 |
+ 2 |
|
| 255 |
+ ], |
|
| 256 |
+ [ |
|
| 257 |
+ 0, |
|
| 258 |
+ 2, |
|
| 259 |
+ 0, |
|
| 260 |
+ 1, |
|
| 261 |
+ 0, |
|
| 262 |
+ 0, |
|
| 263 |
+ 1, |
|
| 264 |
+ 0, |
|
| 265 |
+ 2, |
|
| 266 |
+ 0, |
|
| 267 |
+ 0, |
|
| 268 |
+ 2 |
|
| 269 |
+ ], |
|
| 270 |
+ [ |
|
| 271 |
+ 0, |
|
| 272 |
+ 2, |
|
| 273 |
+ 1, |
|
| 274 |
+ 1, |
|
| 275 |
+ 0, |
|
| 276 |
+ 0, |
|
| 277 |
+ 1, |
|
| 278 |
+ 0, |
|
| 279 |
+ 2, |
|
| 280 |
+ 0, |
|
| 281 |
+ 0, |
|
| 282 |
+ 2 |
|
| 283 |
+ ], |
|
| 284 |
+ [ |
|
| 285 |
+ 2, |
|
| 286 |
+ 2, |
|
| 287 |
+ 2, |
|
| 288 |
+ 2, |
|
| 289 |
+ 2, |
|
| 290 |
+ 2, |
|
| 291 |
+ 2, |
|
| 292 |
+ 2, |
|
| 293 |
+ 2, |
|
| 294 |
+ 2, |
|
| 295 |
+ 2, |
|
| 296 |
+ 2 |
|
| 297 |
+ ] |
|
| 298 |
+ ], |
|
| 299 |
+ "rule_severities": {
|
|
| 300 |
+ "bus_definition_conflict": "error", |
|
| 301 |
+ "bus_entry_needed": "error", |
|
| 302 |
+ "bus_label_syntax": "error", |
|
| 303 |
+ "bus_to_bus_conflict": "error", |
|
| 304 |
+ "bus_to_net_conflict": "error", |
|
| 305 |
+ "different_unit_footprint": "error", |
|
| 306 |
+ "different_unit_net": "error", |
|
| 307 |
+ "duplicate_reference": "error", |
|
| 308 |
+ "duplicate_sheet_names": "error", |
|
| 309 |
+ "extra_units": "error", |
|
| 310 |
+ "global_label_dangling": "warning", |
|
| 311 |
+ "hier_label_mismatch": "error", |
|
| 312 |
+ "label_dangling": "error", |
|
| 313 |
+ "lib_symbol_issues": "warning", |
|
| 314 |
+ "multiple_net_names": "warning", |
|
| 315 |
+ "net_not_bus_member": "warning", |
|
| 316 |
+ "no_connect_connected": "warning", |
|
| 317 |
+ "no_connect_dangling": "warning", |
|
| 318 |
+ "pin_not_connected": "error", |
|
| 319 |
+ "pin_not_driven": "error", |
|
| 320 |
+ "pin_to_pin": "warning", |
|
| 321 |
+ "power_pin_not_driven": "error", |
|
| 322 |
+ "similar_labels": "warning", |
|
| 323 |
+ "unannotated": "error", |
|
| 324 |
+ "unit_value_mismatch": "error", |
|
| 325 |
+ "unresolved_variable": "error", |
|
| 326 |
+ "wire_dangling": "error" |
|
| 327 |
+ } |
|
| 328 |
+ }, |
|
| 329 |
+ "libraries": {
|
|
| 330 |
+ "pinned_footprint_libs": [], |
|
| 331 |
+ "pinned_symbol_libs": [] |
|
| 332 |
+ }, |
|
| 333 |
+ "meta": {
|
|
| 334 |
+ "filename": "ka2195-model2gen.kicad_pro", |
|
| 335 |
+ "version": 1 |
|
| 336 |
+ }, |
|
| 337 |
+ "net_settings": {
|
|
| 338 |
+ "classes": [ |
|
| 339 |
+ {
|
|
| 340 |
+ "bus_width": 12.0, |
|
| 341 |
+ "clearance": 0.2, |
|
| 342 |
+ "diff_pair_gap": 0.25, |
|
| 343 |
+ "diff_pair_via_gap": 0.25, |
|
| 344 |
+ "diff_pair_width": 0.2, |
|
| 345 |
+ "line_style": 0, |
|
| 346 |
+ "microvia_diameter": 0.3, |
|
| 347 |
+ "microvia_drill": 0.1, |
|
| 348 |
+ "name": "Default", |
|
| 349 |
+ "pcb_color": "rgba(0, 0, 0, 0.000)", |
|
| 350 |
+ "schematic_color": "rgba(0, 0, 0, 0.000)", |
|
| 351 |
+ "track_width": 0.25, |
|
| 352 |
+ "via_diameter": 0.8, |
|
| 353 |
+ "via_drill": 0.4, |
|
| 354 |
+ "wire_width": 6.0 |
|
| 355 |
+ } |
|
| 356 |
+ ], |
|
| 357 |
+ "meta": {
|
|
| 358 |
+ "version": 2 |
|
| 359 |
+ }, |
|
| 360 |
+ "net_colors": null |
|
| 361 |
+ }, |
|
| 362 |
+ "pcbnew": {
|
|
| 363 |
+ "last_paths": {
|
|
| 364 |
+ "gencad": "", |
|
| 365 |
+ "idf": "", |
|
| 366 |
+ "netlist": "ka2195-model2gen.net", |
|
| 367 |
+ "specctra_dsn": "", |
|
| 368 |
+ "step": "", |
|
| 369 |
+ "vrml": "" |
|
| 370 |
+ }, |
|
| 371 |
+ "page_layout_descr_file": "" |
|
| 372 |
+ }, |
|
| 373 |
+ "schematic": {
|
|
| 374 |
+ "annotate_start_num": 0, |
|
| 375 |
+ "drawing": {
|
|
| 376 |
+ "default_line_thickness": 6.0, |
|
| 377 |
+ "default_text_size": 50.0, |
|
| 378 |
+ "field_names": [], |
|
| 379 |
+ "intersheets_ref_own_page": false, |
|
| 380 |
+ "intersheets_ref_prefix": "", |
|
| 381 |
+ "intersheets_ref_short": false, |
|
| 382 |
+ "intersheets_ref_show": false, |
|
| 383 |
+ "intersheets_ref_suffix": "", |
|
| 384 |
+ "junction_size_choice": 3, |
|
| 385 |
+ "label_size_ratio": 0.375, |
|
| 386 |
+ "pin_symbol_size": 25.0, |
|
| 387 |
+ "text_offset_ratio": 0.15 |
|
| 388 |
+ }, |
|
| 389 |
+ "legacy_lib_dir": "", |
|
| 390 |
+ "legacy_lib_list": [], |
|
| 391 |
+ "meta": {
|
|
| 392 |
+ "version": 1 |
|
| 393 |
+ }, |
|
| 394 |
+ "net_format_name": "KiCad", |
|
| 395 |
+ "ngspice": {
|
|
| 396 |
+ "fix_include_paths": true, |
|
| 397 |
+ "fix_passive_vals": false, |
|
| 398 |
+ "meta": {
|
|
| 399 |
+ "version": 0 |
|
| 400 |
+ }, |
|
| 401 |
+ "model_mode": 0, |
|
| 402 |
+ "workbook_filename": "" |
|
| 403 |
+ }, |
|
| 404 |
+ "page_layout_descr_file": "", |
|
| 405 |
+ "plot_directory": "", |
|
| 406 |
+ "spice_adjust_passive_values": false, |
|
| 407 |
+ "spice_external_command": "spice \"%I\"", |
|
| 408 |
+ "subpart_first_id": 65, |
|
| 409 |
+ "subpart_id_separator": 0 |
|
| 410 |
+ }, |
|
| 411 |
+ "sheets": [ |
|
| 412 |
+ [ |
|
| 413 |
+ "a1545928-1195-40b9-b3c4-78f837012afb", |
|
| 414 |
+ "" |
|
| 415 |
+ ] |
|
| 416 |
+ ], |
|
| 417 |
+ "text_variables": {}
|
|
| 418 |
+} |