kicad/qa
Seth Hillbrand f61d400d88 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.
2024-04-15 17:54:44 -07:00
..
data Allow non-identical schematic/pcb nets 2024-04-15 17:54:44 -07:00
mocks Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
pcbnew_utils Move PCBNew overrides to nullable properties. 2024-02-24 20:05:51 +00:00
qa_utils Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
schematic_utils Fix incremental connectivity 2024-04-10 17:25:58 -07:00
tests Allow non-identical schematic/pcb nets 2024-04-15 17:54:44 -07:00
tools PNS: Fix a few memory leaks 2024-03-31 18:21:02 +02:00
CMakeLists.txt Move tests around 2023-04-24 22:09:36 -04:00