|
63 | 63 | "rule_severities": {
|
64 | 64 | "annular_width": "error",
|
65 | 65 | "clearance": "error",
|
| 66 | + "connection_width": "warning", |
66 | 67 | "copper_edge_clearance": "error",
|
| 68 | + "copper_sliver": "warning", |
67 | 69 | "courtyards_overlap": "error",
|
68 | 70 | "diff_pair_gap_out_of_range": "error",
|
69 | 71 | "diff_pair_uncoupled_length_too_long": "error",
|
70 | 72 | "drill_out_of_range": "error",
|
71 | 73 | "duplicate_footprints": "warning",
|
72 | 74 | "extra_footprint": "warning",
|
| 75 | + "footprint": "error", |
73 | 76 | "footprint_type_mismatch": "error",
|
74 | 77 | "hole_clearance": "error",
|
75 | 78 | "hole_near_hole": "error",
|
76 | 79 | "invalid_outline": "error",
|
| 80 | + "isolated_copper": "warning", |
77 | 81 | "item_on_disabled_layer": "error",
|
78 | 82 | "items_not_allowed": "error",
|
79 | 83 | "length_out_of_range": "error",
|
| 84 | + "lib_footprint_issues": "error", |
| 85 | + "lib_footprint_mismatch": "error", |
80 | 86 | "malformed_courtyard": "error",
|
81 | 87 | "microvia_drill_out_of_range": "error",
|
82 | 88 | "missing_courtyard": "ignore",
|
|
86 | 92 | "padstack": "error",
|
87 | 93 | "pth_inside_courtyard": "ignore",
|
88 | 94 | "shorting_items": "error",
|
| 95 | + "silk_edge_clearance": "warning", |
89 | 96 | "silk_over_copper": "warning",
|
90 | 97 | "silk_overlap": "ignore",
|
91 | 98 | "skew_out_of_range": "error",
|
| 99 | + "solder_mask_bridge": "error", |
| 100 | + "starved_thermal": "error", |
| 101 | + "text_height": "warning", |
| 102 | + "text_thickness": "warning", |
92 | 103 | "through_hole_pad_without_hole": "error",
|
93 | 104 | "too_many_vias": "error",
|
94 | 105 | "track_dangling": "ignore",
|
|
97 | 108 | "unconnected_items": "error",
|
98 | 109 | "unresolved_variable": "error",
|
99 | 110 | "via_dangling": "ignore",
|
100 |
| - "zone_has_empty_net": "error", |
101 | 111 | "zones_intersect": "error"
|
102 | 112 | },
|
103 | 113 | "rules": {
|
104 | 114 | "allow_blind_buried_vias": false,
|
105 | 115 | "allow_microvias": false,
|
106 | 116 | "max_error": 0.005,
|
107 | 117 | "min_clearance": 0.0,
|
| 118 | + "min_connection": 0.0, |
108 | 119 | "min_copper_edge_clearance": 0.0,
|
109 | 120 | "min_hole_clearance": 0.25,
|
110 | 121 | "min_hole_to_hole": 0.25,
|
|
178 | 189 | "drill": 0.0
|
179 | 190 | }
|
180 | 191 | ],
|
181 |
| - "zones_allow_external_fillets": false, |
182 |
| - "zones_use_no_outline": true |
| 192 | + "zones_allow_external_fillets": false |
183 | 193 | },
|
184 | 194 | "layer_presets": [],
|
185 | 195 | "viewports": []
|
|
366 | 376 | "rule_severities": {
|
367 | 377 | "bus_definition_conflict": "error",
|
368 | 378 | "bus_entry_needed": "error",
|
369 |
| - "bus_label_syntax": "error", |
370 | 379 | "bus_to_bus_conflict": "error",
|
371 | 380 | "bus_to_net_conflict": "error",
|
| 381 | + "conflicting_netclasses": "error", |
372 | 382 | "different_unit_footprint": "error",
|
373 | 383 | "different_unit_net": "error",
|
374 | 384 | "duplicate_reference": "error",
|
375 | 385 | "duplicate_sheet_names": "error",
|
| 386 | + "endpoint_off_grid": "warning", |
376 | 387 | "extra_units": "error",
|
377 | 388 | "global_label_dangling": "warning",
|
378 | 389 | "hier_label_mismatch": "error",
|
379 | 390 | "label_dangling": "error",
|
380 | 391 | "lib_symbol_issues": "warning",
|
| 392 | + "missing_bidi_pin": "warning", |
| 393 | + "missing_input_pin": "warning", |
| 394 | + "missing_power_pin": "error", |
| 395 | + "missing_unit": "warning", |
381 | 396 | "multiple_net_names": "warning",
|
382 | 397 | "net_not_bus_member": "warning",
|
383 | 398 | "no_connect_connected": "warning",
|
|
387 | 402 | "pin_to_pin": "warning",
|
388 | 403 | "power_pin_not_driven": "error",
|
389 | 404 | "similar_labels": "warning",
|
| 405 | + "simulation_model_issue": "error", |
390 | 406 | "unannotated": "error",
|
391 | 407 | "unit_value_mismatch": "error",
|
392 | 408 | "unresolved_variable": "error",
|
|
404 | 420 | "net_settings": {
|
405 | 421 | "classes": [
|
406 | 422 | {
|
407 |
| - "bus_width": 12.0, |
| 423 | + "bus_width": 12, |
408 | 424 | "clearance": 0.2,
|
409 | 425 | "diff_pair_gap": 0.25,
|
410 | 426 | "diff_pair_via_gap": 0.25,
|
|
418 | 434 | "track_width": 0.25,
|
419 | 435 | "via_diameter": 0.8,
|
420 | 436 | "via_drill": 0.4,
|
421 |
| - "wire_width": 6.0 |
| 437 | + "wire_width": 6 |
422 | 438 | }
|
423 | 439 | ],
|
424 | 440 | "meta": {
|
425 |
| - "version": 2 |
| 441 | + "version": 3 |
426 | 442 | },
|
427 | 443 | "net_colors": null,
|
428 | 444 | "netclass_assignments": null,
|
|
475 | 491 | "page_layout_descr_file": "",
|
476 | 492 | "plot_directory": "",
|
477 | 493 | "spice_adjust_passive_values": false,
|
| 494 | + "spice_current_sheet_as_root": false, |
478 | 495 | "spice_external_command": "spice \"%I\"",
|
| 496 | + "spice_model_current_sheet_as_root": true, |
479 | 497 | "spice_save_all_currents": false,
|
480 | 498 | "spice_save_all_voltages": false,
|
481 | 499 | "subpart_first_id": 65,
|
|
0 commit comments