kicad/qa
Seth Hillbrand 8f03f7c367 Allow non-identical schematic/pcb nets
The schematic net names are fully unique but if we have multiple pads
that are mapped to a NC pin, they need to have unique net names so that
they do not get connected to each other in the ratsnest.  This breaks
the schematic parity check as we have modified the netname for some
pads.  To work around this, we first maintain the zero-th net without
suffix and then add an additional check in DRC to ensure that we allow
unconnected nets as long as the share a common prefix with the schematic
netname.

(cherry picked from commit f61d400d88)
2024-06-21 12:26:23 -07:00
..
data Allow non-identical schematic/pcb nets 2024-06-21 12:26:23 -07:00
mocks Schematic parity checking for CLI DRC. 2024-02-02 23:05:37 +00:00
pcbnew_utils Use 'uuid' (not 'id') in the s-expr PCB groups/generator format 2023-12-31 23:09:26 +00:00
qa_utils Schematic parity checking for CLI DRC. 2024-02-02 23:05:37 +00:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
schematic_utils Fix incremental connectivity 2024-04-14 14:14:38 -07:00
tests Allow non-identical schematic/pcb nets 2024-06-21 12:26:23 -07:00
tools Fix false annular ring width DRC test failure. 2024-05-09 10:38:17 -04:00
CMakeLists.txt Move tests around 2023-04-24 22:09:36 -04:00